Skip to content

Commit

Permalink
update readme for python for containerservice (#21365)
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang authored Nov 2, 2022
1 parent 60be34a commit 9ed6969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
9 changes: 0 additions & 9 deletions specification/containerservice/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ input-file:
- Microsoft.ContainerService/stable/2022-09-01/managedClusters.json
```

### Tag: package-preview-2022-09-only

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

``` yaml $(tag) == 'package-preview-2022-09-only'
input-file:
- Microsoft.ContainerService/preview/2022-09-02-preview/managedClusters.json
```

### Tag: package-preview-2022-09

These settings apply only when `--tag=package-preview-2022-09` is specified on the command line.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Generate all API versions currently shipped for this package
multiapi: true
batch:
- tag: package-2022-09
- tag: package-preview-2022-09-only
- tag: package-preview-2022-09
- tag: package-preview-2022-08-03-only
- tag: package-preview-2022-08-only
- tag: package-2022-07
Expand Down Expand Up @@ -83,12 +83,12 @@ namespace: azure.mgmt.containerservice.v2022_09_01
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_09_01
```

### Tag: package-preview-2022-09-only and python
### Tag: package-preview-2022-09 and python

These settings apply only when `--tag=package-preview-2022-09-only --python` is specified on the command line.
These settings apply only when `--tag=package-preview-2022-09 --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-preview-2022-09-only' && $(python)
``` yaml $(tag) == 'package-preview-2022-09' && $(python)
namespace: azure.mgmt.containerservice.v2022_09_02_preview
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_09_02_preview
```
Expand Down

0 comments on commit 9ed6969

Please sign in to comment.