forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 20768 in Azure/azure-rest-api-specs
AAD Domain Services: add 09-01-2022 API version (Azure#20768) * Add new API folder * Add new API 2022-09-01 * Fixed casing and naming issues * Fixing Swagger Violations * Fix date-time invalid format * Fix DateTime attempt 2 * Fix DateTime attempt 3 * Fix Prettier Check * Fixing Swagger Violations for LRO
- Loading branch information
SDKAuto
committed
Nov 10, 2022
1 parent
313d67c
commit 5edf93d
Showing
11 changed files
with
287 additions
and
146 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"commit": "1f1d5b0b9ce6cc94605b2fd619dce374fb6e033a", | ||
"readme": "specification\\domainservices\\resource-manager\\readme.md", | ||
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\work\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\domainservices\\resource-manager\\readme.md --use=@autorest/[email protected]alpha.19.20220408.1 --generate-sample=true", | ||
"commit": "8a20cee044fafde7ae0364edab45a577aa80d20f", | ||
"readme": "specification/domainservices/resource-manager/readme.md", | ||
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/domainservices/resource-manager/readme.md --use=@autorest/[email protected]rc.2", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.6", | ||
"use": "@autorest/[email protected]alpha.19.20220408.1" | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.1", | ||
"use": "@autorest/[email protected]rc.2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.