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 19653 in Azure/azure-rest-api-specs
Review request for Microsoft.ContainerService to add version 2022-06-02-preview (Azure#19653) * Adds base for updating Microsoft.ContainerService from version preview/2022-05-02-preview to version 2022-06-02-preview * Updates readme * Updates API version in new specs and examples * update readmes (Azure#19422) * Containerservice 2022 06 02 preview fleet (Azure#19541) * add fleets and fleet members resource types * remove clusterLocation * wording * don't flatten hubprofile * extra comma * fix patch example * Fix violated rule R4041 for 2022-06-02-preview managedCluster swagger (Azure#19582) * remove useless directive * fix R4041 * fix * add node restriction to swagger (Azure#19587) * aks fleet list credentials api (Azure#19559) * add fleet list credential api * tweaks * fix example filename * fix casing * add resourceId on hubProfile * drop the new field, keep it as internal field * fix duplicate shema error * different name for fleet credential results * use xms-identifier on the array items * prettier fi Co-authored-by: Stephane Erbrech <stephane.erbrech@gmail.com> * sterbrec - address fleet comments - Microsoft.ContainerService - 2022-06-02-preview (Azure#19783) * address fleet comments * add example for nadditional status code * Add missing `x-ms-long-running-operation-options` for delete operations in fleet-related API (Azure#19787) * add final-state-via * fix final state to location header Co-authored-by: Stéphane Erbrech <stephane.erbrech@gmail.com> Co-authored-by: lht6 <46062996+lht6@users.noreply.github.com> Co-authored-by: Haitao Chen <haitch@users.noreply.github.com>
- Loading branch information
1 parent
497acd5
commit 7ce41a2
Showing
16 changed files
with
2,485 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"commit": "f1cf4b44dc3abfcf9d9a514e2e6faa3ae8d11b4c", | ||
"commit": "3b2a6bb54c8834d64840caa1978bfceb5f9d4b00", | ||
"readme": "specification/containerservice/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:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\containerservice\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-beta.20 --generate-sample=true", | ||
"autorest_command": "autorest --version=3.7.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/containerservice/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.19.20220425.1", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0", | ||
"use": "@autorest/typescript@6.0.0-beta.20" | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.0", | ||
"use": "@autorest/typescript@6.0.0-alpha.19.20220425.1" | ||
} |
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.