@azure/arm-servicefabricmesh 3.0.0-beta.2 → 3.0.0-beta.4
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 +2 -2
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +349 -141
- 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/applicationCreateSample.js +11 -3
- package/dist-esm/samples-dev/applicationCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationDeleteSample.js +11 -3
- package/dist-esm/samples-dev/applicationDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationGetSample.js +11 -3
- package/dist-esm/samples-dev/applicationGetSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.js +11 -3
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.js +10 -2
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js +11 -3
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js.map +1 -1
- package/dist-esm/samples-dev/gatewayCreateSample.js +11 -3
- package/dist-esm/samples-dev/gatewayCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/gatewayDeleteSample.js +11 -3
- package/dist-esm/samples-dev/gatewayDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/gatewayGetSample.js +11 -3
- package/dist-esm/samples-dev/gatewayGetSample.js.map +1 -1
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js +11 -3
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js +10 -2
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/networkCreateSample.js +11 -3
- package/dist-esm/samples-dev/networkCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/networkDeleteSample.js +11 -3
- package/dist-esm/samples-dev/networkDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/networkGetSample.js +11 -3
- package/dist-esm/samples-dev/networkGetSample.js.map +1 -1
- package/dist-esm/samples-dev/networkListByResourceGroupSample.js +11 -3
- package/dist-esm/samples-dev/networkListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/networkListBySubscriptionSample.js +10 -2
- package/dist-esm/samples-dev/networkListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/secretCreateSample.js +11 -3
- package/dist-esm/samples-dev/secretCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/secretDeleteSample.js +11 -3
- package/dist-esm/samples-dev/secretDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/secretGetSample.js +11 -3
- package/dist-esm/samples-dev/secretGetSample.js.map +1 -1
- package/dist-esm/samples-dev/secretListByResourceGroupSample.js +11 -3
- package/dist-esm/samples-dev/secretListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/secretListBySubscriptionSample.js +10 -2
- package/dist-esm/samples-dev/secretListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/secretValueCreateSample.js +12 -4
- package/dist-esm/samples-dev/secretValueCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/secretValueDeleteSample.js +11 -3
- package/dist-esm/samples-dev/secretValueDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/secretValueGetSample.js +11 -3
- package/dist-esm/samples-dev/secretValueGetSample.js.map +1 -1
- package/dist-esm/samples-dev/secretValueListSample.js +11 -3
- package/dist-esm/samples-dev/secretValueListSample.js.map +1 -1
- package/dist-esm/samples-dev/secretValueListValueSample.js +11 -3
- package/dist-esm/samples-dev/secretValueListValueSample.js.map +1 -1
- package/dist-esm/samples-dev/serviceGetSample.js +11 -3
- package/dist-esm/samples-dev/serviceGetSample.js.map +1 -1
- package/dist-esm/samples-dev/serviceListSample.js +11 -3
- package/dist-esm/samples-dev/serviceListSample.js.map +1 -1
- package/dist-esm/samples-dev/serviceReplicaGetSample.js +11 -3
- package/dist-esm/samples-dev/serviceReplicaGetSample.js.map +1 -1
- package/dist-esm/samples-dev/serviceReplicaListSample.js +11 -3
- package/dist-esm/samples-dev/serviceReplicaListSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeCreateSample.js +11 -3
- package/dist-esm/samples-dev/volumeCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeDeleteSample.js +11 -3
- package/dist-esm/samples-dev/volumeDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGetSample.js +11 -3
- package/dist-esm/samples-dev/volumeGetSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.js +11 -3
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.js +10 -2
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +67 -47
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +5 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +4 -4
- package/dist-esm/src/models/mappers.js +10 -10
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/operations/application.d.ts.map +1 -1
- package/dist-esm/src/operations/application.js +37 -16
- package/dist-esm/src/operations/application.js.map +1 -1
- package/dist-esm/src/operations/gateway.d.ts.map +1 -1
- package/dist-esm/src/operations/gateway.js +37 -16
- package/dist-esm/src/operations/gateway.js.map +1 -1
- package/dist-esm/src/operations/network.d.ts.map +1 -1
- package/dist-esm/src/operations/network.js +37 -16
- package/dist-esm/src/operations/network.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +19 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/secret.d.ts.map +1 -1
- package/dist-esm/src/operations/secret.js +37 -16
- package/dist-esm/src/operations/secret.js.map +1 -1
- package/dist-esm/src/operations/secretValueOperations.d.ts.map +1 -1
- package/dist-esm/src/operations/secretValueOperations.js +19 -8
- package/dist-esm/src/operations/secretValueOperations.js.map +1 -1
- package/dist-esm/src/operations/service.d.ts.map +1 -1
- package/dist-esm/src/operations/service.js +19 -8
- package/dist-esm/src/operations/service.js.map +1 -1
- package/dist-esm/src/operations/serviceReplica.d.ts.map +1 -1
- package/dist-esm/src/operations/serviceReplica.js +19 -8
- package/dist-esm/src/operations/serviceReplica.js.map +1 -1
- package/dist-esm/src/operations/volume.d.ts.map +1 -1
- package/dist-esm/src/operations/volume.js +37 -16
- package/dist-esm/src/operations/volume.js.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.d.ts +2 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.d.ts.map +1 -1
- package/dist-esm/src/serviceFabricMeshManagementClient.js +49 -18
- package/dist-esm/src/serviceFabricMeshManagementClient.js.map +1 -1
- package/dist-esm/test/sampleTest.js +11 -13
- package/dist-esm/test/sampleTest.js.map +1 -1
- package/package.json +17 -12
- package/review/arm-servicefabricmesh.api.md +87 -78
- package/src/index.ts +1 -0
- package/src/models/index.ts +79 -53
- package/src/models/mappers.ts +10 -10
- package/src/operations/application.ts +46 -19
- package/src/operations/gateway.ts +46 -19
- package/src/operations/network.ts +46 -19
- package/src/operations/operations.ts +21 -9
- package/src/operations/secret.ts +46 -19
- package/src/operations/secretValueOperations.ts +23 -14
- package/src/operations/service.ts +27 -14
- package/src/operations/serviceReplica.ts +28 -15
- package/src/operations/volume.ts +46 -19
- package/src/pagingHelper.ts +39 -0
- package/src/serviceFabricMeshManagementClient.ts +60 -20
- package/types/arm-servicefabricmesh.d.ts +78 -47
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/createOrUpdateApplication.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateApplication.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateApplication.js +0 -58
- package/dist-esm/samples-dev/createOrUpdateApplication.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateGateway.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateGateway.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateGateway.js +0 -76
- package/dist-esm/samples-dev/createOrUpdateGateway.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateNetwork.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateNetwork.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateNetwork.js +0 -40
- package/dist-esm/samples-dev/createOrUpdateNetwork.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateSecret.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateSecret.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateSecret.js +0 -40
- package/dist-esm/samples-dev/createOrUpdateSecret.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateVolume.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateVolume.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateVolume.js +0 -42
- package/dist-esm/samples-dev/createOrUpdateVolume.js.map +0 -1
- package/dist-esm/samples-dev/createSecretValue.d.ts +0 -2
- package/dist-esm/samples-dev/createSecretValue.d.ts.map +0 -1
- package/dist-esm/samples-dev/createSecretValue.js +0 -37
- package/dist-esm/samples-dev/createSecretValue.js.map +0 -1
- package/dist-esm/samples-dev/deleteApplication.d.ts +0 -2
- package/dist-esm/samples-dev/deleteApplication.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteApplication.js +0 -31
- package/dist-esm/samples-dev/deleteApplication.js.map +0 -1
- package/dist-esm/samples-dev/deleteGateway.d.ts +0 -2
- package/dist-esm/samples-dev/deleteGateway.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteGateway.js +0 -31
- package/dist-esm/samples-dev/deleteGateway.js.map +0 -1
- package/dist-esm/samples-dev/deleteNetwork.d.ts +0 -2
- package/dist-esm/samples-dev/deleteNetwork.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteNetwork.js +0 -31
- package/dist-esm/samples-dev/deleteNetwork.js.map +0 -1
- package/dist-esm/samples-dev/deleteSecret.d.ts +0 -2
- package/dist-esm/samples-dev/deleteSecret.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteSecret.js +0 -31
- package/dist-esm/samples-dev/deleteSecret.js.map +0 -1
- package/dist-esm/samples-dev/deleteSecretValue.d.ts +0 -2
- package/dist-esm/samples-dev/deleteSecretValue.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteSecretValue.js +0 -32
- package/dist-esm/samples-dev/deleteSecretValue.js.map +0 -1
- package/dist-esm/samples-dev/deleteVolume.d.ts +0 -2
- package/dist-esm/samples-dev/deleteVolume.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteVolume.js +0 -31
- package/dist-esm/samples-dev/deleteVolume.js.map +0 -1
- package/dist-esm/samples-dev/getApplication.d.ts +0 -2
- package/dist-esm/samples-dev/getApplication.d.ts.map +0 -1
- package/dist-esm/samples-dev/getApplication.js +0 -31
- package/dist-esm/samples-dev/getApplication.js.map +0 -1
- package/dist-esm/samples-dev/getContainerLogs.d.ts +0 -2
- package/dist-esm/samples-dev/getContainerLogs.d.ts.map +0 -1
- package/dist-esm/samples-dev/getContainerLogs.js +0 -34
- package/dist-esm/samples-dev/getContainerLogs.js.map +0 -1
- package/dist-esm/samples-dev/getGateway.d.ts +0 -2
- package/dist-esm/samples-dev/getGateway.d.ts.map +0 -1
- package/dist-esm/samples-dev/getGateway.js +0 -31
- package/dist-esm/samples-dev/getGateway.js.map +0 -1
- package/dist-esm/samples-dev/getNetwork.d.ts +0 -2
- package/dist-esm/samples-dev/getNetwork.d.ts.map +0 -1
- package/dist-esm/samples-dev/getNetwork.js +0 -31
- package/dist-esm/samples-dev/getNetwork.js.map +0 -1
- package/dist-esm/samples-dev/getSecret.d.ts +0 -2
- package/dist-esm/samples-dev/getSecret.d.ts.map +0 -1
- package/dist-esm/samples-dev/getSecret.js +0 -31
- package/dist-esm/samples-dev/getSecret.js.map +0 -1
- package/dist-esm/samples-dev/getSecretValue.d.ts +0 -2
- package/dist-esm/samples-dev/getSecretValue.d.ts.map +0 -1
- package/dist-esm/samples-dev/getSecretValue.js +0 -32
- package/dist-esm/samples-dev/getSecretValue.js.map +0 -1
- package/dist-esm/samples-dev/getService.d.ts +0 -2
- package/dist-esm/samples-dev/getService.d.ts.map +0 -1
- package/dist-esm/samples-dev/getService.js +0 -32
- package/dist-esm/samples-dev/getService.js.map +0 -1
- package/dist-esm/samples-dev/getVolume.d.ts +0 -2
- package/dist-esm/samples-dev/getVolume.d.ts.map +0 -1
- package/dist-esm/samples-dev/getVolume.js +0 -31
- package/dist-esm/samples-dev/getVolume.js.map +0 -1
- package/dist-esm/samples-dev/listApplicationsByResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/listApplicationsByResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/listApplicationsByResourceGroup.js +0 -44
- package/dist-esm/samples-dev/listApplicationsByResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/listApplicationsBySubscriptionId.d.ts +0 -2
- package/dist-esm/samples-dev/listApplicationsBySubscriptionId.d.ts.map +0 -1
- package/dist-esm/samples-dev/listApplicationsBySubscriptionId.js +0 -43
- package/dist-esm/samples-dev/listApplicationsBySubscriptionId.js.map +0 -1
- package/dist-esm/samples-dev/listGatewaysByResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/listGatewaysByResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/listGatewaysByResourceGroup.js +0 -44
- package/dist-esm/samples-dev/listGatewaysByResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/listGatewaysBySubscriptionId.d.ts +0 -2
- package/dist-esm/samples-dev/listGatewaysBySubscriptionId.d.ts.map +0 -1
- package/dist-esm/samples-dev/listGatewaysBySubscriptionId.js +0 -43
- package/dist-esm/samples-dev/listGatewaysBySubscriptionId.js.map +0 -1
- package/dist-esm/samples-dev/listNetworksByResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/listNetworksByResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/listNetworksByResourceGroup.js +0 -44
- package/dist-esm/samples-dev/listNetworksByResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/listNetworksBySubscriptionId.d.ts +0 -2
- package/dist-esm/samples-dev/listNetworksBySubscriptionId.d.ts.map +0 -1
- package/dist-esm/samples-dev/listNetworksBySubscriptionId.js +0 -43
- package/dist-esm/samples-dev/listNetworksBySubscriptionId.js.map +0 -1
- package/dist-esm/samples-dev/listSecretValue.d.ts +0 -2
- package/dist-esm/samples-dev/listSecretValue.d.ts.map +0 -1
- package/dist-esm/samples-dev/listSecretValue.js +0 -32
- package/dist-esm/samples-dev/listSecretValue.js.map +0 -1
- package/dist-esm/samples-dev/listSecretValues.d.ts +0 -2
- package/dist-esm/samples-dev/listSecretValues.d.ts.map +0 -1
- package/dist-esm/samples-dev/listSecretValues.js +0 -45
- package/dist-esm/samples-dev/listSecretValues.js.map +0 -1
- package/dist-esm/samples-dev/listSecretsByResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/listSecretsByResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/listSecretsByResourceGroup.js +0 -44
- package/dist-esm/samples-dev/listSecretsByResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/listSecretsBySubscriptionId.d.ts +0 -2
- package/dist-esm/samples-dev/listSecretsBySubscriptionId.d.ts.map +0 -1
- package/dist-esm/samples-dev/listSecretsBySubscriptionId.js +0 -43
- package/dist-esm/samples-dev/listSecretsBySubscriptionId.js.map +0 -1
- package/dist-esm/samples-dev/listServices.d.ts +0 -2
- package/dist-esm/samples-dev/listServices.d.ts.map +0 -1
- package/dist-esm/samples-dev/listServices.js +0 -45
- package/dist-esm/samples-dev/listServices.js.map +0 -1
- package/dist-esm/samples-dev/listVolumesByResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/listVolumesByResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/listVolumesByResourceGroup.js +0 -44
- package/dist-esm/samples-dev/listVolumesByResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/listVolumesBySubscriptionId.d.ts +0 -2
- package/dist-esm/samples-dev/listVolumesBySubscriptionId.d.ts.map +0 -1
- package/dist-esm/samples-dev/listVolumesBySubscriptionId.js +0 -43
- package/dist-esm/samples-dev/listVolumesBySubscriptionId.js.map +0 -1
- package/dist-esm/samples-dev/replicaGet.d.ts +0 -2
- package/dist-esm/samples-dev/replicaGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicaGet.js +0 -33
- package/dist-esm/samples-dev/replicaGet.js.map +0 -1
- package/dist-esm/samples-dev/replicasGetAll.d.ts +0 -2
- package/dist-esm/samples-dev/replicasGetAll.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicasGetAll.js +0 -46
- package/dist-esm/samples-dev/replicasGetAll.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
var tslib = require('tslib');
|
|
5
6
|
var coreClient = require('@azure/core-client');
|
|
6
7
|
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
|
7
|
-
var tslib = require('tslib');
|
|
8
8
|
|
|
9
9
|
function _interopNamespace(e) {
|
|
10
10
|
if (e && e.__esModule) return e;
|
|
@@ -27,6 +27,38 @@ function _interopNamespace(e) {
|
|
|
27
27
|
var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
|
|
28
28
|
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline);
|
|
29
29
|
|
|
30
|
+
/*
|
|
31
|
+
* Copyright (c) Microsoft Corporation.
|
|
32
|
+
* Licensed under the MIT License.
|
|
33
|
+
*
|
|
34
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
35
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
36
|
+
*/
|
|
37
|
+
const pageMap = new WeakMap();
|
|
38
|
+
/**
|
|
39
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
40
|
+
* returns a continuation token that can be used to begin paging from
|
|
41
|
+
* that point later.
|
|
42
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
43
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
44
|
+
*/
|
|
45
|
+
function getContinuationToken(page) {
|
|
46
|
+
var _a;
|
|
47
|
+
if (typeof page !== "object" || page === null) {
|
|
48
|
+
return undefined;
|
|
49
|
+
}
|
|
50
|
+
return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
|
|
51
|
+
}
|
|
52
|
+
function setContinuationToken(page, continuationToken) {
|
|
53
|
+
var _a;
|
|
54
|
+
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
55
|
+
return;
|
|
56
|
+
}
|
|
57
|
+
const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
|
|
58
|
+
pageInfo.continuationToken = continuationToken;
|
|
59
|
+
pageMap.set(page, pageInfo);
|
|
60
|
+
}
|
|
61
|
+
|
|
30
62
|
/*
|
|
31
63
|
* Copyright (c) Microsoft Corporation.
|
|
32
64
|
* Licensed under the MIT License.
|
|
@@ -71,11 +103,13 @@ exports.KnownNetworkKind = void 0;
|
|
|
71
103
|
/** Known values of {@link PathMatchType} that the service accepts. */
|
|
72
104
|
exports.KnownPathMatchType = void 0;
|
|
73
105
|
(function (KnownPathMatchType) {
|
|
106
|
+
/** Prefix */
|
|
74
107
|
KnownPathMatchType["Prefix"] = "prefix";
|
|
75
108
|
})(exports.KnownPathMatchType || (exports.KnownPathMatchType = {}));
|
|
76
109
|
/** Known values of {@link HeaderMatchType} that the service accepts. */
|
|
77
110
|
exports.KnownHeaderMatchType = void 0;
|
|
78
111
|
(function (KnownHeaderMatchType) {
|
|
112
|
+
/** Exact */
|
|
79
113
|
KnownHeaderMatchType["Exact"] = "exact";
|
|
80
114
|
})(exports.KnownHeaderMatchType || (exports.KnownHeaderMatchType = {}));
|
|
81
115
|
/** Known values of {@link OperatingSystemType} that the service accepts. */
|
|
@@ -129,8 +163,11 @@ exports.KnownDiagnosticsSinkKind = void 0;
|
|
|
129
163
|
/** Known values of {@link SizeTypes} that the service accepts. */
|
|
130
164
|
exports.KnownSizeTypes = void 0;
|
|
131
165
|
(function (KnownSizeTypes) {
|
|
166
|
+
/** Small */
|
|
132
167
|
KnownSizeTypes["Small"] = "Small";
|
|
168
|
+
/** Medium */
|
|
133
169
|
KnownSizeTypes["Medium"] = "Medium";
|
|
170
|
+
/** Large */
|
|
134
171
|
KnownSizeTypes["Large"] = "Large";
|
|
135
172
|
})(exports.KnownSizeTypes || (exports.KnownSizeTypes = {}));
|
|
136
173
|
/** Known values of {@link AutoScalingMetricKind} that the service accepts. */
|
|
@@ -2307,7 +2344,7 @@ const SecretResourceProperties = {
|
|
|
2307
2344
|
type: {
|
|
2308
2345
|
name: "Composite",
|
|
2309
2346
|
className: "SecretResourceProperties",
|
|
2310
|
-
uberParent: "
|
|
2347
|
+
uberParent: "SecretResourcePropertiesBase",
|
|
2311
2348
|
polymorphicDiscriminator: {
|
|
2312
2349
|
serializedName: "kind",
|
|
2313
2350
|
clientName: "kind"
|
|
@@ -2342,7 +2379,7 @@ const NetworkResourceProperties = {
|
|
|
2342
2379
|
type: {
|
|
2343
2380
|
name: "Composite",
|
|
2344
2381
|
className: "NetworkResourceProperties",
|
|
2345
|
-
uberParent: "
|
|
2382
|
+
uberParent: "NetworkResourcePropertiesBase",
|
|
2346
2383
|
polymorphicDiscriminator: {
|
|
2347
2384
|
serializedName: "kind",
|
|
2348
2385
|
clientName: "kind"
|
|
@@ -2603,8 +2640,8 @@ const InlinedValueSecretResourceProperties = {
|
|
|
2603
2640
|
type: {
|
|
2604
2641
|
name: "Composite",
|
|
2605
2642
|
className: "InlinedValueSecretResourceProperties",
|
|
2606
|
-
uberParent: "
|
|
2607
|
-
polymorphicDiscriminator:
|
|
2643
|
+
uberParent: "SecretResourceProperties",
|
|
2644
|
+
polymorphicDiscriminator: SecretResourceProperties.type.polymorphicDiscriminator,
|
|
2608
2645
|
modelProperties: Object.assign({}, SecretResourceProperties.type.modelProperties)
|
|
2609
2646
|
}
|
|
2610
2647
|
};
|
|
@@ -2613,8 +2650,8 @@ const LocalNetworkResourceProperties = {
|
|
|
2613
2650
|
type: {
|
|
2614
2651
|
name: "Composite",
|
|
2615
2652
|
className: "LocalNetworkResourceProperties",
|
|
2616
|
-
uberParent: "
|
|
2617
|
-
polymorphicDiscriminator:
|
|
2653
|
+
uberParent: "NetworkResourceProperties",
|
|
2654
|
+
polymorphicDiscriminator: NetworkResourceProperties.type.polymorphicDiscriminator,
|
|
2618
2655
|
modelProperties: Object.assign(Object.assign({}, NetworkResourceProperties.type.modelProperties), { networkAddressPrefix: {
|
|
2619
2656
|
serializedName: "networkAddressPrefix",
|
|
2620
2657
|
type: {
|
|
@@ -2636,10 +2673,10 @@ let discriminators = {
|
|
|
2636
2673
|
"AutoScalingMechanism.AddRemoveReplica": AddRemoveReplicaScalingMechanism,
|
|
2637
2674
|
"DiagnosticsSinkProperties.AzureInternalMonitoringPipeline": AzureInternalMonitoringPipelineSinkDescription,
|
|
2638
2675
|
"AutoScalingMetric.Resource": AutoScalingResourceMetric,
|
|
2639
|
-
"
|
|
2640
|
-
"
|
|
2641
|
-
"
|
|
2642
|
-
"
|
|
2676
|
+
"SecretResourcePropertiesBase.SecretResourceProperties": SecretResourceProperties,
|
|
2677
|
+
"NetworkResourcePropertiesBase.NetworkResourceProperties": NetworkResourceProperties,
|
|
2678
|
+
"SecretResourceProperties.inlinedValue": InlinedValueSecretResourceProperties,
|
|
2679
|
+
"NetworkResourceProperties.Local": LocalNetworkResourceProperties
|
|
2643
2680
|
};
|
|
2644
2681
|
|
|
2645
2682
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
@@ -2976,20 +3013,31 @@ class OperationsImpl {
|
|
|
2976
3013
|
[Symbol.asyncIterator]() {
|
|
2977
3014
|
return this;
|
|
2978
3015
|
},
|
|
2979
|
-
byPage: () => {
|
|
2980
|
-
|
|
3016
|
+
byPage: (settings) => {
|
|
3017
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
3018
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
3019
|
+
}
|
|
3020
|
+
return this.listPagingPage(options, settings);
|
|
2981
3021
|
}
|
|
2982
3022
|
};
|
|
2983
3023
|
}
|
|
2984
|
-
listPagingPage(options) {
|
|
3024
|
+
listPagingPage(options, settings) {
|
|
2985
3025
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
2986
|
-
let result
|
|
2987
|
-
|
|
2988
|
-
|
|
3026
|
+
let result;
|
|
3027
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
3028
|
+
if (!continuationToken) {
|
|
3029
|
+
result = yield tslib.__await(this._list(options));
|
|
3030
|
+
let page = result.value || [];
|
|
3031
|
+
continuationToken = result.nextLink;
|
|
3032
|
+
setContinuationToken(page, continuationToken);
|
|
3033
|
+
yield yield tslib.__await(page);
|
|
3034
|
+
}
|
|
2989
3035
|
while (continuationToken) {
|
|
2990
3036
|
result = yield tslib.__await(this._listNext(continuationToken, options));
|
|
2991
3037
|
continuationToken = result.nextLink;
|
|
2992
|
-
|
|
3038
|
+
let page = result.value || [];
|
|
3039
|
+
setContinuationToken(page, continuationToken);
|
|
3040
|
+
yield yield tslib.__await(page);
|
|
2993
3041
|
}
|
|
2994
3042
|
});
|
|
2995
3043
|
}
|
|
@@ -3056,7 +3104,6 @@ const listNextOperationSpec$3 = {
|
|
|
3056
3104
|
bodyMapper: ErrorModel
|
|
3057
3105
|
}
|
|
3058
3106
|
},
|
|
3059
|
-
queryParameters: [apiVersion],
|
|
3060
3107
|
urlParameters: [$host, nextLink],
|
|
3061
3108
|
headerParameters: [accept],
|
|
3062
3109
|
serializer: serializer$9
|
|
@@ -3094,20 +3141,31 @@ class SecretImpl {
|
|
|
3094
3141
|
[Symbol.asyncIterator]() {
|
|
3095
3142
|
return this;
|
|
3096
3143
|
},
|
|
3097
|
-
byPage: () => {
|
|
3098
|
-
|
|
3144
|
+
byPage: (settings) => {
|
|
3145
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
3146
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
3147
|
+
}
|
|
3148
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
3099
3149
|
}
|
|
3100
3150
|
};
|
|
3101
3151
|
}
|
|
3102
|
-
listByResourceGroupPagingPage(resourceGroupName, options) {
|
|
3152
|
+
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
3103
3153
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
|
|
3104
|
-
let result
|
|
3105
|
-
|
|
3106
|
-
|
|
3154
|
+
let result;
|
|
3155
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
3156
|
+
if (!continuationToken) {
|
|
3157
|
+
result = yield tslib.__await(this._listByResourceGroup(resourceGroupName, options));
|
|
3158
|
+
let page = result.value || [];
|
|
3159
|
+
continuationToken = result.nextLink;
|
|
3160
|
+
setContinuationToken(page, continuationToken);
|
|
3161
|
+
yield yield tslib.__await(page);
|
|
3162
|
+
}
|
|
3107
3163
|
while (continuationToken) {
|
|
3108
3164
|
result = yield tslib.__await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
|
|
3109
3165
|
continuationToken = result.nextLink;
|
|
3110
|
-
|
|
3166
|
+
let page = result.value || [];
|
|
3167
|
+
setContinuationToken(page, continuationToken);
|
|
3168
|
+
yield yield tslib.__await(page);
|
|
3111
3169
|
}
|
|
3112
3170
|
});
|
|
3113
3171
|
}
|
|
@@ -3143,20 +3201,31 @@ class SecretImpl {
|
|
|
3143
3201
|
[Symbol.asyncIterator]() {
|
|
3144
3202
|
return this;
|
|
3145
3203
|
},
|
|
3146
|
-
byPage: () => {
|
|
3147
|
-
|
|
3204
|
+
byPage: (settings) => {
|
|
3205
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
3206
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
3207
|
+
}
|
|
3208
|
+
return this.listBySubscriptionPagingPage(options, settings);
|
|
3148
3209
|
}
|
|
3149
3210
|
};
|
|
3150
3211
|
}
|
|
3151
|
-
listBySubscriptionPagingPage(options) {
|
|
3212
|
+
listBySubscriptionPagingPage(options, settings) {
|
|
3152
3213
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
|
|
3153
|
-
let result
|
|
3154
|
-
|
|
3155
|
-
|
|
3214
|
+
let result;
|
|
3215
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
3216
|
+
if (!continuationToken) {
|
|
3217
|
+
result = yield tslib.__await(this._listBySubscription(options));
|
|
3218
|
+
let page = result.value || [];
|
|
3219
|
+
continuationToken = result.nextLink;
|
|
3220
|
+
setContinuationToken(page, continuationToken);
|
|
3221
|
+
yield yield tslib.__await(page);
|
|
3222
|
+
}
|
|
3156
3223
|
while (continuationToken) {
|
|
3157
3224
|
result = yield tslib.__await(this._listBySubscriptionNext(continuationToken, options));
|
|
3158
3225
|
continuationToken = result.nextLink;
|
|
3159
|
-
|
|
3226
|
+
let page = result.value || [];
|
|
3227
|
+
setContinuationToken(page, continuationToken);
|
|
3228
|
+
yield yield tslib.__await(page);
|
|
3160
3229
|
}
|
|
3161
3230
|
});
|
|
3162
3231
|
}
|
|
@@ -3366,7 +3435,6 @@ const listByResourceGroupNextOperationSpec$4 = {
|
|
|
3366
3435
|
bodyMapper: ErrorModel
|
|
3367
3436
|
}
|
|
3368
3437
|
},
|
|
3369
|
-
queryParameters: [apiVersion],
|
|
3370
3438
|
urlParameters: [
|
|
3371
3439
|
$host,
|
|
3372
3440
|
nextLink,
|
|
@@ -3387,7 +3455,6 @@ const listBySubscriptionNextOperationSpec$4 = {
|
|
|
3387
3455
|
bodyMapper: ErrorModel
|
|
3388
3456
|
}
|
|
3389
3457
|
},
|
|
3390
|
-
queryParameters: [apiVersion],
|
|
3391
3458
|
urlParameters: [
|
|
3392
3459
|
$host,
|
|
3393
3460
|
nextLink,
|
|
@@ -3430,20 +3497,31 @@ class SecretValueOperationsImpl {
|
|
|
3430
3497
|
[Symbol.asyncIterator]() {
|
|
3431
3498
|
return this;
|
|
3432
3499
|
},
|
|
3433
|
-
byPage: () => {
|
|
3434
|
-
|
|
3500
|
+
byPage: (settings) => {
|
|
3501
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
3502
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
3503
|
+
}
|
|
3504
|
+
return this.listPagingPage(resourceGroupName, secretResourceName, options, settings);
|
|
3435
3505
|
}
|
|
3436
3506
|
};
|
|
3437
3507
|
}
|
|
3438
|
-
listPagingPage(resourceGroupName, secretResourceName, options) {
|
|
3508
|
+
listPagingPage(resourceGroupName, secretResourceName, options, settings) {
|
|
3439
3509
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
3440
|
-
let result
|
|
3441
|
-
|
|
3442
|
-
|
|
3510
|
+
let result;
|
|
3511
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
3512
|
+
if (!continuationToken) {
|
|
3513
|
+
result = yield tslib.__await(this._list(resourceGroupName, secretResourceName, options));
|
|
3514
|
+
let page = result.value || [];
|
|
3515
|
+
continuationToken = result.nextLink;
|
|
3516
|
+
setContinuationToken(page, continuationToken);
|
|
3517
|
+
yield yield tslib.__await(page);
|
|
3518
|
+
}
|
|
3443
3519
|
while (continuationToken) {
|
|
3444
3520
|
result = yield tslib.__await(this._listNext(resourceGroupName, secretResourceName, continuationToken, options));
|
|
3445
3521
|
continuationToken = result.nextLink;
|
|
3446
|
-
|
|
3522
|
+
let page = result.value || [];
|
|
3523
|
+
setContinuationToken(page, continuationToken);
|
|
3524
|
+
yield yield tslib.__await(page);
|
|
3447
3525
|
}
|
|
3448
3526
|
});
|
|
3449
3527
|
}
|
|
@@ -3684,7 +3762,6 @@ const listNextOperationSpec$2 = {
|
|
|
3684
3762
|
bodyMapper: ErrorModel
|
|
3685
3763
|
}
|
|
3686
3764
|
},
|
|
3687
|
-
queryParameters: [apiVersion],
|
|
3688
3765
|
urlParameters: [
|
|
3689
3766
|
$host,
|
|
3690
3767
|
nextLink,
|
|
@@ -3728,20 +3805,31 @@ class VolumeImpl {
|
|
|
3728
3805
|
[Symbol.asyncIterator]() {
|
|
3729
3806
|
return this;
|
|
3730
3807
|
},
|
|
3731
|
-
byPage: () => {
|
|
3732
|
-
|
|
3808
|
+
byPage: (settings) => {
|
|
3809
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
3810
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
3811
|
+
}
|
|
3812
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
3733
3813
|
}
|
|
3734
3814
|
};
|
|
3735
3815
|
}
|
|
3736
|
-
listByResourceGroupPagingPage(resourceGroupName, options) {
|
|
3816
|
+
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
3737
3817
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
|
|
3738
|
-
let result
|
|
3739
|
-
|
|
3740
|
-
|
|
3818
|
+
let result;
|
|
3819
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
3820
|
+
if (!continuationToken) {
|
|
3821
|
+
result = yield tslib.__await(this._listByResourceGroup(resourceGroupName, options));
|
|
3822
|
+
let page = result.value || [];
|
|
3823
|
+
continuationToken = result.nextLink;
|
|
3824
|
+
setContinuationToken(page, continuationToken);
|
|
3825
|
+
yield yield tslib.__await(page);
|
|
3826
|
+
}
|
|
3741
3827
|
while (continuationToken) {
|
|
3742
3828
|
result = yield tslib.__await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
|
|
3743
3829
|
continuationToken = result.nextLink;
|
|
3744
|
-
|
|
3830
|
+
let page = result.value || [];
|
|
3831
|
+
setContinuationToken(page, continuationToken);
|
|
3832
|
+
yield yield tslib.__await(page);
|
|
3745
3833
|
}
|
|
3746
3834
|
});
|
|
3747
3835
|
}
|
|
@@ -3777,20 +3865,31 @@ class VolumeImpl {
|
|
|
3777
3865
|
[Symbol.asyncIterator]() {
|
|
3778
3866
|
return this;
|
|
3779
3867
|
},
|
|
3780
|
-
byPage: () => {
|
|
3781
|
-
|
|
3868
|
+
byPage: (settings) => {
|
|
3869
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
3870
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
3871
|
+
}
|
|
3872
|
+
return this.listBySubscriptionPagingPage(options, settings);
|
|
3782
3873
|
}
|
|
3783
3874
|
};
|
|
3784
3875
|
}
|
|
3785
|
-
listBySubscriptionPagingPage(options) {
|
|
3876
|
+
listBySubscriptionPagingPage(options, settings) {
|
|
3786
3877
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
|
|
3787
|
-
let result
|
|
3788
|
-
|
|
3789
|
-
|
|
3878
|
+
let result;
|
|
3879
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
3880
|
+
if (!continuationToken) {
|
|
3881
|
+
result = yield tslib.__await(this._listBySubscription(options));
|
|
3882
|
+
let page = result.value || [];
|
|
3883
|
+
continuationToken = result.nextLink;
|
|
3884
|
+
setContinuationToken(page, continuationToken);
|
|
3885
|
+
yield yield tslib.__await(page);
|
|
3886
|
+
}
|
|
3790
3887
|
while (continuationToken) {
|
|
3791
3888
|
result = yield tslib.__await(this._listBySubscriptionNext(continuationToken, options));
|
|
3792
3889
|
continuationToken = result.nextLink;
|
|
3793
|
-
|
|
3890
|
+
let page = result.value || [];
|
|
3891
|
+
setContinuationToken(page, continuationToken);
|
|
3892
|
+
yield yield tslib.__await(page);
|
|
3794
3893
|
}
|
|
3795
3894
|
});
|
|
3796
3895
|
}
|
|
@@ -4000,7 +4099,6 @@ const listByResourceGroupNextOperationSpec$3 = {
|
|
|
4000
4099
|
bodyMapper: ErrorModel
|
|
4001
4100
|
}
|
|
4002
4101
|
},
|
|
4003
|
-
queryParameters: [apiVersion],
|
|
4004
4102
|
urlParameters: [
|
|
4005
4103
|
$host,
|
|
4006
4104
|
nextLink,
|
|
@@ -4021,7 +4119,6 @@ const listBySubscriptionNextOperationSpec$3 = {
|
|
|
4021
4119
|
bodyMapper: ErrorModel
|
|
4022
4120
|
}
|
|
4023
4121
|
},
|
|
4024
|
-
queryParameters: [apiVersion],
|
|
4025
4122
|
urlParameters: [
|
|
4026
4123
|
$host,
|
|
4027
4124
|
nextLink,
|
|
@@ -4063,20 +4160,31 @@ class NetworkImpl {
|
|
|
4063
4160
|
[Symbol.asyncIterator]() {
|
|
4064
4161
|
return this;
|
|
4065
4162
|
},
|
|
4066
|
-
byPage: () => {
|
|
4067
|
-
|
|
4163
|
+
byPage: (settings) => {
|
|
4164
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
4165
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
4166
|
+
}
|
|
4167
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
4068
4168
|
}
|
|
4069
4169
|
};
|
|
4070
4170
|
}
|
|
4071
|
-
listByResourceGroupPagingPage(resourceGroupName, options) {
|
|
4171
|
+
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
4072
4172
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
|
|
4073
|
-
let result
|
|
4074
|
-
|
|
4075
|
-
|
|
4173
|
+
let result;
|
|
4174
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
4175
|
+
if (!continuationToken) {
|
|
4176
|
+
result = yield tslib.__await(this._listByResourceGroup(resourceGroupName, options));
|
|
4177
|
+
let page = result.value || [];
|
|
4178
|
+
continuationToken = result.nextLink;
|
|
4179
|
+
setContinuationToken(page, continuationToken);
|
|
4180
|
+
yield yield tslib.__await(page);
|
|
4181
|
+
}
|
|
4076
4182
|
while (continuationToken) {
|
|
4077
4183
|
result = yield tslib.__await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
|
|
4078
4184
|
continuationToken = result.nextLink;
|
|
4079
|
-
|
|
4185
|
+
let page = result.value || [];
|
|
4186
|
+
setContinuationToken(page, continuationToken);
|
|
4187
|
+
yield yield tslib.__await(page);
|
|
4080
4188
|
}
|
|
4081
4189
|
});
|
|
4082
4190
|
}
|
|
@@ -4112,20 +4220,31 @@ class NetworkImpl {
|
|
|
4112
4220
|
[Symbol.asyncIterator]() {
|
|
4113
4221
|
return this;
|
|
4114
4222
|
},
|
|
4115
|
-
byPage: () => {
|
|
4116
|
-
|
|
4223
|
+
byPage: (settings) => {
|
|
4224
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
4225
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
4226
|
+
}
|
|
4227
|
+
return this.listBySubscriptionPagingPage(options, settings);
|
|
4117
4228
|
}
|
|
4118
4229
|
};
|
|
4119
4230
|
}
|
|
4120
|
-
listBySubscriptionPagingPage(options) {
|
|
4231
|
+
listBySubscriptionPagingPage(options, settings) {
|
|
4121
4232
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
|
|
4122
|
-
let result
|
|
4123
|
-
|
|
4124
|
-
|
|
4233
|
+
let result;
|
|
4234
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
4235
|
+
if (!continuationToken) {
|
|
4236
|
+
result = yield tslib.__await(this._listBySubscription(options));
|
|
4237
|
+
let page = result.value || [];
|
|
4238
|
+
continuationToken = result.nextLink;
|
|
4239
|
+
setContinuationToken(page, continuationToken);
|
|
4240
|
+
yield yield tslib.__await(page);
|
|
4241
|
+
}
|
|
4125
4242
|
while (continuationToken) {
|
|
4126
4243
|
result = yield tslib.__await(this._listBySubscriptionNext(continuationToken, options));
|
|
4127
4244
|
continuationToken = result.nextLink;
|
|
4128
|
-
|
|
4245
|
+
let page = result.value || [];
|
|
4246
|
+
setContinuationToken(page, continuationToken);
|
|
4247
|
+
yield yield tslib.__await(page);
|
|
4129
4248
|
}
|
|
4130
4249
|
});
|
|
4131
4250
|
}
|
|
@@ -4336,7 +4455,6 @@ const listByResourceGroupNextOperationSpec$2 = {
|
|
|
4336
4455
|
bodyMapper: ErrorModel
|
|
4337
4456
|
}
|
|
4338
4457
|
},
|
|
4339
|
-
queryParameters: [apiVersion],
|
|
4340
4458
|
urlParameters: [
|
|
4341
4459
|
$host,
|
|
4342
4460
|
nextLink,
|
|
@@ -4357,7 +4475,6 @@ const listBySubscriptionNextOperationSpec$2 = {
|
|
|
4357
4475
|
bodyMapper: ErrorModel
|
|
4358
4476
|
}
|
|
4359
4477
|
},
|
|
4360
|
-
queryParameters: [apiVersion],
|
|
4361
4478
|
urlParameters: [
|
|
4362
4479
|
$host,
|
|
4363
4480
|
nextLink,
|
|
@@ -4399,20 +4516,31 @@ class GatewayImpl {
|
|
|
4399
4516
|
[Symbol.asyncIterator]() {
|
|
4400
4517
|
return this;
|
|
4401
4518
|
},
|
|
4402
|
-
byPage: () => {
|
|
4403
|
-
|
|
4519
|
+
byPage: (settings) => {
|
|
4520
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
4521
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
4522
|
+
}
|
|
4523
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
4404
4524
|
}
|
|
4405
4525
|
};
|
|
4406
4526
|
}
|
|
4407
|
-
listByResourceGroupPagingPage(resourceGroupName, options) {
|
|
4527
|
+
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
4408
4528
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
|
|
4409
|
-
let result
|
|
4410
|
-
|
|
4411
|
-
|
|
4529
|
+
let result;
|
|
4530
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
4531
|
+
if (!continuationToken) {
|
|
4532
|
+
result = yield tslib.__await(this._listByResourceGroup(resourceGroupName, options));
|
|
4533
|
+
let page = result.value || [];
|
|
4534
|
+
continuationToken = result.nextLink;
|
|
4535
|
+
setContinuationToken(page, continuationToken);
|
|
4536
|
+
yield yield tslib.__await(page);
|
|
4537
|
+
}
|
|
4412
4538
|
while (continuationToken) {
|
|
4413
4539
|
result = yield tslib.__await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
|
|
4414
4540
|
continuationToken = result.nextLink;
|
|
4415
|
-
|
|
4541
|
+
let page = result.value || [];
|
|
4542
|
+
setContinuationToken(page, continuationToken);
|
|
4543
|
+
yield yield tslib.__await(page);
|
|
4416
4544
|
}
|
|
4417
4545
|
});
|
|
4418
4546
|
}
|
|
@@ -4448,20 +4576,31 @@ class GatewayImpl {
|
|
|
4448
4576
|
[Symbol.asyncIterator]() {
|
|
4449
4577
|
return this;
|
|
4450
4578
|
},
|
|
4451
|
-
byPage: () => {
|
|
4452
|
-
|
|
4579
|
+
byPage: (settings) => {
|
|
4580
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
4581
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
4582
|
+
}
|
|
4583
|
+
return this.listBySubscriptionPagingPage(options, settings);
|
|
4453
4584
|
}
|
|
4454
4585
|
};
|
|
4455
4586
|
}
|
|
4456
|
-
listBySubscriptionPagingPage(options) {
|
|
4587
|
+
listBySubscriptionPagingPage(options, settings) {
|
|
4457
4588
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
|
|
4458
|
-
let result
|
|
4459
|
-
|
|
4460
|
-
|
|
4589
|
+
let result;
|
|
4590
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
4591
|
+
if (!continuationToken) {
|
|
4592
|
+
result = yield tslib.__await(this._listBySubscription(options));
|
|
4593
|
+
let page = result.value || [];
|
|
4594
|
+
continuationToken = result.nextLink;
|
|
4595
|
+
setContinuationToken(page, continuationToken);
|
|
4596
|
+
yield yield tslib.__await(page);
|
|
4597
|
+
}
|
|
4461
4598
|
while (continuationToken) {
|
|
4462
4599
|
result = yield tslib.__await(this._listBySubscriptionNext(continuationToken, options));
|
|
4463
4600
|
continuationToken = result.nextLink;
|
|
4464
|
-
|
|
4601
|
+
let page = result.value || [];
|
|
4602
|
+
setContinuationToken(page, continuationToken);
|
|
4603
|
+
yield yield tslib.__await(page);
|
|
4465
4604
|
}
|
|
4466
4605
|
});
|
|
4467
4606
|
}
|
|
@@ -4673,7 +4812,6 @@ const listByResourceGroupNextOperationSpec$1 = {
|
|
|
4673
4812
|
bodyMapper: ErrorModel
|
|
4674
4813
|
}
|
|
4675
4814
|
},
|
|
4676
|
-
queryParameters: [apiVersion],
|
|
4677
4815
|
urlParameters: [
|
|
4678
4816
|
$host,
|
|
4679
4817
|
nextLink,
|
|
@@ -4694,7 +4832,6 @@ const listBySubscriptionNextOperationSpec$1 = {
|
|
|
4694
4832
|
bodyMapper: ErrorModel
|
|
4695
4833
|
}
|
|
4696
4834
|
},
|
|
4697
|
-
queryParameters: [apiVersion],
|
|
4698
4835
|
urlParameters: [
|
|
4699
4836
|
$host,
|
|
4700
4837
|
nextLink,
|
|
@@ -4736,20 +4873,31 @@ class ApplicationImpl {
|
|
|
4736
4873
|
[Symbol.asyncIterator]() {
|
|
4737
4874
|
return this;
|
|
4738
4875
|
},
|
|
4739
|
-
byPage: () => {
|
|
4740
|
-
|
|
4876
|
+
byPage: (settings) => {
|
|
4877
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
4878
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
4879
|
+
}
|
|
4880
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
4741
4881
|
}
|
|
4742
4882
|
};
|
|
4743
4883
|
}
|
|
4744
|
-
listByResourceGroupPagingPage(resourceGroupName, options) {
|
|
4884
|
+
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
4745
4885
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
|
|
4746
|
-
let result
|
|
4747
|
-
|
|
4748
|
-
|
|
4886
|
+
let result;
|
|
4887
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
4888
|
+
if (!continuationToken) {
|
|
4889
|
+
result = yield tslib.__await(this._listByResourceGroup(resourceGroupName, options));
|
|
4890
|
+
let page = result.value || [];
|
|
4891
|
+
continuationToken = result.nextLink;
|
|
4892
|
+
setContinuationToken(page, continuationToken);
|
|
4893
|
+
yield yield tslib.__await(page);
|
|
4894
|
+
}
|
|
4749
4895
|
while (continuationToken) {
|
|
4750
4896
|
result = yield tslib.__await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
|
|
4751
4897
|
continuationToken = result.nextLink;
|
|
4752
|
-
|
|
4898
|
+
let page = result.value || [];
|
|
4899
|
+
setContinuationToken(page, continuationToken);
|
|
4900
|
+
yield yield tslib.__await(page);
|
|
4753
4901
|
}
|
|
4754
4902
|
});
|
|
4755
4903
|
}
|
|
@@ -4785,20 +4933,31 @@ class ApplicationImpl {
|
|
|
4785
4933
|
[Symbol.asyncIterator]() {
|
|
4786
4934
|
return this;
|
|
4787
4935
|
},
|
|
4788
|
-
byPage: () => {
|
|
4789
|
-
|
|
4936
|
+
byPage: (settings) => {
|
|
4937
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
4938
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
4939
|
+
}
|
|
4940
|
+
return this.listBySubscriptionPagingPage(options, settings);
|
|
4790
4941
|
}
|
|
4791
4942
|
};
|
|
4792
4943
|
}
|
|
4793
|
-
listBySubscriptionPagingPage(options) {
|
|
4944
|
+
listBySubscriptionPagingPage(options, settings) {
|
|
4794
4945
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
|
|
4795
|
-
let result
|
|
4796
|
-
|
|
4797
|
-
|
|
4946
|
+
let result;
|
|
4947
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
4948
|
+
if (!continuationToken) {
|
|
4949
|
+
result = yield tslib.__await(this._listBySubscription(options));
|
|
4950
|
+
let page = result.value || [];
|
|
4951
|
+
continuationToken = result.nextLink;
|
|
4952
|
+
setContinuationToken(page, continuationToken);
|
|
4953
|
+
yield yield tslib.__await(page);
|
|
4954
|
+
}
|
|
4798
4955
|
while (continuationToken) {
|
|
4799
4956
|
result = yield tslib.__await(this._listBySubscriptionNext(continuationToken, options));
|
|
4800
4957
|
continuationToken = result.nextLink;
|
|
4801
|
-
|
|
4958
|
+
let page = result.value || [];
|
|
4959
|
+
setContinuationToken(page, continuationToken);
|
|
4960
|
+
yield yield tslib.__await(page);
|
|
4802
4961
|
}
|
|
4803
4962
|
});
|
|
4804
4963
|
}
|
|
@@ -5009,7 +5168,6 @@ const listByResourceGroupNextOperationSpec = {
|
|
|
5009
5168
|
bodyMapper: ErrorModel
|
|
5010
5169
|
}
|
|
5011
5170
|
},
|
|
5012
|
-
queryParameters: [apiVersion],
|
|
5013
5171
|
urlParameters: [
|
|
5014
5172
|
$host,
|
|
5015
5173
|
nextLink,
|
|
@@ -5030,7 +5188,6 @@ const listBySubscriptionNextOperationSpec = {
|
|
|
5030
5188
|
bodyMapper: ErrorModel
|
|
5031
5189
|
}
|
|
5032
5190
|
},
|
|
5033
|
-
queryParameters: [apiVersion],
|
|
5034
5191
|
urlParameters: [
|
|
5035
5192
|
$host,
|
|
5036
5193
|
nextLink,
|
|
@@ -5073,20 +5230,31 @@ class ServiceImpl {
|
|
|
5073
5230
|
[Symbol.asyncIterator]() {
|
|
5074
5231
|
return this;
|
|
5075
5232
|
},
|
|
5076
|
-
byPage: () => {
|
|
5077
|
-
|
|
5233
|
+
byPage: (settings) => {
|
|
5234
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
5235
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
5236
|
+
}
|
|
5237
|
+
return this.listPagingPage(resourceGroupName, applicationResourceName, options, settings);
|
|
5078
5238
|
}
|
|
5079
5239
|
};
|
|
5080
5240
|
}
|
|
5081
|
-
listPagingPage(resourceGroupName, applicationResourceName, options) {
|
|
5241
|
+
listPagingPage(resourceGroupName, applicationResourceName, options, settings) {
|
|
5082
5242
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
5083
|
-
let result
|
|
5084
|
-
|
|
5085
|
-
|
|
5243
|
+
let result;
|
|
5244
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
5245
|
+
if (!continuationToken) {
|
|
5246
|
+
result = yield tslib.__await(this._list(resourceGroupName, applicationResourceName, options));
|
|
5247
|
+
let page = result.value || [];
|
|
5248
|
+
continuationToken = result.nextLink;
|
|
5249
|
+
setContinuationToken(page, continuationToken);
|
|
5250
|
+
yield yield tslib.__await(page);
|
|
5251
|
+
}
|
|
5086
5252
|
while (continuationToken) {
|
|
5087
5253
|
result = yield tslib.__await(this._listNext(resourceGroupName, applicationResourceName, continuationToken, options));
|
|
5088
5254
|
continuationToken = result.nextLink;
|
|
5089
|
-
|
|
5255
|
+
let page = result.value || [];
|
|
5256
|
+
setContinuationToken(page, continuationToken);
|
|
5257
|
+
yield yield tslib.__await(page);
|
|
5090
5258
|
}
|
|
5091
5259
|
});
|
|
5092
5260
|
}
|
|
@@ -5201,7 +5369,6 @@ const listNextOperationSpec$1 = {
|
|
|
5201
5369
|
bodyMapper: ErrorModel
|
|
5202
5370
|
}
|
|
5203
5371
|
},
|
|
5204
|
-
queryParameters: [apiVersion],
|
|
5205
5372
|
urlParameters: [
|
|
5206
5373
|
$host,
|
|
5207
5374
|
nextLink,
|
|
@@ -5247,20 +5414,31 @@ class ServiceReplicaImpl {
|
|
|
5247
5414
|
[Symbol.asyncIterator]() {
|
|
5248
5415
|
return this;
|
|
5249
5416
|
},
|
|
5250
|
-
byPage: () => {
|
|
5251
|
-
|
|
5417
|
+
byPage: (settings) => {
|
|
5418
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
5419
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
5420
|
+
}
|
|
5421
|
+
return this.listPagingPage(resourceGroupName, applicationResourceName, serviceResourceName, options, settings);
|
|
5252
5422
|
}
|
|
5253
5423
|
};
|
|
5254
5424
|
}
|
|
5255
|
-
listPagingPage(resourceGroupName, applicationResourceName, serviceResourceName, options) {
|
|
5425
|
+
listPagingPage(resourceGroupName, applicationResourceName, serviceResourceName, options, settings) {
|
|
5256
5426
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
5257
|
-
let result
|
|
5258
|
-
|
|
5259
|
-
|
|
5427
|
+
let result;
|
|
5428
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
5429
|
+
if (!continuationToken) {
|
|
5430
|
+
result = yield tslib.__await(this._list(resourceGroupName, applicationResourceName, serviceResourceName, options));
|
|
5431
|
+
let page = result.value || [];
|
|
5432
|
+
continuationToken = result.nextLink;
|
|
5433
|
+
setContinuationToken(page, continuationToken);
|
|
5434
|
+
yield yield tslib.__await(page);
|
|
5435
|
+
}
|
|
5260
5436
|
while (continuationToken) {
|
|
5261
5437
|
result = yield tslib.__await(this._listNext(resourceGroupName, applicationResourceName, serviceResourceName, continuationToken, options));
|
|
5262
5438
|
continuationToken = result.nextLink;
|
|
5263
|
-
|
|
5439
|
+
let page = result.value || [];
|
|
5440
|
+
setContinuationToken(page, continuationToken);
|
|
5441
|
+
yield yield tslib.__await(page);
|
|
5264
5442
|
}
|
|
5265
5443
|
});
|
|
5266
5444
|
}
|
|
@@ -5392,7 +5570,6 @@ const listNextOperationSpec = {
|
|
|
5392
5570
|
bodyMapper: ErrorModel
|
|
5393
5571
|
}
|
|
5394
5572
|
},
|
|
5395
|
-
queryParameters: [apiVersion],
|
|
5396
5573
|
urlParameters: [
|
|
5397
5574
|
$host,
|
|
5398
5575
|
nextLink,
|
|
@@ -5483,7 +5660,7 @@ class ServiceFabricMeshManagementClient extends coreClient__namespace.ServiceCli
|
|
|
5483
5660
|
* @param options The parameter options
|
|
5484
5661
|
*/
|
|
5485
5662
|
constructor(credentials, subscriptionId, options) {
|
|
5486
|
-
var _a, _b;
|
|
5663
|
+
var _a, _b, _c;
|
|
5487
5664
|
if (credentials === undefined) {
|
|
5488
5665
|
throw new Error("'credentials' cannot be null");
|
|
5489
5666
|
}
|
|
@@ -5498,32 +5675,34 @@ class ServiceFabricMeshManagementClient extends coreClient__namespace.ServiceCli
|
|
|
5498
5675
|
requestContentType: "application/json; charset=utf-8",
|
|
5499
5676
|
credential: credentials
|
|
5500
5677
|
};
|
|
5501
|
-
const packageDetails = `azsdk-js-arm-servicefabricmesh/3.0.0-beta.
|
|
5678
|
+
const packageDetails = `azsdk-js-arm-servicefabricmesh/3.0.0-beta.4`;
|
|
5502
5679
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
5503
5680
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
5504
5681
|
: `${packageDetails}`;
|
|
5505
|
-
if (!options.credentialScopes) {
|
|
5506
|
-
options.credentialScopes = ["https://management.azure.com/.default"];
|
|
5507
|
-
}
|
|
5508
5682
|
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
|
5509
5683
|
userAgentPrefix
|
|
5510
|
-
},
|
|
5684
|
+
}, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|
|
5511
5685
|
super(optionsWithDefaults);
|
|
5686
|
+
let bearerTokenAuthenticationPolicyFound = false;
|
|
5512
5687
|
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
|
5513
5688
|
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
5514
|
-
|
|
5689
|
+
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
5515
5690
|
coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName);
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
|
|
5691
|
+
}
|
|
5692
|
+
if (!options ||
|
|
5693
|
+
!options.pipeline ||
|
|
5694
|
+
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
5695
|
+
!bearerTokenAuthenticationPolicyFound) {
|
|
5696
|
+
this.pipeline.removePolicy({
|
|
5697
|
+
name: coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName
|
|
5698
|
+
});
|
|
5699
|
+
this.pipeline.addPolicy(coreRestPipeline__namespace.bearerTokenAuthenticationPolicy({
|
|
5700
|
+
credential: credentials,
|
|
5701
|
+
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
|
5702
|
+
challengeCallbacks: {
|
|
5703
|
+
authorizeRequestOnChallenge: coreClient__namespace.authorizeRequestOnClaimChallenge
|
|
5704
|
+
}
|
|
5705
|
+
}));
|
|
5527
5706
|
}
|
|
5528
5707
|
// Parameter assignments
|
|
5529
5708
|
this.subscriptionId = subscriptionId;
|
|
@@ -5540,8 +5719,37 @@ class ServiceFabricMeshManagementClient extends coreClient__namespace.ServiceCli
|
|
|
5540
5719
|
this.service = new ServiceImpl(this);
|
|
5541
5720
|
this.serviceReplica = new ServiceReplicaImpl(this);
|
|
5542
5721
|
this.codePackage = new CodePackageImpl(this);
|
|
5722
|
+
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
5723
|
+
}
|
|
5724
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
5725
|
+
addCustomApiVersionPolicy(apiVersion) {
|
|
5726
|
+
if (!apiVersion) {
|
|
5727
|
+
return;
|
|
5728
|
+
}
|
|
5729
|
+
const apiVersionPolicy = {
|
|
5730
|
+
name: "CustomApiVersionPolicy",
|
|
5731
|
+
sendRequest(request, next) {
|
|
5732
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
5733
|
+
const param = request.url.split("?");
|
|
5734
|
+
if (param.length > 1) {
|
|
5735
|
+
const newParams = param[1].split("&").map((item) => {
|
|
5736
|
+
if (item.indexOf("api-version") > -1) {
|
|
5737
|
+
return "api-version=" + apiVersion;
|
|
5738
|
+
}
|
|
5739
|
+
else {
|
|
5740
|
+
return item;
|
|
5741
|
+
}
|
|
5742
|
+
});
|
|
5743
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
5744
|
+
}
|
|
5745
|
+
return next(request);
|
|
5746
|
+
});
|
|
5747
|
+
}
|
|
5748
|
+
};
|
|
5749
|
+
this.pipeline.addPolicy(apiVersionPolicy);
|
|
5543
5750
|
}
|
|
5544
5751
|
}
|
|
5545
5752
|
|
|
5546
5753
|
exports.ServiceFabricMeshManagementClient = ServiceFabricMeshManagementClient;
|
|
5754
|
+
exports.getContinuationToken = getContinuationToken;
|
|
5547
5755
|
//# sourceMappingURL=index.js.map
|