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 21038 in Azure/azure-rest-api-specs
Review request for Microsoft.ContainerService to add version 2022-09-02-preview (Azure#21038) * Adds base for updating Microsoft.ContainerService from version preview/2022-08-03-preview to version 2022-09-02-preview * Updates readme * Updates API version in new specs and examples * Custom CA Trust updates for 20220902 preview version (Azure#20995) * add create managed cluster example with certs * add description of custom ca certs in managed cluster security profile json * better phrasing * Use dummy base64 encoded values for examples, set format: byte for cert array * Update specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-09-02-preview/managedClusters.json Co-authored-by: Matthew Christopher <[email protected]> * update description * add exception for linter camel case Co-authored-by: Mikolaj Umanski <[email protected]> Co-authored-by: Matthew Christopher <[email protected]> * Containerservice 2022 09 02 preview fleet (Azure#20939) * Fleet swagger 09-02 api * Add to README * Wrong ref * Add options per lint diff err * Add headers per lint feedbacks * Add min and max length * Add networkProfile.ebpfDataplane field to 20220902preview API (Azure#20955) * Add HostNetwork NSG Control fields (Azure#20949) * Update readmes for the 2022-09-02-preview dev branch of container service (Azure#20951) * update readmes * undo go readme * fix tag for python sdk (Azure#21057) * [containerservice-dev] Revert "Containerservice 2022 09 02 preview fleet (Azure#20939)" (Azure#21073) * Revert "Containerservice 2022 09 02 preview fleet (Azure#20939)" This reverts commit 7f9780381fb7d1140cd2a3ff6d3d2dc13d59f900. * add fleet previous version to readme to pass CI * Add fleet 0702 base for change comparison (Azure#21093) * add 07-02-fleet-base * bump apiversion reference Co-authored-by: Stephane Erbrech <[email protected]> * Fleet swagger 09-02 api (Azure#21104) Co-authored-by: nguyenmin <[email protected]> Co-authored-by: Mikołaj Umański <[email protected]> Co-authored-by: Mikolaj Umanski <[email protected]> Co-authored-by: Matthew Christopher <[email protected]> Co-authored-by: Minh Nguyen <[email protected]> Co-authored-by: Will Daly <[email protected]> Co-authored-by: ccc <[email protected]> Co-authored-by: Stéphane Erbrech <[email protected]>
- Loading branch information
1 parent
e370b64
commit 277f5e0
Showing
13 changed files
with
380 additions
and
117 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": "065b070773ed6fa98ede768ad602f4c4d2edf739", | ||
"commit": "4150a475755272b5063158eb8e219d772affb73d", | ||
"readme": "specification/containerservice/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\\containerservice\\resource-manager\\readme.md --use=@autorest/[email protected].20220727.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/containerservice/resource-manager/readme.md --use=@autorest/[email protected]", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"release_tool": "@azure-tools/[email protected].2", | ||
"use": "@autorest/[email protected].20220727.1" | ||
"release_tool": "@azure-tools/[email protected].4", | ||
"use": "@autorest/[email protected]" | ||
} |
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.