@azure-rest/maps-geolocation 1.0.0-alpha.20241212.1 → 1.0.0-alpha.20241217.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ You'll need to register the new Microsoft Entra ID application and grant access
|
|
|
58
58
|
`AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
|
|
59
59
|
|
|
60
60
|
You will also need to specify the Azure Maps resource you intend to use by specifying the `clientId` in the client options.
|
|
61
|
-
The Azure Maps resource client id can be found in the Authentication sections in the Azure Maps resource. Please refer to the [documentation](https://
|
|
61
|
+
The Azure Maps resource client id can be found in the Authentication sections in the Azure Maps resource. Please refer to the [documentation](https://learn.microsoft.com/azure/azure-maps/how-to-manage-authentication#view-authentication-details) on how to find it.
|
|
62
62
|
|
|
63
63
|
```javascript
|
|
64
64
|
const MapsGeolocation = require("@azure-rest/maps-geolocation").default;
|
|
@@ -172,14 +172,14 @@ For more detailed instructions on how to enable logs, you can look at the [@azur
|
|
|
172
172
|
|
|
173
173
|
[source_code]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-geolocation-rest
|
|
174
174
|
[npm_package]: https://www.npmjs.com/package/@azure-rest/maps-geolocation
|
|
175
|
-
[api_ref]: https://
|
|
175
|
+
[api_ref]: https://learn.microsoft.com/javascript/api/@azure-rest/maps-geolocation?view=azure-node-preview
|
|
176
176
|
[samples]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-geolocation-rest/samples
|
|
177
177
|
[product_info]: https://learn.microsoft.com/rest/api/maps/geolocation
|
|
178
178
|
[az_subscription]: https://azure.microsoft.com/free/
|
|
179
|
-
[az_maps_account_management]: https://
|
|
179
|
+
[az_maps_account_management]: https://learn.microsoft.com/azure/azure-maps/how-to-manage-account-keys
|
|
180
180
|
[azure_portal]: https://portal.azure.com
|
|
181
|
-
[azure_powershell]: https://
|
|
182
|
-
[azure_cli]: https://
|
|
183
|
-
[az_map_pricing]: https://
|
|
184
|
-
[az_map_az_cli]: https://
|
|
181
|
+
[azure_powershell]: https://learn.microsoft.com/powershell/module/az.maps/new-azmapsaccount
|
|
182
|
+
[azure_cli]: https://learn.microsoft.com/cli/azure
|
|
183
|
+
[az_map_pricing]: https://learn.microsoft.com/azure/azure-maps/choose-pricing-tier
|
|
184
|
+
[az_map_az_cli]: https://learn.microsoft.com/cli/azure/maps/account?view=azure-cli-latest#az_maps_account_create
|
|
185
185
|
[az_map_auth]: https://learn.microsoft.com/azure/azure-maps/azure-maps-authentication
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/maps-geolocation",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.0-alpha.
|
|
5
|
+
"version": "1.0.0-alpha.20241217.1",
|
|
6
6
|
"description": "A generated SDK for MapsGeolocationClient.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|