We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2b633 commit 08a7406Copy full SHA for 08a7406
specification/orbital/resource-manager/readme.go.md
@@ -8,4 +8,9 @@ license-header: MICROSOFT_MIT_NO_VERSION
8
module-name: sdk/resourcemanager/orbital/armorbital
9
module: github.com/Azure/azure-sdk-for-go/$(module-name)
10
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"
16
```
0 commit comments