@azure/arm-search 3.2.0 → 3.3.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 +53 -0
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/index.js +1805 -777
- 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/adminKeysGetSample.js +3 -3
- package/dist-esm/samples-dev/adminKeysRegenerateSample.js +1 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +39 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js +54 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +39 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +3 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +8 -8
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js.map +1 -1
- package/dist-esm/samples-dev/queryKeysCreateSample.js +2 -2
- package/dist-esm/samples-dev/queryKeysCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/queryKeysDeleteSample.js +1 -1
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js +3 -3
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +81 -19
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/servicesGetSample.js +1 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +68 -18
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.js +1 -1
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js +3 -3
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +508 -113
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +90 -12
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +19 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1028 -411
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +85 -57
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/adminKeys.d.ts +5 -5
- package/dist-esm/src/operations/adminKeys.js +15 -15
- package/dist-esm/src/operations/adminKeys.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +79 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +289 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist-esm/src/operations/operations.js +5 -5
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +19 -19
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +49 -49
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +4 -4
- package/dist-esm/src/operations/privateLinkResources.js +10 -10
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/queryKeys.d.ts +12 -12
- package/dist-esm/src/operations/queryKeys.js +32 -32
- package/dist-esm/src/operations/queryKeys.js.map +1 -1
- package/dist-esm/src/operations/services.d.ts +17 -17
- package/dist-esm/src/operations/services.d.ts.map +1 -1
- package/dist-esm/src/operations/services.js +75 -75
- package/dist-esm/src/operations/services.js.map +1 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts +21 -21
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.js +62 -62
- package/dist-esm/src/operations/sharedPrivateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/usages.d.ts +2 -2
- package/dist-esm/src/operations/usages.js +13 -13
- package/dist-esm/src/operations/usages.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/adminKeys.d.ts +5 -5
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +15 -15
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/queryKeys.d.ts +7 -7
- package/dist-esm/src/operationsInterfaces/services.d.ts +17 -17
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts +17 -17
- package/dist-esm/src/operationsInterfaces/usages.d.ts +1 -1
- package/dist-esm/src/pagingHelper.js.map +1 -1
- package/dist-esm/src/searchManagementClient.d.ts +3 -2
- package/dist-esm/src/searchManagementClient.d.ts.map +1 -1
- package/dist-esm/src/searchManagementClient.js +17 -15
- package/dist-esm/src/searchManagementClient.js.map +1 -1
- package/dist-esm/test/search_examples.js.map +1 -1
- package/package.json +12 -11
- package/review/arm-search.api.md +270 -6
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +573 -140
- package/src/models/mappers.ts +1217 -561
- package/src/models/parameters.ts +90 -58
- package/src/operations/adminKeys.ts +22 -24
- package/src/operations/index.ts +1 -0
- package/src/operations/networkSecurityPerimeterConfigurations.ts +400 -0
- package/src/operations/operations.ts +10 -10
- package/src/operations/privateEndpointConnections.ts +74 -77
- package/src/operations/privateLinkResources.ts +21 -22
- package/src/operations/queryKeys.ts +52 -55
- package/src/operations/services.ts +118 -126
- package/src/operations/sharedPrivateLinkResources.ts +103 -108
- package/src/operations/usages.ts +24 -25
- package/src/operationsInterfaces/adminKeys.ts +8 -8
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +90 -0
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/privateEndpointConnections.ts +20 -20
- package/src/operationsInterfaces/privateLinkResources.ts +4 -4
- package/src/operationsInterfaces/queryKeys.ts +11 -11
- package/src/operationsInterfaces/services.ts +26 -26
- package/src/operationsInterfaces/sharedPrivateLinkResources.ts +24 -24
- package/src/operationsInterfaces/usages.ts +3 -3
- package/src/pagingHelper.ts +1 -1
- package/src/searchManagementClient.ts +33 -28
- package/types/arm-search.d.ts +650 -171
- package/types/tsdoc-metadata.json +1 -1
|
@@ -10,7 +10,7 @@ import { setContinuationToken } from "../pagingHelper";
|
|
|
10
10
|
import * as coreClient from "@azure/core-client";
|
|
11
11
|
import * as Mappers from "../models/mappers";
|
|
12
12
|
import * as Parameters from "../models/parameters";
|
|
13
|
-
import { createHttpPoller } from "@azure/core-lro";
|
|
13
|
+
import { createHttpPoller, } from "@azure/core-lro";
|
|
14
14
|
import { createLroSpec } from "../lroImpl";
|
|
15
15
|
/// <reference lib="esnext.asynciterable" />
|
|
16
16
|
/** Class containing SharedPrivateLinkResources operations. */
|
|
@@ -26,8 +26,8 @@ export class SharedPrivateLinkResourcesImpl {
|
|
|
26
26
|
* Gets a list of all shared private link resources managed by the given service.
|
|
27
27
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
28
28
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
29
|
-
* @param searchServiceName The name of the Azure
|
|
30
|
-
*
|
|
29
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
30
|
+
* resource group.
|
|
31
31
|
* @param options The options parameters.
|
|
32
32
|
*/
|
|
33
33
|
listByService(resourceGroupName, searchServiceName, options) {
|
|
@@ -44,7 +44,7 @@ export class SharedPrivateLinkResourcesImpl {
|
|
|
44
44
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
45
45
|
}
|
|
46
46
|
return this.listByServicePagingPage(resourceGroupName, searchServiceName, options, settings);
|
|
47
|
-
}
|
|
47
|
+
},
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
50
|
listByServicePagingPage(resourceGroupName, searchServiceName, options, settings) {
|
|
@@ -92,10 +92,10 @@ export class SharedPrivateLinkResourcesImpl {
|
|
|
92
92
|
* the given resource group.
|
|
93
93
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
94
94
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
95
|
-
* @param searchServiceName The name of the Azure
|
|
96
|
-
*
|
|
95
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
96
|
+
* resource group.
|
|
97
97
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the
|
|
98
|
-
* Azure
|
|
98
|
+
* Azure AI Search service within the specified resource group.
|
|
99
99
|
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or
|
|
100
100
|
* update.
|
|
101
101
|
* @param options The options parameters.
|
|
@@ -120,8 +120,8 @@ export class SharedPrivateLinkResourcesImpl {
|
|
|
120
120
|
rawResponse: {
|
|
121
121
|
statusCode: currentRawResponse.status,
|
|
122
122
|
body: currentRawResponse.parsedBody,
|
|
123
|
-
headers: currentRawResponse.headers.toJSON()
|
|
124
|
-
}
|
|
123
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
124
|
+
},
|
|
125
125
|
};
|
|
126
126
|
});
|
|
127
127
|
const lro = createLroSpec({
|
|
@@ -131,14 +131,14 @@ export class SharedPrivateLinkResourcesImpl {
|
|
|
131
131
|
searchServiceName,
|
|
132
132
|
sharedPrivateLinkResourceName,
|
|
133
133
|
sharedPrivateLinkResource,
|
|
134
|
-
options
|
|
134
|
+
options,
|
|
135
135
|
},
|
|
136
|
-
spec: createOrUpdateOperationSpec
|
|
136
|
+
spec: createOrUpdateOperationSpec,
|
|
137
137
|
});
|
|
138
138
|
const poller = yield createHttpPoller(lro, {
|
|
139
139
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
140
140
|
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
141
|
-
resourceLocationConfig: "azure-async-operation"
|
|
141
|
+
resourceLocationConfig: "azure-async-operation",
|
|
142
142
|
});
|
|
143
143
|
yield poller.poll();
|
|
144
144
|
return poller;
|
|
@@ -149,10 +149,10 @@ export class SharedPrivateLinkResourcesImpl {
|
|
|
149
149
|
* the given resource group.
|
|
150
150
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
151
151
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
152
|
-
* @param searchServiceName The name of the Azure
|
|
153
|
-
*
|
|
152
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
153
|
+
* resource group.
|
|
154
154
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the
|
|
155
|
-
* Azure
|
|
155
|
+
* Azure AI Search service within the specified resource group.
|
|
156
156
|
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or
|
|
157
157
|
* update.
|
|
158
158
|
* @param options The options parameters.
|
|
@@ -168,10 +168,10 @@ export class SharedPrivateLinkResourcesImpl {
|
|
|
168
168
|
* resource group.
|
|
169
169
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
170
170
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
171
|
-
* @param searchServiceName The name of the Azure
|
|
172
|
-
*
|
|
171
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
172
|
+
* resource group.
|
|
173
173
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the
|
|
174
|
-
* Azure
|
|
174
|
+
* Azure AI Search service within the specified resource group.
|
|
175
175
|
* @param options The options parameters.
|
|
176
176
|
*/
|
|
177
177
|
get(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, options) {
|
|
@@ -179,17 +179,17 @@ export class SharedPrivateLinkResourcesImpl {
|
|
|
179
179
|
resourceGroupName,
|
|
180
180
|
searchServiceName,
|
|
181
181
|
sharedPrivateLinkResourceName,
|
|
182
|
-
options
|
|
182
|
+
options,
|
|
183
183
|
}, getOperationSpec);
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
186
|
* Initiates the deletion of the shared private link resource from the search service.
|
|
187
187
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
188
188
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
189
|
-
* @param searchServiceName The name of the Azure
|
|
190
|
-
*
|
|
189
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
190
|
+
* resource group.
|
|
191
191
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the
|
|
192
|
-
* Azure
|
|
192
|
+
* Azure AI Search service within the specified resource group.
|
|
193
193
|
* @param options The options parameters.
|
|
194
194
|
*/
|
|
195
195
|
beginDelete(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, options) {
|
|
@@ -212,8 +212,8 @@ export class SharedPrivateLinkResourcesImpl {
|
|
|
212
212
|
rawResponse: {
|
|
213
213
|
statusCode: currentRawResponse.status,
|
|
214
214
|
body: currentRawResponse.parsedBody,
|
|
215
|
-
headers: currentRawResponse.headers.toJSON()
|
|
216
|
-
}
|
|
215
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
216
|
+
},
|
|
217
217
|
};
|
|
218
218
|
});
|
|
219
219
|
const lro = createLroSpec({
|
|
@@ -222,14 +222,14 @@ export class SharedPrivateLinkResourcesImpl {
|
|
|
222
222
|
resourceGroupName,
|
|
223
223
|
searchServiceName,
|
|
224
224
|
sharedPrivateLinkResourceName,
|
|
225
|
-
options
|
|
225
|
+
options,
|
|
226
226
|
},
|
|
227
|
-
spec: deleteOperationSpec
|
|
227
|
+
spec: deleteOperationSpec,
|
|
228
228
|
});
|
|
229
229
|
const poller = yield createHttpPoller(lro, {
|
|
230
230
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
231
231
|
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
232
|
-
resourceLocationConfig: "azure-async-operation"
|
|
232
|
+
resourceLocationConfig: "azure-async-operation",
|
|
233
233
|
});
|
|
234
234
|
yield poller.poll();
|
|
235
235
|
return poller;
|
|
@@ -239,10 +239,10 @@ export class SharedPrivateLinkResourcesImpl {
|
|
|
239
239
|
* Initiates the deletion of the shared private link resource from the search service.
|
|
240
240
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
241
241
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
242
|
-
* @param searchServiceName The name of the Azure
|
|
243
|
-
*
|
|
242
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
243
|
+
* resource group.
|
|
244
244
|
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the
|
|
245
|
-
* Azure
|
|
245
|
+
* Azure AI Search service within the specified resource group.
|
|
246
246
|
* @param options The options parameters.
|
|
247
247
|
*/
|
|
248
248
|
beginDeleteAndWait(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, options) {
|
|
@@ -255,8 +255,8 @@ export class SharedPrivateLinkResourcesImpl {
|
|
|
255
255
|
* Gets a list of all shared private link resources managed by the given service.
|
|
256
256
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
257
257
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
258
|
-
* @param searchServiceName The name of the Azure
|
|
259
|
-
*
|
|
258
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
259
|
+
* resource group.
|
|
260
260
|
* @param options The options parameters.
|
|
261
261
|
*/
|
|
262
262
|
_listByService(resourceGroupName, searchServiceName, options) {
|
|
@@ -266,8 +266,8 @@ export class SharedPrivateLinkResourcesImpl {
|
|
|
266
266
|
* ListByServiceNext
|
|
267
267
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
268
268
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
269
|
-
* @param searchServiceName The name of the Azure
|
|
270
|
-
*
|
|
269
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
270
|
+
* resource group.
|
|
271
271
|
* @param nextLink The nextLink from the previous successful call to the ListByService method.
|
|
272
272
|
* @param options The options parameters.
|
|
273
273
|
*/
|
|
@@ -282,20 +282,20 @@ const createOrUpdateOperationSpec = {
|
|
|
282
282
|
httpMethod: "PUT",
|
|
283
283
|
responses: {
|
|
284
284
|
200: {
|
|
285
|
-
bodyMapper: Mappers.SharedPrivateLinkResource
|
|
285
|
+
bodyMapper: Mappers.SharedPrivateLinkResource,
|
|
286
286
|
},
|
|
287
287
|
201: {
|
|
288
|
-
bodyMapper: Mappers.SharedPrivateLinkResource
|
|
288
|
+
bodyMapper: Mappers.SharedPrivateLinkResource,
|
|
289
289
|
},
|
|
290
290
|
202: {
|
|
291
|
-
bodyMapper: Mappers.SharedPrivateLinkResource
|
|
291
|
+
bodyMapper: Mappers.SharedPrivateLinkResource,
|
|
292
292
|
},
|
|
293
293
|
204: {
|
|
294
|
-
bodyMapper: Mappers.SharedPrivateLinkResource
|
|
294
|
+
bodyMapper: Mappers.SharedPrivateLinkResource,
|
|
295
295
|
},
|
|
296
296
|
default: {
|
|
297
|
-
bodyMapper: Mappers.CloudError
|
|
298
|
-
}
|
|
297
|
+
bodyMapper: Mappers.CloudError,
|
|
298
|
+
},
|
|
299
299
|
},
|
|
300
300
|
requestBody: Parameters.sharedPrivateLinkResource,
|
|
301
301
|
queryParameters: [Parameters.apiVersion],
|
|
@@ -304,26 +304,26 @@ const createOrUpdateOperationSpec = {
|
|
|
304
304
|
Parameters.resourceGroupName,
|
|
305
305
|
Parameters.searchServiceName,
|
|
306
306
|
Parameters.subscriptionId,
|
|
307
|
-
Parameters.sharedPrivateLinkResourceName
|
|
307
|
+
Parameters.sharedPrivateLinkResourceName,
|
|
308
308
|
],
|
|
309
309
|
headerParameters: [
|
|
310
310
|
Parameters.accept,
|
|
311
311
|
Parameters.clientRequestId,
|
|
312
|
-
Parameters.contentType
|
|
312
|
+
Parameters.contentType,
|
|
313
313
|
],
|
|
314
314
|
mediaType: "json",
|
|
315
|
-
serializer
|
|
315
|
+
serializer,
|
|
316
316
|
};
|
|
317
317
|
const getOperationSpec = {
|
|
318
318
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}",
|
|
319
319
|
httpMethod: "GET",
|
|
320
320
|
responses: {
|
|
321
321
|
200: {
|
|
322
|
-
bodyMapper: Mappers.SharedPrivateLinkResource
|
|
322
|
+
bodyMapper: Mappers.SharedPrivateLinkResource,
|
|
323
323
|
},
|
|
324
324
|
default: {
|
|
325
|
-
bodyMapper: Mappers.CloudError
|
|
326
|
-
}
|
|
325
|
+
bodyMapper: Mappers.CloudError,
|
|
326
|
+
},
|
|
327
327
|
},
|
|
328
328
|
queryParameters: [Parameters.apiVersion],
|
|
329
329
|
urlParameters: [
|
|
@@ -331,10 +331,10 @@ const getOperationSpec = {
|
|
|
331
331
|
Parameters.resourceGroupName,
|
|
332
332
|
Parameters.searchServiceName,
|
|
333
333
|
Parameters.subscriptionId,
|
|
334
|
-
Parameters.sharedPrivateLinkResourceName
|
|
334
|
+
Parameters.sharedPrivateLinkResourceName,
|
|
335
335
|
],
|
|
336
336
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
337
|
-
serializer
|
|
337
|
+
serializer,
|
|
338
338
|
};
|
|
339
339
|
const deleteOperationSpec = {
|
|
340
340
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}",
|
|
@@ -345,8 +345,8 @@ const deleteOperationSpec = {
|
|
|
345
345
|
202: {},
|
|
346
346
|
204: {},
|
|
347
347
|
default: {
|
|
348
|
-
bodyMapper: Mappers.CloudError
|
|
349
|
-
}
|
|
348
|
+
bodyMapper: Mappers.CloudError,
|
|
349
|
+
},
|
|
350
350
|
},
|
|
351
351
|
queryParameters: [Parameters.apiVersion],
|
|
352
352
|
urlParameters: [
|
|
@@ -354,51 +354,51 @@ const deleteOperationSpec = {
|
|
|
354
354
|
Parameters.resourceGroupName,
|
|
355
355
|
Parameters.searchServiceName,
|
|
356
356
|
Parameters.subscriptionId,
|
|
357
|
-
Parameters.sharedPrivateLinkResourceName
|
|
357
|
+
Parameters.sharedPrivateLinkResourceName,
|
|
358
358
|
],
|
|
359
359
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
360
|
-
serializer
|
|
360
|
+
serializer,
|
|
361
361
|
};
|
|
362
362
|
const listByServiceOperationSpec = {
|
|
363
363
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources",
|
|
364
364
|
httpMethod: "GET",
|
|
365
365
|
responses: {
|
|
366
366
|
200: {
|
|
367
|
-
bodyMapper: Mappers.SharedPrivateLinkResourceListResult
|
|
367
|
+
bodyMapper: Mappers.SharedPrivateLinkResourceListResult,
|
|
368
368
|
},
|
|
369
369
|
default: {
|
|
370
|
-
bodyMapper: Mappers.CloudError
|
|
371
|
-
}
|
|
370
|
+
bodyMapper: Mappers.CloudError,
|
|
371
|
+
},
|
|
372
372
|
},
|
|
373
373
|
queryParameters: [Parameters.apiVersion],
|
|
374
374
|
urlParameters: [
|
|
375
375
|
Parameters.$host,
|
|
376
376
|
Parameters.resourceGroupName,
|
|
377
377
|
Parameters.searchServiceName,
|
|
378
|
-
Parameters.subscriptionId
|
|
378
|
+
Parameters.subscriptionId,
|
|
379
379
|
],
|
|
380
380
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
381
|
-
serializer
|
|
381
|
+
serializer,
|
|
382
382
|
};
|
|
383
383
|
const listByServiceNextOperationSpec = {
|
|
384
384
|
path: "{nextLink}",
|
|
385
385
|
httpMethod: "GET",
|
|
386
386
|
responses: {
|
|
387
387
|
200: {
|
|
388
|
-
bodyMapper: Mappers.SharedPrivateLinkResourceListResult
|
|
388
|
+
bodyMapper: Mappers.SharedPrivateLinkResourceListResult,
|
|
389
389
|
},
|
|
390
390
|
default: {
|
|
391
|
-
bodyMapper: Mappers.CloudError
|
|
392
|
-
}
|
|
391
|
+
bodyMapper: Mappers.CloudError,
|
|
392
|
+
},
|
|
393
393
|
},
|
|
394
394
|
urlParameters: [
|
|
395
395
|
Parameters.$host,
|
|
396
396
|
Parameters.resourceGroupName,
|
|
397
397
|
Parameters.searchServiceName,
|
|
398
398
|
Parameters.subscriptionId,
|
|
399
|
-
Parameters.nextLink
|
|
399
|
+
Parameters.nextLink,
|
|
400
400
|
],
|
|
401
401
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
402
|
-
serializer
|
|
402
|
+
serializer,
|
|
403
403
|
};
|
|
404
404
|
//# sourceMappingURL=sharedPrivateLinkResources.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sharedPrivateLinkResources.js","sourceRoot":"","sources":["../../../src/operations/sharedPrivateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EAGL,gBAAgB,
|
|
1
|
+
{"version":3,"file":"sharedPrivateLinkResources.js","sourceRoot":"","sources":["../../../src/operations/sharedPrivateLinkResources.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,7 +11,7 @@ export declare class UsagesImpl implements Usages {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(client: SearchManagementClient);
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Get a list of all Azure AI Search quota usages across the subscription.
|
|
15
15
|
* @param location The unique location name for a Microsoft Azure geographic region.
|
|
16
16
|
* @param options The options parameters.
|
|
17
17
|
*/
|
|
@@ -19,7 +19,7 @@ export declare class UsagesImpl implements Usages {
|
|
|
19
19
|
private listBySubscriptionPagingPage;
|
|
20
20
|
private listBySubscriptionPagingAll;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* Get a list of all Azure AI Search quota usages across the subscription.
|
|
23
23
|
* @param location The unique location name for a Microsoft Azure geographic region.
|
|
24
24
|
* @param options The options parameters.
|
|
25
25
|
*/
|
|
@@ -21,7 +21,7 @@ export class UsagesImpl {
|
|
|
21
21
|
this.client = client;
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Get a list of all Azure AI Search quota usages across the subscription.
|
|
25
25
|
* @param location The unique location name for a Microsoft Azure geographic region.
|
|
26
26
|
* @param options The options parameters.
|
|
27
27
|
*/
|
|
@@ -39,7 +39,7 @@ export class UsagesImpl {
|
|
|
39
39
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
40
40
|
}
|
|
41
41
|
return this.listBySubscriptionPagingPage(location, options, settings);
|
|
42
|
-
}
|
|
42
|
+
},
|
|
43
43
|
};
|
|
44
44
|
}
|
|
45
45
|
listBySubscriptionPagingPage(location, options, settings) {
|
|
@@ -83,7 +83,7 @@ export class UsagesImpl {
|
|
|
83
83
|
});
|
|
84
84
|
}
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* Get a list of all Azure AI Search quota usages across the subscription.
|
|
87
87
|
* @param location The unique location name for a Microsoft Azure geographic region.
|
|
88
88
|
* @param options The options parameters.
|
|
89
89
|
*/
|
|
@@ -107,39 +107,39 @@ const listBySubscriptionOperationSpec = {
|
|
|
107
107
|
httpMethod: "GET",
|
|
108
108
|
responses: {
|
|
109
109
|
200: {
|
|
110
|
-
bodyMapper: Mappers.QuotaUsagesListResult
|
|
110
|
+
bodyMapper: Mappers.QuotaUsagesListResult,
|
|
111
111
|
},
|
|
112
112
|
default: {
|
|
113
|
-
bodyMapper: Mappers.CloudError
|
|
114
|
-
}
|
|
113
|
+
bodyMapper: Mappers.CloudError,
|
|
114
|
+
},
|
|
115
115
|
},
|
|
116
116
|
queryParameters: [Parameters.apiVersion],
|
|
117
117
|
urlParameters: [
|
|
118
118
|
Parameters.$host,
|
|
119
119
|
Parameters.subscriptionId,
|
|
120
|
-
Parameters.location
|
|
120
|
+
Parameters.location,
|
|
121
121
|
],
|
|
122
122
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
123
|
-
serializer
|
|
123
|
+
serializer,
|
|
124
124
|
};
|
|
125
125
|
const listBySubscriptionNextOperationSpec = {
|
|
126
126
|
path: "{nextLink}",
|
|
127
127
|
httpMethod: "GET",
|
|
128
128
|
responses: {
|
|
129
129
|
200: {
|
|
130
|
-
bodyMapper: Mappers.QuotaUsagesListResult
|
|
130
|
+
bodyMapper: Mappers.QuotaUsagesListResult,
|
|
131
131
|
},
|
|
132
132
|
default: {
|
|
133
|
-
bodyMapper: Mappers.CloudError
|
|
134
|
-
}
|
|
133
|
+
bodyMapper: Mappers.CloudError,
|
|
134
|
+
},
|
|
135
135
|
},
|
|
136
136
|
urlParameters: [
|
|
137
137
|
Parameters.$host,
|
|
138
138
|
Parameters.subscriptionId,
|
|
139
139
|
Parameters.nextLink,
|
|
140
|
-
Parameters.location
|
|
140
|
+
Parameters.location,
|
|
141
141
|
],
|
|
142
142
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
143
|
-
serializer
|
|
143
|
+
serializer,
|
|
144
144
|
};
|
|
145
145
|
//# sourceMappingURL=usages.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operations/usages.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAUnD,4CAA4C;AAC5C,0CAA0C;AAC1C,MAAM,OAAO,UAAU;IAGrB;;;OAGG;IACH,YAAY,MAA8B;QACxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACI,kBAAkB,CACvB,QAAgB,EAChB,OAAgD;QAEhD,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;QACjE,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;
|
|
1
|
+
{"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operations/usages.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,11 +2,11 @@ import { AdminKeysGetOptionalParams, AdminKeysGetResponse, AdminKeyKind, AdminKe
|
|
|
2
2
|
/** Interface representing a AdminKeys. */
|
|
3
3
|
export interface AdminKeys {
|
|
4
4
|
/**
|
|
5
|
-
* Gets the primary and secondary admin API keys for the specified Azure
|
|
5
|
+
* Gets the primary and secondary admin API keys for the specified Azure AI Search service.
|
|
6
6
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
7
7
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
8
|
-
* @param searchServiceName The name of the Azure
|
|
9
|
-
*
|
|
8
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
9
|
+
* resource group.
|
|
10
10
|
* @param options The options parameters.
|
|
11
11
|
*/
|
|
12
12
|
get(resourceGroupName: string, searchServiceName: string, options?: AdminKeysGetOptionalParams): Promise<AdminKeysGetResponse>;
|
|
@@ -15,8 +15,8 @@ export interface AdminKeys {
|
|
|
15
15
|
* time.
|
|
16
16
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
17
17
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
18
|
-
* @param searchServiceName The name of the Azure
|
|
19
|
-
*
|
|
18
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
19
|
+
* resource group.
|
|
20
20
|
* @param keyKind Specifies which key to regenerate. Valid values include 'primary' and 'secondary'.
|
|
21
21
|
* @param options The options parameters.
|
|
22
22
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,UAAU,CAAC;AACzB,cAAc,0CAA0C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,UAAU,CAAC;AACzB,cAAc,0CAA0C,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { NetworkSecurityPerimeterConfiguration, NetworkSecurityPerimeterConfigurationsListByServiceOptionalParams, NetworkSecurityPerimeterConfigurationsGetOptionalParams, NetworkSecurityPerimeterConfigurationsGetResponse, NetworkSecurityPerimeterConfigurationsReconcileOptionalParams, NetworkSecurityPerimeterConfigurationsReconcileResponse } from "../models";
|
|
4
|
+
/** Interface representing a NetworkSecurityPerimeterConfigurations. */
|
|
5
|
+
export interface NetworkSecurityPerimeterConfigurations {
|
|
6
|
+
/**
|
|
7
|
+
* Gets a list of network security perimeter configurations for a search service.
|
|
8
|
+
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
9
|
+
* obtain this value from the Azure Resource Manager API or the portal.
|
|
10
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
11
|
+
* resource group.
|
|
12
|
+
* @param options The options parameters.
|
|
13
|
+
*/
|
|
14
|
+
listByService(resourceGroupName: string, searchServiceName: string, options?: NetworkSecurityPerimeterConfigurationsListByServiceOptionalParams): PagedAsyncIterableIterator<NetworkSecurityPerimeterConfiguration>;
|
|
15
|
+
/**
|
|
16
|
+
* Gets a network security perimeter configuration.
|
|
17
|
+
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
18
|
+
* obtain this value from the Azure Resource Manager API or the portal.
|
|
19
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
20
|
+
* resource group.
|
|
21
|
+
* @param nspConfigName The network security configuration name.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
get(resourceGroupName: string, searchServiceName: string, nspConfigName: string, options?: NetworkSecurityPerimeterConfigurationsGetOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsGetResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* Reconcile network security perimeter configuration for the Azure AI Search resource provider. This
|
|
27
|
+
* triggers a manual resync with network security perimeter configurations by ensuring the search
|
|
28
|
+
* service carries the latest configuration.
|
|
29
|
+
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
30
|
+
* obtain this value from the Azure Resource Manager API or the portal.
|
|
31
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
32
|
+
* resource group.
|
|
33
|
+
* @param nspConfigName The network security configuration name.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
beginReconcile(resourceGroupName: string, searchServiceName: string, nspConfigName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<SimplePollerLike<OperationState<NetworkSecurityPerimeterConfigurationsReconcileResponse>, NetworkSecurityPerimeterConfigurationsReconcileResponse>>;
|
|
37
|
+
/**
|
|
38
|
+
* Reconcile network security perimeter configuration for the Azure AI Search resource provider. This
|
|
39
|
+
* triggers a manual resync with network security perimeter configurations by ensuring the search
|
|
40
|
+
* service carries the latest configuration.
|
|
41
|
+
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
42
|
+
* obtain this value from the Azure Resource Manager API or the portal.
|
|
43
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
44
|
+
* resource group.
|
|
45
|
+
* @param nspConfigName The network security configuration name.
|
|
46
|
+
* @param options The options parameters.
|
|
47
|
+
*/
|
|
48
|
+
beginReconcileAndWait(resourceGroupName: string, searchServiceName: string, nspConfigName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsReconcileResponse>;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=networkSecurityPerimeterConfigurations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"networkSecurityPerimeterConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,qCAAqC,EACrC,iEAAiE,EACjE,uDAAuD,EACvD,iDAAiD,EACjD,6DAA6D,EAC7D,uDAAuD,EACxD,MAAM,WAAW,CAAC;AAGnB,uEAAuE;AACvE,MAAM,WAAW,sCAAsC;IACrD;;;;;;;OAOG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,iEAAiE,GAC1E,0BAA0B,CAAC,qCAAqC,CAAC,CAAC;IACrE;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,iDAAiD,CAAC,CAAC;IAC9D;;;;;;;;;;OAUG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,6DAA6D,GACtE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uDAAuD,CAAC,EACvE,uDAAuD,CACxD,CACF,CAAC;IACF;;;;;;;;;;OAUG;IACH,qBAAqB,CACnB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,6DAA6D,GACtE,OAAO,CAAC,uDAAuD,CAAC,CAAC;CACrE"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=networkSecurityPerimeterConfigurations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"networkSecurityPerimeterConfigurations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|