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 20839 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.KeyVault to add version stable/2022-11-01 (Azure#20839) * Adds base for updating Microsoft.KeyVault from version stable/2022-07-01 to version 2022-11-01 * Updates readme * Updates API version in new specs and examples * Adding specification for data plane Key operations through Managed HSM control plane (via ARM) * undo of change done to address R3006 * Updating duplicate tags and operation id * Addressing PR comments from ARM review * PR Feedback : update string. * Fixing lint errors and some PR feedback * fixing prettier checks * fixing validation errors from lint diff * Making ManagedHsmKey as proxy resource by removing 'Tags' and 'Location' properties from it. * Adding Tags * removing additional property 'Location' * Removed unreferenced parameter definitions. * Updating examples to have default value for enablePurgeProtection as false as per PR feedback. * Merging changes made to version 2022-07-01 in PR Azure/azure-rest-api-specs#21671 This added securitydomainproperties and fixed a s360 item. * Fixing validation errors from PR * Adding suppresion based on new rules described here: https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/828/How-to-suppress-validation-rules and removing swagger changes for headers. * Pulled a breaking change from 2022-07-01 api-version and Updated where clause path --------- Co-authored-by: FAREAST\riteshc <[email protected]>
- Loading branch information
1 parent
7d8decd
commit 79cb20a
Showing
27 changed files
with
1,972 additions
and
119 deletions.
There are no files selected for viewing
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
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": "1fefe3f5cee88319b17c08a2dbf95e1e983a9f8c", | ||
"commit": "a188b86bdffb9a8240d9722590d5316b177373e7", | ||
"readme": "specification/keyvault/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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\keyvault\\resource-manager\\readme.md --use=@autorest/[email protected].3.20221108.1 --generate-sample=true", | ||
"autorest_command": "autorest --version=3.9.3 --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/keyvault/resource-manager/readme.md --use=@autorest/[email protected].5", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2", | ||
"use": "@autorest/[email protected].3.20221108.1" | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.1", | ||
"use": "@autorest/[email protected].5" | ||
} |
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.