@azure/communication-phone-numbers 1.3.0-alpha.20241216.1 → 1.3.0-alpha.20241218.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -284,7 +284,7 @@ async function main() {
284
284
 
285
285
  const updatePoller = await client.beginUpdatePhoneNumberCapabilities(
286
286
  phoneNumberToUpdate,
287
- updateRequest
287
+ updateRequest,
288
288
  );
289
289
 
290
290
  // Update is underway.
@@ -477,10 +477,10 @@ If you'd like to contribute to this library, please read the [contributing guide
477
477
 
478
478
  - [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
479
479
 
480
- [azure_cli]: https://docs.microsoft.com/cli/azure
480
+ [azure_cli]: https://learn.microsoft.com/cli/azure
481
481
  [azure_sub]: https://azure.microsoft.com/free/
482
482
  [azure_portal]: https://portal.azure.com
483
- [azure_powershell]: https://docs.microsoft.com/powershell/module/az.communication/new-azcommunicationservice
483
+ [azure_powershell]: https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice
484
484
  [defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
485
485
  [azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
486
486
  [azure_identity_readme]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/README.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-phone-numbers",
3
- "version": "1.3.0-alpha.20241216.1",
3
+ "version": "1.3.0-alpha.20241218.1",
4
4
  "description": "SDK for Azure Communication service which facilitates phone number management.",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",