@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
|
@@ -0,0 +1,629 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
+
import { PrivateEndpointConnections } from "../operationsInterfaces";
|
|
11
|
+
import * as coreClient from "@azure/core-client";
|
|
12
|
+
import * as Mappers from "../models/mappers";
|
|
13
|
+
import * as Parameters from "../models/parameters";
|
|
14
|
+
import { NotificationHubsManagementClient } from "../notificationHubsManagementClient";
|
|
15
|
+
import {
|
|
16
|
+
SimplePollerLike,
|
|
17
|
+
OperationState,
|
|
18
|
+
createHttpPoller,
|
|
19
|
+
} from "@azure/core-lro";
|
|
20
|
+
import { createLroSpec } from "../lroImpl";
|
|
21
|
+
import {
|
|
22
|
+
PrivateEndpointConnectionResource,
|
|
23
|
+
PrivateEndpointConnectionsListOptionalParams,
|
|
24
|
+
PrivateEndpointConnectionsListResponse,
|
|
25
|
+
PrivateLinkResource,
|
|
26
|
+
PrivateEndpointConnectionsListGroupIdsOptionalParams,
|
|
27
|
+
PrivateEndpointConnectionsListGroupIdsResponse,
|
|
28
|
+
PrivateEndpointConnectionsUpdateOptionalParams,
|
|
29
|
+
PrivateEndpointConnectionsUpdateResponse,
|
|
30
|
+
PrivateEndpointConnectionsDeleteOptionalParams,
|
|
31
|
+
PrivateEndpointConnectionsDeleteResponse,
|
|
32
|
+
PrivateEndpointConnectionsGetOptionalParams,
|
|
33
|
+
PrivateEndpointConnectionsGetResponse,
|
|
34
|
+
PrivateEndpointConnectionsGetGroupIdOptionalParams,
|
|
35
|
+
PrivateEndpointConnectionsGetGroupIdResponse,
|
|
36
|
+
} from "../models";
|
|
37
|
+
|
|
38
|
+
/// <reference lib="esnext.asynciterable" />
|
|
39
|
+
/** Class containing PrivateEndpointConnections operations. */
|
|
40
|
+
export class PrivateEndpointConnectionsImpl
|
|
41
|
+
implements PrivateEndpointConnections
|
|
42
|
+
{
|
|
43
|
+
private readonly client: NotificationHubsManagementClient;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Initialize a new instance of the class PrivateEndpointConnections class.
|
|
47
|
+
* @param client Reference to the service client
|
|
48
|
+
*/
|
|
49
|
+
constructor(client: NotificationHubsManagementClient) {
|
|
50
|
+
this.client = client;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Returns all Private Endpoint Connections that belong to the given Notification Hubs namespace.
|
|
55
|
+
* This is a public API that can be called directly by Notification Hubs users.
|
|
56
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
57
|
+
* @param namespaceName Namespace name
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
public list(
|
|
61
|
+
resourceGroupName: string,
|
|
62
|
+
namespaceName: string,
|
|
63
|
+
options?: PrivateEndpointConnectionsListOptionalParams,
|
|
64
|
+
): PagedAsyncIterableIterator<PrivateEndpointConnectionResource> {
|
|
65
|
+
const iter = this.listPagingAll(resourceGroupName, namespaceName, options);
|
|
66
|
+
return {
|
|
67
|
+
next() {
|
|
68
|
+
return iter.next();
|
|
69
|
+
},
|
|
70
|
+
[Symbol.asyncIterator]() {
|
|
71
|
+
return this;
|
|
72
|
+
},
|
|
73
|
+
byPage: (settings?: PageSettings) => {
|
|
74
|
+
if (settings?.maxPageSize) {
|
|
75
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
76
|
+
}
|
|
77
|
+
return this.listPagingPage(
|
|
78
|
+
resourceGroupName,
|
|
79
|
+
namespaceName,
|
|
80
|
+
options,
|
|
81
|
+
settings,
|
|
82
|
+
);
|
|
83
|
+
},
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
private async *listPagingPage(
|
|
88
|
+
resourceGroupName: string,
|
|
89
|
+
namespaceName: string,
|
|
90
|
+
options?: PrivateEndpointConnectionsListOptionalParams,
|
|
91
|
+
_settings?: PageSettings,
|
|
92
|
+
): AsyncIterableIterator<PrivateEndpointConnectionResource[]> {
|
|
93
|
+
let result: PrivateEndpointConnectionsListResponse;
|
|
94
|
+
result = await this._list(resourceGroupName, namespaceName, options);
|
|
95
|
+
yield result.value || [];
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
private async *listPagingAll(
|
|
99
|
+
resourceGroupName: string,
|
|
100
|
+
namespaceName: string,
|
|
101
|
+
options?: PrivateEndpointConnectionsListOptionalParams,
|
|
102
|
+
): AsyncIterableIterator<PrivateEndpointConnectionResource> {
|
|
103
|
+
for await (const page of this.listPagingPage(
|
|
104
|
+
resourceGroupName,
|
|
105
|
+
namespaceName,
|
|
106
|
+
options,
|
|
107
|
+
)) {
|
|
108
|
+
yield* page;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Even though this namespace requires subscription id, resource group and namespace name, it returns a
|
|
114
|
+
* constant payload (for a given namespacE) every time it's called.
|
|
115
|
+
* That's why we don't send it to the sibling RP, but process it directly in the scale unit that
|
|
116
|
+
* received the request.
|
|
117
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
118
|
+
* @param namespaceName Namespace name
|
|
119
|
+
* @param options The options parameters.
|
|
120
|
+
*/
|
|
121
|
+
public listGroupIds(
|
|
122
|
+
resourceGroupName: string,
|
|
123
|
+
namespaceName: string,
|
|
124
|
+
options?: PrivateEndpointConnectionsListGroupIdsOptionalParams,
|
|
125
|
+
): PagedAsyncIterableIterator<PrivateLinkResource> {
|
|
126
|
+
const iter = this.listGroupIdsPagingAll(
|
|
127
|
+
resourceGroupName,
|
|
128
|
+
namespaceName,
|
|
129
|
+
options,
|
|
130
|
+
);
|
|
131
|
+
return {
|
|
132
|
+
next() {
|
|
133
|
+
return iter.next();
|
|
134
|
+
},
|
|
135
|
+
[Symbol.asyncIterator]() {
|
|
136
|
+
return this;
|
|
137
|
+
},
|
|
138
|
+
byPage: (settings?: PageSettings) => {
|
|
139
|
+
if (settings?.maxPageSize) {
|
|
140
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
141
|
+
}
|
|
142
|
+
return this.listGroupIdsPagingPage(
|
|
143
|
+
resourceGroupName,
|
|
144
|
+
namespaceName,
|
|
145
|
+
options,
|
|
146
|
+
settings,
|
|
147
|
+
);
|
|
148
|
+
},
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
private async *listGroupIdsPagingPage(
|
|
153
|
+
resourceGroupName: string,
|
|
154
|
+
namespaceName: string,
|
|
155
|
+
options?: PrivateEndpointConnectionsListGroupIdsOptionalParams,
|
|
156
|
+
_settings?: PageSettings,
|
|
157
|
+
): AsyncIterableIterator<PrivateLinkResource[]> {
|
|
158
|
+
let result: PrivateEndpointConnectionsListGroupIdsResponse;
|
|
159
|
+
result = await this._listGroupIds(
|
|
160
|
+
resourceGroupName,
|
|
161
|
+
namespaceName,
|
|
162
|
+
options,
|
|
163
|
+
);
|
|
164
|
+
yield result.value || [];
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
private async *listGroupIdsPagingAll(
|
|
168
|
+
resourceGroupName: string,
|
|
169
|
+
namespaceName: string,
|
|
170
|
+
options?: PrivateEndpointConnectionsListGroupIdsOptionalParams,
|
|
171
|
+
): AsyncIterableIterator<PrivateLinkResource> {
|
|
172
|
+
for await (const page of this.listGroupIdsPagingPage(
|
|
173
|
+
resourceGroupName,
|
|
174
|
+
namespaceName,
|
|
175
|
+
options,
|
|
176
|
+
)) {
|
|
177
|
+
yield* page;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Approves or rejects Private Endpoint Connection.
|
|
183
|
+
* This is a public API that can be called directly by Notification Hubs users.
|
|
184
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
185
|
+
* @param namespaceName Namespace name
|
|
186
|
+
* @param privateEndpointConnectionName Private Endpoint Connection Name
|
|
187
|
+
* @param parameters Description of the Private Endpoint Connection resource.
|
|
188
|
+
* @param options The options parameters.
|
|
189
|
+
*/
|
|
190
|
+
async beginUpdate(
|
|
191
|
+
resourceGroupName: string,
|
|
192
|
+
namespaceName: string,
|
|
193
|
+
privateEndpointConnectionName: string,
|
|
194
|
+
parameters: PrivateEndpointConnectionResource,
|
|
195
|
+
options?: PrivateEndpointConnectionsUpdateOptionalParams,
|
|
196
|
+
): Promise<
|
|
197
|
+
SimplePollerLike<
|
|
198
|
+
OperationState<PrivateEndpointConnectionsUpdateResponse>,
|
|
199
|
+
PrivateEndpointConnectionsUpdateResponse
|
|
200
|
+
>
|
|
201
|
+
> {
|
|
202
|
+
const directSendOperation = async (
|
|
203
|
+
args: coreClient.OperationArguments,
|
|
204
|
+
spec: coreClient.OperationSpec,
|
|
205
|
+
): Promise<PrivateEndpointConnectionsUpdateResponse> => {
|
|
206
|
+
return this.client.sendOperationRequest(args, spec);
|
|
207
|
+
};
|
|
208
|
+
const sendOperationFn = async (
|
|
209
|
+
args: coreClient.OperationArguments,
|
|
210
|
+
spec: coreClient.OperationSpec,
|
|
211
|
+
) => {
|
|
212
|
+
let currentRawResponse: coreClient.FullOperationResponse | undefined =
|
|
213
|
+
undefined;
|
|
214
|
+
const providedCallback = args.options?.onResponse;
|
|
215
|
+
const callback: coreClient.RawResponseCallback = (
|
|
216
|
+
rawResponse: coreClient.FullOperationResponse,
|
|
217
|
+
flatResponse: unknown,
|
|
218
|
+
) => {
|
|
219
|
+
currentRawResponse = rawResponse;
|
|
220
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
221
|
+
};
|
|
222
|
+
const updatedArgs = {
|
|
223
|
+
...args,
|
|
224
|
+
options: {
|
|
225
|
+
...args.options,
|
|
226
|
+
onResponse: callback,
|
|
227
|
+
},
|
|
228
|
+
};
|
|
229
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
230
|
+
return {
|
|
231
|
+
flatResponse,
|
|
232
|
+
rawResponse: {
|
|
233
|
+
statusCode: currentRawResponse!.status,
|
|
234
|
+
body: currentRawResponse!.parsedBody,
|
|
235
|
+
headers: currentRawResponse!.headers.toJSON(),
|
|
236
|
+
},
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
|
|
240
|
+
const lro = createLroSpec({
|
|
241
|
+
sendOperationFn,
|
|
242
|
+
args: {
|
|
243
|
+
resourceGroupName,
|
|
244
|
+
namespaceName,
|
|
245
|
+
privateEndpointConnectionName,
|
|
246
|
+
parameters,
|
|
247
|
+
options,
|
|
248
|
+
},
|
|
249
|
+
spec: updateOperationSpec,
|
|
250
|
+
});
|
|
251
|
+
const poller = await createHttpPoller<
|
|
252
|
+
PrivateEndpointConnectionsUpdateResponse,
|
|
253
|
+
OperationState<PrivateEndpointConnectionsUpdateResponse>
|
|
254
|
+
>(lro, {
|
|
255
|
+
restoreFrom: options?.resumeFrom,
|
|
256
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
257
|
+
resourceLocationConfig: "azure-async-operation",
|
|
258
|
+
});
|
|
259
|
+
await poller.poll();
|
|
260
|
+
return poller;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* Approves or rejects Private Endpoint Connection.
|
|
265
|
+
* This is a public API that can be called directly by Notification Hubs users.
|
|
266
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
267
|
+
* @param namespaceName Namespace name
|
|
268
|
+
* @param privateEndpointConnectionName Private Endpoint Connection Name
|
|
269
|
+
* @param parameters Description of the Private Endpoint Connection resource.
|
|
270
|
+
* @param options The options parameters.
|
|
271
|
+
*/
|
|
272
|
+
async beginUpdateAndWait(
|
|
273
|
+
resourceGroupName: string,
|
|
274
|
+
namespaceName: string,
|
|
275
|
+
privateEndpointConnectionName: string,
|
|
276
|
+
parameters: PrivateEndpointConnectionResource,
|
|
277
|
+
options?: PrivateEndpointConnectionsUpdateOptionalParams,
|
|
278
|
+
): Promise<PrivateEndpointConnectionsUpdateResponse> {
|
|
279
|
+
const poller = await this.beginUpdate(
|
|
280
|
+
resourceGroupName,
|
|
281
|
+
namespaceName,
|
|
282
|
+
privateEndpointConnectionName,
|
|
283
|
+
parameters,
|
|
284
|
+
options,
|
|
285
|
+
);
|
|
286
|
+
return poller.pollUntilDone();
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* Deletes the Private Endpoint Connection.
|
|
291
|
+
* This is a public API that can be called directly by Notification Hubs users.
|
|
292
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
293
|
+
* @param namespaceName Namespace name
|
|
294
|
+
* @param privateEndpointConnectionName Private Endpoint Connection Name
|
|
295
|
+
* @param options The options parameters.
|
|
296
|
+
*/
|
|
297
|
+
async beginDelete(
|
|
298
|
+
resourceGroupName: string,
|
|
299
|
+
namespaceName: string,
|
|
300
|
+
privateEndpointConnectionName: string,
|
|
301
|
+
options?: PrivateEndpointConnectionsDeleteOptionalParams,
|
|
302
|
+
): Promise<
|
|
303
|
+
SimplePollerLike<
|
|
304
|
+
OperationState<PrivateEndpointConnectionsDeleteResponse>,
|
|
305
|
+
PrivateEndpointConnectionsDeleteResponse
|
|
306
|
+
>
|
|
307
|
+
> {
|
|
308
|
+
const directSendOperation = async (
|
|
309
|
+
args: coreClient.OperationArguments,
|
|
310
|
+
spec: coreClient.OperationSpec,
|
|
311
|
+
): Promise<PrivateEndpointConnectionsDeleteResponse> => {
|
|
312
|
+
return this.client.sendOperationRequest(args, spec);
|
|
313
|
+
};
|
|
314
|
+
const sendOperationFn = async (
|
|
315
|
+
args: coreClient.OperationArguments,
|
|
316
|
+
spec: coreClient.OperationSpec,
|
|
317
|
+
) => {
|
|
318
|
+
let currentRawResponse: coreClient.FullOperationResponse | undefined =
|
|
319
|
+
undefined;
|
|
320
|
+
const providedCallback = args.options?.onResponse;
|
|
321
|
+
const callback: coreClient.RawResponseCallback = (
|
|
322
|
+
rawResponse: coreClient.FullOperationResponse,
|
|
323
|
+
flatResponse: unknown,
|
|
324
|
+
) => {
|
|
325
|
+
currentRawResponse = rawResponse;
|
|
326
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
327
|
+
};
|
|
328
|
+
const updatedArgs = {
|
|
329
|
+
...args,
|
|
330
|
+
options: {
|
|
331
|
+
...args.options,
|
|
332
|
+
onResponse: callback,
|
|
333
|
+
},
|
|
334
|
+
};
|
|
335
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
336
|
+
return {
|
|
337
|
+
flatResponse,
|
|
338
|
+
rawResponse: {
|
|
339
|
+
statusCode: currentRawResponse!.status,
|
|
340
|
+
body: currentRawResponse!.parsedBody,
|
|
341
|
+
headers: currentRawResponse!.headers.toJSON(),
|
|
342
|
+
},
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
|
|
346
|
+
const lro = createLroSpec({
|
|
347
|
+
sendOperationFn,
|
|
348
|
+
args: {
|
|
349
|
+
resourceGroupName,
|
|
350
|
+
namespaceName,
|
|
351
|
+
privateEndpointConnectionName,
|
|
352
|
+
options,
|
|
353
|
+
},
|
|
354
|
+
spec: deleteOperationSpec,
|
|
355
|
+
});
|
|
356
|
+
const poller = await createHttpPoller<
|
|
357
|
+
PrivateEndpointConnectionsDeleteResponse,
|
|
358
|
+
OperationState<PrivateEndpointConnectionsDeleteResponse>
|
|
359
|
+
>(lro, {
|
|
360
|
+
restoreFrom: options?.resumeFrom,
|
|
361
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
362
|
+
resourceLocationConfig: "location",
|
|
363
|
+
});
|
|
364
|
+
await poller.poll();
|
|
365
|
+
return poller;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
/**
|
|
369
|
+
* Deletes the Private Endpoint Connection.
|
|
370
|
+
* This is a public API that can be called directly by Notification Hubs users.
|
|
371
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
372
|
+
* @param namespaceName Namespace name
|
|
373
|
+
* @param privateEndpointConnectionName Private Endpoint Connection Name
|
|
374
|
+
* @param options The options parameters.
|
|
375
|
+
*/
|
|
376
|
+
async beginDeleteAndWait(
|
|
377
|
+
resourceGroupName: string,
|
|
378
|
+
namespaceName: string,
|
|
379
|
+
privateEndpointConnectionName: string,
|
|
380
|
+
options?: PrivateEndpointConnectionsDeleteOptionalParams,
|
|
381
|
+
): Promise<PrivateEndpointConnectionsDeleteResponse> {
|
|
382
|
+
const poller = await this.beginDelete(
|
|
383
|
+
resourceGroupName,
|
|
384
|
+
namespaceName,
|
|
385
|
+
privateEndpointConnectionName,
|
|
386
|
+
options,
|
|
387
|
+
);
|
|
388
|
+
return poller.pollUntilDone();
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* Returns a Private Endpoint Connection with a given name.
|
|
393
|
+
* This is a public API that can be called directly by Notification Hubs users.
|
|
394
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
395
|
+
* @param namespaceName Namespace name
|
|
396
|
+
* @param privateEndpointConnectionName Private Endpoint Connection Name
|
|
397
|
+
* @param options The options parameters.
|
|
398
|
+
*/
|
|
399
|
+
get(
|
|
400
|
+
resourceGroupName: string,
|
|
401
|
+
namespaceName: string,
|
|
402
|
+
privateEndpointConnectionName: string,
|
|
403
|
+
options?: PrivateEndpointConnectionsGetOptionalParams,
|
|
404
|
+
): Promise<PrivateEndpointConnectionsGetResponse> {
|
|
405
|
+
return this.client.sendOperationRequest(
|
|
406
|
+
{
|
|
407
|
+
resourceGroupName,
|
|
408
|
+
namespaceName,
|
|
409
|
+
privateEndpointConnectionName,
|
|
410
|
+
options,
|
|
411
|
+
},
|
|
412
|
+
getOperationSpec,
|
|
413
|
+
);
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
/**
|
|
417
|
+
* Returns all Private Endpoint Connections that belong to the given Notification Hubs namespace.
|
|
418
|
+
* This is a public API that can be called directly by Notification Hubs users.
|
|
419
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
420
|
+
* @param namespaceName Namespace name
|
|
421
|
+
* @param options The options parameters.
|
|
422
|
+
*/
|
|
423
|
+
private _list(
|
|
424
|
+
resourceGroupName: string,
|
|
425
|
+
namespaceName: string,
|
|
426
|
+
options?: PrivateEndpointConnectionsListOptionalParams,
|
|
427
|
+
): Promise<PrivateEndpointConnectionsListResponse> {
|
|
428
|
+
return this.client.sendOperationRequest(
|
|
429
|
+
{ resourceGroupName, namespaceName, options },
|
|
430
|
+
listOperationSpec,
|
|
431
|
+
);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* Even though this namespace requires subscription id, resource group and namespace name, it returns a
|
|
436
|
+
* constant payload (for a given namespacE) every time it's called.
|
|
437
|
+
* That's why we don't send it to the sibling RP, but process it directly in the scale unit that
|
|
438
|
+
* received the request.
|
|
439
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
440
|
+
* @param namespaceName Namespace name
|
|
441
|
+
* @param subResourceName Name of the Private Link sub-resource. The only supported sub-resource is
|
|
442
|
+
* "namespace"
|
|
443
|
+
* @param options The options parameters.
|
|
444
|
+
*/
|
|
445
|
+
getGroupId(
|
|
446
|
+
resourceGroupName: string,
|
|
447
|
+
namespaceName: string,
|
|
448
|
+
subResourceName: string,
|
|
449
|
+
options?: PrivateEndpointConnectionsGetGroupIdOptionalParams,
|
|
450
|
+
): Promise<PrivateEndpointConnectionsGetGroupIdResponse> {
|
|
451
|
+
return this.client.sendOperationRequest(
|
|
452
|
+
{ resourceGroupName, namespaceName, subResourceName, options },
|
|
453
|
+
getGroupIdOperationSpec,
|
|
454
|
+
);
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* Even though this namespace requires subscription id, resource group and namespace name, it returns a
|
|
459
|
+
* constant payload (for a given namespacE) every time it's called.
|
|
460
|
+
* That's why we don't send it to the sibling RP, but process it directly in the scale unit that
|
|
461
|
+
* received the request.
|
|
462
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
463
|
+
* @param namespaceName Namespace name
|
|
464
|
+
* @param options The options parameters.
|
|
465
|
+
*/
|
|
466
|
+
private _listGroupIds(
|
|
467
|
+
resourceGroupName: string,
|
|
468
|
+
namespaceName: string,
|
|
469
|
+
options?: PrivateEndpointConnectionsListGroupIdsOptionalParams,
|
|
470
|
+
): Promise<PrivateEndpointConnectionsListGroupIdsResponse> {
|
|
471
|
+
return this.client.sendOperationRequest(
|
|
472
|
+
{ resourceGroupName, namespaceName, options },
|
|
473
|
+
listGroupIdsOperationSpec,
|
|
474
|
+
);
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
// Operation Specifications
|
|
478
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
479
|
+
|
|
480
|
+
const updateOperationSpec: coreClient.OperationSpec = {
|
|
481
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
482
|
+
httpMethod: "PUT",
|
|
483
|
+
responses: {
|
|
484
|
+
200: {
|
|
485
|
+
bodyMapper: Mappers.PrivateEndpointConnectionResource,
|
|
486
|
+
},
|
|
487
|
+
201: {
|
|
488
|
+
bodyMapper: Mappers.PrivateEndpointConnectionResource,
|
|
489
|
+
},
|
|
490
|
+
202: {
|
|
491
|
+
bodyMapper: Mappers.PrivateEndpointConnectionResource,
|
|
492
|
+
},
|
|
493
|
+
204: {
|
|
494
|
+
bodyMapper: Mappers.PrivateEndpointConnectionResource,
|
|
495
|
+
},
|
|
496
|
+
default: {
|
|
497
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
498
|
+
},
|
|
499
|
+
},
|
|
500
|
+
requestBody: Parameters.parameters7,
|
|
501
|
+
queryParameters: [Parameters.apiVersion],
|
|
502
|
+
urlParameters: [
|
|
503
|
+
Parameters.$host,
|
|
504
|
+
Parameters.subscriptionId,
|
|
505
|
+
Parameters.resourceGroupName,
|
|
506
|
+
Parameters.namespaceName,
|
|
507
|
+
Parameters.privateEndpointConnectionName,
|
|
508
|
+
],
|
|
509
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
510
|
+
mediaType: "json",
|
|
511
|
+
serializer,
|
|
512
|
+
};
|
|
513
|
+
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
514
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
515
|
+
httpMethod: "DELETE",
|
|
516
|
+
responses: {
|
|
517
|
+
200: {
|
|
518
|
+
headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders,
|
|
519
|
+
},
|
|
520
|
+
201: {
|
|
521
|
+
headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders,
|
|
522
|
+
},
|
|
523
|
+
202: {
|
|
524
|
+
headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders,
|
|
525
|
+
},
|
|
526
|
+
204: {
|
|
527
|
+
headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders,
|
|
528
|
+
},
|
|
529
|
+
default: {
|
|
530
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
531
|
+
},
|
|
532
|
+
},
|
|
533
|
+
queryParameters: [Parameters.apiVersion],
|
|
534
|
+
urlParameters: [
|
|
535
|
+
Parameters.$host,
|
|
536
|
+
Parameters.subscriptionId,
|
|
537
|
+
Parameters.resourceGroupName,
|
|
538
|
+
Parameters.namespaceName,
|
|
539
|
+
Parameters.privateEndpointConnectionName,
|
|
540
|
+
],
|
|
541
|
+
headerParameters: [Parameters.accept],
|
|
542
|
+
serializer,
|
|
543
|
+
};
|
|
544
|
+
const getOperationSpec: coreClient.OperationSpec = {
|
|
545
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
546
|
+
httpMethod: "GET",
|
|
547
|
+
responses: {
|
|
548
|
+
200: {
|
|
549
|
+
bodyMapper: Mappers.PrivateEndpointConnectionResource,
|
|
550
|
+
},
|
|
551
|
+
default: {
|
|
552
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
553
|
+
},
|
|
554
|
+
},
|
|
555
|
+
queryParameters: [Parameters.apiVersion],
|
|
556
|
+
urlParameters: [
|
|
557
|
+
Parameters.$host,
|
|
558
|
+
Parameters.subscriptionId,
|
|
559
|
+
Parameters.resourceGroupName,
|
|
560
|
+
Parameters.namespaceName,
|
|
561
|
+
Parameters.privateEndpointConnectionName,
|
|
562
|
+
],
|
|
563
|
+
headerParameters: [Parameters.accept],
|
|
564
|
+
serializer,
|
|
565
|
+
};
|
|
566
|
+
const listOperationSpec: coreClient.OperationSpec = {
|
|
567
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateEndpointConnections",
|
|
568
|
+
httpMethod: "GET",
|
|
569
|
+
responses: {
|
|
570
|
+
200: {
|
|
571
|
+
bodyMapper: Mappers.PrivateEndpointConnectionResourceListResult,
|
|
572
|
+
},
|
|
573
|
+
default: {
|
|
574
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
575
|
+
},
|
|
576
|
+
},
|
|
577
|
+
queryParameters: [Parameters.apiVersion],
|
|
578
|
+
urlParameters: [
|
|
579
|
+
Parameters.$host,
|
|
580
|
+
Parameters.subscriptionId,
|
|
581
|
+
Parameters.resourceGroupName,
|
|
582
|
+
Parameters.namespaceName,
|
|
583
|
+
],
|
|
584
|
+
headerParameters: [Parameters.accept],
|
|
585
|
+
serializer,
|
|
586
|
+
};
|
|
587
|
+
const getGroupIdOperationSpec: coreClient.OperationSpec = {
|
|
588
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateLinkResources/{subResourceName}",
|
|
589
|
+
httpMethod: "GET",
|
|
590
|
+
responses: {
|
|
591
|
+
200: {
|
|
592
|
+
bodyMapper: Mappers.PrivateLinkResource,
|
|
593
|
+
},
|
|
594
|
+
default: {
|
|
595
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
596
|
+
},
|
|
597
|
+
},
|
|
598
|
+
queryParameters: [Parameters.apiVersion],
|
|
599
|
+
urlParameters: [
|
|
600
|
+
Parameters.$host,
|
|
601
|
+
Parameters.subscriptionId,
|
|
602
|
+
Parameters.resourceGroupName,
|
|
603
|
+
Parameters.namespaceName,
|
|
604
|
+
Parameters.subResourceName,
|
|
605
|
+
],
|
|
606
|
+
headerParameters: [Parameters.accept],
|
|
607
|
+
serializer,
|
|
608
|
+
};
|
|
609
|
+
const listGroupIdsOperationSpec: coreClient.OperationSpec = {
|
|
610
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateLinkResources",
|
|
611
|
+
httpMethod: "GET",
|
|
612
|
+
responses: {
|
|
613
|
+
200: {
|
|
614
|
+
bodyMapper: Mappers.PrivateLinkResourceListResult,
|
|
615
|
+
},
|
|
616
|
+
default: {
|
|
617
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
618
|
+
},
|
|
619
|
+
},
|
|
620
|
+
queryParameters: [Parameters.apiVersion],
|
|
621
|
+
urlParameters: [
|
|
622
|
+
Parameters.$host,
|
|
623
|
+
Parameters.subscriptionId,
|
|
624
|
+
Parameters.resourceGroupName,
|
|
625
|
+
Parameters.namespaceName,
|
|
626
|
+
],
|
|
627
|
+
headerParameters: [Parameters.accept],
|
|
628
|
+
serializer,
|
|
629
|
+
};
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
export * from "./operations";
|
|
10
|
-
export * from "./namespaces";
|
|
11
9
|
export * from "./notificationHubs";
|
|
10
|
+
export * from "./namespaces";
|
|
11
|
+
export * from "./operations";
|
|
12
|
+
export * from "./privateEndpointConnections";
|