Skip to content

Commit

Permalink
[Resources] Config readme.python (Azure#18799)
Browse files Browse the repository at this point in the history
* Update readme.python.md

* Update readme.python.md
  • Loading branch information
BigCat20196 authored and FredericHeem committed May 16, 2022
1 parent cd144e3 commit ddf3991
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions specification/resources/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ batch:
- tag: package-templatespecs-2021-03-preview
- tag: package-templatespecs-2019-06-preview
- multiapiscript-templatespecs: true
- tag: package-changes-2022-03-01-preview
- tag: package-changes-2022-05
- multiapiscript-changes: true
```
Expand Down Expand Up @@ -149,14 +149,14 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/re
perform-load: false
```
### Tag: package-changes-2022-03-01-preview and python
### Tag: package-changes-2022-05 and python
These settings apply only when `--tag=package-changes-2022-03-01-preview --python` is specified on the command line.
These settings apply only when `--tag=package-changes-2022-05 --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-changes-2022-03-01-preview'
namespace: azure.mgmt.resource.changes.v2022_03_01_preview
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes/v2022_03_01_preview
``` yaml $(tag) == 'package-changes-2022-05'
namespace: azure.mgmt.resource.changes.v2022_05_01
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes/v2022_05_01
```

### Tag: package-privatelinks-2020-05 and python
Expand Down

0 comments on commit ddf3991

Please sign in to comment.