Skip to content

Commit

Permalink
Add private link test for service bus (#18999)
Browse files Browse the repository at this point in the history
  • Loading branch information
00Kai0 authored Jul 28, 2021
1 parent c0c6fc5 commit 22cc12d
Show file tree
Hide file tree
Showing 3 changed files with 1,364 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def register_providers():
# "Microsoft.OffAzure/masterSites", "2020-07-07", False
# "Microsoft.Purview/accounts", "2020-12-01-preview", True
_register_one_provider('Microsoft.Search/searchServices', '2020-08-01', True)
# "Microsoft.ServiceBus/namespaces", "2018-01-01-preview", True
_register_one_provider("Microsoft.ServiceBus/namespaces", "2018-01-01-preview", True)
_register_one_provider('Microsoft.SignalRService/signalr', '2020-05-01', False)
_register_one_provider('Microsoft.Sql/servers', '2018-06-01-preview', True)
_register_one_provider('Microsoft.Storage/storageAccounts', '2019-06-01', True)
Expand Down
Loading

0 comments on commit 22cc12d

Please sign in to comment.