Skip to content

Commit

Permalink
rename (Azure#24531)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored and harryli0108 committed Jul 28, 2023
1 parent ac2b666 commit b5269ba
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions specification/storagecache/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@ directive:
where: $.definitions.CacheIdentity.properties
transform: >
$['userAssignedIdentities']['$ref'] = "amlfilesystem.json#/definitions/UserAssignedIdentities";
- from: swagger-document
where: $.definitions.StorageTargetProperties.properties.provisioningState
transform: >
$['enum'][2] = "Cancelled";
- from: swagger-document
where: $.definitions.Cache.properties.properties.properties.provisioningState
transform: >
$['enum'][2] = "Cancelled";
- from:
- constants.go
where: $
transform: return $.replaceAll(/\tProvisioningStateTypeCanceled/g, "\tProvisioningStateTypeCancelled");
```
### Go multi-api
Expand Down

0 comments on commit b5269ba

Please sign in to comment.