@azure/arm-communication 3.0.1 → 4.0.0-beta.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/CHANGELOG.md +123 -0
- package/README.md +1 -1
- package/dist/index.js +2392 -473
- 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.d.ts +2 -0
- package/dist-esm/samples-dev/communicationServicesCheckNameAvailabilitySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{communicationServiceCheckNameAvailabilitySample.js → communicationServicesCheckNameAvailabilitySample.js} +5 -11
- package/dist-esm/samples-dev/communicationServicesCheckNameAvailabilitySample.js.map +1 -0
- package/dist-esm/samples-dev/communicationServicesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationServicesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{communicationServiceCreateOrUpdateSample.js → communicationServicesCreateOrUpdateSample.js} +3 -6
- package/dist-esm/samples-dev/communicationServicesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/communicationServicesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationServicesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{communicationServiceDeleteSample.js → communicationServicesDeleteSample.js} +3 -3
- package/dist-esm/samples-dev/communicationServicesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/communicationServicesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationServicesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{communicationServiceGetSample.js → communicationServicesGetSample.js} +3 -3
- package/dist-esm/samples-dev/communicationServicesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/communicationServicesLinkNotificationHubSample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationServicesLinkNotificationHubSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{communicationServiceLinkNotificationHubSample.js → communicationServicesLinkNotificationHubSample.js} +3 -3
- package/dist-esm/samples-dev/communicationServicesLinkNotificationHubSample.js.map +1 -0
- package/dist-esm/samples-dev/communicationServicesListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationServicesListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{communicationServiceListByResourceGroupSample.js → communicationServicesListByResourceGroupSample.js} +3 -3
- package/dist-esm/samples-dev/communicationServicesListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/communicationServicesListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationServicesListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{communicationServiceListBySubscriptionSample.js → communicationServicesListBySubscriptionSample.js} +3 -3
- package/dist-esm/samples-dev/communicationServicesListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/communicationServicesListKeysSample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationServicesListKeysSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{communicationServiceListKeysSample.js → communicationServicesListKeysSample.js} +3 -3
- package/dist-esm/samples-dev/communicationServicesListKeysSample.js.map +1 -0
- package/dist-esm/samples-dev/communicationServicesRegenerateKeySample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationServicesRegenerateKeySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{communicationServiceRegenerateKeySample.js → communicationServicesRegenerateKeySample.js} +3 -3
- package/dist-esm/samples-dev/communicationServicesRegenerateKeySample.js.map +1 -0
- package/dist-esm/samples-dev/communicationServicesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/communicationServicesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{communicationServiceUpdateSample.js → communicationServicesUpdateSample.js} +3 -4
- package/dist-esm/samples-dev/communicationServicesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/domainsCancelVerificationSample.d.ts +2 -0
- package/dist-esm/samples-dev/domainsCancelVerificationSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/domainsCancelVerificationSample.js +33 -0
- package/dist-esm/samples-dev/domainsCancelVerificationSample.js.map +1 -0
- package/dist-esm/samples-dev/domainsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/domainsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/domainsCreateOrUpdateSample.js +36 -0
- package/dist-esm/samples-dev/domainsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/domainsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/domainsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/domainsDeleteSample.js +32 -0
- package/dist-esm/samples-dev/domainsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/domainsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/domainsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/domainsGetSample.js +32 -0
- package/dist-esm/samples-dev/domainsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/domainsInitiateVerificationSample.d.ts +2 -0
- package/dist-esm/samples-dev/domainsInitiateVerificationSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/domainsInitiateVerificationSample.js +33 -0
- package/dist-esm/samples-dev/domainsInitiateVerificationSample.js.map +1 -0
- package/dist-esm/samples-dev/domainsListByEmailServiceResourceSample.d.ts +2 -0
- package/dist-esm/samples-dev/domainsListByEmailServiceResourceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/domainsListByEmailServiceResourceSample.js +45 -0
- package/dist-esm/samples-dev/domainsListByEmailServiceResourceSample.js.map +1 -0
- package/dist-esm/samples-dev/domainsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/domainsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/domainsUpdateSample.js +36 -0
- package/dist-esm/samples-dev/domainsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/emailServicesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/emailServicesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/emailServicesCreateOrUpdateSample.js +35 -0
- package/dist-esm/samples-dev/emailServicesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/emailServicesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/emailServicesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/emailServicesDeleteSample.js +31 -0
- package/dist-esm/samples-dev/emailServicesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/emailServicesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/emailServicesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/emailServicesGetSample.js +31 -0
- package/dist-esm/samples-dev/emailServicesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/emailServicesListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/emailServicesListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/emailServicesListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/emailServicesListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/emailServicesListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/emailServicesListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/emailServicesListBySubscriptionSample.js +43 -0
- package/dist-esm/samples-dev/emailServicesListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/emailServicesListVerifiedExchangeOnlineDomainsSample.d.ts +2 -0
- package/dist-esm/samples-dev/emailServicesListVerifiedExchangeOnlineDomainsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/emailServicesListVerifiedExchangeOnlineDomainsSample.js +29 -0
- package/dist-esm/samples-dev/emailServicesListVerifiedExchangeOnlineDomainsSample.js.map +1 -0
- package/dist-esm/samples-dev/emailServicesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/emailServicesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/emailServicesUpdateSample.js +32 -0
- package/dist-esm/samples-dev/emailServicesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +43 -0
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
- package/dist-esm/src/communicationServiceManagementClient.d.ts +6 -2
- package/dist-esm/src/communicationServiceManagementClient.d.ts.map +1 -1
- package/dist-esm/src/communicationServiceManagementClient.js +52 -4
- package/dist-esm/src/communicationServiceManagementClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +547 -75
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +77 -13
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +29 -6
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +549 -58
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +8 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +59 -6
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/{communicationService.d.ts → communicationServices.d.ts} +39 -18
- package/dist-esm/src/operations/communicationServices.d.ts.map +1 -0
- package/dist-esm/src/operations/{communicationService.js → communicationServices.js} +128 -17
- package/dist-esm/src/operations/communicationServices.js.map +1 -0
- package/dist-esm/src/operations/domains.d.ts +138 -0
- package/dist-esm/src/operations/domains.d.ts.map +1 -0
- package/dist-esm/src/operations/domains.js +607 -0
- package/dist-esm/src/operations/domains.js.map +1 -0
- package/dist-esm/src/operations/emailServices.d.ts +112 -0
- package/dist-esm/src/operations/emailServices.d.ts.map +1 -0
- package/dist-esm/src/operations/emailServices.js +534 -0
- package/dist-esm/src/operations/emailServices.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +3 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +3 -1
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/communicationServices.d.ts +109 -0
- package/dist-esm/src/operationsInterfaces/communicationServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/communicationServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/communicationServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts +112 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{communicationService.js → domains.js} +1 -1
- package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/emailServices.d.ts +76 -0
- package/dist-esm/src/operationsInterfaces/emailServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/emailServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/emailServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +3 -1
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/test/communication_examples.d.ts.map +1 -1
- package/dist-esm/test/communication_examples.js +21 -23
- package/dist-esm/test/communication_examples.js.map +1 -1
- package/package.json +12 -8
- package/review/arm-communication.api.md +528 -96
- package/src/communicationServiceManagementClient.ts +78 -6
- package/src/models/index.ts +650 -110
- package/src/models/mappers.ts +623 -81
- package/src/models/parameters.ts +73 -6
- package/src/operations/{communicationService.ts → communicationServices.ts} +249 -71
- package/src/operations/domains.ts +886 -0
- package/src/operations/emailServices.ts +717 -0
- package/src/operations/index.ts +3 -1
- package/src/operationsInterfaces/{communicationService.ts → communicationServices.ts} +89 -42
- package/src/operationsInterfaces/domains.ts +221 -0
- package/src/operationsInterfaces/emailServices.ts +148 -0
- package/src/operationsInterfaces/index.ts +3 -1
- package/types/arm-communication.d.ts +974 -226
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/communicationServiceCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/communicationServiceCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/communicationServiceCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/communicationServiceCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/communicationServiceCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/communicationServiceCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/communicationServiceDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/communicationServiceDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/communicationServiceDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/communicationServiceGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/communicationServiceGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/communicationServiceGetSample.js.map +0 -1
- package/dist-esm/samples-dev/communicationServiceLinkNotificationHubSample.d.ts +0 -2
- package/dist-esm/samples-dev/communicationServiceLinkNotificationHubSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/communicationServiceLinkNotificationHubSample.js.map +0 -1
- package/dist-esm/samples-dev/communicationServiceListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/communicationServiceListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/communicationServiceListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/communicationServiceListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/communicationServiceListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/communicationServiceListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/communicationServiceListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/communicationServiceListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/communicationServiceListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/communicationServiceRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/communicationServiceRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/communicationServiceRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/communicationServiceUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/communicationServiceUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/communicationServiceUpdateSample.js.map +0 -1
- package/dist-esm/src/operations/communicationService.d.ts.map +0 -1
- package/dist-esm/src/operations/communicationService.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/communicationService.d.ts +0 -88
- package/dist-esm/src/operationsInterfaces/communicationService.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/communicationService.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,128 @@
|
|
|
1
1
|
# Release History
|
|
2
|
+
|
|
3
|
+
## 4.0.0-beta.1 (2022-06-08)
|
|
4
|
+
|
|
5
|
+
**Features**
|
|
2
6
|
|
|
7
|
+
- Added operation group CommunicationServices
|
|
8
|
+
- Added operation group Domains
|
|
9
|
+
- Added operation group EmailServices
|
|
10
|
+
- Added Interface CheckNameAvailabilityRequest
|
|
11
|
+
- Added Interface CheckNameAvailabilityResponse
|
|
12
|
+
- Added Interface CommunicationServicesCheckNameAvailabilityOptionalParams
|
|
13
|
+
- Added Interface CommunicationServicesCreateOrUpdateHeaders
|
|
14
|
+
- Added Interface CommunicationServicesCreateOrUpdateOptionalParams
|
|
15
|
+
- Added Interface CommunicationServicesDeleteHeaders
|
|
16
|
+
- Added Interface CommunicationServicesDeleteOptionalParams
|
|
17
|
+
- Added Interface CommunicationServicesGetOptionalParams
|
|
18
|
+
- Added Interface CommunicationServicesLinkNotificationHubOptionalParams
|
|
19
|
+
- Added Interface CommunicationServicesListByResourceGroupNextOptionalParams
|
|
20
|
+
- Added Interface CommunicationServicesListByResourceGroupOptionalParams
|
|
21
|
+
- Added Interface CommunicationServicesListBySubscriptionNextOptionalParams
|
|
22
|
+
- Added Interface CommunicationServicesListBySubscriptionOptionalParams
|
|
23
|
+
- Added Interface CommunicationServicesListKeysOptionalParams
|
|
24
|
+
- Added Interface CommunicationServicesRegenerateKeyHeaders
|
|
25
|
+
- Added Interface CommunicationServicesRegenerateKeyOptionalParams
|
|
26
|
+
- Added Interface CommunicationServicesUpdateHeaders
|
|
27
|
+
- Added Interface CommunicationServicesUpdateOptionalParams
|
|
28
|
+
- Added Interface DnsRecord
|
|
29
|
+
- Added Interface DomainPropertiesVerificationRecords
|
|
30
|
+
- Added Interface DomainPropertiesVerificationStates
|
|
31
|
+
- Added Interface DomainResourceList
|
|
32
|
+
- Added Interface DomainsCancelVerificationHeaders
|
|
33
|
+
- Added Interface DomainsCancelVerificationOptionalParams
|
|
34
|
+
- Added Interface DomainsCreateOrUpdateHeaders
|
|
35
|
+
- Added Interface DomainsCreateOrUpdateOptionalParams
|
|
36
|
+
- Added Interface DomainsDeleteHeaders
|
|
37
|
+
- Added Interface DomainsDeleteOptionalParams
|
|
38
|
+
- Added Interface DomainsGetOptionalParams
|
|
39
|
+
- Added Interface DomainsInitiateVerificationHeaders
|
|
40
|
+
- Added Interface DomainsInitiateVerificationOptionalParams
|
|
41
|
+
- Added Interface DomainsListByEmailServiceResourceNextOptionalParams
|
|
42
|
+
- Added Interface DomainsListByEmailServiceResourceOptionalParams
|
|
43
|
+
- Added Interface DomainsUpdateHeaders
|
|
44
|
+
- Added Interface DomainsUpdateOptionalParams
|
|
45
|
+
- Added Interface EmailServiceResourceList
|
|
46
|
+
- Added Interface EmailServicesCreateOrUpdateHeaders
|
|
47
|
+
- Added Interface EmailServicesCreateOrUpdateOptionalParams
|
|
48
|
+
- Added Interface EmailServicesDeleteHeaders
|
|
49
|
+
- Added Interface EmailServicesDeleteOptionalParams
|
|
50
|
+
- Added Interface EmailServicesGetOptionalParams
|
|
51
|
+
- Added Interface EmailServicesListByResourceGroupNextOptionalParams
|
|
52
|
+
- Added Interface EmailServicesListByResourceGroupOptionalParams
|
|
53
|
+
- Added Interface EmailServicesListBySubscriptionNextOptionalParams
|
|
54
|
+
- Added Interface EmailServicesListBySubscriptionOptionalParams
|
|
55
|
+
- Added Interface EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams
|
|
56
|
+
- Added Interface EmailServicesUpdateHeaders
|
|
57
|
+
- Added Interface EmailServicesUpdateOptionalParams
|
|
58
|
+
- Added Interface VerificationParameter
|
|
59
|
+
- Added Interface VerificationStatusRecord
|
|
60
|
+
- Added Type Alias CheckNameAvailabilityReason
|
|
61
|
+
- Added Type Alias CommunicationServiceResourceUpdate
|
|
62
|
+
- Added Type Alias CommunicationServicesCheckNameAvailabilityResponse
|
|
63
|
+
- Added Type Alias CommunicationServicesCreateOrUpdateResponse
|
|
64
|
+
- Added Type Alias CommunicationServicesGetResponse
|
|
65
|
+
- Added Type Alias CommunicationServicesLinkNotificationHubResponse
|
|
66
|
+
- Added Type Alias CommunicationServicesListByResourceGroupNextResponse
|
|
67
|
+
- Added Type Alias CommunicationServicesListByResourceGroupResponse
|
|
68
|
+
- Added Type Alias CommunicationServicesListBySubscriptionNextResponse
|
|
69
|
+
- Added Type Alias CommunicationServicesListBySubscriptionResponse
|
|
70
|
+
- Added Type Alias CommunicationServicesListKeysResponse
|
|
71
|
+
- Added Type Alias CommunicationServicesProvisioningState
|
|
72
|
+
- Added Type Alias CommunicationServicesRegenerateKeyResponse
|
|
73
|
+
- Added Type Alias CommunicationServicesUpdateResponse
|
|
74
|
+
- Added Type Alias DomainManagement
|
|
75
|
+
- Added Type Alias DomainResource
|
|
76
|
+
- Added Type Alias DomainsCancelVerificationResponse
|
|
77
|
+
- Added Type Alias DomainsCreateOrUpdateResponse
|
|
78
|
+
- Added Type Alias DomainsGetResponse
|
|
79
|
+
- Added Type Alias DomainsInitiateVerificationResponse
|
|
80
|
+
- Added Type Alias DomainsListByEmailServiceResourceNextResponse
|
|
81
|
+
- Added Type Alias DomainsListByEmailServiceResourceResponse
|
|
82
|
+
- Added Type Alias DomainsProvisioningState
|
|
83
|
+
- Added Type Alias DomainsUpdateResponse
|
|
84
|
+
- Added Type Alias EmailServiceResource
|
|
85
|
+
- Added Type Alias EmailServiceResourceUpdate
|
|
86
|
+
- Added Type Alias EmailServicesCreateOrUpdateResponse
|
|
87
|
+
- Added Type Alias EmailServicesGetResponse
|
|
88
|
+
- Added Type Alias EmailServicesListByResourceGroupNextResponse
|
|
89
|
+
- Added Type Alias EmailServicesListByResourceGroupResponse
|
|
90
|
+
- Added Type Alias EmailServicesListBySubscriptionNextResponse
|
|
91
|
+
- Added Type Alias EmailServicesListBySubscriptionResponse
|
|
92
|
+
- Added Type Alias EmailServicesListVerifiedExchangeOnlineDomainsResponse
|
|
93
|
+
- Added Type Alias EmailServicesProvisioningState
|
|
94
|
+
- Added Type Alias EmailServicesUpdateResponse
|
|
95
|
+
- Added Type Alias NameAvailabilityParameters
|
|
96
|
+
- Added Type Alias TrackedResource
|
|
97
|
+
- Added Type Alias UpdateDomainRequestParameters
|
|
98
|
+
- Added Type Alias UserEngagementTracking
|
|
99
|
+
- Added Type Alias VerificationStatus
|
|
100
|
+
- Added Type Alias VerificationType
|
|
101
|
+
- 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
|
+
- Added Enum KnownCheckNameAvailabilityReason
|
|
108
|
+
- Added Enum KnownCommunicationServicesProvisioningState
|
|
109
|
+
- Added Enum KnownDomainManagement
|
|
110
|
+
- Added Enum KnownDomainsProvisioningState
|
|
111
|
+
- Added Enum KnownEmailServicesProvisioningState
|
|
112
|
+
- Added Enum KnownUserEngagementTracking
|
|
113
|
+
- Added Enum KnownVerificationStatus
|
|
114
|
+
- Added Enum KnownVerificationType
|
|
115
|
+
|
|
116
|
+
**Breaking Changes**
|
|
117
|
+
|
|
118
|
+
- Removed operation group CommunicationService
|
|
119
|
+
- 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
|
+
- Removed Enum KnownProvisioningState
|
|
125
|
+
|
|
3
126
|
## 3.0.1 (2022-04-11)
|
|
4
127
|
|
|
5
128
|
**features**
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ REST API for Azure Communication Services
|
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/arm-communication) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-communication) |
|
|
9
|
-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-communication) |
|
|
9
|
+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-communication?view=azure-node-preview) |
|
|
10
10
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
11
|
|
|
12
12
|
## Getting started
|