You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,10 +14,10 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
14
14
### Prerequisites
15
15
16
16
- Python 3.8 or later is required to use this package.
17
-
- An [Azure subscription][azure_subscription] and an [Azure Maps account](https://docs.microsoft.com/azure/azure-maps/how-to-manage-account-keys).
17
+
- An [Azure subscription][azure_subscription] and an [Azure Maps account](https://learn.microsoft.com/azure/azure-maps/how-to-manage-account-keys).
18
18
- A deployed Maps Services resource. You can create the resource via [Azure Portal][azure_portal] or [Azure CLI][azure_cli].
19
19
20
-
If you use Azure CLI, replace `<resource-group-name>` and `<account-name>` of your choice, and select a proper [pricing tier](https://docs.microsoft.com/azure/azure-maps/choose-pricing-tier) based on your needs via the `<sku-name>` parameter. Please refer to [this page](https://docs.microsoft.com/cli/azure/maps/account?view=azure-cli-latest#az_maps_account_create) for more details.
20
+
If you use Azure CLI, replace `<resource-group-name>` and `<account-name>` of your choice, and select a proper [pricing tier](https://learn.microsoft.com/azure/azure-maps/choose-pricing-tier) based on your needs via the `<sku-name>` parameter. Please refer to [this page](https://learn.microsoft.com/cli/azure/maps/account?view=azure-cli-latest#az_maps_account_create) for more details.
21
21
22
22
```bash
23
23
az maps account create --resource-group <resource-group-name> --account-name <account-name> --sku <sku-name>
@@ -75,7 +75,7 @@ from azure.mgmt.maps import AzureMapsManagementClient
75
75
Before run the sample, please set the values of the client ID, tenant ID and client secret
76
76
of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID,
77
77
AZURE_CLIENT_SECRET. For more info about how to get the value, please see:
@@ -242,7 +242,7 @@ Further detail please refer to [Samples Introduction](https://github.com/Azure/a
242
242
243
243
### Additional documentation
244
244
245
-
For more extensive documentation on Azure Maps Geolocation, see the [Azure Maps Geolocation documentation](https://docs.microsoft.com/rest/api/maps/geolocation) on docs.microsoft.com.
245
+
For more extensive documentation on Azure Maps Geolocation, see the [Azure Maps Geolocation documentation](https://learn.microsoft.com/rest/api/maps/geolocation) on learn.microsoft.com.
246
246
247
247
## Contributing
248
248
@@ -256,11 +256,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
@@ -14,10 +14,10 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
14
14
### Prerequisites
15
15
16
16
- Python 3.8 or later is required to use this package.
17
-
- An [Azure subscription][azure_subscription] and an [Azure Maps account](https://docs.microsoft.com/azure/azure-maps/how-to-manage-account-keys).
17
+
- An [Azure subscription][azure_subscription] and an [Azure Maps account](https://learn.microsoft.com/azure/azure-maps/how-to-manage-account-keys).
18
18
- A deployed Maps Services resource. You can create the resource via [Azure Portal][azure_portal] or [Azure CLI][azure_cli].
19
19
20
-
If you use Azure CLI, replace `<resource-group-name>` and `<account-name>` of your choice, and select a proper [pricing tier](https://docs.microsoft.com/azure/azure-maps/choose-pricing-tier) based on your needs via the `<sku-name>` parameter. Please refer to [this page](https://docs.microsoft.com/cli/azure/maps/account?view=azure-cli-latest#az_maps_account_create) for more details.
20
+
If you use Azure CLI, replace `<resource-group-name>` and `<account-name>` of your choice, and select a proper [pricing tier](https://learn.microsoft.com/azure/azure-maps/choose-pricing-tier) based on your needs via the `<sku-name>` parameter. Please refer to [this page](https://learn.microsoft.com/cli/azure/maps/account?view=azure-cli-latest#az_maps_account_create) for more details.
21
21
22
22
```bash
23
23
az maps account create --resource-group <resource-group-name> --account-name <account-name> --sku <sku-name>
@@ -75,7 +75,7 @@ from azure.mgmt.maps import AzureMapsManagementClient
75
75
Before run the sample, please set the values of the client ID, tenant ID and client secret
76
76
of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID,
77
77
AZURE_CLIENT_SECRET. For more info about how to get the value, please see:
@@ -324,7 +324,7 @@ Further detail please refer to [Samples Introduction](https://github.com/Azure/a
324
324
325
325
### Additional documentation
326
326
327
-
For more extensive documentation on Azure Maps Render, see the [Azure Maps Render documentation](https://docs.microsoft.com/rest/api/maps/render) on docs.microsoft.com.
327
+
For more extensive documentation on Azure Maps Render, see the [Azure Maps Render documentation](https://learn.microsoft.com/rest/api/maps/render) on learn.microsoft.com.
328
328
329
329
## Contributing
330
330
@@ -338,11 +338,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
0 commit comments