Skip to content

Commit 08a7406

Browse files
authored
ã�[Go] orbital fix renamed enum Status (#19130)
1 parent 2f2b633 commit 08a7406

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

specification/orbital/resource-manager/readme.go.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ license-header: MICROSOFT_MIT_NO_VERSION
88
module-name: sdk/resourcemanager/orbital/armorbital
99
module: github.com/Azure/azure-sdk-for-go/$(module-name)
1010
output-folder: $(go-sdk-folder)/$(module-name)
11+
directive:
12+
- from: orbital.json
13+
where: $.definitions.ContactsProperties.properties.status["x-ms-enum"]
14+
transform: >
15+
$["name"] = "ContactsStatus"
1116
```

0 commit comments

Comments
 (0)