@azure/arm-servicefabricmesh 3.0.0-alpha.20220421.1 → 3.0.0-beta.2
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 +3 -13
- package/README.md +11 -0
- package/dist/index.js +220 -151
- 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.d.ts +2 -0
- package/dist-esm/samples-dev/applicationCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationCreateSample.js +58 -0
- package/dist-esm/samples-dev/applicationCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/applicationDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationDeleteSample.js +31 -0
- package/dist-esm/samples-dev/applicationDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/applicationGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationGetSample.js +31 -0
- package/dist-esm/samples-dev/applicationGetSample.js.map +1 -0
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.js +43 -0
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.d.ts +2 -0
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js +34 -0
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateApplication.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateApplication.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateApplication.js +58 -0
- package/dist-esm/samples-dev/createOrUpdateApplication.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateGateway.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateGateway.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateGateway.js +76 -0
- package/dist-esm/samples-dev/createOrUpdateGateway.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateNetwork.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateNetwork.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateNetwork.js +40 -0
- package/dist-esm/samples-dev/createOrUpdateNetwork.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateSecret.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateSecret.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateSecret.js +40 -0
- package/dist-esm/samples-dev/createOrUpdateSecret.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateVolume.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateVolume.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateVolume.js +42 -0
- package/dist-esm/samples-dev/createOrUpdateVolume.js.map +1 -0
- package/dist-esm/samples-dev/createSecretValue.d.ts +2 -0
- package/dist-esm/samples-dev/createSecretValue.d.ts.map +1 -0
- package/dist-esm/samples-dev/createSecretValue.js +37 -0
- package/dist-esm/samples-dev/createSecretValue.js.map +1 -0
- package/dist-esm/samples-dev/deleteApplication.d.ts +2 -0
- package/dist-esm/samples-dev/deleteApplication.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteApplication.js +31 -0
- package/dist-esm/samples-dev/deleteApplication.js.map +1 -0
- package/dist-esm/samples-dev/deleteGateway.d.ts +2 -0
- package/dist-esm/samples-dev/deleteGateway.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteGateway.js +31 -0
- package/dist-esm/samples-dev/deleteGateway.js.map +1 -0
- package/dist-esm/samples-dev/deleteNetwork.d.ts +2 -0
- package/dist-esm/samples-dev/deleteNetwork.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteNetwork.js +31 -0
- package/dist-esm/samples-dev/deleteNetwork.js.map +1 -0
- package/dist-esm/samples-dev/deleteSecret.d.ts +2 -0
- package/dist-esm/samples-dev/deleteSecret.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteSecret.js +31 -0
- package/dist-esm/samples-dev/deleteSecret.js.map +1 -0
- package/dist-esm/samples-dev/deleteSecretValue.d.ts +2 -0
- package/dist-esm/samples-dev/deleteSecretValue.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteSecretValue.js +32 -0
- package/dist-esm/samples-dev/deleteSecretValue.js.map +1 -0
- package/dist-esm/samples-dev/deleteVolume.d.ts +2 -0
- package/dist-esm/samples-dev/deleteVolume.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteVolume.js +31 -0
- package/dist-esm/samples-dev/deleteVolume.js.map +1 -0
- package/dist-esm/samples-dev/gatewayCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/gatewayCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gatewayCreateSample.js +76 -0
- package/dist-esm/samples-dev/gatewayCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/gatewayDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/gatewayDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gatewayDeleteSample.js +31 -0
- package/dist-esm/samples-dev/gatewayDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/gatewayGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/gatewayGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gatewayGetSample.js +31 -0
- package/dist-esm/samples-dev/gatewayGetSample.js.map +1 -0
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js +43 -0
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/getApplication.d.ts +2 -0
- package/dist-esm/samples-dev/getApplication.d.ts.map +1 -0
- package/dist-esm/samples-dev/getApplication.js +31 -0
- package/dist-esm/samples-dev/getApplication.js.map +1 -0
- package/dist-esm/samples-dev/getContainerLogs.d.ts +2 -0
- package/dist-esm/samples-dev/getContainerLogs.d.ts.map +1 -0
- package/dist-esm/samples-dev/getContainerLogs.js +34 -0
- package/dist-esm/samples-dev/getContainerLogs.js.map +1 -0
- package/dist-esm/samples-dev/getGateway.d.ts +2 -0
- package/dist-esm/samples-dev/getGateway.d.ts.map +1 -0
- package/dist-esm/samples-dev/getGateway.js +31 -0
- package/dist-esm/samples-dev/getGateway.js.map +1 -0
- package/dist-esm/samples-dev/getNetwork.d.ts +2 -0
- package/dist-esm/samples-dev/getNetwork.d.ts.map +1 -0
- package/dist-esm/samples-dev/getNetwork.js +31 -0
- package/dist-esm/samples-dev/getNetwork.js.map +1 -0
- package/dist-esm/samples-dev/getSecret.d.ts +2 -0
- package/dist-esm/samples-dev/getSecret.d.ts.map +1 -0
- package/dist-esm/samples-dev/getSecret.js +31 -0
- package/dist-esm/samples-dev/getSecret.js.map +1 -0
- package/dist-esm/samples-dev/getSecretValue.d.ts +2 -0
- package/dist-esm/samples-dev/getSecretValue.d.ts.map +1 -0
- package/dist-esm/samples-dev/getSecretValue.js +32 -0
- package/dist-esm/samples-dev/getSecretValue.js.map +1 -0
- package/dist-esm/samples-dev/getService.d.ts +2 -0
- package/dist-esm/samples-dev/getService.d.ts.map +1 -0
- package/dist-esm/samples-dev/getService.js +32 -0
- package/dist-esm/samples-dev/getService.js.map +1 -0
- package/dist-esm/samples-dev/getVolume.d.ts +2 -0
- package/dist-esm/samples-dev/getVolume.d.ts.map +1 -0
- package/dist-esm/samples-dev/getVolume.js +31 -0
- package/dist-esm/samples-dev/getVolume.js.map +1 -0
- package/dist-esm/samples-dev/listApplicationsByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listApplicationsByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listApplicationsByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listApplicationsByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listApplicationsBySubscriptionId.d.ts +2 -0
- package/dist-esm/samples-dev/listApplicationsBySubscriptionId.d.ts.map +1 -0
- package/dist-esm/samples-dev/listApplicationsBySubscriptionId.js +43 -0
- package/dist-esm/samples-dev/listApplicationsBySubscriptionId.js.map +1 -0
- package/dist-esm/samples-dev/listGatewaysByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listGatewaysByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listGatewaysByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listGatewaysByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listGatewaysBySubscriptionId.d.ts +2 -0
- package/dist-esm/samples-dev/listGatewaysBySubscriptionId.d.ts.map +1 -0
- package/dist-esm/samples-dev/listGatewaysBySubscriptionId.js +43 -0
- package/dist-esm/samples-dev/listGatewaysBySubscriptionId.js.map +1 -0
- package/dist-esm/samples-dev/listNetworksByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listNetworksByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listNetworksByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listNetworksByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listNetworksBySubscriptionId.d.ts +2 -0
- package/dist-esm/samples-dev/listNetworksBySubscriptionId.d.ts.map +1 -0
- package/dist-esm/samples-dev/listNetworksBySubscriptionId.js +43 -0
- package/dist-esm/samples-dev/listNetworksBySubscriptionId.js.map +1 -0
- package/dist-esm/samples-dev/listSecretValue.d.ts +2 -0
- package/dist-esm/samples-dev/listSecretValue.d.ts.map +1 -0
- package/dist-esm/samples-dev/listSecretValue.js +32 -0
- package/dist-esm/samples-dev/listSecretValue.js.map +1 -0
- package/dist-esm/samples-dev/listSecretValues.d.ts +2 -0
- package/dist-esm/samples-dev/listSecretValues.d.ts.map +1 -0
- package/dist-esm/samples-dev/listSecretValues.js +45 -0
- package/dist-esm/samples-dev/listSecretValues.js.map +1 -0
- package/dist-esm/samples-dev/listSecretsByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listSecretsByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listSecretsByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listSecretsByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listSecretsBySubscriptionId.d.ts +2 -0
- package/dist-esm/samples-dev/listSecretsBySubscriptionId.d.ts.map +1 -0
- package/dist-esm/samples-dev/listSecretsBySubscriptionId.js +43 -0
- package/dist-esm/samples-dev/listSecretsBySubscriptionId.js.map +1 -0
- package/dist-esm/samples-dev/listServices.d.ts +2 -0
- package/dist-esm/samples-dev/listServices.d.ts.map +1 -0
- package/dist-esm/samples-dev/listServices.js +45 -0
- package/dist-esm/samples-dev/listServices.js.map +1 -0
- package/dist-esm/samples-dev/listVolumesByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listVolumesByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listVolumesByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listVolumesByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listVolumesBySubscriptionId.d.ts +2 -0
- package/dist-esm/samples-dev/listVolumesBySubscriptionId.d.ts.map +1 -0
- package/dist-esm/samples-dev/listVolumesBySubscriptionId.js +43 -0
- package/dist-esm/samples-dev/listVolumesBySubscriptionId.js.map +1 -0
- package/dist-esm/samples-dev/networkCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkCreateSample.js +40 -0
- package/dist-esm/samples-dev/networkCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/networkDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkDeleteSample.js +31 -0
- package/dist-esm/samples-dev/networkDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/networkGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkGetSample.js +31 -0
- package/dist-esm/samples-dev/networkGetSample.js.map +1 -0
- package/dist-esm/samples-dev/networkListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/networkListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/networkListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkListBySubscriptionSample.js +43 -0
- package/dist-esm/samples-dev/networkListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/replicaGet.d.ts +2 -0
- package/dist-esm/samples-dev/replicaGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/replicaGet.js +33 -0
- package/dist-esm/samples-dev/replicaGet.js.map +1 -0
- package/dist-esm/samples-dev/replicasGetAll.d.ts +2 -0
- package/dist-esm/samples-dev/replicasGetAll.d.ts.map +1 -0
- package/dist-esm/samples-dev/replicasGetAll.js +46 -0
- package/dist-esm/samples-dev/replicasGetAll.js.map +1 -0
- package/dist-esm/samples-dev/secretCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/secretCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/secretCreateSample.js +40 -0
- package/dist-esm/samples-dev/secretCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/secretDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/secretDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/secretDeleteSample.js +31 -0
- package/dist-esm/samples-dev/secretDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/secretGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/secretGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/secretGetSample.js +31 -0
- package/dist-esm/samples-dev/secretGetSample.js.map +1 -0
- package/dist-esm/samples-dev/secretListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/secretListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/secretListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/secretListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/secretListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/secretListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/secretListBySubscriptionSample.js +43 -0
- package/dist-esm/samples-dev/secretListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/secretValueCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/secretValueCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/secretValueCreateSample.js +37 -0
- package/dist-esm/samples-dev/secretValueCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/secretValueDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/secretValueDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/secretValueDeleteSample.js +32 -0
- package/dist-esm/samples-dev/secretValueDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/secretValueGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/secretValueGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/secretValueGetSample.js +32 -0
- package/dist-esm/samples-dev/secretValueGetSample.js.map +1 -0
- package/dist-esm/samples-dev/secretValueListSample.d.ts +2 -0
- package/dist-esm/samples-dev/secretValueListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/secretValueListSample.js +45 -0
- package/dist-esm/samples-dev/secretValueListSample.js.map +1 -0
- package/dist-esm/samples-dev/secretValueListValueSample.d.ts +2 -0
- package/dist-esm/samples-dev/secretValueListValueSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/secretValueListValueSample.js +32 -0
- package/dist-esm/samples-dev/secretValueListValueSample.js.map +1 -0
- package/dist-esm/samples-dev/serviceGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/serviceGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/serviceGetSample.js +32 -0
- package/dist-esm/samples-dev/serviceGetSample.js.map +1 -0
- package/dist-esm/samples-dev/serviceListSample.d.ts +2 -0
- package/dist-esm/samples-dev/serviceListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/serviceListSample.js +45 -0
- package/dist-esm/samples-dev/serviceListSample.js.map +1 -0
- package/dist-esm/samples-dev/serviceReplicaGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/serviceReplicaGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/serviceReplicaGetSample.js +33 -0
- package/dist-esm/samples-dev/serviceReplicaGetSample.js.map +1 -0
- package/dist-esm/samples-dev/serviceReplicaListSample.d.ts +2 -0
- package/dist-esm/samples-dev/serviceReplicaListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/serviceReplicaListSample.js +46 -0
- package/dist-esm/samples-dev/serviceReplicaListSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeCreateSample.js +42 -0
- package/dist-esm/samples-dev/volumeCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeDeleteSample.js +31 -0
- package/dist-esm/samples-dev/volumeDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeGetSample.js +31 -0
- package/dist-esm/samples-dev/volumeGetSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.js +43 -0
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.js.map +1 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.d.ts.map +1 -1
- package/dist-esm/src/serviceFabricMeshManagementClient.js +20 -2
- package/dist-esm/src/serviceFabricMeshManagementClient.js.map +1 -1
- package/package.json +10 -10
- package/rollup.config.js +6 -72
- package/src/serviceFabricMeshManagementClient.ts +27 -2
- package/tsconfig.json +2 -1
- package/LICENSE.txt +0 -21
package/dist/index.js
CHANGED
|
@@ -3,8 +3,30 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var coreClient = require('@azure/core-client');
|
|
6
|
+
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
|
6
7
|
var tslib = require('tslib');
|
|
7
8
|
|
|
9
|
+
function _interopNamespace(e) {
|
|
10
|
+
if (e && e.__esModule) return e;
|
|
11
|
+
var n = Object.create(null);
|
|
12
|
+
if (e) {
|
|
13
|
+
Object.keys(e).forEach(function (k) {
|
|
14
|
+
if (k !== 'default') {
|
|
15
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
16
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return e[k]; }
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
n["default"] = e;
|
|
24
|
+
return Object.freeze(n);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
|
|
28
|
+
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline);
|
|
29
|
+
|
|
8
30
|
/*
|
|
9
31
|
* Copyright (c) Microsoft Corporation.
|
|
10
32
|
* Licensed under the MIT License.
|
|
@@ -12,6 +34,8 @@ var tslib = require('tslib');
|
|
|
12
34
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
13
35
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
14
36
|
*/
|
|
37
|
+
/** Known values of {@link ResourceStatus} that the service accepts. */
|
|
38
|
+
exports.KnownResourceStatus = void 0;
|
|
15
39
|
(function (KnownResourceStatus) {
|
|
16
40
|
/** Indicates the resource status is unknown. The value is zero. */
|
|
17
41
|
KnownResourceStatus["Unknown"] = "Unknown";
|
|
@@ -26,42 +50,62 @@ var tslib = require('tslib');
|
|
|
26
50
|
/** Indicates the resource is not functional due to persistent failures. See statusDetails property for more details. The value is 5. */
|
|
27
51
|
KnownResourceStatus["Failed"] = "Failed";
|
|
28
52
|
})(exports.KnownResourceStatus || (exports.KnownResourceStatus = {}));
|
|
53
|
+
/** Known values of {@link SecretKind} that the service accepts. */
|
|
54
|
+
exports.KnownSecretKind = void 0;
|
|
29
55
|
(function (KnownSecretKind) {
|
|
30
56
|
/** A simple secret resource whose plaintext value is provided by the user. */
|
|
31
57
|
KnownSecretKind["InlinedValue"] = "inlinedValue";
|
|
32
58
|
})(exports.KnownSecretKind || (exports.KnownSecretKind = {}));
|
|
59
|
+
/** Known values of {@link VolumeProvider} that the service accepts. */
|
|
60
|
+
exports.KnownVolumeProvider = void 0;
|
|
33
61
|
(function (KnownVolumeProvider) {
|
|
34
62
|
/** Provides volumes that are backed by Azure Files. */
|
|
35
63
|
KnownVolumeProvider["SFAzureFile"] = "SFAzureFile";
|
|
36
64
|
})(exports.KnownVolumeProvider || (exports.KnownVolumeProvider = {}));
|
|
65
|
+
/** Known values of {@link NetworkKind} that the service accepts. */
|
|
66
|
+
exports.KnownNetworkKind = void 0;
|
|
37
67
|
(function (KnownNetworkKind) {
|
|
38
68
|
/** Indicates a container network local to a single Service Fabric cluster. The value is 1. */
|
|
39
69
|
KnownNetworkKind["Local"] = "Local";
|
|
40
70
|
})(exports.KnownNetworkKind || (exports.KnownNetworkKind = {}));
|
|
71
|
+
/** Known values of {@link PathMatchType} that the service accepts. */
|
|
72
|
+
exports.KnownPathMatchType = void 0;
|
|
41
73
|
(function (KnownPathMatchType) {
|
|
42
74
|
KnownPathMatchType["Prefix"] = "prefix";
|
|
43
75
|
})(exports.KnownPathMatchType || (exports.KnownPathMatchType = {}));
|
|
76
|
+
/** Known values of {@link HeaderMatchType} that the service accepts. */
|
|
77
|
+
exports.KnownHeaderMatchType = void 0;
|
|
44
78
|
(function (KnownHeaderMatchType) {
|
|
45
79
|
KnownHeaderMatchType["Exact"] = "exact";
|
|
46
80
|
})(exports.KnownHeaderMatchType || (exports.KnownHeaderMatchType = {}));
|
|
81
|
+
/** Known values of {@link OperatingSystemType} that the service accepts. */
|
|
82
|
+
exports.KnownOperatingSystemType = void 0;
|
|
47
83
|
(function (KnownOperatingSystemType) {
|
|
48
84
|
/** The required operating system is Linux. */
|
|
49
85
|
KnownOperatingSystemType["Linux"] = "Linux";
|
|
50
86
|
/** The required operating system is Windows. */
|
|
51
87
|
KnownOperatingSystemType["Windows"] = "Windows";
|
|
52
88
|
})(exports.KnownOperatingSystemType || (exports.KnownOperatingSystemType = {}));
|
|
89
|
+
/** Known values of {@link ApplicationScopedVolumeKind} that the service accepts. */
|
|
90
|
+
exports.KnownApplicationScopedVolumeKind = void 0;
|
|
53
91
|
(function (KnownApplicationScopedVolumeKind) {
|
|
54
92
|
/** Provides Service Fabric High Availability Volume Disk */
|
|
55
93
|
KnownApplicationScopedVolumeKind["ServiceFabricVolumeDisk"] = "ServiceFabricVolumeDisk";
|
|
56
94
|
})(exports.KnownApplicationScopedVolumeKind || (exports.KnownApplicationScopedVolumeKind = {}));
|
|
95
|
+
/** Known values of {@link AutoScalingTriggerKind} that the service accepts. */
|
|
96
|
+
exports.KnownAutoScalingTriggerKind = void 0;
|
|
57
97
|
(function (KnownAutoScalingTriggerKind) {
|
|
58
98
|
/** Indicates that scaling should be performed based on average load of all replicas in the service. */
|
|
59
99
|
KnownAutoScalingTriggerKind["AverageLoad"] = "AverageLoad";
|
|
60
100
|
})(exports.KnownAutoScalingTriggerKind || (exports.KnownAutoScalingTriggerKind = {}));
|
|
101
|
+
/** Known values of {@link AutoScalingMechanismKind} that the service accepts. */
|
|
102
|
+
exports.KnownAutoScalingMechanismKind = void 0;
|
|
61
103
|
(function (KnownAutoScalingMechanismKind) {
|
|
62
104
|
/** Indicates that scaling should be performed by adding or removing replicas. */
|
|
63
105
|
KnownAutoScalingMechanismKind["AddRemoveReplica"] = "AddRemoveReplica";
|
|
64
106
|
})(exports.KnownAutoScalingMechanismKind || (exports.KnownAutoScalingMechanismKind = {}));
|
|
107
|
+
/** Known values of {@link HealthState} that the service accepts. */
|
|
108
|
+
exports.KnownHealthState = void 0;
|
|
65
109
|
(function (KnownHealthState) {
|
|
66
110
|
/** Indicates an invalid health state. All Service Fabric enumerations have the invalid type. The value is zero. */
|
|
67
111
|
KnownHealthState["Invalid"] = "Invalid";
|
|
@@ -74,21 +118,29 @@ var tslib = require('tslib');
|
|
|
74
118
|
/** Indicates an unknown health status. The value is 65535. */
|
|
75
119
|
KnownHealthState["Unknown"] = "Unknown";
|
|
76
120
|
})(exports.KnownHealthState || (exports.KnownHealthState = {}));
|
|
121
|
+
/** Known values of {@link DiagnosticsSinkKind} that the service accepts. */
|
|
122
|
+
exports.KnownDiagnosticsSinkKind = void 0;
|
|
77
123
|
(function (KnownDiagnosticsSinkKind) {
|
|
78
124
|
/** Indicates an invalid sink kind. All Service Fabric enumerations have the invalid type. */
|
|
79
125
|
KnownDiagnosticsSinkKind["Invalid"] = "Invalid";
|
|
80
126
|
/** Diagnostics settings for Geneva. */
|
|
81
127
|
KnownDiagnosticsSinkKind["AzureInternalMonitoringPipeline"] = "AzureInternalMonitoringPipeline";
|
|
82
128
|
})(exports.KnownDiagnosticsSinkKind || (exports.KnownDiagnosticsSinkKind = {}));
|
|
129
|
+
/** Known values of {@link SizeTypes} that the service accepts. */
|
|
130
|
+
exports.KnownSizeTypes = void 0;
|
|
83
131
|
(function (KnownSizeTypes) {
|
|
84
132
|
KnownSizeTypes["Small"] = "Small";
|
|
85
133
|
KnownSizeTypes["Medium"] = "Medium";
|
|
86
134
|
KnownSizeTypes["Large"] = "Large";
|
|
87
135
|
})(exports.KnownSizeTypes || (exports.KnownSizeTypes = {}));
|
|
136
|
+
/** Known values of {@link AutoScalingMetricKind} that the service accepts. */
|
|
137
|
+
exports.KnownAutoScalingMetricKind = void 0;
|
|
88
138
|
(function (KnownAutoScalingMetricKind) {
|
|
89
139
|
/** Indicates that the metric is one of resources, like cpu or memory. */
|
|
90
140
|
KnownAutoScalingMetricKind["Resource"] = "Resource";
|
|
91
141
|
})(exports.KnownAutoScalingMetricKind || (exports.KnownAutoScalingMetricKind = {}));
|
|
142
|
+
/** Known values of {@link AutoScalingResourceMetricName} that the service accepts. */
|
|
143
|
+
exports.KnownAutoScalingResourceMetricName = void 0;
|
|
92
144
|
(function (KnownAutoScalingResourceMetricName) {
|
|
93
145
|
/** Indicates that the resource is CPU cores. */
|
|
94
146
|
KnownAutoScalingResourceMetricName["Cpu"] = "cpu";
|
|
@@ -2964,7 +3016,7 @@ class OperationsImpl {
|
|
|
2964
3016
|
* @param options The options parameters.
|
|
2965
3017
|
*/
|
|
2966
3018
|
_list(options) {
|
|
2967
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
3019
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec$3);
|
|
2968
3020
|
}
|
|
2969
3021
|
/**
|
|
2970
3022
|
* ListNext
|
|
@@ -2972,12 +3024,12 @@ class OperationsImpl {
|
|
|
2972
3024
|
* @param options The options parameters.
|
|
2973
3025
|
*/
|
|
2974
3026
|
_listNext(nextLink, options) {
|
|
2975
|
-
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
3027
|
+
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec$3);
|
|
2976
3028
|
}
|
|
2977
3029
|
}
|
|
2978
3030
|
// Operation Specifications
|
|
2979
|
-
const serializer =
|
|
2980
|
-
const listOperationSpec = {
|
|
3031
|
+
const serializer$9 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
3032
|
+
const listOperationSpec$3 = {
|
|
2981
3033
|
path: "/providers/Microsoft.ServiceFabricMesh/operations",
|
|
2982
3034
|
httpMethod: "GET",
|
|
2983
3035
|
responses: {
|
|
@@ -2991,9 +3043,9 @@ const listOperationSpec = {
|
|
|
2991
3043
|
queryParameters: [apiVersion],
|
|
2992
3044
|
urlParameters: [$host],
|
|
2993
3045
|
headerParameters: [accept],
|
|
2994
|
-
serializer
|
|
3046
|
+
serializer: serializer$9
|
|
2995
3047
|
};
|
|
2996
|
-
const listNextOperationSpec = {
|
|
3048
|
+
const listNextOperationSpec$3 = {
|
|
2997
3049
|
path: "{nextLink}",
|
|
2998
3050
|
httpMethod: "GET",
|
|
2999
3051
|
responses: {
|
|
@@ -3007,7 +3059,7 @@ const listNextOperationSpec = {
|
|
|
3007
3059
|
queryParameters: [apiVersion],
|
|
3008
3060
|
urlParameters: [$host, nextLink],
|
|
3009
3061
|
headerParameters: [accept],
|
|
3010
|
-
serializer
|
|
3062
|
+
serializer: serializer$9
|
|
3011
3063
|
};
|
|
3012
3064
|
|
|
3013
3065
|
/*
|
|
@@ -3140,7 +3192,7 @@ class SecretImpl {
|
|
|
3140
3192
|
secretResourceName,
|
|
3141
3193
|
secretResourceDescription,
|
|
3142
3194
|
options
|
|
3143
|
-
}, createOperationSpec);
|
|
3195
|
+
}, createOperationSpec$5);
|
|
3144
3196
|
}
|
|
3145
3197
|
/**
|
|
3146
3198
|
* Gets the information about the secret resource with the given name. The information include the
|
|
@@ -3150,7 +3202,7 @@ class SecretImpl {
|
|
|
3150
3202
|
* @param options The options parameters.
|
|
3151
3203
|
*/
|
|
3152
3204
|
get(resourceGroupName, secretResourceName, options) {
|
|
3153
|
-
return this.client.sendOperationRequest({ resourceGroupName, secretResourceName, options }, getOperationSpec);
|
|
3205
|
+
return this.client.sendOperationRequest({ resourceGroupName, secretResourceName, options }, getOperationSpec$7);
|
|
3154
3206
|
}
|
|
3155
3207
|
/**
|
|
3156
3208
|
* Deletes the secret resource identified by the name.
|
|
@@ -3159,7 +3211,7 @@ class SecretImpl {
|
|
|
3159
3211
|
* @param options The options parameters.
|
|
3160
3212
|
*/
|
|
3161
3213
|
delete(resourceGroupName, secretResourceName, options) {
|
|
3162
|
-
return this.client.sendOperationRequest({ resourceGroupName, secretResourceName, options }, deleteOperationSpec);
|
|
3214
|
+
return this.client.sendOperationRequest({ resourceGroupName, secretResourceName, options }, deleteOperationSpec$5);
|
|
3163
3215
|
}
|
|
3164
3216
|
/**
|
|
3165
3217
|
* Gets the information about all secret resources in a given resource group. The information include
|
|
@@ -3168,7 +3220,7 @@ class SecretImpl {
|
|
|
3168
3220
|
* @param options The options parameters.
|
|
3169
3221
|
*/
|
|
3170
3222
|
_listByResourceGroup(resourceGroupName, options) {
|
|
3171
|
-
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
3223
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec$4);
|
|
3172
3224
|
}
|
|
3173
3225
|
/**
|
|
3174
3226
|
* Gets the information about all secret resources in a given resource group. The information include
|
|
@@ -3176,7 +3228,7 @@ class SecretImpl {
|
|
|
3176
3228
|
* @param options The options parameters.
|
|
3177
3229
|
*/
|
|
3178
3230
|
_listBySubscription(options) {
|
|
3179
|
-
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
|
|
3231
|
+
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec$4);
|
|
3180
3232
|
}
|
|
3181
3233
|
/**
|
|
3182
3234
|
* ListByResourceGroupNext
|
|
@@ -3185,7 +3237,7 @@ class SecretImpl {
|
|
|
3185
3237
|
* @param options The options parameters.
|
|
3186
3238
|
*/
|
|
3187
3239
|
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
3188
|
-
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
3240
|
+
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec$4);
|
|
3189
3241
|
}
|
|
3190
3242
|
/**
|
|
3191
3243
|
* ListBySubscriptionNext
|
|
@@ -3193,12 +3245,12 @@ class SecretImpl {
|
|
|
3193
3245
|
* @param options The options parameters.
|
|
3194
3246
|
*/
|
|
3195
3247
|
_listBySubscriptionNext(nextLink, options) {
|
|
3196
|
-
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
|
|
3248
|
+
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec$4);
|
|
3197
3249
|
}
|
|
3198
3250
|
}
|
|
3199
3251
|
// Operation Specifications
|
|
3200
|
-
const serializer$
|
|
3201
|
-
const createOperationSpec = {
|
|
3252
|
+
const serializer$8 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
3253
|
+
const createOperationSpec$5 = {
|
|
3202
3254
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}",
|
|
3203
3255
|
httpMethod: "PUT",
|
|
3204
3256
|
responses: {
|
|
@@ -3223,9 +3275,9 @@ const createOperationSpec = {
|
|
|
3223
3275
|
],
|
|
3224
3276
|
headerParameters: [accept, contentType],
|
|
3225
3277
|
mediaType: "json",
|
|
3226
|
-
serializer: serializer$
|
|
3278
|
+
serializer: serializer$8
|
|
3227
3279
|
};
|
|
3228
|
-
const getOperationSpec = {
|
|
3280
|
+
const getOperationSpec$7 = {
|
|
3229
3281
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}",
|
|
3230
3282
|
httpMethod: "GET",
|
|
3231
3283
|
responses: {
|
|
@@ -3244,9 +3296,9 @@ const getOperationSpec = {
|
|
|
3244
3296
|
secretResourceName
|
|
3245
3297
|
],
|
|
3246
3298
|
headerParameters: [accept],
|
|
3247
|
-
serializer: serializer$
|
|
3299
|
+
serializer: serializer$8
|
|
3248
3300
|
};
|
|
3249
|
-
const deleteOperationSpec = {
|
|
3301
|
+
const deleteOperationSpec$5 = {
|
|
3250
3302
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}",
|
|
3251
3303
|
httpMethod: "DELETE",
|
|
3252
3304
|
responses: {
|
|
@@ -3265,9 +3317,9 @@ const deleteOperationSpec = {
|
|
|
3265
3317
|
secretResourceName
|
|
3266
3318
|
],
|
|
3267
3319
|
headerParameters: [accept],
|
|
3268
|
-
serializer: serializer$
|
|
3320
|
+
serializer: serializer$8
|
|
3269
3321
|
};
|
|
3270
|
-
const listByResourceGroupOperationSpec = {
|
|
3322
|
+
const listByResourceGroupOperationSpec$4 = {
|
|
3271
3323
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets",
|
|
3272
3324
|
httpMethod: "GET",
|
|
3273
3325
|
responses: {
|
|
@@ -3285,9 +3337,9 @@ const listByResourceGroupOperationSpec = {
|
|
|
3285
3337
|
resourceGroupName
|
|
3286
3338
|
],
|
|
3287
3339
|
headerParameters: [accept],
|
|
3288
|
-
serializer: serializer$
|
|
3340
|
+
serializer: serializer$8
|
|
3289
3341
|
};
|
|
3290
|
-
const listBySubscriptionOperationSpec = {
|
|
3342
|
+
const listBySubscriptionOperationSpec$4 = {
|
|
3291
3343
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/secrets",
|
|
3292
3344
|
httpMethod: "GET",
|
|
3293
3345
|
responses: {
|
|
@@ -3301,9 +3353,9 @@ const listBySubscriptionOperationSpec = {
|
|
|
3301
3353
|
queryParameters: [apiVersion],
|
|
3302
3354
|
urlParameters: [$host, subscriptionId],
|
|
3303
3355
|
headerParameters: [accept],
|
|
3304
|
-
serializer: serializer$
|
|
3356
|
+
serializer: serializer$8
|
|
3305
3357
|
};
|
|
3306
|
-
const listByResourceGroupNextOperationSpec = {
|
|
3358
|
+
const listByResourceGroupNextOperationSpec$4 = {
|
|
3307
3359
|
path: "{nextLink}",
|
|
3308
3360
|
httpMethod: "GET",
|
|
3309
3361
|
responses: {
|
|
@@ -3322,9 +3374,9 @@ const listByResourceGroupNextOperationSpec = {
|
|
|
3322
3374
|
resourceGroupName
|
|
3323
3375
|
],
|
|
3324
3376
|
headerParameters: [accept],
|
|
3325
|
-
serializer: serializer$
|
|
3377
|
+
serializer: serializer$8
|
|
3326
3378
|
};
|
|
3327
|
-
const listBySubscriptionNextOperationSpec = {
|
|
3379
|
+
const listBySubscriptionNextOperationSpec$4 = {
|
|
3328
3380
|
path: "{nextLink}",
|
|
3329
3381
|
httpMethod: "GET",
|
|
3330
3382
|
responses: {
|
|
@@ -3342,7 +3394,7 @@ const listBySubscriptionNextOperationSpec = {
|
|
|
3342
3394
|
subscriptionId
|
|
3343
3395
|
],
|
|
3344
3396
|
headerParameters: [accept],
|
|
3345
|
-
serializer: serializer$
|
|
3397
|
+
serializer: serializer$8
|
|
3346
3398
|
};
|
|
3347
3399
|
|
|
3348
3400
|
/*
|
|
@@ -3430,7 +3482,7 @@ class SecretValueOperationsImpl {
|
|
|
3430
3482
|
secretValueResourceName,
|
|
3431
3483
|
secretValueResourceDescription,
|
|
3432
3484
|
options
|
|
3433
|
-
}, createOperationSpec$
|
|
3485
|
+
}, createOperationSpec$4);
|
|
3434
3486
|
}
|
|
3435
3487
|
/**
|
|
3436
3488
|
* Get the information about the specified named secret value resources. The information does not
|
|
@@ -3447,7 +3499,7 @@ class SecretValueOperationsImpl {
|
|
|
3447
3499
|
secretResourceName,
|
|
3448
3500
|
secretValueResourceName,
|
|
3449
3501
|
options
|
|
3450
|
-
}, getOperationSpec$
|
|
3502
|
+
}, getOperationSpec$6);
|
|
3451
3503
|
}
|
|
3452
3504
|
/**
|
|
3453
3505
|
* Deletes the secret value resource identified by the name. The name of the resource is typically the
|
|
@@ -3464,7 +3516,7 @@ class SecretValueOperationsImpl {
|
|
|
3464
3516
|
secretResourceName,
|
|
3465
3517
|
secretValueResourceName,
|
|
3466
3518
|
options
|
|
3467
|
-
}, deleteOperationSpec$
|
|
3519
|
+
}, deleteOperationSpec$4);
|
|
3468
3520
|
}
|
|
3469
3521
|
/**
|
|
3470
3522
|
* Gets information about all secret value resources of the specified secret resource. The information
|
|
@@ -3474,7 +3526,7 @@ class SecretValueOperationsImpl {
|
|
|
3474
3526
|
* @param options The options parameters.
|
|
3475
3527
|
*/
|
|
3476
3528
|
_list(resourceGroupName, secretResourceName, options) {
|
|
3477
|
-
return this.client.sendOperationRequest({ resourceGroupName, secretResourceName, options }, listOperationSpec$
|
|
3529
|
+
return this.client.sendOperationRequest({ resourceGroupName, secretResourceName, options }, listOperationSpec$2);
|
|
3478
3530
|
}
|
|
3479
3531
|
/**
|
|
3480
3532
|
* Lists the decrypted value of the specified named value of the secret resource. This is a privileged
|
|
@@ -3501,12 +3553,12 @@ class SecretValueOperationsImpl {
|
|
|
3501
3553
|
* @param options The options parameters.
|
|
3502
3554
|
*/
|
|
3503
3555
|
_listNext(resourceGroupName, secretResourceName, nextLink, options) {
|
|
3504
|
-
return this.client.sendOperationRequest({ resourceGroupName, secretResourceName, nextLink, options }, listNextOperationSpec$
|
|
3556
|
+
return this.client.sendOperationRequest({ resourceGroupName, secretResourceName, nextLink, options }, listNextOperationSpec$2);
|
|
3505
3557
|
}
|
|
3506
3558
|
}
|
|
3507
3559
|
// Operation Specifications
|
|
3508
|
-
const serializer$
|
|
3509
|
-
const createOperationSpec$
|
|
3560
|
+
const serializer$7 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
3561
|
+
const createOperationSpec$4 = {
|
|
3510
3562
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}",
|
|
3511
3563
|
httpMethod: "PUT",
|
|
3512
3564
|
responses: {
|
|
@@ -3532,9 +3584,9 @@ const createOperationSpec$1 = {
|
|
|
3532
3584
|
],
|
|
3533
3585
|
headerParameters: [accept, contentType],
|
|
3534
3586
|
mediaType: "json",
|
|
3535
|
-
serializer: serializer$
|
|
3587
|
+
serializer: serializer$7
|
|
3536
3588
|
};
|
|
3537
|
-
const getOperationSpec$
|
|
3589
|
+
const getOperationSpec$6 = {
|
|
3538
3590
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}",
|
|
3539
3591
|
httpMethod: "GET",
|
|
3540
3592
|
responses: {
|
|
@@ -3554,9 +3606,9 @@ const getOperationSpec$1 = {
|
|
|
3554
3606
|
secretValueResourceName
|
|
3555
3607
|
],
|
|
3556
3608
|
headerParameters: [accept],
|
|
3557
|
-
serializer: serializer$
|
|
3609
|
+
serializer: serializer$7
|
|
3558
3610
|
};
|
|
3559
|
-
const deleteOperationSpec$
|
|
3611
|
+
const deleteOperationSpec$4 = {
|
|
3560
3612
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}",
|
|
3561
3613
|
httpMethod: "DELETE",
|
|
3562
3614
|
responses: {
|
|
@@ -3576,9 +3628,9 @@ const deleteOperationSpec$1 = {
|
|
|
3576
3628
|
secretValueResourceName
|
|
3577
3629
|
],
|
|
3578
3630
|
headerParameters: [accept],
|
|
3579
|
-
serializer: serializer$
|
|
3631
|
+
serializer: serializer$7
|
|
3580
3632
|
};
|
|
3581
|
-
const listOperationSpec$
|
|
3633
|
+
const listOperationSpec$2 = {
|
|
3582
3634
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values",
|
|
3583
3635
|
httpMethod: "GET",
|
|
3584
3636
|
responses: {
|
|
@@ -3597,7 +3649,7 @@ const listOperationSpec$1 = {
|
|
|
3597
3649
|
secretResourceName
|
|
3598
3650
|
],
|
|
3599
3651
|
headerParameters: [accept],
|
|
3600
|
-
serializer: serializer$
|
|
3652
|
+
serializer: serializer$7
|
|
3601
3653
|
};
|
|
3602
3654
|
const listValueOperationSpec = {
|
|
3603
3655
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}/list_value",
|
|
@@ -3619,9 +3671,9 @@ const listValueOperationSpec = {
|
|
|
3619
3671
|
secretValueResourceName
|
|
3620
3672
|
],
|
|
3621
3673
|
headerParameters: [accept],
|
|
3622
|
-
serializer: serializer$
|
|
3674
|
+
serializer: serializer$7
|
|
3623
3675
|
};
|
|
3624
|
-
const listNextOperationSpec$
|
|
3676
|
+
const listNextOperationSpec$2 = {
|
|
3625
3677
|
path: "{nextLink}",
|
|
3626
3678
|
httpMethod: "GET",
|
|
3627
3679
|
responses: {
|
|
@@ -3641,7 +3693,7 @@ const listNextOperationSpec$1 = {
|
|
|
3641
3693
|
secretResourceName
|
|
3642
3694
|
],
|
|
3643
3695
|
headerParameters: [accept],
|
|
3644
|
-
serializer: serializer$
|
|
3696
|
+
serializer: serializer$7
|
|
3645
3697
|
};
|
|
3646
3698
|
|
|
3647
3699
|
/*
|
|
@@ -3774,7 +3826,7 @@ class VolumeImpl {
|
|
|
3774
3826
|
volumeResourceName,
|
|
3775
3827
|
volumeResourceDescription,
|
|
3776
3828
|
options
|
|
3777
|
-
}, createOperationSpec$
|
|
3829
|
+
}, createOperationSpec$3);
|
|
3778
3830
|
}
|
|
3779
3831
|
/**
|
|
3780
3832
|
* Gets the information about the volume resource with the given name. The information include the
|
|
@@ -3784,7 +3836,7 @@ class VolumeImpl {
|
|
|
3784
3836
|
* @param options The options parameters.
|
|
3785
3837
|
*/
|
|
3786
3838
|
get(resourceGroupName, volumeResourceName, options) {
|
|
3787
|
-
return this.client.sendOperationRequest({ resourceGroupName, volumeResourceName, options }, getOperationSpec$
|
|
3839
|
+
return this.client.sendOperationRequest({ resourceGroupName, volumeResourceName, options }, getOperationSpec$5);
|
|
3788
3840
|
}
|
|
3789
3841
|
/**
|
|
3790
3842
|
* Deletes the volume resource identified by the name.
|
|
@@ -3793,7 +3845,7 @@ class VolumeImpl {
|
|
|
3793
3845
|
* @param options The options parameters.
|
|
3794
3846
|
*/
|
|
3795
3847
|
delete(resourceGroupName, volumeResourceName, options) {
|
|
3796
|
-
return this.client.sendOperationRequest({ resourceGroupName, volumeResourceName, options }, deleteOperationSpec$
|
|
3848
|
+
return this.client.sendOperationRequest({ resourceGroupName, volumeResourceName, options }, deleteOperationSpec$3);
|
|
3797
3849
|
}
|
|
3798
3850
|
/**
|
|
3799
3851
|
* Gets the information about all volume resources in a given resource group. The information include
|
|
@@ -3802,7 +3854,7 @@ class VolumeImpl {
|
|
|
3802
3854
|
* @param options The options parameters.
|
|
3803
3855
|
*/
|
|
3804
3856
|
_listByResourceGroup(resourceGroupName, options) {
|
|
3805
|
-
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec$
|
|
3857
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec$3);
|
|
3806
3858
|
}
|
|
3807
3859
|
/**
|
|
3808
3860
|
* Gets the information about all volume resources in a given resource group. The information include
|
|
@@ -3810,7 +3862,7 @@ class VolumeImpl {
|
|
|
3810
3862
|
* @param options The options parameters.
|
|
3811
3863
|
*/
|
|
3812
3864
|
_listBySubscription(options) {
|
|
3813
|
-
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec$
|
|
3865
|
+
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec$3);
|
|
3814
3866
|
}
|
|
3815
3867
|
/**
|
|
3816
3868
|
* ListByResourceGroupNext
|
|
@@ -3819,7 +3871,7 @@ class VolumeImpl {
|
|
|
3819
3871
|
* @param options The options parameters.
|
|
3820
3872
|
*/
|
|
3821
3873
|
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
3822
|
-
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec$
|
|
3874
|
+
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec$3);
|
|
3823
3875
|
}
|
|
3824
3876
|
/**
|
|
3825
3877
|
* ListBySubscriptionNext
|
|
@@ -3827,12 +3879,12 @@ class VolumeImpl {
|
|
|
3827
3879
|
* @param options The options parameters.
|
|
3828
3880
|
*/
|
|
3829
3881
|
_listBySubscriptionNext(nextLink, options) {
|
|
3830
|
-
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec$
|
|
3882
|
+
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec$3);
|
|
3831
3883
|
}
|
|
3832
3884
|
}
|
|
3833
3885
|
// Operation Specifications
|
|
3834
|
-
const serializer$
|
|
3835
|
-
const createOperationSpec$
|
|
3886
|
+
const serializer$6 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
3887
|
+
const createOperationSpec$3 = {
|
|
3836
3888
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeResourceName}",
|
|
3837
3889
|
httpMethod: "PUT",
|
|
3838
3890
|
responses: {
|
|
@@ -3857,9 +3909,9 @@ const createOperationSpec$2 = {
|
|
|
3857
3909
|
],
|
|
3858
3910
|
headerParameters: [accept, contentType],
|
|
3859
3911
|
mediaType: "json",
|
|
3860
|
-
serializer: serializer$
|
|
3912
|
+
serializer: serializer$6
|
|
3861
3913
|
};
|
|
3862
|
-
const getOperationSpec$
|
|
3914
|
+
const getOperationSpec$5 = {
|
|
3863
3915
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeResourceName}",
|
|
3864
3916
|
httpMethod: "GET",
|
|
3865
3917
|
responses: {
|
|
@@ -3878,9 +3930,9 @@ const getOperationSpec$2 = {
|
|
|
3878
3930
|
volumeResourceName
|
|
3879
3931
|
],
|
|
3880
3932
|
headerParameters: [accept],
|
|
3881
|
-
serializer: serializer$
|
|
3933
|
+
serializer: serializer$6
|
|
3882
3934
|
};
|
|
3883
|
-
const deleteOperationSpec$
|
|
3935
|
+
const deleteOperationSpec$3 = {
|
|
3884
3936
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeResourceName}",
|
|
3885
3937
|
httpMethod: "DELETE",
|
|
3886
3938
|
responses: {
|
|
@@ -3899,9 +3951,9 @@ const deleteOperationSpec$2 = {
|
|
|
3899
3951
|
volumeResourceName
|
|
3900
3952
|
],
|
|
3901
3953
|
headerParameters: [accept],
|
|
3902
|
-
serializer: serializer$
|
|
3954
|
+
serializer: serializer$6
|
|
3903
3955
|
};
|
|
3904
|
-
const listByResourceGroupOperationSpec$
|
|
3956
|
+
const listByResourceGroupOperationSpec$3 = {
|
|
3905
3957
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes",
|
|
3906
3958
|
httpMethod: "GET",
|
|
3907
3959
|
responses: {
|
|
@@ -3919,9 +3971,9 @@ const listByResourceGroupOperationSpec$1 = {
|
|
|
3919
3971
|
resourceGroupName
|
|
3920
3972
|
],
|
|
3921
3973
|
headerParameters: [accept],
|
|
3922
|
-
serializer: serializer$
|
|
3974
|
+
serializer: serializer$6
|
|
3923
3975
|
};
|
|
3924
|
-
const listBySubscriptionOperationSpec$
|
|
3976
|
+
const listBySubscriptionOperationSpec$3 = {
|
|
3925
3977
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/volumes",
|
|
3926
3978
|
httpMethod: "GET",
|
|
3927
3979
|
responses: {
|
|
@@ -3935,9 +3987,9 @@ const listBySubscriptionOperationSpec$1 = {
|
|
|
3935
3987
|
queryParameters: [apiVersion],
|
|
3936
3988
|
urlParameters: [$host, subscriptionId],
|
|
3937
3989
|
headerParameters: [accept],
|
|
3938
|
-
serializer: serializer$
|
|
3990
|
+
serializer: serializer$6
|
|
3939
3991
|
};
|
|
3940
|
-
const listByResourceGroupNextOperationSpec$
|
|
3992
|
+
const listByResourceGroupNextOperationSpec$3 = {
|
|
3941
3993
|
path: "{nextLink}",
|
|
3942
3994
|
httpMethod: "GET",
|
|
3943
3995
|
responses: {
|
|
@@ -3956,9 +4008,9 @@ const listByResourceGroupNextOperationSpec$1 = {
|
|
|
3956
4008
|
resourceGroupName
|
|
3957
4009
|
],
|
|
3958
4010
|
headerParameters: [accept],
|
|
3959
|
-
serializer: serializer$
|
|
4011
|
+
serializer: serializer$6
|
|
3960
4012
|
};
|
|
3961
|
-
const listBySubscriptionNextOperationSpec$
|
|
4013
|
+
const listBySubscriptionNextOperationSpec$3 = {
|
|
3962
4014
|
path: "{nextLink}",
|
|
3963
4015
|
httpMethod: "GET",
|
|
3964
4016
|
responses: {
|
|
@@ -3976,7 +4028,7 @@ const listBySubscriptionNextOperationSpec$1 = {
|
|
|
3976
4028
|
subscriptionId
|
|
3977
4029
|
],
|
|
3978
4030
|
headerParameters: [accept],
|
|
3979
|
-
serializer: serializer$
|
|
4031
|
+
serializer: serializer$6
|
|
3980
4032
|
};
|
|
3981
4033
|
|
|
3982
4034
|
/*
|
|
@@ -4110,7 +4162,7 @@ class NetworkImpl {
|
|
|
4110
4162
|
networkResourceName,
|
|
4111
4163
|
networkResourceDescription,
|
|
4112
4164
|
options
|
|
4113
|
-
}, createOperationSpec$
|
|
4165
|
+
}, createOperationSpec$2);
|
|
4114
4166
|
}
|
|
4115
4167
|
/**
|
|
4116
4168
|
* Gets the information about the network resource with the given name. The information include the
|
|
@@ -4120,7 +4172,7 @@ class NetworkImpl {
|
|
|
4120
4172
|
* @param options The options parameters.
|
|
4121
4173
|
*/
|
|
4122
4174
|
get(resourceGroupName, networkResourceName, options) {
|
|
4123
|
-
return this.client.sendOperationRequest({ resourceGroupName, networkResourceName, options }, getOperationSpec$
|
|
4175
|
+
return this.client.sendOperationRequest({ resourceGroupName, networkResourceName, options }, getOperationSpec$4);
|
|
4124
4176
|
}
|
|
4125
4177
|
/**
|
|
4126
4178
|
* Deletes the network resource identified by the name.
|
|
@@ -4129,7 +4181,7 @@ class NetworkImpl {
|
|
|
4129
4181
|
* @param options The options parameters.
|
|
4130
4182
|
*/
|
|
4131
4183
|
delete(resourceGroupName, networkResourceName, options) {
|
|
4132
|
-
return this.client.sendOperationRequest({ resourceGroupName, networkResourceName, options }, deleteOperationSpec$
|
|
4184
|
+
return this.client.sendOperationRequest({ resourceGroupName, networkResourceName, options }, deleteOperationSpec$2);
|
|
4133
4185
|
}
|
|
4134
4186
|
/**
|
|
4135
4187
|
* Gets the information about all network resources in a given resource group. The information include
|
|
@@ -4167,8 +4219,8 @@ class NetworkImpl {
|
|
|
4167
4219
|
}
|
|
4168
4220
|
}
|
|
4169
4221
|
// Operation Specifications
|
|
4170
|
-
const serializer$
|
|
4171
|
-
const createOperationSpec$
|
|
4222
|
+
const serializer$5 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
4223
|
+
const createOperationSpec$2 = {
|
|
4172
4224
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}",
|
|
4173
4225
|
httpMethod: "PUT",
|
|
4174
4226
|
responses: {
|
|
@@ -4193,9 +4245,9 @@ const createOperationSpec$3 = {
|
|
|
4193
4245
|
],
|
|
4194
4246
|
headerParameters: [accept, contentType],
|
|
4195
4247
|
mediaType: "json",
|
|
4196
|
-
serializer: serializer$
|
|
4248
|
+
serializer: serializer$5
|
|
4197
4249
|
};
|
|
4198
|
-
const getOperationSpec$
|
|
4250
|
+
const getOperationSpec$4 = {
|
|
4199
4251
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}",
|
|
4200
4252
|
httpMethod: "GET",
|
|
4201
4253
|
responses: {
|
|
@@ -4214,9 +4266,9 @@ const getOperationSpec$3 = {
|
|
|
4214
4266
|
networkResourceName
|
|
4215
4267
|
],
|
|
4216
4268
|
headerParameters: [accept],
|
|
4217
|
-
serializer: serializer$
|
|
4269
|
+
serializer: serializer$5
|
|
4218
4270
|
};
|
|
4219
|
-
const deleteOperationSpec$
|
|
4271
|
+
const deleteOperationSpec$2 = {
|
|
4220
4272
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}",
|
|
4221
4273
|
httpMethod: "DELETE",
|
|
4222
4274
|
responses: {
|
|
@@ -4235,7 +4287,7 @@ const deleteOperationSpec$3 = {
|
|
|
4235
4287
|
networkResourceName
|
|
4236
4288
|
],
|
|
4237
4289
|
headerParameters: [accept],
|
|
4238
|
-
serializer: serializer$
|
|
4290
|
+
serializer: serializer$5
|
|
4239
4291
|
};
|
|
4240
4292
|
const listByResourceGroupOperationSpec$2 = {
|
|
4241
4293
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks",
|
|
@@ -4255,7 +4307,7 @@ const listByResourceGroupOperationSpec$2 = {
|
|
|
4255
4307
|
resourceGroupName
|
|
4256
4308
|
],
|
|
4257
4309
|
headerParameters: [accept],
|
|
4258
|
-
serializer: serializer$
|
|
4310
|
+
serializer: serializer$5
|
|
4259
4311
|
};
|
|
4260
4312
|
const listBySubscriptionOperationSpec$2 = {
|
|
4261
4313
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/networks",
|
|
@@ -4271,7 +4323,7 @@ const listBySubscriptionOperationSpec$2 = {
|
|
|
4271
4323
|
queryParameters: [apiVersion],
|
|
4272
4324
|
urlParameters: [$host, subscriptionId],
|
|
4273
4325
|
headerParameters: [accept],
|
|
4274
|
-
serializer: serializer$
|
|
4326
|
+
serializer: serializer$5
|
|
4275
4327
|
};
|
|
4276
4328
|
const listByResourceGroupNextOperationSpec$2 = {
|
|
4277
4329
|
path: "{nextLink}",
|
|
@@ -4292,7 +4344,7 @@ const listByResourceGroupNextOperationSpec$2 = {
|
|
|
4292
4344
|
resourceGroupName
|
|
4293
4345
|
],
|
|
4294
4346
|
headerParameters: [accept],
|
|
4295
|
-
serializer: serializer$
|
|
4347
|
+
serializer: serializer$5
|
|
4296
4348
|
};
|
|
4297
4349
|
const listBySubscriptionNextOperationSpec$2 = {
|
|
4298
4350
|
path: "{nextLink}",
|
|
@@ -4312,7 +4364,7 @@ const listBySubscriptionNextOperationSpec$2 = {
|
|
|
4312
4364
|
subscriptionId
|
|
4313
4365
|
],
|
|
4314
4366
|
headerParameters: [accept],
|
|
4315
|
-
serializer: serializer$
|
|
4367
|
+
serializer: serializer$5
|
|
4316
4368
|
};
|
|
4317
4369
|
|
|
4318
4370
|
/*
|
|
@@ -4447,7 +4499,7 @@ class GatewayImpl {
|
|
|
4447
4499
|
gatewayResourceName,
|
|
4448
4500
|
gatewayResourceDescription,
|
|
4449
4501
|
options
|
|
4450
|
-
}, createOperationSpec$
|
|
4502
|
+
}, createOperationSpec$1);
|
|
4451
4503
|
}
|
|
4452
4504
|
/**
|
|
4453
4505
|
* Gets the information about the gateway resource with the given name. The information include the
|
|
@@ -4457,7 +4509,7 @@ class GatewayImpl {
|
|
|
4457
4509
|
* @param options The options parameters.
|
|
4458
4510
|
*/
|
|
4459
4511
|
get(resourceGroupName, gatewayResourceName, options) {
|
|
4460
|
-
return this.client.sendOperationRequest({ resourceGroupName, gatewayResourceName, options }, getOperationSpec$
|
|
4512
|
+
return this.client.sendOperationRequest({ resourceGroupName, gatewayResourceName, options }, getOperationSpec$3);
|
|
4461
4513
|
}
|
|
4462
4514
|
/**
|
|
4463
4515
|
* Deletes the gateway resource identified by the name.
|
|
@@ -4466,7 +4518,7 @@ class GatewayImpl {
|
|
|
4466
4518
|
* @param options The options parameters.
|
|
4467
4519
|
*/
|
|
4468
4520
|
delete(resourceGroupName, gatewayResourceName, options) {
|
|
4469
|
-
return this.client.sendOperationRequest({ resourceGroupName, gatewayResourceName, options }, deleteOperationSpec$
|
|
4521
|
+
return this.client.sendOperationRequest({ resourceGroupName, gatewayResourceName, options }, deleteOperationSpec$1);
|
|
4470
4522
|
}
|
|
4471
4523
|
/**
|
|
4472
4524
|
* Gets the information about all gateway resources in a given resource group. The information include
|
|
@@ -4475,7 +4527,7 @@ class GatewayImpl {
|
|
|
4475
4527
|
* @param options The options parameters.
|
|
4476
4528
|
*/
|
|
4477
4529
|
_listByResourceGroup(resourceGroupName, options) {
|
|
4478
|
-
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec$
|
|
4530
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec$1);
|
|
4479
4531
|
}
|
|
4480
4532
|
/**
|
|
4481
4533
|
* Gets the information about all gateway resources in a given resource group. The information include
|
|
@@ -4483,7 +4535,7 @@ class GatewayImpl {
|
|
|
4483
4535
|
* @param options The options parameters.
|
|
4484
4536
|
*/
|
|
4485
4537
|
_listBySubscription(options) {
|
|
4486
|
-
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec$
|
|
4538
|
+
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec$1);
|
|
4487
4539
|
}
|
|
4488
4540
|
/**
|
|
4489
4541
|
* ListByResourceGroupNext
|
|
@@ -4492,7 +4544,7 @@ class GatewayImpl {
|
|
|
4492
4544
|
* @param options The options parameters.
|
|
4493
4545
|
*/
|
|
4494
4546
|
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
4495
|
-
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec$
|
|
4547
|
+
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec$1);
|
|
4496
4548
|
}
|
|
4497
4549
|
/**
|
|
4498
4550
|
* ListBySubscriptionNext
|
|
@@ -4500,12 +4552,12 @@ class GatewayImpl {
|
|
|
4500
4552
|
* @param options The options parameters.
|
|
4501
4553
|
*/
|
|
4502
4554
|
_listBySubscriptionNext(nextLink, options) {
|
|
4503
|
-
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec$
|
|
4555
|
+
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec$1);
|
|
4504
4556
|
}
|
|
4505
4557
|
}
|
|
4506
4558
|
// Operation Specifications
|
|
4507
|
-
const serializer$
|
|
4508
|
-
const createOperationSpec$
|
|
4559
|
+
const serializer$4 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
4560
|
+
const createOperationSpec$1 = {
|
|
4509
4561
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways/{gatewayResourceName}",
|
|
4510
4562
|
httpMethod: "PUT",
|
|
4511
4563
|
responses: {
|
|
@@ -4530,9 +4582,9 @@ const createOperationSpec$4 = {
|
|
|
4530
4582
|
],
|
|
4531
4583
|
headerParameters: [accept, contentType],
|
|
4532
4584
|
mediaType: "json",
|
|
4533
|
-
serializer: serializer$
|
|
4585
|
+
serializer: serializer$4
|
|
4534
4586
|
};
|
|
4535
|
-
const getOperationSpec$
|
|
4587
|
+
const getOperationSpec$3 = {
|
|
4536
4588
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways/{gatewayResourceName}",
|
|
4537
4589
|
httpMethod: "GET",
|
|
4538
4590
|
responses: {
|
|
@@ -4551,9 +4603,9 @@ const getOperationSpec$4 = {
|
|
|
4551
4603
|
gatewayResourceName
|
|
4552
4604
|
],
|
|
4553
4605
|
headerParameters: [accept],
|
|
4554
|
-
serializer: serializer$
|
|
4606
|
+
serializer: serializer$4
|
|
4555
4607
|
};
|
|
4556
|
-
const deleteOperationSpec$
|
|
4608
|
+
const deleteOperationSpec$1 = {
|
|
4557
4609
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways/{gatewayResourceName}",
|
|
4558
4610
|
httpMethod: "DELETE",
|
|
4559
4611
|
responses: {
|
|
@@ -4572,9 +4624,9 @@ const deleteOperationSpec$4 = {
|
|
|
4572
4624
|
gatewayResourceName
|
|
4573
4625
|
],
|
|
4574
4626
|
headerParameters: [accept],
|
|
4575
|
-
serializer: serializer$
|
|
4627
|
+
serializer: serializer$4
|
|
4576
4628
|
};
|
|
4577
|
-
const listByResourceGroupOperationSpec$
|
|
4629
|
+
const listByResourceGroupOperationSpec$1 = {
|
|
4578
4630
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways",
|
|
4579
4631
|
httpMethod: "GET",
|
|
4580
4632
|
responses: {
|
|
@@ -4592,9 +4644,9 @@ const listByResourceGroupOperationSpec$3 = {
|
|
|
4592
4644
|
resourceGroupName
|
|
4593
4645
|
],
|
|
4594
4646
|
headerParameters: [accept],
|
|
4595
|
-
serializer: serializer$
|
|
4647
|
+
serializer: serializer$4
|
|
4596
4648
|
};
|
|
4597
|
-
const listBySubscriptionOperationSpec$
|
|
4649
|
+
const listBySubscriptionOperationSpec$1 = {
|
|
4598
4650
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/gateways",
|
|
4599
4651
|
httpMethod: "GET",
|
|
4600
4652
|
responses: {
|
|
@@ -4608,9 +4660,9 @@ const listBySubscriptionOperationSpec$3 = {
|
|
|
4608
4660
|
queryParameters: [apiVersion],
|
|
4609
4661
|
urlParameters: [$host, subscriptionId],
|
|
4610
4662
|
headerParameters: [accept],
|
|
4611
|
-
serializer: serializer$
|
|
4663
|
+
serializer: serializer$4
|
|
4612
4664
|
};
|
|
4613
|
-
const listByResourceGroupNextOperationSpec$
|
|
4665
|
+
const listByResourceGroupNextOperationSpec$1 = {
|
|
4614
4666
|
path: "{nextLink}",
|
|
4615
4667
|
httpMethod: "GET",
|
|
4616
4668
|
responses: {
|
|
@@ -4629,9 +4681,9 @@ const listByResourceGroupNextOperationSpec$3 = {
|
|
|
4629
4681
|
resourceGroupName
|
|
4630
4682
|
],
|
|
4631
4683
|
headerParameters: [accept],
|
|
4632
|
-
serializer: serializer$
|
|
4684
|
+
serializer: serializer$4
|
|
4633
4685
|
};
|
|
4634
|
-
const listBySubscriptionNextOperationSpec$
|
|
4686
|
+
const listBySubscriptionNextOperationSpec$1 = {
|
|
4635
4687
|
path: "{nextLink}",
|
|
4636
4688
|
httpMethod: "GET",
|
|
4637
4689
|
responses: {
|
|
@@ -4649,7 +4701,7 @@ const listBySubscriptionNextOperationSpec$3 = {
|
|
|
4649
4701
|
subscriptionId
|
|
4650
4702
|
],
|
|
4651
4703
|
headerParameters: [accept],
|
|
4652
|
-
serializer: serializer$
|
|
4704
|
+
serializer: serializer$4
|
|
4653
4705
|
};
|
|
4654
4706
|
|
|
4655
4707
|
/*
|
|
@@ -4783,7 +4835,7 @@ class ApplicationImpl {
|
|
|
4783
4835
|
applicationResourceName,
|
|
4784
4836
|
applicationResourceDescription,
|
|
4785
4837
|
options
|
|
4786
|
-
}, createOperationSpec
|
|
4838
|
+
}, createOperationSpec);
|
|
4787
4839
|
}
|
|
4788
4840
|
/**
|
|
4789
4841
|
* Gets the information about the application resource with the given name. The information include the
|
|
@@ -4793,7 +4845,7 @@ class ApplicationImpl {
|
|
|
4793
4845
|
* @param options The options parameters.
|
|
4794
4846
|
*/
|
|
4795
4847
|
get(resourceGroupName, applicationResourceName, options) {
|
|
4796
|
-
return this.client.sendOperationRequest({ resourceGroupName, applicationResourceName, options }, getOperationSpec$
|
|
4848
|
+
return this.client.sendOperationRequest({ resourceGroupName, applicationResourceName, options }, getOperationSpec$2);
|
|
4797
4849
|
}
|
|
4798
4850
|
/**
|
|
4799
4851
|
* Deletes the application resource identified by the name.
|
|
@@ -4802,7 +4854,7 @@ class ApplicationImpl {
|
|
|
4802
4854
|
* @param options The options parameters.
|
|
4803
4855
|
*/
|
|
4804
4856
|
delete(resourceGroupName, applicationResourceName, options) {
|
|
4805
|
-
return this.client.sendOperationRequest({ resourceGroupName, applicationResourceName, options }, deleteOperationSpec
|
|
4857
|
+
return this.client.sendOperationRequest({ resourceGroupName, applicationResourceName, options }, deleteOperationSpec);
|
|
4806
4858
|
}
|
|
4807
4859
|
/**
|
|
4808
4860
|
* Gets the information about all application resources in a given resource group. The information
|
|
@@ -4811,7 +4863,7 @@ class ApplicationImpl {
|
|
|
4811
4863
|
* @param options The options parameters.
|
|
4812
4864
|
*/
|
|
4813
4865
|
_listByResourceGroup(resourceGroupName, options) {
|
|
4814
|
-
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec
|
|
4866
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
4815
4867
|
}
|
|
4816
4868
|
/**
|
|
4817
4869
|
* Gets the information about all application resources in a given resource group. The information
|
|
@@ -4819,7 +4871,7 @@ class ApplicationImpl {
|
|
|
4819
4871
|
* @param options The options parameters.
|
|
4820
4872
|
*/
|
|
4821
4873
|
_listBySubscription(options) {
|
|
4822
|
-
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec
|
|
4874
|
+
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
|
|
4823
4875
|
}
|
|
4824
4876
|
/**
|
|
4825
4877
|
* ListByResourceGroupNext
|
|
@@ -4828,7 +4880,7 @@ class ApplicationImpl {
|
|
|
4828
4880
|
* @param options The options parameters.
|
|
4829
4881
|
*/
|
|
4830
4882
|
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
4831
|
-
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec
|
|
4883
|
+
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
4832
4884
|
}
|
|
4833
4885
|
/**
|
|
4834
4886
|
* ListBySubscriptionNext
|
|
@@ -4836,12 +4888,12 @@ class ApplicationImpl {
|
|
|
4836
4888
|
* @param options The options parameters.
|
|
4837
4889
|
*/
|
|
4838
4890
|
_listBySubscriptionNext(nextLink, options) {
|
|
4839
|
-
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec
|
|
4891
|
+
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
|
|
4840
4892
|
}
|
|
4841
4893
|
}
|
|
4842
4894
|
// Operation Specifications
|
|
4843
|
-
const serializer$
|
|
4844
|
-
const createOperationSpec
|
|
4895
|
+
const serializer$3 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
4896
|
+
const createOperationSpec = {
|
|
4845
4897
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}",
|
|
4846
4898
|
httpMethod: "PUT",
|
|
4847
4899
|
responses: {
|
|
@@ -4866,9 +4918,9 @@ const createOperationSpec$5 = {
|
|
|
4866
4918
|
],
|
|
4867
4919
|
headerParameters: [accept, contentType],
|
|
4868
4920
|
mediaType: "json",
|
|
4869
|
-
serializer: serializer$
|
|
4921
|
+
serializer: serializer$3
|
|
4870
4922
|
};
|
|
4871
|
-
const getOperationSpec$
|
|
4923
|
+
const getOperationSpec$2 = {
|
|
4872
4924
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}",
|
|
4873
4925
|
httpMethod: "GET",
|
|
4874
4926
|
responses: {
|
|
@@ -4887,9 +4939,9 @@ const getOperationSpec$5 = {
|
|
|
4887
4939
|
applicationResourceName
|
|
4888
4940
|
],
|
|
4889
4941
|
headerParameters: [accept],
|
|
4890
|
-
serializer: serializer$
|
|
4942
|
+
serializer: serializer$3
|
|
4891
4943
|
};
|
|
4892
|
-
const deleteOperationSpec
|
|
4944
|
+
const deleteOperationSpec = {
|
|
4893
4945
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}",
|
|
4894
4946
|
httpMethod: "DELETE",
|
|
4895
4947
|
responses: {
|
|
@@ -4908,9 +4960,9 @@ const deleteOperationSpec$5 = {
|
|
|
4908
4960
|
applicationResourceName
|
|
4909
4961
|
],
|
|
4910
4962
|
headerParameters: [accept],
|
|
4911
|
-
serializer: serializer$
|
|
4963
|
+
serializer: serializer$3
|
|
4912
4964
|
};
|
|
4913
|
-
const listByResourceGroupOperationSpec
|
|
4965
|
+
const listByResourceGroupOperationSpec = {
|
|
4914
4966
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications",
|
|
4915
4967
|
httpMethod: "GET",
|
|
4916
4968
|
responses: {
|
|
@@ -4928,9 +4980,9 @@ const listByResourceGroupOperationSpec$4 = {
|
|
|
4928
4980
|
resourceGroupName
|
|
4929
4981
|
],
|
|
4930
4982
|
headerParameters: [accept],
|
|
4931
|
-
serializer: serializer$
|
|
4983
|
+
serializer: serializer$3
|
|
4932
4984
|
};
|
|
4933
|
-
const listBySubscriptionOperationSpec
|
|
4985
|
+
const listBySubscriptionOperationSpec = {
|
|
4934
4986
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/applications",
|
|
4935
4987
|
httpMethod: "GET",
|
|
4936
4988
|
responses: {
|
|
@@ -4944,9 +4996,9 @@ const listBySubscriptionOperationSpec$4 = {
|
|
|
4944
4996
|
queryParameters: [apiVersion],
|
|
4945
4997
|
urlParameters: [$host, subscriptionId],
|
|
4946
4998
|
headerParameters: [accept],
|
|
4947
|
-
serializer: serializer$
|
|
4999
|
+
serializer: serializer$3
|
|
4948
5000
|
};
|
|
4949
|
-
const listByResourceGroupNextOperationSpec
|
|
5001
|
+
const listByResourceGroupNextOperationSpec = {
|
|
4950
5002
|
path: "{nextLink}",
|
|
4951
5003
|
httpMethod: "GET",
|
|
4952
5004
|
responses: {
|
|
@@ -4965,9 +5017,9 @@ const listByResourceGroupNextOperationSpec$4 = {
|
|
|
4965
5017
|
resourceGroupName
|
|
4966
5018
|
],
|
|
4967
5019
|
headerParameters: [accept],
|
|
4968
|
-
serializer: serializer$
|
|
5020
|
+
serializer: serializer$3
|
|
4969
5021
|
};
|
|
4970
|
-
const listBySubscriptionNextOperationSpec
|
|
5022
|
+
const listBySubscriptionNextOperationSpec = {
|
|
4971
5023
|
path: "{nextLink}",
|
|
4972
5024
|
httpMethod: "GET",
|
|
4973
5025
|
responses: {
|
|
@@ -4985,7 +5037,7 @@ const listBySubscriptionNextOperationSpec$4 = {
|
|
|
4985
5037
|
subscriptionId
|
|
4986
5038
|
],
|
|
4987
5039
|
headerParameters: [accept],
|
|
4988
|
-
serializer: serializer$
|
|
5040
|
+
serializer: serializer$3
|
|
4989
5041
|
};
|
|
4990
5042
|
|
|
4991
5043
|
/*
|
|
@@ -5070,7 +5122,7 @@ class ServiceImpl {
|
|
|
5070
5122
|
applicationResourceName,
|
|
5071
5123
|
serviceResourceName,
|
|
5072
5124
|
options
|
|
5073
|
-
}, getOperationSpec$
|
|
5125
|
+
}, getOperationSpec$1);
|
|
5074
5126
|
}
|
|
5075
5127
|
/**
|
|
5076
5128
|
* Gets the information about all services of an application resource. The information include the
|
|
@@ -5080,7 +5132,7 @@ class ServiceImpl {
|
|
|
5080
5132
|
* @param options The options parameters.
|
|
5081
5133
|
*/
|
|
5082
5134
|
_list(resourceGroupName, applicationResourceName, options) {
|
|
5083
|
-
return this.client.sendOperationRequest({ resourceGroupName, applicationResourceName, options }, listOperationSpec$
|
|
5135
|
+
return this.client.sendOperationRequest({ resourceGroupName, applicationResourceName, options }, listOperationSpec$1);
|
|
5084
5136
|
}
|
|
5085
5137
|
/**
|
|
5086
5138
|
* ListNext
|
|
@@ -5090,12 +5142,12 @@ class ServiceImpl {
|
|
|
5090
5142
|
* @param options The options parameters.
|
|
5091
5143
|
*/
|
|
5092
5144
|
_listNext(resourceGroupName, applicationResourceName, nextLink, options) {
|
|
5093
|
-
return this.client.sendOperationRequest({ resourceGroupName, applicationResourceName, nextLink, options }, listNextOperationSpec$
|
|
5145
|
+
return this.client.sendOperationRequest({ resourceGroupName, applicationResourceName, nextLink, options }, listNextOperationSpec$1);
|
|
5094
5146
|
}
|
|
5095
5147
|
}
|
|
5096
5148
|
// Operation Specifications
|
|
5097
|
-
const serializer$
|
|
5098
|
-
const getOperationSpec$
|
|
5149
|
+
const serializer$2 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
5150
|
+
const getOperationSpec$1 = {
|
|
5099
5151
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}",
|
|
5100
5152
|
httpMethod: "GET",
|
|
5101
5153
|
responses: {
|
|
@@ -5115,9 +5167,9 @@ const getOperationSpec$6 = {
|
|
|
5115
5167
|
serviceResourceName
|
|
5116
5168
|
],
|
|
5117
5169
|
headerParameters: [accept],
|
|
5118
|
-
serializer: serializer$
|
|
5170
|
+
serializer: serializer$2
|
|
5119
5171
|
};
|
|
5120
|
-
const listOperationSpec$
|
|
5172
|
+
const listOperationSpec$1 = {
|
|
5121
5173
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services",
|
|
5122
5174
|
httpMethod: "GET",
|
|
5123
5175
|
responses: {
|
|
@@ -5136,9 +5188,9 @@ const listOperationSpec$2 = {
|
|
|
5136
5188
|
applicationResourceName
|
|
5137
5189
|
],
|
|
5138
5190
|
headerParameters: [accept],
|
|
5139
|
-
serializer: serializer$
|
|
5191
|
+
serializer: serializer$2
|
|
5140
5192
|
};
|
|
5141
|
-
const listNextOperationSpec$
|
|
5193
|
+
const listNextOperationSpec$1 = {
|
|
5142
5194
|
path: "{nextLink}",
|
|
5143
5195
|
httpMethod: "GET",
|
|
5144
5196
|
responses: {
|
|
@@ -5158,7 +5210,7 @@ const listNextOperationSpec$2 = {
|
|
|
5158
5210
|
applicationResourceName
|
|
5159
5211
|
],
|
|
5160
5212
|
headerParameters: [accept],
|
|
5161
|
-
serializer: serializer$
|
|
5213
|
+
serializer: serializer$2
|
|
5162
5214
|
};
|
|
5163
5215
|
|
|
5164
5216
|
/*
|
|
@@ -5246,7 +5298,7 @@ class ServiceReplicaImpl {
|
|
|
5246
5298
|
serviceResourceName,
|
|
5247
5299
|
replicaName,
|
|
5248
5300
|
options
|
|
5249
|
-
}, getOperationSpec
|
|
5301
|
+
}, getOperationSpec);
|
|
5250
5302
|
}
|
|
5251
5303
|
/**
|
|
5252
5304
|
* Gets the information about all replicas of a given service of an application. The information
|
|
@@ -5262,7 +5314,7 @@ class ServiceReplicaImpl {
|
|
|
5262
5314
|
applicationResourceName,
|
|
5263
5315
|
serviceResourceName,
|
|
5264
5316
|
options
|
|
5265
|
-
}, listOperationSpec
|
|
5317
|
+
}, listOperationSpec);
|
|
5266
5318
|
}
|
|
5267
5319
|
/**
|
|
5268
5320
|
* ListNext
|
|
@@ -5279,12 +5331,12 @@ class ServiceReplicaImpl {
|
|
|
5279
5331
|
serviceResourceName,
|
|
5280
5332
|
nextLink,
|
|
5281
5333
|
options
|
|
5282
|
-
}, listNextOperationSpec
|
|
5334
|
+
}, listNextOperationSpec);
|
|
5283
5335
|
}
|
|
5284
5336
|
}
|
|
5285
5337
|
// Operation Specifications
|
|
5286
|
-
const serializer$
|
|
5287
|
-
const getOperationSpec
|
|
5338
|
+
const serializer$1 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
5339
|
+
const getOperationSpec = {
|
|
5288
5340
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas/{replicaName}",
|
|
5289
5341
|
httpMethod: "GET",
|
|
5290
5342
|
responses: {
|
|
@@ -5305,9 +5357,9 @@ const getOperationSpec$7 = {
|
|
|
5305
5357
|
replicaName
|
|
5306
5358
|
],
|
|
5307
5359
|
headerParameters: [accept],
|
|
5308
|
-
serializer: serializer$
|
|
5360
|
+
serializer: serializer$1
|
|
5309
5361
|
};
|
|
5310
|
-
const listOperationSpec
|
|
5362
|
+
const listOperationSpec = {
|
|
5311
5363
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas",
|
|
5312
5364
|
httpMethod: "GET",
|
|
5313
5365
|
responses: {
|
|
@@ -5327,9 +5379,9 @@ const listOperationSpec$3 = {
|
|
|
5327
5379
|
serviceResourceName
|
|
5328
5380
|
],
|
|
5329
5381
|
headerParameters: [accept],
|
|
5330
|
-
serializer: serializer$
|
|
5382
|
+
serializer: serializer$1
|
|
5331
5383
|
};
|
|
5332
|
-
const listNextOperationSpec
|
|
5384
|
+
const listNextOperationSpec = {
|
|
5333
5385
|
path: "{nextLink}",
|
|
5334
5386
|
httpMethod: "GET",
|
|
5335
5387
|
responses: {
|
|
@@ -5350,7 +5402,7 @@ const listNextOperationSpec$3 = {
|
|
|
5350
5402
|
serviceResourceName
|
|
5351
5403
|
],
|
|
5352
5404
|
headerParameters: [accept],
|
|
5353
|
-
serializer: serializer$
|
|
5405
|
+
serializer: serializer$1
|
|
5354
5406
|
};
|
|
5355
5407
|
|
|
5356
5408
|
/*
|
|
@@ -5390,7 +5442,7 @@ class CodePackageImpl {
|
|
|
5390
5442
|
}
|
|
5391
5443
|
}
|
|
5392
5444
|
// Operation Specifications
|
|
5393
|
-
const serializer
|
|
5445
|
+
const serializer = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
5394
5446
|
const getContainerLogsOperationSpec = {
|
|
5395
5447
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas/{replicaName}/codePackages/{codePackageName}/logs",
|
|
5396
5448
|
httpMethod: "GET",
|
|
@@ -5413,7 +5465,7 @@ const getContainerLogsOperationSpec = {
|
|
|
5413
5465
|
codePackageName
|
|
5414
5466
|
],
|
|
5415
5467
|
headerParameters: [accept],
|
|
5416
|
-
serializer
|
|
5468
|
+
serializer
|
|
5417
5469
|
};
|
|
5418
5470
|
|
|
5419
5471
|
/*
|
|
@@ -5423,7 +5475,7 @@ const getContainerLogsOperationSpec = {
|
|
|
5423
5475
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
5424
5476
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5425
5477
|
*/
|
|
5426
|
-
class ServiceFabricMeshManagementClient extends
|
|
5478
|
+
class ServiceFabricMeshManagementClient extends coreClient__namespace.ServiceClient {
|
|
5427
5479
|
/**
|
|
5428
5480
|
* Initializes a new instance of the ServiceFabricMeshManagementClient class.
|
|
5429
5481
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
@@ -5431,6 +5483,7 @@ class ServiceFabricMeshManagementClient extends coreClient.ServiceClient {
|
|
|
5431
5483
|
* @param options The parameter options
|
|
5432
5484
|
*/
|
|
5433
5485
|
constructor(credentials, subscriptionId, options) {
|
|
5486
|
+
var _a, _b;
|
|
5434
5487
|
if (credentials === undefined) {
|
|
5435
5488
|
throw new Error("'credentials' cannot be null");
|
|
5436
5489
|
}
|
|
@@ -5445,7 +5498,7 @@ class ServiceFabricMeshManagementClient extends coreClient.ServiceClient {
|
|
|
5445
5498
|
requestContentType: "application/json; charset=utf-8",
|
|
5446
5499
|
credential: credentials
|
|
5447
5500
|
};
|
|
5448
|
-
const packageDetails = `azsdk-js-arm-servicefabricmesh/3.0.0-beta.
|
|
5501
|
+
const packageDetails = `azsdk-js-arm-servicefabricmesh/3.0.0-beta.2`;
|
|
5449
5502
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
5450
5503
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
5451
5504
|
: `${packageDetails}`;
|
|
@@ -5454,8 +5507,24 @@ class ServiceFabricMeshManagementClient extends coreClient.ServiceClient {
|
|
|
5454
5507
|
}
|
|
5455
5508
|
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
|
5456
5509
|
userAgentPrefix
|
|
5457
|
-
}, baseUri: options.endpoint
|
|
5510
|
+
}, baseUri: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|
|
5458
5511
|
super(optionsWithDefaults);
|
|
5512
|
+
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
|
5513
|
+
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
5514
|
+
const bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
5515
|
+
coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName);
|
|
5516
|
+
if (!bearerTokenAuthenticationPolicyFound) {
|
|
5517
|
+
this.pipeline.removePolicy({
|
|
5518
|
+
name: coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName
|
|
5519
|
+
});
|
|
5520
|
+
this.pipeline.addPolicy(coreRestPipeline__namespace.bearerTokenAuthenticationPolicy({
|
|
5521
|
+
scopes: `${optionsWithDefaults.baseUri}/.default`,
|
|
5522
|
+
challengeCallbacks: {
|
|
5523
|
+
authorizeRequestOnChallenge: coreClient__namespace.authorizeRequestOnClaimChallenge
|
|
5524
|
+
}
|
|
5525
|
+
}));
|
|
5526
|
+
}
|
|
5527
|
+
}
|
|
5459
5528
|
// Parameter assignments
|
|
5460
5529
|
this.subscriptionId = subscriptionId;
|
|
5461
5530
|
// Assigning values to Constant parameters
|