@azure-tools/communication-recipient-verification 1.0.0-alpha.20241216.1 → 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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -183,10 +183,10 @@ If you'd like to contribute to this library, please read the [contributing guide
183
183
 
184
184
  - [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
185
185
 
186
- [azure_cli]: https://docs.microsoft.com/cli/azure
186
+ [azure_cli]: https://learn.microsoft.com/cli/azure
187
187
  [azure_sub]: https://azure.microsoft.com/free/
188
188
  [azure_portal]: https://portal.azure.com
189
- [azure_powershell]: https://docs.microsoft.com/powershell/module/az.communication/new-azcommunicationservice
189
+ [azure_powershell]: https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice
190
190
  [defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
191
191
  [azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
192
192
  [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-tools/communication-recipient-verification",
3
- "version": "1.0.0-alpha.20241216.1",
3
+ "version": "1.0.0-alpha.20241218.1",
4
4
  "description": "Test",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",