We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3aa3a commit 8a6e5a6Copy full SHA for 8a6e5a6
src/azure-cli/azure/cli/command_modules/network/private_link_resource_and_endpoint_connections/custom.py
@@ -86,6 +86,7 @@ def register_providers():
86
_register_one_provider('Microsoft.App/managedEnvironments', '2024-02-02-preview', True)
87
_register_one_provider('Microsoft.FluidRelay/fluidRelayServers', '2025-03-10-preview', True)
88
_register_one_provider('Microsoft.VideoIndexer/accounts', '2025-04-01', True)
89
+ _register_one_provider('Microsoft.Security/privateLinks', '2025-09-01-preview', True)
90
_register_one_provider('Microsoft.Maps/accounts', '2023-12-01-preview', True)
91
92
0 commit comments