@azure/arm-communication 4.0.0-beta.1 → 4.0.0-beta.3
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/CHANGELOG.md +9 -18
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +218 -85
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/communicationServicesCheckNameAvailabilitySample.js +13 -6
- package/dist-esm/samples-dev/communicationServicesCheckNameAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/communicationServicesCreateOrUpdateSample.js +11 -4
- package/dist-esm/samples-dev/communicationServicesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/communicationServicesDeleteSample.js +11 -4
- package/dist-esm/samples-dev/communicationServicesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/communicationServicesGetSample.js +11 -4
- package/dist-esm/samples-dev/communicationServicesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/communicationServicesLinkNotificationHubSample.js +11 -4
- package/dist-esm/samples-dev/communicationServicesLinkNotificationHubSample.js.map +1 -1
- package/dist-esm/samples-dev/communicationServicesListByResourceGroupSample.js +11 -4
- package/dist-esm/samples-dev/communicationServicesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/communicationServicesListBySubscriptionSample.js +10 -3
- package/dist-esm/samples-dev/communicationServicesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/communicationServicesListKeysSample.js +11 -4
- package/dist-esm/samples-dev/communicationServicesListKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/communicationServicesRegenerateKeySample.js +11 -4
- package/dist-esm/samples-dev/communicationServicesRegenerateKeySample.js.map +1 -1
- package/dist-esm/samples-dev/communicationServicesUpdateSample.js +11 -4
- package/dist-esm/samples-dev/communicationServicesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/domainsCancelVerificationSample.js +11 -4
- package/dist-esm/samples-dev/domainsCancelVerificationSample.js.map +1 -1
- package/dist-esm/samples-dev/domainsCreateOrUpdateSample.js +11 -4
- package/dist-esm/samples-dev/domainsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/domainsDeleteSample.js +11 -4
- package/dist-esm/samples-dev/domainsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/domainsGetSample.js +11 -4
- package/dist-esm/samples-dev/domainsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/domainsInitiateVerificationSample.js +11 -4
- package/dist-esm/samples-dev/domainsInitiateVerificationSample.js.map +1 -1
- package/dist-esm/samples-dev/domainsListByEmailServiceResourceSample.js +11 -4
- package/dist-esm/samples-dev/domainsListByEmailServiceResourceSample.js.map +1 -1
- package/dist-esm/samples-dev/domainsUpdateSample.js +11 -4
- package/dist-esm/samples-dev/domainsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/emailServicesCreateOrUpdateSample.js +11 -4
- package/dist-esm/samples-dev/emailServicesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/emailServicesDeleteSample.js +11 -4
- package/dist-esm/samples-dev/emailServicesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/emailServicesGetSample.js +11 -4
- package/dist-esm/samples-dev/emailServicesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/emailServicesListByResourceGroupSample.js +11 -4
- package/dist-esm/samples-dev/emailServicesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/emailServicesListBySubscriptionSample.js +10 -3
- package/dist-esm/samples-dev/emailServicesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/emailServicesListVerifiedExchangeOnlineDomainsSample.js +10 -3
- package/dist-esm/samples-dev/emailServicesListVerifiedExchangeOnlineDomainsSample.js.map +1 -1
- package/dist-esm/samples-dev/emailServicesUpdateSample.js +11 -4
- package/dist-esm/samples-dev/emailServicesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +11 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/src/communicationServiceManagementClient.d.ts.map +1 -1
- package/dist-esm/src/communicationServiceManagementClient.js +22 -20
- package/dist-esm/src/communicationServiceManagementClient.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +69 -19
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +53 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +0 -1
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +0 -14
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +2 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/communicationServices.d.ts.map +1 -1
- package/dist-esm/src/operations/communicationServices.js +37 -16
- package/dist-esm/src/operations/communicationServices.js.map +1 -1
- package/dist-esm/src/operations/domains.d.ts.map +1 -1
- package/dist-esm/src/operations/domains.js +19 -8
- package/dist-esm/src/operations/domains.js.map +1 -1
- package/dist-esm/src/operations/emailServices.d.ts.map +1 -1
- package/dist-esm/src/operations/emailServices.js +37 -16
- package/dist-esm/src/operations/emailServices.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +19 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/package.json +9 -8
- package/review/arm-communication.api.md +31 -84
- package/src/communicationServiceManagementClient.ts +28 -22
- package/src/index.ts +1 -0
- package/src/models/index.ts +68 -20
- package/src/models/mappers.ts +0 -15
- package/src/models/parameters.ts +2 -2
- package/src/operations/communicationServices.ts +46 -19
- package/src/operations/domains.ts +27 -14
- package/src/operations/emailServices.ts +46 -19
- package/src/operations/operations.ts +21 -9
- package/src/pagingHelper.ts +39 -0
- package/types/arm-communication.d.ts +78 -20
- package/types/tsdoc-metadata.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 4.0.0-beta.
|
|
3
|
+
## 4.0.0-beta.3 (2023-01-12)
|
|
4
4
|
|
|
5
5
|
**Features**
|
|
6
6
|
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
- Added operation group EmailServices
|
|
10
10
|
- Added Interface CheckNameAvailabilityRequest
|
|
11
11
|
- Added Interface CheckNameAvailabilityResponse
|
|
12
|
+
- Added Interface CommunicationServiceResource
|
|
13
|
+
- Added Interface CommunicationServiceResourceUpdate
|
|
12
14
|
- Added Interface CommunicationServicesCheckNameAvailabilityOptionalParams
|
|
13
15
|
- Added Interface CommunicationServicesCreateOrUpdateHeaders
|
|
14
16
|
- Added Interface CommunicationServicesCreateOrUpdateOptionalParams
|
|
@@ -21,13 +23,13 @@
|
|
|
21
23
|
- Added Interface CommunicationServicesListBySubscriptionNextOptionalParams
|
|
22
24
|
- Added Interface CommunicationServicesListBySubscriptionOptionalParams
|
|
23
25
|
- Added Interface CommunicationServicesListKeysOptionalParams
|
|
24
|
-
- Added Interface CommunicationServicesRegenerateKeyHeaders
|
|
25
26
|
- Added Interface CommunicationServicesRegenerateKeyOptionalParams
|
|
26
27
|
- Added Interface CommunicationServicesUpdateHeaders
|
|
27
28
|
- Added Interface CommunicationServicesUpdateOptionalParams
|
|
28
29
|
- Added Interface DnsRecord
|
|
29
30
|
- Added Interface DomainPropertiesVerificationRecords
|
|
30
31
|
- Added Interface DomainPropertiesVerificationStates
|
|
32
|
+
- Added Interface DomainResource
|
|
31
33
|
- Added Interface DomainResourceList
|
|
32
34
|
- Added Interface DomainsCancelVerificationHeaders
|
|
33
35
|
- Added Interface DomainsCancelVerificationOptionalParams
|
|
@@ -42,7 +44,9 @@
|
|
|
42
44
|
- Added Interface DomainsListByEmailServiceResourceOptionalParams
|
|
43
45
|
- Added Interface DomainsUpdateHeaders
|
|
44
46
|
- Added Interface DomainsUpdateOptionalParams
|
|
47
|
+
- Added Interface EmailServiceResource
|
|
45
48
|
- Added Interface EmailServiceResourceList
|
|
49
|
+
- Added Interface EmailServiceResourceUpdate
|
|
46
50
|
- Added Interface EmailServicesCreateOrUpdateHeaders
|
|
47
51
|
- Added Interface EmailServicesCreateOrUpdateOptionalParams
|
|
48
52
|
- Added Interface EmailServicesDeleteHeaders
|
|
@@ -55,10 +59,11 @@
|
|
|
55
59
|
- Added Interface EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams
|
|
56
60
|
- Added Interface EmailServicesUpdateHeaders
|
|
57
61
|
- Added Interface EmailServicesUpdateOptionalParams
|
|
62
|
+
- Added Interface TrackedResource
|
|
63
|
+
- Added Interface UpdateDomainRequestParameters
|
|
58
64
|
- Added Interface VerificationParameter
|
|
59
65
|
- Added Interface VerificationStatusRecord
|
|
60
66
|
- Added Type Alias CheckNameAvailabilityReason
|
|
61
|
-
- Added Type Alias CommunicationServiceResourceUpdate
|
|
62
67
|
- Added Type Alias CommunicationServicesCheckNameAvailabilityResponse
|
|
63
68
|
- Added Type Alias CommunicationServicesCreateOrUpdateResponse
|
|
64
69
|
- Added Type Alias CommunicationServicesGetResponse
|
|
@@ -72,7 +77,6 @@
|
|
|
72
77
|
- Added Type Alias CommunicationServicesRegenerateKeyResponse
|
|
73
78
|
- Added Type Alias CommunicationServicesUpdateResponse
|
|
74
79
|
- Added Type Alias DomainManagement
|
|
75
|
-
- Added Type Alias DomainResource
|
|
76
80
|
- Added Type Alias DomainsCancelVerificationResponse
|
|
77
81
|
- Added Type Alias DomainsCreateOrUpdateResponse
|
|
78
82
|
- Added Type Alias DomainsGetResponse
|
|
@@ -81,8 +85,6 @@
|
|
|
81
85
|
- Added Type Alias DomainsListByEmailServiceResourceResponse
|
|
82
86
|
- Added Type Alias DomainsProvisioningState
|
|
83
87
|
- Added Type Alias DomainsUpdateResponse
|
|
84
|
-
- Added Type Alias EmailServiceResource
|
|
85
|
-
- Added Type Alias EmailServiceResourceUpdate
|
|
86
88
|
- Added Type Alias EmailServicesCreateOrUpdateResponse
|
|
87
89
|
- Added Type Alias EmailServicesGetResponse
|
|
88
90
|
- Added Type Alias EmailServicesListByResourceGroupNextResponse
|
|
@@ -92,18 +94,10 @@
|
|
|
92
94
|
- Added Type Alias EmailServicesListVerifiedExchangeOnlineDomainsResponse
|
|
93
95
|
- Added Type Alias EmailServicesProvisioningState
|
|
94
96
|
- Added Type Alias EmailServicesUpdateResponse
|
|
95
|
-
- Added Type Alias NameAvailabilityParameters
|
|
96
|
-
- Added Type Alias TrackedResource
|
|
97
|
-
- Added Type Alias UpdateDomainRequestParameters
|
|
98
97
|
- Added Type Alias UserEngagementTracking
|
|
99
98
|
- Added Type Alias VerificationStatus
|
|
100
99
|
- Added Type Alias VerificationType
|
|
101
100
|
- Interface Resource has a new optional parameter systemData
|
|
102
|
-
- Class CommunicationServiceManagementClient has a new parameter communicationServices
|
|
103
|
-
- Class CommunicationServiceManagementClient has a new parameter domains
|
|
104
|
-
- Class CommunicationServiceManagementClient has a new parameter emailServices
|
|
105
|
-
- Add parameters of TrackedResource to TypeAlias CommunicationServiceResource
|
|
106
|
-
- Type Alias CommunicationServiceResource has a new parameter linkedDomains
|
|
107
101
|
- Added Enum KnownCheckNameAvailabilityReason
|
|
108
102
|
- Added Enum KnownCommunicationServicesProvisioningState
|
|
109
103
|
- Added Enum KnownDomainManagement
|
|
@@ -112,15 +106,12 @@
|
|
|
112
106
|
- Added Enum KnownUserEngagementTracking
|
|
113
107
|
- Added Enum KnownVerificationStatus
|
|
114
108
|
- Added Enum KnownVerificationType
|
|
109
|
+
- Added function getContinuationToken
|
|
115
110
|
|
|
116
111
|
**Breaking Changes**
|
|
117
112
|
|
|
118
113
|
- Removed operation group CommunicationService
|
|
119
114
|
- Class CommunicationServiceManagementClient no longer has parameter communicationService
|
|
120
|
-
- Delete parameters of Resource in TypeAlias CommunicationServiceResource
|
|
121
|
-
- Delete parameters of LocationResource in TypeAlias CommunicationServiceResource
|
|
122
|
-
- Delete parameters of TaggedResource in TypeAlias CommunicationServiceResource
|
|
123
|
-
- Type Alias CommunicationServiceResource no longer has parameter systemData
|
|
124
115
|
- Removed Enum KnownProvisioningState
|
|
125
116
|
|
|
126
117
|
## 3.0.1 (2022-04-11)
|
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ REST API for Azure Communication Services
|
|
|
13
13
|
|
|
14
14
|
### Currently supported environments
|
|
15
15
|
|
|
16
|
-
- [LTS versions of Node.js](https://
|
|
16
|
+
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
|
|
17
17
|
- Latest versions of Safari, Chrome, Edge and Firefox.
|
|
18
18
|
|
|
19
19
|
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
|