File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
specification/mobilenetwork/resource-manager Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,25 @@ module-name: sdk/resourcemanager/mobilenetwork/armmobilenetwork
88module : github.com/Azure/azure-sdk-for-go/$(module-name)
99output-folder : $(go-sdk-folder)/$(module-name)
1010azure-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` ` `
You can’t perform that action at this time.
0 commit comments