Skip to content

Commit 97f789a

Browse files
authored
[resources] Update readme.python.md (Azure#35943)
fix for Azure#35330
1 parent 1a1f6bb commit 97f789a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

specification/resources/resource-manager/readme.python.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,15 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
131131
namespace: azure.mgmt.resource.privatelinks
132132
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks
133133
```
134+
135+
### Tag: package-databoundaries-2024-08 and python
136+
137+
These settings apply only when `--tag=package-databoundaries-2024-08 --python` is specified on the command line.
138+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
139+
140+
``` yaml $(tag) == 'package-databoundaries-2024-08'
141+
namespace: azure.mgmt.resource.databoundaries
142+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/databoundaries
143+
directive:
144+
- remove-operation: "Operations_List"
145+
```

0 commit comments

Comments
 (0)