Skip to content

Commit 1e35884

Browse files
authored
update readmes (#26125)
1 parent e8e01f5 commit 1e35884

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.java.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.python.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ no-namespace-folders: true
1616
Generate 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"
2020
multiapi: true
2121
batch:
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
9495
clear-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

99110
These settings apply only when `--tag=package-2023-08 --python` is specified on the command line.

0 commit comments

Comments
 (0)