Skip to content

Commit

Permalink
[Go] redis add directive (Azure#21094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored and anandanthony committed Dec 16, 2022
1 parent 4b2394c commit aec10d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions specification/redis/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ directive:
- rename-model:
from: 'RedisResource'
to: 'ResourceInfo'
- from: swagger-document
where: $.definitions.RedisCreateProperties
transform: >
$["x-ms-external"] = false
- from: swagger-document
where: $.definitions.RedisUpdateProperties
transform: >
$["x-ms-external"] = false
- from: swagger-document
where: $.definitions.RedisProperties
transform: >
$["x-ms-external"] = false
- from: swagger-document
where: $.definitions.OperationStatus
transform: >
$["x-ms-external"] = false
modelerfour:
lenient-model-deduplication: true
```
Expand Down

0 comments on commit aec10d6

Please sign in to comment.