Skip to content

Commit 5cff497

Browse files
zackliuMilan Zolota
authored andcommitted
Fix example type (Azure#16165)
1 parent 85f1d12 commit 5cff497

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/examples/WebPubSubHubs_CreateOrUpdate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/WebPubSub/myWebPubSubService/hubs/exampleHub",
5151
"name": "exampleHub",
52-
"type": "Microsoft.SignalRService/SignalR/hubs"
52+
"type": "Microsoft.SignalRService/WebPubSub/hubs"
5353
}
5454
},
5555
"201": {
@@ -74,7 +74,7 @@
7474
},
7575
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/WebPubSub/myWebPubSubService/hubs/exampleHub",
7676
"name": "exampleHub",
77-
"type": "Microsoft.SignalRService/SignalR/hubs"
77+
"type": "Microsoft.SignalRService/WebPubSub/hubs"
7878
},
7979
"headers": {
8080
"Location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult...",

specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/examples/WebPubSubHubs_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/WebPubSub/myWebPubSubService/hubs/exampleHub",
3131
"name": "exampleHub",
32-
"type": "Microsoft.SignalRService/SignalR/hubs"
32+
"type": "Microsoft.SignalRService/WebPubSub/hubs"
3333
}
3434
}
3535
}

specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/examples/WebPubSubHubs_List.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/WebPubSub/myWebPubSubService/hubs/exampleHub",
3232
"name": "exampleHub",
33-
"type": "Microsoft.SignalRService/SignalR/hubs"
33+
"type": "Microsoft.SignalRService/WebPubSub/hubs"
3434
}
3535
]
3636
}

0 commit comments

Comments
 (0)