Skip to content

Commit 524810c

Browse files
BigCat20196msyyc
authored andcommitted
[Resources] config readme.python (Azure#18685)
* config readme.python * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: Yuchao Yan <[email protected]>
1 parent a504b62 commit 524810c

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

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

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ batch:
7272
- tag: package-templatespecs-2021-03-preview
7373
- tag: package-templatespecs-2019-06-preview
7474
- multiapiscript-templatespecs: true
75+
- tag: package-changes-2022-03-01-preview
76+
- multiapiscript-changes: true
77+
```
78+
79+
```yaml $(multiapiscript-changes)
80+
package-name: azure-mgmt-resource#changes
81+
multiapiscript: true
82+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes
83+
perform-load: false
7584
```
7685
7786
```yaml $(multiapiscript-privatelinks)
@@ -139,6 +148,16 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/re
139148
perform-load: false
140149
```
141150
151+
### Tag: package-changes-2022-03-01-preview and python
152+
153+
These settings apply only when `--tag=package-changes-2022-03-01-preview --python` is specified on the command line.
154+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
155+
156+
``` yaml $(tag) == 'package-changes-2022-03-01-preview'
157+
namespace: azure.mgmt.resource.changes.v2022_03_01_preview
158+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes/v2022_03_01_preview
159+
```
160+
142161
### Tag: package-privatelinks-2020-05 and python
143162

144163
These settings apply only when `--tag=package-privatelinks-2020-05 --python` is specified on the command line.
@@ -147,9 +166,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
147166
``` yaml $(tag) == 'package-privatelinks-2020-05'
148167
namespace: azure.mgmt.resource.privatelinks.v2020_05_01
149168
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks/v2020_05_01
150-
python:
151-
namespace: azure.mgmt.resource.privatelinks.v2020_05_01
152-
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks/v2020_05_01
153169
```
154170

155171
### Tag: package-features-2021-07 and python
@@ -160,9 +176,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
160176
``` yaml $(tag) == 'package-features-2021-07'
161177
namespace: azure.mgmt.resource.features.v2021_07_01
162178
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/features/v2021_07_01
163-
python:
164-
namespace: azure.mgmt.resource.features.v2021_07_01
165-
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/features/v2021_07_01
166179
```
167180

168181
### Tag: package-features-2015-12 and python

0 commit comments

Comments
 (0)