Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Tweak generation settings
  • Loading branch information
anthony-c-martin committed Jun 4, 2025
commit 2bad84079ebf49648a3cdfc99a250591f9574600
14 changes: 14 additions & 0 deletions specification/resources/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ package-version: 1.0.0b1
no-namespace-folders: true
reformat-next-link: false
combine-operation-files: true
modelerfour:
lenient-model-deduplication: true
```

### Python multi-api
Expand Down Expand Up @@ -50,6 +52,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 @@ -427,6 +430,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