Skip to content

Commit

Permalink
Update readme.python.md (#23300)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Mar 27, 2023
1 parent 7248457 commit 9d8a951
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/resources/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ batch:
- multiapiscript-locks: true
- tag: package-managedapplications-2019-07
- multiapiscript-managedapplications: true
- tag: package-policy-2022-06
- tag: package-policy-2021-06
- tag: package-policy-2020-09
- tag: package-policy-2019-09
Expand Down Expand Up @@ -240,6 +241,16 @@ namespace: azure.mgmt.resource.managedapplications.v2019_07_01
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications/v2019_07_01
```

### Tag: package-policy-2022-06 and python

These settings apply only when `--tag=package-policy-2022-06 --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-policy-2022-06'
namespace: azure.mgmt.resource.policy.v2022_06_01
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/policy/v2022_06_01
```

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

These settings apply only when `--tag=package-policy-2021-06 --python` is specified on the command line.
Expand Down

0 comments on commit 9d8a951

Please sign in to comment.