File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
specification/containerservice/resource-manager Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,6 @@ input-file:
4646 - Microsoft.ContainerService/stable/2022-09-01/managedClusters.json
4747` ` `
4848
49- # ## Tag: package-preview-2022-09-only
50-
51- These settings apply only when `--tag=package-preview-2022-09-only` is specified on the command line.
52-
53- ` ` ` yaml $(tag) == 'package-preview-2022-09-only'
54- input-file:
55- - Microsoft.ContainerService/preview/2022-09-02-preview/managedClusters.json
56- ` ` `
57-
5849# ## Tag: package-preview-2022-09
5950
6051These settings apply only when `--tag=package-preview-2022-09` is specified on the command line.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Generate all API versions currently shipped for this package
1919multiapi : true
2020batch :
2121 - tag : package-2022-09
22- - tag : package-preview-2022-09-only
22+ - tag : package-preview-2022-09
2323 - tag : package-preview-2022-08-03-only
2424 - tag : package-preview-2022-08-only
2525 - tag : package-2022-07
@@ -83,12 +83,12 @@ namespace: azure.mgmt.containerservice.v2022_09_01
8383output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_09_01
8484` ` `
8585
86- # ## Tag: package-preview-2022-09-only and python
86+ # ## Tag: package-preview-2022-09 and python
8787
88- These settings apply only when `--tag=package-preview-2022-09-only --python` is specified on the command line.
88+ These settings apply only when `--tag=package-preview-2022-09 --python` is specified on the command line.
8989Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
9090
91- ` ` ` yaml $(tag) == 'package-preview-2022-09-only ' && $(python)
91+ ` ` ` yaml $(tag) == 'package-preview-2022-09' && $(python)
9292namespace: azure.mgmt.containerservice.v2022_09_02_preview
9393output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_09_02_preview
9494` ` `
You can’t perform that action at this time.
0 commit comments