Skip to content

Commit 22a39ae

Browse files
tyler-lloydLeiWang3
authored andcommitted
add 2021-10-01-only tag (Azure#16857)
* add 2021-10-01-only tag * updating go java python readmes
1 parent 98764d7 commit 22a39ae

File tree

4 files changed

+42
-4
lines changed

4 files changed

+42
-4
lines changed

specification/containerservice/resource-manager/readme.go.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ azure-arm: true
2020
2121
``` yaml $(go) && $(multiapi)
2222
batch:
23+
- tag: package-2021-10
2324
- tag: package-2021-09
2425
- tag: package-2021-08
2526
- tag: package-2021-07
@@ -51,6 +52,16 @@ batch:
5152
- tag: package-2017-07
5253
```
5354
55+
### Tag: package-2021-10 and go
56+
57+
These settings apply only when `--package-2021-10 --go` is specified on the command line.
58+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
59+
60+
``` yaml $(tag)=='package-2021-10' && $(go)
61+
namespace: containerservice
62+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-10-01/$(namespace)
63+
```
64+
5465
### Tag: package-2021-09 and go
5566

5667
These settings apply only when `--package-2021-09 --go` is specified on the command line.

specification/containerservice/resource-manager/readme.java.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,20 @@ batch:
4545
- tag: package-2021-07
4646
- tag: package-2021-08
4747
- tag: package-2021-09
48+
- tag: package-2021-10
49+
```
50+
51+
### Tag: package-2021-10 and java
52+
53+
These settings apply only when `--tag=package-2021-10` is specified on the command line.
54+
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
55+
56+
``` yaml $(tag) == 'package-2021-10' && $(java) && $(multiapi)
57+
java:
58+
namespace: com.microsoft.azure.management.containerservice.v2021_10_01
59+
output-folder: $(azure-libraries-for-java-folder)/sdk/containerservice/mgmt-v2021_10_01
60+
regenerate-manager: true
61+
generate-interface: true
4862
```
4963

5064
### Tag: package-2021-09 and java

specification/containerservice/resource-manager/readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,19 @@ input-file:
364364
365365
```
366366

367+
### Tag: package-2021-10-01-only
368+
369+
These settings apply only when `--tag=package-2021-10-01-only` is specified on the command line.
370+
371+
``` yaml $(tag) == 'package-2021-10-01-only'
372+
input-file:
373+
- Microsoft.ContainerService/stable/2021-10-01/managedClusters.json
374+
directive:
375+
- suppress: DefinitionsPropertiesNamesCamelCase
376+
where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile
377+
reason: Cluster-autoscaler settings are not camel-cased
378+
```
379+
367380
### Tag: package-2021-09-01-only
368381

369382
These settings apply only when `--tag=package-2021-09-01-only` is specified on the command line.

specification/containerservice/resource-manager/readme.python.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Generate all API versions currently shipped for this package
1717
1818
```yaml $(python) && $(multiapi) && $(track2)
1919
batch:
20-
- tag: package-2021-10
20+
- tag: package-2021-10-01-only
2121
- tag: package-2021-09-01-only
2222
- tag: package-2021-08-01-only
2323
- tag: package-2021-07-01-only
@@ -54,12 +54,12 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic
5454
clear-output-folder: false
5555
perform-load: false
5656
```
57-
### Tag: package-2021-10 and python
57+
### Tag: package-2021-10-01-only and python
5858
59-
These settings apply only when `--tag=package-2021-10 --python` is specified on the command line.
59+
These settings apply only when `--tag=package-2021-10-01-only --python` is specified on the command line.
6060
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
6161

62-
``` yaml $(tag) == 'package-2021-10' && $(python)
62+
``` yaml $(tag) == 'package-2021-10-01-only' && $(python)
6363
namespace: azure.mgmt.containerservice.v2021_10_01
6464
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_10_01
6565
```

0 commit comments

Comments
 (0)