Skip to content

Commit

Permalink
Fix example type (Azure#16165)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackliu authored and LeiWang3 committed Mar 31, 2022
1 parent 6c1b044 commit 7cffc0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/WebPubSub/myWebPubSubService/hubs/exampleHub",
"name": "exampleHub",
"type": "Microsoft.SignalRService/SignalR/hubs"
"type": "Microsoft.SignalRService/WebPubSub/hubs"
}
},
"201": {
Expand All @@ -74,7 +74,7 @@
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/WebPubSub/myWebPubSubService/hubs/exampleHub",
"name": "exampleHub",
"type": "Microsoft.SignalRService/SignalR/hubs"
"type": "Microsoft.SignalRService/WebPubSub/hubs"
},
"headers": {
"Location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult...",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/WebPubSub/myWebPubSubService/hubs/exampleHub",
"name": "exampleHub",
"type": "Microsoft.SignalRService/SignalR/hubs"
"type": "Microsoft.SignalRService/WebPubSub/hubs"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/WebPubSub/myWebPubSubService/hubs/exampleHub",
"name": "exampleHub",
"type": "Microsoft.SignalRService/SignalR/hubs"
"type": "Microsoft.SignalRService/WebPubSub/hubs"
}
]
}
Expand Down

0 comments on commit 7cffc0d

Please sign in to comment.