Skip to content

Commit 5d329a5

Browse files
Alancereharryli0108
authored andcommitted
add directive mobilenetwork reademe.go.md (Azure#24942)
1 parent 261a996 commit 5d329a5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,25 @@ module-name: sdk/resourcemanager/mobilenetwork/armmobilenetwork
88
module: github.com/Azure/azure-sdk-for-go/$(module-name)
99
output-folder: $(go-sdk-folder)/$(module-name)
1010
azure-arm: true
11+
directive:
12+
- where-operation: PacketCoreControlPlaneVersions_GetBySubscription
13+
transform: >
14+
$.parameters[1] = {
15+
"name": "subscriptionId",
16+
"in": "path",
17+
"required": true,
18+
"type": "string",
19+
"format": "uuid",
20+
"description": "The ID of the target subscription. The value must be an UUID."
21+
};
22+
- where-operation: PacketCoreControlPlaneVersions_ListBySubscription
23+
transform: >
24+
$.parameters[0] = {
25+
"name": "subscriptionId",
26+
"in": "path",
27+
"required": true,
28+
"type": "string",
29+
"format": "uuid",
30+
"description": "The ID of the target subscription. The value must be an UUID."
31+
};
1132
```

0 commit comments

Comments
 (0)