@azure-rest/maps-geolocation 1.0.0-alpha.20241213.3 → 1.0.0-alpha.20241218.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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +2 -2
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://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication#view-authentication-details) on how to find it.
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://docs.microsoft.com/javascript/api/@azure-rest/maps-geolocation?view=azure-node-preview
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://docs.microsoft.com/azure/azure-maps/how-to-manage-account-keys
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://docs.microsoft.com/powershell/module/az.maps/new-azmapsaccount
182
- [azure_cli]: https://docs.microsoft.com/cli/azure
183
- [az_map_pricing]: https://docs.microsoft.com/azure/azure-maps/choose-pricing-tier
184
- [az_map_az_cli]: https://docs.microsoft.com/cli/azure/maps/account?view=azure-cli-latest#az_maps_account_create
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.20241213.3",
5
+ "version": "1.0.0-alpha.20241218.1",
6
6
  "description": "A generated SDK for MapsGeolocationClient.",
7
7
  "keywords": [
8
8
  "node",
@@ -77,7 +77,7 @@
77
77
  "dotenv": "^16.0.0",
78
78
  "eslint": "^9.9.0",
79
79
  "playwright": "^1.49.0",
80
- "typescript": "~5.6.2",
80
+ "typescript": "~5.7.2",
81
81
  "vitest": "^2.1.5"
82
82
  },
83
83
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-geolocation-rest/README.md",