Skip to content

Commit

Permalink
[Network] private link add Microsoft.Web/hostingEnvironments provider (
Browse files Browse the repository at this point in the history
…#19025)

* Add private link test for web ase

* fix
  • Loading branch information
00Kai0 authored Jul 28, 2021
1 parent 2b53155 commit 2ecb332
Show file tree
Hide file tree
Showing 4 changed files with 12,059 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def register_providers():
# "Microsoft.StorageSync/storageSyncServices", "2020-03-01", True
_register_one_provider("Microsoft.Synapse/workspaces", "2019-06-01-preview", True)
_register_one_provider('Microsoft.Web/sites', '2019-08-01', False)
# "Microsoft.Web/hostingEnvironments", "2020-10-01", True
_register_one_provider("Microsoft.Web/hostingEnvironments", "2020-10-01", True)


def _register_one_provider(provider, api_version, support_list_or_not, resource_get_api_version=None, support_connection_operation=True): # pylint: disable=line-too-long
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ interactions:
User-Agent:
- AZURECLI/2.26.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0)
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_express_route_port000001?api-version=2020-10-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_express_route_port000001?api-version=2021-04-01
response:
body:
string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_express_route_port000001",
Expand Down
Loading

0 comments on commit 2ecb332

Please sign in to comment.