Skip to content

Commit 41346a1

Browse files
author
Zim Kalinowski
authored
updated resources readme (#9638)
1 parent 3adf23e commit 41346a1

File tree

1 file changed

+52
-3
lines changed

1 file changed

+52
-3
lines changed

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

Lines changed: 52 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,12 @@ batch:
6363
clear-output-folder: true
6464
batch:
6565
- tag: package-features-2015-12
66+
- multiapiscript-features: true
6667
- tag: package-links-2016-09
68+
- multiapiscript-links: true
6769
- tag: package-locks-2016-09
6870
- tag: package-locks-2015-01
71+
- multiapiscript-locks: true
6972
- tag: package-managedapplications-2018-06
7073
- tag: package-policy-2019-09
7174
- tag: package-policy-2019-06
@@ -76,6 +79,7 @@ batch:
7679
- tag: package-policy-2016-12
7780
- tag: package-policy-2016-04
7881
- tag: package-policy-2015-10
82+
- multiapiscript-policy: true
7983
- tag: package-resources-2019-10
8084
- tag: package-resources-2019-08
8185
- tag: package-resources-2019-07
@@ -87,16 +91,61 @@ batch:
8791
- tag: package-resources-2017-05
8892
- tag: package-resources-2016-09
8993
- tag: package-resources-2016-02
94+
- multiapiscript-resources: true
9095
- tag: package-subscriptions-2019-11
9196
- tag: package-subscriptions-2019-06
9297
- tag: package-subscriptions-2018-06
9398
- tag: package-subscriptions-2016-06
99+
- multiapiscript-subscriptions: true
94100
- tag: package-deploymentscripts-2019-10-preview
95-
- multiapiscript: true
101+
- multiapiscript-deploymentscripts: true
96102
```
97103
98-
``` yaml $(multiapiscript)
99-
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/
104+
```yaml $(multiapiscript-features)
105+
multiapiscript: true
106+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/features
107+
clear-output-folder: false
108+
perform-load: false
109+
```
110+
111+
```yaml $(multiapiscript-policy)
112+
multiapiscript: true
113+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/policy
114+
clear-output-folder: false
115+
perform-load: false
116+
```
117+
118+
```yaml $(multiapiscript-resources)
119+
multiapiscript: true
120+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/resources
121+
clear-output-folder: false
122+
perform-load: false
123+
```
124+
125+
```yaml $(multiapiscript-subscriptions)
126+
multiapiscript: true
127+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/subscriptions
128+
clear-output-folder: false
129+
perform-load: false
130+
```
131+
132+
```yaml $(multiapiscript-deploymentscripts)
133+
multiapiscript: true
134+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts
135+
clear-output-folder: false
136+
perform-load: false
137+
```
138+
139+
```yaml $(multiapiscript-locks)
140+
multiapiscript: true
141+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/locks
142+
clear-output-folder: false
143+
perform-load: false
144+
```
145+
146+
```yaml $(multiapiscript-links)
147+
multiapiscript: true
148+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/links
100149
clear-output-folder: false
101150
perform-load: false
102151
```

0 commit comments

Comments
 (0)