File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
specification/containerservice/resource-manager/Microsoft.ContainerService/aks Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,20 @@ batch:
8282 - tag: package-2023-07
8383 - tag: package-preview-2023-08
8484 - tag: package-2023-08
85+ - tag: package-2023-09
86+ ` ` `
87+
88+ # ## Tag: package-2023-09 and java
89+
90+ These settings apply only when `--tag=package-2023-09` is specified on the command line.
91+ Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
92+
93+ ` ` ` yaml $(tag) == 'package-2023-09' && $(java) && $(multiapi)
94+ java:
95+ namespace: com.microsoft.azure.management.containerservice.v2023_09_01
96+ output-folder: $(azure-libraries-for-java-folder)/sdk/containerservice/mgmt-v2023_09_01
97+ regenerate-manager: true
98+ generate-interface: true
8599` ` `
86100
87101# ## Tag: package-2023-08 and java
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ no-namespace-folders: true
1616Generate all API versions currently shipped for this package
1717
1818` ` ` yaml $(python)
19- default-api-version : " 2023-08 -01"
19+ default-api-version : " 2023-09 -01"
2020multiapi : true
2121batch :
22+ - tag : package-2023-09
2223 - tag : package-2023-08
2324 - tag : package-preview-2023-08
2425 - tag : package-2023-07
@@ -94,6 +95,16 @@ perform-load: false
9495clear-output-folder : false
9596` ` `
9697
98+ ### Tag: package-2023-09 and python
99+
100+ These settings apply only when ` --tag=package-2023-09 --python` is specified on the command line.
101+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
102+
103+ ` ` ` yaml $(tag) == 'package-2023-09' && $(python)
104+ namespace: azure.mgmt.containerservice.v2023_09_01
105+ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2023_09_01
106+ ` ` `
107+
97108# ## Tag: package-2023-08 and python
98109
99110These settings apply only when `--tag=package-2023-08 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments