Skip to content

Commit 5864e44

Browse files
authored
Update readmes for the 2022-03-02-preview dev branch of container service (#18358)
* update readme * update sdk readmes
1 parent 1a948f2 commit 5864e44

File tree

4 files changed

+42
-1
lines changed

4 files changed

+42
-1
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-preview-2022-03
2324
- tag: package-2022-02
2425
- tag: package-preview-2022-02
2526
- tag: package-2022-01
@@ -56,6 +57,16 @@ batch:
5657
- tag: package-2017-07
5758
```
5859
60+
### Tag: package-preview-2022-03 and go
61+
62+
These settings apply only when `--package-preview-2022-03 --go` is specified on the command line.
63+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
64+
65+
``` yaml $(tag)=='package-preview-2022-03' && $(go)
66+
namespace: containerservice
67+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2022-03-02-preview/$(namespace)
68+
```
69+
5970
### Tag: package-2022-02 and go
6071

6172
These settings apply only when `--package-2022-02 --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
@@ -50,6 +50,20 @@ batch:
5050
- tag: package-2022-01
5151
- tag: package-preview-2022-02
5252
- tag: package-2022-02
53+
- tag: package-preview-2022-03
54+
```
55+
56+
### Tag: package-preview-2022-03 and java
57+
58+
These settings apply only when `--tag=package-preview-2022-03` is specified on the command line.
59+
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
60+
61+
``` yaml $(tag) == 'package-preview-2022-03' && $(java) && $(multiapi)
62+
java:
63+
namespace: com.microsoft.azure.management.containerservice.v2022_03_02_preview
64+
output-folder: $(azure-libraries-for-java-folder)/sdk/containerservice/mgmt-v2022_03_02_preview
65+
regenerate-manager: true
66+
generate-interface: true
5367
```
5468

5569
### Tag: package-2022-02 and java

specification/containerservice/resource-manager/readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,15 @@ tag: package-preview-2022-03
4242
4343
These settings apply only when `--tag=package-preview-2022-03` is specified on the command line.
4444

45-
```yaml $(tag) == 'package-preview-2022-03'
45+
``` yaml $(tag) == 'package-preview-2022-03'
4646
input-file:
4747
- Microsoft.ContainerService/preview/2022-03-02-preview/managedClusters.json
48+
directive:
49+
- suppress: DefinitionsPropertiesNamesCamelCase
50+
where: $.definitions.ManagedClusterProperties.properties.autoScalerProfile
51+
reason: Cluster-autoscaler settings are not camel-cased
4852
```
53+
4954
### Tag: package-2022-02
5055

5156
These settings apply only when `--tag=package-2022-02` is specified on the command line.

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Generate all API versions currently shipped for this package
1717
1818
```yaml $(python) && $(multiapi)
1919
batch:
20+
- tag: package-preview-2022-03
2021
- tag: package-2022-02
2122
- tag: package-preview-2022-02
2223
- tag: package-2022-01
@@ -59,6 +60,16 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic
5960
perform-load: false
6061
```
6162
63+
### Tag: package-preview-2022-03 and python
64+
65+
These settings apply only when `--tag=package-preview-2022-03 --python` is specified on the command line.
66+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
67+
68+
``` yaml $(tag) == 'package-preview-2022-03' && $(python)
69+
namespace: azure.mgmt.containerservice.v2022_03_02_preview
70+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_03_02_preview
71+
```
72+
6273
### Tag: package-2022-02 and python
6374

6475
These settings apply only when `--tag=package-2022-02 --python` is specified on the command line.

0 commit comments

Comments
 (0)