Skip to content

Commit 4e29388

Browse files
authored
[Resources] Config readme.python (#18799)
* Update readme.python.md * Update readme.python.md
1 parent 3f9dbfe commit 4e29388

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ batch:
7373
- tag: package-templatespecs-2021-03-preview
7474
- tag: package-templatespecs-2019-06-preview
7575
- multiapiscript-templatespecs: true
76-
- tag: package-changes-2022-03-01-preview
76+
- tag: package-changes-2022-05
7777
- multiapiscript-changes: true
7878
```
7979
@@ -149,14 +149,14 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/re
149149
perform-load: false
150150
```
151151
152-
### Tag: package-changes-2022-03-01-preview and python
152+
### Tag: package-changes-2022-05 and python
153153
154-
These settings apply only when `--tag=package-changes-2022-03-01-preview --python` is specified on the command line.
154+
These settings apply only when `--tag=package-changes-2022-05 --python` is specified on the command line.
155155
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
156156

157-
``` yaml $(tag) == 'package-changes-2022-03-01-preview'
158-
namespace: azure.mgmt.resource.changes.v2022_03_01_preview
159-
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes/v2022_03_01_preview
157+
``` yaml $(tag) == 'package-changes-2022-05'
158+
namespace: azure.mgmt.resource.changes.v2022_05_01
159+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes/v2022_05_01
160160
```
161161

162162
### Tag: package-privatelinks-2020-05 and python

0 commit comments

Comments
 (0)