We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Microsoft.Purview/accounts
1 parent e4a3513 commit 4181724Copy full SHA for 4181724
1 file changed
src/azure-cli/azure/cli/command_modules/network/private_link_resource_and_endpoint_connections/custom.py
@@ -41,7 +41,7 @@ def register_providers():
41
# "Microsoft.Migrate/migrateProjects", "2020-06-01-preview", False
42
_register_one_provider('Microsoft.Network/applicationGateways', '2020-05-01', True)
43
# "Microsoft.OffAzure/masterSites", "2020-07-07", False
44
- # "Microsoft.Purview/accounts", "2020-12-01-preview", True
+ _register_one_provider("Microsoft.Purview/accounts", "2021-07-01", True)
45
_register_one_provider('Microsoft.PowerBI/privateLinkServicesForPowerBI', '2020-06-01', False)
46
_register_one_provider('Microsoft.Search/searchServices', '2020-08-01', True)
47
_register_one_provider("Microsoft.ServiceBus/namespaces", "2018-01-01-preview", True)
0 commit comments