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
fix config
  • Loading branch information
msyyc committed May 14, 2025
commit 7a857b91abcb9a6d6b6273843a2323088b1e8a80
7 changes: 7 additions & 0 deletions specification/storage/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ clear-output-folder: true
no-namespace-folders: true
output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/storage
```

``` yaml $(python)
directive:
- from: swagger-document
where: $.definitions.LeaseContainerRequest
transform: $['properties']['action']['x-ms-enum']['name'] = 'LeaseContainerRequestEnum'
```
Loading