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 21188 in Azure/azure-rest-api-specs
Ariflakhani/add plan is system extension property (Azure#21188) * Copied API version 2022-07-01 to 2022-11-01 * updating the API version to 2022-11-01 * udpated plan info and isSystemExtension property * Add tags for packages * Add currentVersion, deprecate installedVersion * Remove deprecated from installed version * Build error fixes * Seperate Get extension with plan and add current version property to examples * Remove Installed Version Co-authored-by: Arif Lakhani <ariflakhani@microsoft.com> Co-authored-by: Nikko Miu <nikkomiu@microsoft.com>
- Loading branch information
1 parent
a4b3762
commit 6b1412c
Showing
11 changed files
with
774 additions
and
177 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.
31 changes: 20 additions & 11 deletions
31
sdk/kubernetesconfiguration/arm-kubernetesconfiguration/CHANGELOG.md
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
8 changes: 4 additions & 4 deletions
8
sdk/kubernetesconfiguration/arm-kubernetesconfiguration/_meta.json
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": "e4b7e666673125aeb2b130f2a196e6aa7f8aca72", | ||
"commit": "d11245bcaa06b6d87db179c903ba4b049adf1bf2", | ||
"readme": "specification/kubernetesconfiguration/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\\kubernetesconfiguration\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-alpha.18.20220329.1 --generate-sample=true", | ||
"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/kubernetesconfiguration/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.2", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.1", | ||
"use": "@autorest/typescript@6.0.0-alpha.18.20220329.1" | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.1", | ||
"use": "@autorest/typescript@6.0.0-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.