Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@
"Break"
],
"x-ms-enum": {
"name": "LeaseContainerRequest",
"name": "LeaseContainerRequestAction",
"modelAsString": true
},
"description": "Specifies the lease action. Can be one of the available actions."
Expand Down
7 changes: 0 additions & 7 deletions specification/storage/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,3 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
namespace: azure.mgmt.storage.v2015_06_15
output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/storage/v2015_06_15
```

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