@azure-tools/communication-toll-free-verification 1.0.0-alpha.20241213.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.
- package/README.md +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ npm install @azure/identity
|
|
|
65
65
|
The [`@azure/identity`][azure_identity] package provides a variety of credential types that your application can use to do this. The [README for `@azure/identity`][azure_identity_readme] provides more details and samples to get you started.
|
|
66
66
|
|
|
67
67
|
```javascript
|
|
68
|
-
const { DefaultAzureCredential } = require
|
|
68
|
+
const { DefaultAzureCredential } = require("@azure/identity");
|
|
69
69
|
const { TollFreeVerificationClient } = require("@azure-tools/communication-toll-free-verification");
|
|
70
70
|
|
|
71
71
|
const credential = new DefaultAzureCredential();
|
|
@@ -79,6 +79,7 @@ The following sections provide code snippets that cover some of the common tasks
|
|
|
79
79
|
- [Get a Campaign Brief](#get-a-campaign-brief)
|
|
80
80
|
|
|
81
81
|
### Get the current applied configuration
|
|
82
|
+
|
|
82
83
|
Use the `getCampaignBrief` method to obtain the current applied configuration for your resource.
|
|
83
84
|
|
|
84
85
|
```javascript
|
|
@@ -107,11 +108,12 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
107
108
|
|
|
108
109
|
- [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
|
|
109
110
|
|
|
110
|
-
[azure_cli]: https://
|
|
111
|
+
[azure_cli]: https://learn.microsoft.com/cli/azure
|
|
111
112
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
112
113
|
[azure_portal]: https://portal.azure.com
|
|
113
|
-
[azure_powershell]: https://
|
|
114
|
+
[azure_powershell]: https://learn.microsoft.com/powershell/module/az.communication/new-azcommunicationservice
|
|
114
115
|
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
|
|
115
116
|
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
|
|
116
117
|
[azure_identity_readme]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/README.md
|
|
118
|
+
|
|
117
119
|

|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/communication-toll-free-verification",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20241218.1",
|
|
4
4
|
"description": "SDK for Azure Communication Services which facilitates Toll Free Verification.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|