Skip to content

[resources] Update readme.python.md #34669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions specification/resources/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ batch:
- tag: package-policy-2016-04
- tag: package-policy-2015-10
- multiapiscript-policy: true
- tag: package-resources-2025-04
- tag: package-resources-2025-03
- tag: package-resources-2024-11
- tag: package-resources-2024-07
Expand Down Expand Up @@ -463,6 +464,17 @@ namespace: azure.mgmt.resource.policy.v2015_10_01_preview
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/policy/v2015_10_01_preview
```

### Tag: package-resources-2025-04 and python

These settings apply only when `--tag=package-resources-2025-04 --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-resources-2025-04'
default-api-version: "2025-04-01"
namespace: azure.mgmt.resource.resources.v2025_04_01
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2025_04_01
```

### Tag: package-resources-2025-03 and python

These settings apply only when `--tag=package-resources-2025-03 --python` is specified on the command line. Please also
Expand Down
Loading