Skip to content

Commit

Permalink
update resources readme.python (#19709)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD) <v-zhenbwei@microsoft.com>
  • Loading branch information
Wzb123456789 and Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD) authored Jul 8, 2022
1 parent 2794e65 commit 0197208
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions specification/resources/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ batch:
- tag: package-locks-2015-01
- multiapiscript-locks: true
- tag: package-managedapplications-2018-06
- multiapiscript-managedapplications: true
- tag: package-policy-2021-06
- tag: package-policy-2020-09
- tag: package-policy-2019-09
Expand Down Expand Up @@ -143,6 +144,13 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/re
perform-load: false
```
```yaml $(multiapiscript-managedapplications)
package-name: azure-mgmt-resource#managedapplications
multiapiscript: true
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications
perform-load: false
```
```yaml $(multiapiscript-links)
package-name: azure-mgmt-resource#links
multiapiscript: true
Expand Down Expand Up @@ -226,8 +234,8 @@ These settings apply only when `--tag=package-managedapplications-2018-06 --pyth
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-managedapplications-2018-06'
namespace: azure.mgmt.resource.managedapplications
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications
namespace: azure.mgmt.resource.managedapplications.v2018_06_01
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications/v2018_06_01
```

### Tag: package-policy-2021-06 and python
Expand Down

0 comments on commit 0197208

Please sign in to comment.