Skip to content

Commit f187094

Browse files
authored
config readme and python (#17469)
* config readme and python * config python
1 parent 6a022e5 commit f187094

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

specification/resources/resource-manager/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ These are the global settings for the Resource API.
2828
openapi-type: arm
2929
```
3030
31+
``` yaml $(package-privatelinks)
32+
tag: package-privatelinks-2020-05
33+
```
34+
3135
``` yaml $(package-features)
3236
tag: package-features-2021-07
3337
```

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Generate all API versions currently shipped for this package
1818
```yaml $(multiapi) && $(track2)
1919
clear-output-folder: true
2020
batch:
21+
- tag: package-privatelinks-2020-05
22+
- multiapiscript-privatelinks: true
2123
- tag: package-features-2021-07
2224
- tag: package-features-2015-12
2325
- multiapiscript-features: true
@@ -70,6 +72,14 @@ batch:
7072
- multiapiscript-templatespecs: true
7173
```
7274
75+
```yaml $(multiapiscript-privatelinks)
76+
package-name: azure-mgmt-resource#privatelinks
77+
multiapiscript: true
78+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks
79+
clear-output-folder: false
80+
perform-load: false
81+
```
82+
7383
```yaml $(multiapiscript-features)
7484
package-name: azure-mgmt-resource#features
7585
multiapiscript: true
@@ -136,6 +146,19 @@ clear-output-folder: false
136146
perform-load: false
137147
```
138148
149+
### Tag: package-privatelinks-2020-05 and python
150+
151+
These settings apply only when `--tag=package-privatelinks-2020-05 --python` is specified on the command line.
152+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
153+
154+
``` yaml $(tag) == 'package-privatelinks-2020-05'
155+
namespace: azure.mgmt.resource.privatelinks.v2020_05_01
156+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks/v2020_05_01
157+
python:
158+
namespace: azure.mgmt.resource.privatelinks.v2020_05_01
159+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks/v2020_05_01
160+
```
161+
139162
### Tag: package-features-2021-07 and python
140163

141164
These settings apply only when `--tag=package-features-2021-07 --python` is specified on the command line.

0 commit comments

Comments
 (0)