Skip to content

Commit b27760f

Browse files
FumingZhanganandanthony
authored andcommitted
update readme for python for containerservice (Azure#21365)
1 parent 9055303 commit b27760f

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

specification/containerservice/resource-manager/readme.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ input-file:
4646
- Microsoft.ContainerService/stable/2022-09-01/managedClusters.json
4747
```
4848

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-
5849
### Tag: package-preview-2022-09
5950

6051
These settings apply only when `--tag=package-preview-2022-09` 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
@@ -19,7 +19,7 @@ Generate all API versions currently shipped for this package
1919
multiapi: true
2020
batch:
2121
- tag: package-2022-09
22-
- tag: package-preview-2022-09-only
22+
- tag: package-preview-2022-09
2323
- tag: package-preview-2022-08-03-only
2424
- tag: package-preview-2022-08-only
2525
- tag: package-2022-07
@@ -83,12 +83,12 @@ namespace: azure.mgmt.containerservice.v2022_09_01
8383
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_09_01
8484
```
8585

86-
### Tag: package-preview-2022-09-only and python
86+
### Tag: package-preview-2022-09 and python
8787

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.
8989
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
9090

91-
``` yaml $(tag) == 'package-preview-2022-09-only' && $(python)
91+
``` yaml $(tag) == 'package-preview-2022-09' && $(python)
9292
namespace: azure.mgmt.containerservice.v2022_09_02_preview
9393
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_09_02_preview
9494
```

0 commit comments

Comments
 (0)