@azure/arm-notificationhubs 2.1.1-alpha.20240312.1 → 3.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 +170 -9
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/index.js +3826 -1755
- 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/namespacesCheckAvailabilitySample.js +14 -6
- package/dist-esm/samples-dev/namespacesCheckAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js +15 -7
- package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js +25 -10
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js +13 -5
- package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesDeleteSample.js +14 -6
- package/dist-esm/samples-dev/namespacesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js +13 -5
- package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesGetPnsCredentialsSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesGetPnsCredentialsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesGetPnsCredentialsSample.js +39 -0
- package/dist-esm/samples-dev/namespacesGetPnsCredentialsSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesGetSample.js +15 -7
- package/dist-esm/samples-dev/namespacesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesListAllSample.js +14 -6
- package/dist-esm/samples-dev/namespacesListAllSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js +13 -5
- package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesListKeysSample.js +15 -7
- package/dist-esm/samples-dev/namespacesListKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesListSample.js +15 -7
- package/dist-esm/samples-dev/namespacesListSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js +14 -6
- package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesUpdateSample.js +51 -0
- package/dist-esm/samples-dev/namespacesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/notificationHubsCheckNotificationHubAvailabilitySample.js +15 -7
- package/dist-esm/samples-dev/notificationHubsCheckNotificationHubAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/notificationHubsCreateOrUpdateAuthorizationRuleSample.js +16 -8
- package/dist-esm/samples-dev/notificationHubsCreateOrUpdateAuthorizationRuleSample.js.map +1 -1
- package/dist-esm/samples-dev/notificationHubsCreateOrUpdateSample.js +15 -9
- package/dist-esm/samples-dev/notificationHubsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/notificationHubsDebugSendSample.js +16 -10
- package/dist-esm/samples-dev/notificationHubsDebugSendSample.js.map +1 -1
- package/dist-esm/samples-dev/notificationHubsDeleteAuthorizationRuleSample.js +13 -5
- package/dist-esm/samples-dev/notificationHubsDeleteAuthorizationRuleSample.js.map +1 -1
- package/dist-esm/samples-dev/notificationHubsDeleteSample.js +13 -5
- package/dist-esm/samples-dev/notificationHubsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/notificationHubsGetAuthorizationRuleSample.js +13 -5
- package/dist-esm/samples-dev/notificationHubsGetAuthorizationRuleSample.js.map +1 -1
- package/dist-esm/samples-dev/notificationHubsGetPnsCredentialsSample.js +15 -7
- package/dist-esm/samples-dev/notificationHubsGetPnsCredentialsSample.js.map +1 -1
- package/dist-esm/samples-dev/notificationHubsGetSample.js +15 -7
- package/dist-esm/samples-dev/notificationHubsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/notificationHubsListAuthorizationRulesSample.js +13 -5
- package/dist-esm/samples-dev/notificationHubsListAuthorizationRulesSample.js.map +1 -1
- package/dist-esm/samples-dev/notificationHubsListKeysSample.js +13 -5
- package/dist-esm/samples-dev/notificationHubsListKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/notificationHubsListSample.js +13 -5
- package/dist-esm/samples-dev/notificationHubsListSample.js.map +1 -1
- package/dist-esm/samples-dev/notificationHubsRegenerateKeysSample.js +14 -6
- package/dist-esm/samples-dev/notificationHubsRegenerateKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/notificationHubsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/notificationHubsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/notificationHubsUpdateSample.js +47 -0
- package/dist-esm/samples-dev/notificationHubsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +13 -5
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +42 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetGroupIdSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetGroupIdSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetGroupIdSample.js +42 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetGroupIdSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +42 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListGroupIdsSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListGroupIdsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListGroupIdsSample.js +57 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListGroupIdsSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +57 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +48 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +1377 -455
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +136 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +44 -17
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1972 -738
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +10 -6
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +140 -80
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/notificationHubsManagementClient.d.ts +6 -6
- package/dist-esm/src/notificationHubsManagementClient.d.ts.map +1 -1
- package/dist-esm/src/notificationHubsManagementClient.js +13 -13
- package/dist-esm/src/notificationHubsManagementClient.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +3 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +3 -2
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/namespaces.d.ts +82 -81
- package/dist-esm/src/operations/namespaces.d.ts.map +1 -1
- package/dist-esm/src/operations/namespaces.js +323 -224
- package/dist-esm/src/operations/namespaces.js.map +1 -1
- package/dist-esm/src/operations/notificationHubs.d.ts +73 -74
- package/dist-esm/src/operations/notificationHubs.d.ts.map +1 -1
- package/dist-esm/src/operations/notificationHubs.js +249 -185
- package/dist-esm/src/operations/notificationHubs.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts +2 -2
- package/dist-esm/src/operations/operations.js +11 -12
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +114 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +466 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -2
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +3 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts +61 -58
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/notificationHubs.d.ts +62 -63
- package/dist-esm/src/operationsInterfaces/notificationHubs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +1 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +84 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/pagingHelper.d.ts +4 -4
- package/dist-esm/src/pagingHelper.js +4 -4
- package/dist-esm/test/notificationhubs_examples.js +16 -4
- package/dist-esm/test/notificationhubs_examples.js.map +1 -1
- package/package.json +14 -13
- package/review/arm-notificationhubs.api.md +548 -121
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +1458 -467
- package/src/models/mappers.ts +2054 -789
- package/src/models/parameters.ts +152 -87
- package/src/notificationHubsManagementClient.ts +30 -26
- package/src/operations/index.ts +3 -2
- package/src/operations/namespaces.ts +444 -341
- package/src/operations/notificationHubs.ts +326 -275
- package/src/operations/operations.ts +18 -19
- package/src/operations/privateEndpointConnections.ts +629 -0
- package/src/operationsInterfaces/index.ts +3 -2
- package/src/operationsInterfaces/namespaces.ts +101 -88
- package/src/operationsInterfaces/notificationHubs.ts +88 -89
- package/src/operationsInterfaces/operations.ts +2 -2
- package/src/operationsInterfaces/privateEndpointConnections.ts +156 -0
- package/src/pagingHelper.ts +5 -5
- package/types/arm-notificationhubs.d.ts +1615 -549
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/namespacesPatchSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesPatchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesPatchSample.js +0 -35
- package/dist-esm/samples-dev/namespacesPatchSample.js.map +0 -1
- package/dist-esm/samples-dev/notificationHubsPatchSample.d.ts +0 -2
- package/dist-esm/samples-dev/notificationHubsPatchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/notificationHubsPatchSample.js +0 -34
- package/dist-esm/samples-dev/notificationHubsPatchSample.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,176 @@
|
|
|
1
1
|
# Release History
|
|
2
|
+
|
|
3
|
+
## 3.0.0-beta.1 (2024-03-18)
|
|
4
|
+
|
|
5
|
+
**Features**
|
|
2
6
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
- Added operation group PrivateEndpointConnections
|
|
8
|
+
- Added operation Namespaces.beginCreateOrUpdate
|
|
9
|
+
- Added operation Namespaces.beginCreateOrUpdateAndWait
|
|
10
|
+
- Added operation Namespaces.delete
|
|
11
|
+
- Added operation Namespaces.getPnsCredentials
|
|
12
|
+
- Added operation Namespaces.update
|
|
13
|
+
- Added operation NotificationHubs.update
|
|
14
|
+
- Added Interface Availability
|
|
15
|
+
- Added Interface BrowserCredential
|
|
16
|
+
- Added Interface ConnectionDetails
|
|
17
|
+
- Added Interface ErrorAdditionalInfo
|
|
18
|
+
- Added Interface ErrorDetail
|
|
19
|
+
- Added Interface FcmV1Credential
|
|
20
|
+
- Added Interface GroupConnectivityInformation
|
|
21
|
+
- Added Interface IpRule
|
|
22
|
+
- Added Interface LogSpecification
|
|
23
|
+
- Added Interface MetricSpecification
|
|
24
|
+
- Added Interface NamespaceProperties
|
|
25
|
+
- Added Interface NamespacesGetPnsCredentialsOptionalParams
|
|
26
|
+
- Added Interface NamespacesUpdateOptionalParams
|
|
27
|
+
- Added Interface NetworkAcls
|
|
28
|
+
- Added Interface NotificationHubsUpdateOptionalParams
|
|
29
|
+
- Added Interface OperationProperties
|
|
30
|
+
- Added Interface PnsCredentials
|
|
31
|
+
- Added Interface PolicyKeyResource
|
|
32
|
+
- Added Interface PrivateEndpointConnectionProperties
|
|
33
|
+
- Added Interface PrivateEndpointConnectionResource
|
|
34
|
+
- Added Interface PrivateEndpointConnectionResourceListResult
|
|
35
|
+
- Added Interface PrivateEndpointConnectionsDeleteHeaders
|
|
36
|
+
- Added Interface PrivateEndpointConnectionsDeleteOptionalParams
|
|
37
|
+
- Added Interface PrivateEndpointConnectionsGetGroupIdOptionalParams
|
|
38
|
+
- Added Interface PrivateEndpointConnectionsGetOptionalParams
|
|
39
|
+
- Added Interface PrivateEndpointConnectionsListGroupIdsOptionalParams
|
|
40
|
+
- Added Interface PrivateEndpointConnectionsListOptionalParams
|
|
41
|
+
- Added Interface PrivateEndpointConnectionsUpdateOptionalParams
|
|
42
|
+
- Added Interface PrivateLinkResource
|
|
43
|
+
- Added Interface PrivateLinkResourceListResult
|
|
44
|
+
- Added Interface PrivateLinkResourceProperties
|
|
45
|
+
- Added Interface PrivateLinkServiceConnection
|
|
46
|
+
- Added Interface ProxyResource
|
|
47
|
+
- Added Interface PublicInternetAuthorizationRule
|
|
48
|
+
- Added Interface RegistrationResult
|
|
49
|
+
- Added Interface RemotePrivateEndpointConnection
|
|
50
|
+
- Added Interface RemotePrivateLinkServiceConnectionState
|
|
51
|
+
- Added Interface ServiceSpecification
|
|
52
|
+
- Added Interface SystemData
|
|
53
|
+
- Added Interface TrackedResource
|
|
54
|
+
- Added Interface XiaomiCredential
|
|
55
|
+
- Added Type Alias CreatedByType
|
|
56
|
+
- Added Type Alias NamespacesGetPnsCredentialsResponse
|
|
57
|
+
- Added Type Alias NamespaceStatus
|
|
58
|
+
- Added Type Alias NamespacesUpdateResponse
|
|
59
|
+
- Added Type Alias NotificationHubsUpdateResponse
|
|
60
|
+
- Added Type Alias OperationProvisioningState
|
|
61
|
+
- Added Type Alias PolicyKeyType
|
|
62
|
+
- Added Type Alias PrivateEndpointConnectionProvisioningState
|
|
63
|
+
- Added Type Alias PrivateEndpointConnectionsDeleteResponse
|
|
64
|
+
- Added Type Alias PrivateEndpointConnectionsGetGroupIdResponse
|
|
65
|
+
- Added Type Alias PrivateEndpointConnectionsGetResponse
|
|
66
|
+
- Added Type Alias PrivateEndpointConnectionsListGroupIdsResponse
|
|
67
|
+
- Added Type Alias PrivateEndpointConnectionsListResponse
|
|
68
|
+
- Added Type Alias PrivateEndpointConnectionsUpdateResponse
|
|
69
|
+
- Added Type Alias PrivateLinkConnectionStatus
|
|
70
|
+
- Added Type Alias PublicNetworkAccess
|
|
71
|
+
- Added Type Alias ReplicationRegion
|
|
72
|
+
- Added Type Alias ZoneRedundancyPreference
|
|
73
|
+
- Interface CheckAvailabilityResult has a new optional parameter location
|
|
74
|
+
- Interface CheckAvailabilityResult has a new optional parameter sku
|
|
75
|
+
- Interface CheckAvailabilityResult has a new optional parameter tags
|
|
76
|
+
- Interface DebugSendResponse has a new optional parameter location
|
|
77
|
+
- Interface DebugSendResponse has a new optional parameter tags
|
|
78
|
+
- Interface ErrorResponse has a new optional parameter error
|
|
79
|
+
- Interface NamespacePatchParameters has a new optional parameter properties
|
|
80
|
+
- Interface NamespaceResource has a new optional parameter networkAcls
|
|
81
|
+
- Interface NamespaceResource has a new optional parameter pnsCredentials
|
|
82
|
+
- Interface NamespaceResource has a new optional parameter privateEndpointConnections
|
|
83
|
+
- Interface NamespaceResource has a new optional parameter publicNetworkAccess
|
|
84
|
+
- Interface NamespaceResource has a new optional parameter replicationRegion
|
|
85
|
+
- Interface NamespaceResource has a new optional parameter zoneRedundancy
|
|
86
|
+
- Interface NamespacesCreateOrUpdateOptionalParams has a new optional parameter resumeFrom
|
|
87
|
+
- Interface NamespacesCreateOrUpdateOptionalParams has a new optional parameter updateIntervalInMs
|
|
88
|
+
- Interface NamespacesListAllOptionalParams has a new optional parameter skipToken
|
|
89
|
+
- Interface NamespacesListAllOptionalParams has a new optional parameter top
|
|
90
|
+
- Interface NamespacesListOptionalParams has a new optional parameter skipToken
|
|
91
|
+
- Interface NamespacesListOptionalParams has a new optional parameter top
|
|
92
|
+
- Interface NotificationHubPatchParameters has a new optional parameter browserCredential
|
|
93
|
+
- Interface NotificationHubPatchParameters has a new optional parameter dailyMaxActiveDevices
|
|
94
|
+
- Interface NotificationHubPatchParameters has a new optional parameter fcmV1Credential
|
|
95
|
+
- Interface NotificationHubPatchParameters has a new optional parameter name
|
|
96
|
+
- Interface NotificationHubPatchParameters has a new optional parameter sku
|
|
97
|
+
- Interface NotificationHubPatchParameters has a new optional parameter tags
|
|
98
|
+
- Interface NotificationHubPatchParameters has a new optional parameter xiaomiCredential
|
|
99
|
+
- Interface NotificationHubResource has a new optional parameter browserCredential
|
|
100
|
+
- Interface NotificationHubResource has a new optional parameter dailyMaxActiveDevices
|
|
101
|
+
- Interface NotificationHubResource has a new optional parameter fcmV1Credential
|
|
102
|
+
- Interface NotificationHubResource has a new optional parameter sku
|
|
103
|
+
- Interface NotificationHubResource has a new optional parameter xiaomiCredential
|
|
104
|
+
- Interface NotificationHubsListOptionalParams has a new optional parameter skipToken
|
|
105
|
+
- Interface NotificationHubsListOptionalParams has a new optional parameter top
|
|
106
|
+
- Interface Operation has a new optional parameter isDataAction
|
|
107
|
+
- Interface Operation has a new optional parameter properties
|
|
108
|
+
- Interface OperationDisplay has a new optional parameter description
|
|
109
|
+
- Interface PnsCredentialsResource has a new optional parameter browserCredential
|
|
110
|
+
- Interface PnsCredentialsResource has a new optional parameter fcmV1Credential
|
|
111
|
+
- Interface PnsCredentialsResource has a new optional parameter location
|
|
112
|
+
- Interface PnsCredentialsResource has a new optional parameter tags
|
|
113
|
+
- Interface PnsCredentialsResource has a new optional parameter xiaomiCredential
|
|
114
|
+
- Interface Resource has a new optional parameter systemData
|
|
115
|
+
- Interface SharedAccessAuthorizationRuleResource has a new optional parameter location
|
|
116
|
+
- Interface SharedAccessAuthorizationRuleResource has a new optional parameter tags
|
|
117
|
+
- Interface WnsCredential has a new optional parameter certificateKey
|
|
118
|
+
- Interface WnsCredential has a new optional parameter wnsCertificate
|
|
119
|
+
- Added Enum KnownAccessRights
|
|
120
|
+
- Added Enum KnownCreatedByType
|
|
121
|
+
- Added Enum KnownNamespaceStatus
|
|
122
|
+
- Added Enum KnownNamespaceType
|
|
123
|
+
- Added Enum KnownOperationProvisioningState
|
|
124
|
+
- Added Enum KnownPolicyKeyType
|
|
125
|
+
- Added Enum KnownPrivateEndpointConnectionProvisioningState
|
|
126
|
+
- Added Enum KnownPrivateLinkConnectionStatus
|
|
127
|
+
- Added Enum KnownPublicNetworkAccess
|
|
128
|
+
- Added Enum KnownReplicationRegion
|
|
129
|
+
- Added Enum KnownZoneRedundancyPreference
|
|
10
130
|
|
|
11
|
-
|
|
131
|
+
**Breaking Changes**
|
|
12
132
|
|
|
133
|
+
- Removed operation Namespaces.beginDelete
|
|
134
|
+
- Removed operation Namespaces.beginDeleteAndWait
|
|
135
|
+
- Removed operation Namespaces.createOrUpdate
|
|
136
|
+
- Removed operation Namespaces.patch
|
|
137
|
+
- Removed operation NotificationHubs.patch
|
|
138
|
+
- Operation Namespaces.createOrUpdateAuthorizationRule has a new signature
|
|
139
|
+
- Operation Namespaces.regenerateKeys has a new signature
|
|
140
|
+
- Operation NotificationHubs.createOrUpdate has a new signature
|
|
141
|
+
- Operation NotificationHubs.createOrUpdateAuthorizationRule has a new signature
|
|
142
|
+
- Operation NotificationHubs.regenerateKeys has a new signature
|
|
143
|
+
- Interface ErrorResponse no longer has parameter code
|
|
144
|
+
- Interface ErrorResponse no longer has parameter message
|
|
145
|
+
- Interface NamespacesDeleteOptionalParams no longer has parameter resumeFrom
|
|
146
|
+
- Interface NamespacesDeleteOptionalParams no longer has parameter updateIntervalInMs
|
|
147
|
+
- Interface NotificationHubPatchParameters no longer has parameter namePropertiesName
|
|
148
|
+
- Interface NotificationHubsDebugSendOptionalParams no longer has parameter parameters
|
|
149
|
+
- Interface Resource no longer has parameter location
|
|
150
|
+
- Interface Resource no longer has parameter sku
|
|
151
|
+
- Interface Resource no longer has parameter tags
|
|
152
|
+
- Interface NamespaceResource has a new required parameter sku
|
|
153
|
+
- Parameter authTokenUrl of interface AdmCredential is now required
|
|
154
|
+
- Parameter clientId of interface AdmCredential is now required
|
|
155
|
+
- Parameter clientSecret of interface AdmCredential is now required
|
|
156
|
+
- Parameter endpoint of interface ApnsCredential is now required
|
|
157
|
+
- Parameter baiduApiKey of interface BaiduCredential is now required
|
|
158
|
+
- Parameter baiduEndPoint of interface BaiduCredential is now required
|
|
159
|
+
- Parameter baiduSecretKey of interface BaiduCredential is now required
|
|
160
|
+
- Parameter googleApiKey of interface GcmCredential is now required
|
|
161
|
+
- Parameter certificateKey of interface MpnsCredential is now required
|
|
162
|
+
- Parameter mpnsCertificate of interface MpnsCredential is now required
|
|
163
|
+
- Parameter thumbprint of interface MpnsCredential is now required
|
|
164
|
+
- Parameter rights of interface SharedAccessAuthorizationRuleProperties is now required
|
|
165
|
+
- Type of parameter results of interface DebugSendResponse is changed from Record<string, unknown> to RegistrationResult[]
|
|
166
|
+
- Type of parameter provisioningState of interface NamespaceResource is changed from string to OperationProvisioningState
|
|
167
|
+
- Type of parameter status of interface NamespaceResource is changed from string to NamespaceStatus
|
|
168
|
+
- Type of parameter createdTime of interface SharedAccessAuthorizationRuleProperties is changed from string to Date
|
|
169
|
+
- Type of parameter modifiedTime of interface SharedAccessAuthorizationRuleProperties is changed from string to Date
|
|
170
|
+
- Type of parameter createdTime of interface SharedAccessAuthorizationRuleResource is changed from string to Date
|
|
171
|
+
- Type of parameter modifiedTime of interface SharedAccessAuthorizationRuleResource is changed from string to Date
|
|
172
|
+
|
|
173
|
+
|
|
13
174
|
## 2.1.0 (2022-12-01)
|
|
14
175
|
|
|
15
176
|
**Features**
|
|
@@ -38,4 +199,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.
|
|
|
38
199
|
|
|
39
200
|
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
|
|
40
201
|
|
|
41
|
-
To learn more, please refer to our documentation [Quick Start](https://aka.ms/
|
|
202
|
+
To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
|
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure NotificationHubsManagement client.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Microsoft Notification Hubs Resource Provider REST API.
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/notificationhubs/arm-notificationhubs) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-notificationhubs) |
|
|
9
|
-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-notificationhubs) |
|
|
9
|
+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-notificationhubs?view=azure-node-preview) |
|
|
10
10
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
11
|
|
|
12
12
|
## Getting started
|