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:
46
46
- Microsoft.ContainerService/stable/2022-09-01/managedClusters.json
47
47
` ` `
48
48
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
-
58
49
# ## Tag: package-preview-2022-09
59
50
60
51
These 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
19
19
multiapi : true
20
20
batch :
21
21
- tag : package-2022-09
22
- - tag : package-preview-2022-09-only
22
+ - tag : package-preview-2022-09
23
23
- tag : package-preview-2022-08-03-only
24
24
- tag : package-preview-2022-08-only
25
25
- tag : package-2022-07
@@ -83,12 +83,12 @@ namespace: azure.mgmt.containerservice.v2022_09_01
83
83
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_09_01
84
84
` ` `
85
85
86
- # ## Tag: package-preview-2022-09-only and python
86
+ # ## Tag: package-preview-2022-09 and python
87
87
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.
89
89
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
90
90
91
- ` ` ` yaml $(tag) == 'package-preview-2022-09-only ' && $(python)
91
+ ` ` ` yaml $(tag) == 'package-preview-2022-09' && $(python)
92
92
namespace: azure.mgmt.containerservice.v2022_09_02_preview
93
93
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_09_02_preview
94
94
` ` `
You can’t perform that action at this time.
0 commit comments