Skip to content

Commit

Permalink
[resources] Fix resource multiapi submodule (Azure#12941)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored and mkarmark committed Jul 20, 2021
1 parent aa4f2f7 commit 68ba174
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions specification/resources/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ batch:
- tag: package-policy-2020-09
- tag: package-policy-2019-09
- tag: package-policy-2019-06
- tag: package-policy-2019-01
- tag: package-policy-2019-01
- tag: package-policy-2018-05
- tag: package-policy-2018-03
- tag: package-policy-2017-06
Expand All @@ -60,8 +60,8 @@ batch:
- tag: package-subscriptions-2018-06
- tag: package-subscriptions-2016-06
- tag: package-deploymentscripts-2020-10
- tag: package-deploymentscripts-2019-10-preview
- tag: package-templatespecs-2019-06-preview
- tag: package-deploymentscripts-2019-10-preview
- tag: package-templatespecs-2019-06-preview
```
```yaml $(multiapi) && $(track2)
Expand All @@ -78,7 +78,7 @@ batch:
- tag: package-policy-2020-09
- tag: package-policy-2019-09
- tag: package-policy-2019-06
- tag: package-policy-2019-01
- tag: package-policy-2019-01
- tag: package-policy-2018-05
- tag: package-policy-2018-03
- tag: package-policy-2017-06
Expand Down Expand Up @@ -106,41 +106,46 @@ batch:
- tag: package-subscriptions-2016-06
- multiapiscript-subscriptions: true
- tag: package-deploymentscripts-2020-10
- tag: package-deploymentscripts-2019-10-preview
- tag: package-deploymentscripts-2019-10-preview
- multiapiscript-deploymentscripts: true
- tag: package-templatespecs-2019-06-preview
- tag: package-templatespecs-2019-06-preview
- multiapiscript-templatespecs: true
```
```yaml $(multiapiscript-features)
package-name: azure-mgmt-resource#features
multiapiscript: true
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/features
clear-output-folder: false
perform-load: false
```
```yaml $(multiapiscript-policy)
package-name: azure-mgmt-resource#policy
multiapiscript: true
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/policy
clear-output-folder: false
perform-load: false
```
```yaml $(multiapiscript-resources)
package-name: azure-mgmt-resource#resources
multiapiscript: true
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/resources
clear-output-folder: false
perform-load: false
```
```yaml $(multiapiscript-subscriptions)
package-name: azure-mgmt-resource#subscriptions
multiapiscript: true
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/subscriptions
clear-output-folder: false
perform-load: false
```
```yaml $(multiapiscript-deploymentscripts)
package-name: azure-mgmt-resource#deploymentscripts
multiapiscript: true
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts
clear-output-folder: false
Expand All @@ -149,6 +154,7 @@ perform-load: false
```yaml $(multiapiscript-templatespecs)
package-name: azure-mgmt-resource#templatespecs
multiapiscript: true
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/templatespecs
clear-output-folder: false
Expand All @@ -157,13 +163,15 @@ perform-load: false
```yaml $(multiapiscript-locks)
package-name: azure-mgmt-resource#locks
multiapiscript: true
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/locks
clear-output-folder: false
perform-load: false
```
```yaml $(multiapiscript-links)
package-name: azure-mgmt-resource#links
multiapiscript: true
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/links
clear-output-folder: false
Expand Down

0 comments on commit 68ba174

Please sign in to comment.