@azure/arm-servicefabricmanagedclusters 1.0.0-beta.6 → 1.0.0
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/README.md +1 -1
- package/dist/browser/api/applicationTypeVersions/operations.js +18 -36
- package/dist/browser/api/applicationTypeVersions/operations.js.map +1 -1
- package/dist/browser/api/applicationTypeVersions/options.js.map +1 -1
- package/dist/browser/api/applicationTypes/operations.js +15 -30
- package/dist/browser/api/applicationTypes/operations.js.map +1 -1
- package/dist/browser/api/applications/operations.js +29 -36
- package/dist/browser/api/applications/operations.js.map +1 -1
- package/dist/browser/api/index.d.ts +1 -1
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/api/managedApplyMaintenanceWindow/operations.js +3 -7
- package/dist/browser/api/managedApplyMaintenanceWindow/operations.js.map +1 -1
- package/dist/browser/api/managedAzResiliencyStatus/operations.js +2 -5
- package/dist/browser/api/managedAzResiliencyStatus/operations.js.map +1 -1
- package/dist/browser/api/managedClusterVersion/operations.js +12 -32
- package/dist/browser/api/managedClusterVersion/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/index.d.ts +2 -2
- package/dist/browser/api/managedClusters/index.js +1 -1
- package/dist/browser/api/managedClusters/index.js.map +1 -1
- package/dist/browser/api/managedClusters/operations.d.ts +2 -18
- package/dist/browser/api/managedClusters/operations.js +23 -188
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/options.d.ts +0 -16
- package/dist/browser/api/managedClusters/options.js.map +1 -1
- package/dist/browser/api/managedMaintenanceWindowStatus/operations.js +4 -11
- package/dist/browser/api/managedMaintenanceWindowStatus/operations.js.map +1 -1
- package/dist/browser/api/managedUnsupportedVMSizes/operations.js +5 -11
- package/dist/browser/api/managedUnsupportedVMSizes/operations.js.map +1 -1
- package/dist/browser/api/nodeTypeSkus/operations.js +3 -6
- package/dist/browser/api/nodeTypeSkus/operations.js.map +1 -1
- package/dist/browser/api/nodeTypes/index.d.ts +2 -2
- package/dist/browser/api/nodeTypes/index.js +1 -1
- package/dist/browser/api/nodeTypes/index.js.map +1 -1
- package/dist/browser/api/nodeTypes/operations.d.ts +2 -18
- package/dist/browser/api/nodeTypes/operations.js +30 -170
- package/dist/browser/api/nodeTypes/operations.js.map +1 -1
- package/dist/browser/api/nodeTypes/options.d.ts +0 -16
- package/dist/browser/api/nodeTypes/options.js.map +1 -1
- package/dist/browser/api/operationResults/operations.js +1 -1
- package/dist/browser/api/operationResults/operations.js.map +1 -1
- package/dist/browser/api/operationStatus/operations.js +2 -5
- package/dist/browser/api/operationStatus/operations.js.map +1 -1
- package/dist/browser/api/operations/operations.js +3 -6
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/serviceFabricManagedClustersManagementContext.d.ts +3 -3
- package/dist/browser/api/serviceFabricManagedClustersManagementContext.js +3 -18
- package/dist/browser/api/serviceFabricManagedClustersManagementContext.js.map +1 -1
- package/dist/browser/api/services/operations.js +16 -25
- package/dist/browser/api/services/operations.js.map +1 -1
- package/dist/browser/classic/index.d.ts +15 -15
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/managedClusters/index.d.ts +2 -10
- package/dist/browser/classic/managedClusters/index.js +1 -5
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/classic/nodeTypes/index.d.ts +2 -10
- package/dist/browser/classic/nodeTypes/index.js +1 -5
- package/dist/browser/classic/nodeTypes/index.js.map +1 -1
- package/dist/browser/index.d.ts +3 -3
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +1 -1
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +391 -185
- package/dist/browser/models/models.js +585 -228
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +31 -107
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/serviceFabricManagedClustersManagementClient.d.ts +1 -1
- package/dist/browser/serviceFabricManagedClustersManagementClient.js +10 -2
- package/dist/browser/serviceFabricManagedClustersManagementClient.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/browser/static-helpers/pagingHelpers.js +28 -3
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/browser/static-helpers/pollingHelpers.js +18 -2
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +20 -5
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/api/applicationTypeVersions/index.js +46 -12
- package/dist/commonjs/api/applicationTypeVersions/index.js.map +7 -1
- package/dist/commonjs/api/applicationTypeVersions/operations.js +242 -181
- package/dist/commonjs/api/applicationTypeVersions/operations.js.map +7 -1
- package/dist/commonjs/api/applicationTypeVersions/options.js +15 -5
- package/dist/commonjs/api/applicationTypeVersions/options.js.map +7 -1
- package/dist/commonjs/api/applicationTypes/index.js +46 -12
- package/dist/commonjs/api/applicationTypes/index.js.map +7 -1
- package/dist/commonjs/api/applicationTypes/operations.js +221 -166
- package/dist/commonjs/api/applicationTypes/operations.js.map +7 -1
- package/dist/commonjs/api/applicationTypes/options.js +15 -5
- package/dist/commonjs/api/applicationTypes/options.js.map +7 -1
- package/dist/commonjs/api/applications/index.js +70 -18
- package/dist/commonjs/api/applications/index.js.map +7 -1
- package/dist/commonjs/api/applications/operations.js +473 -354
- package/dist/commonjs/api/applications/operations.js.map +7 -1
- package/dist/commonjs/api/applications/options.js +15 -5
- package/dist/commonjs/api/applications/options.js.map +7 -1
- package/dist/commonjs/api/index.d.ts +1 -1
- package/dist/commonjs/api/index.js +27 -8
- package/dist/commonjs/api/index.js.map +7 -1
- package/dist/commonjs/api/managedApplyMaintenanceWindow/index.js +30 -8
- package/dist/commonjs/api/managedApplyMaintenanceWindow/index.js.map +7 -1
- package/dist/commonjs/api/managedApplyMaintenanceWindow/operations.js +57 -36
- package/dist/commonjs/api/managedApplyMaintenanceWindow/operations.js.map +7 -1
- package/dist/commonjs/api/managedApplyMaintenanceWindow/options.js +15 -5
- package/dist/commonjs/api/managedApplyMaintenanceWindow/options.js.map +7 -1
- package/dist/commonjs/api/managedAzResiliencyStatus/index.js +30 -8
- package/dist/commonjs/api/managedAzResiliencyStatus/index.js.map +7 -1
- package/dist/commonjs/api/managedAzResiliencyStatus/operations.js +58 -36
- package/dist/commonjs/api/managedAzResiliencyStatus/operations.js.map +7 -1
- package/dist/commonjs/api/managedAzResiliencyStatus/options.js +15 -5
- package/dist/commonjs/api/managedAzResiliencyStatus/options.js.map +7 -1
- package/dist/commonjs/api/managedClusterVersion/index.js +42 -11
- package/dist/commonjs/api/managedClusterVersion/index.js.map +7 -1
- package/dist/commonjs/api/managedClusterVersion/operations.js +161 -132
- package/dist/commonjs/api/managedClusterVersion/operations.js.map +7 -1
- package/dist/commonjs/api/managedClusterVersion/options.js +15 -5
- package/dist/commonjs/api/managedClusterVersion/options.js.map +7 -1
- package/dist/commonjs/api/managedClusters/index.d.ts +2 -2
- package/dist/commonjs/api/managedClusters/index.js +50 -17
- package/dist/commonjs/api/managedClusters/index.js.map +7 -1
- package/dist/commonjs/api/managedClusters/operations.d.ts +2 -18
- package/dist/commonjs/api/managedClusters/operations.js +241 -356
- package/dist/commonjs/api/managedClusters/operations.js.map +7 -1
- package/dist/commonjs/api/managedClusters/options.d.ts +0 -16
- package/dist/commonjs/api/managedClusters/options.js +15 -5
- package/dist/commonjs/api/managedClusters/options.js.map +7 -1
- package/dist/commonjs/api/managedMaintenanceWindowStatus/index.js +30 -8
- package/dist/commonjs/api/managedMaintenanceWindowStatus/index.js.map +7 -1
- package/dist/commonjs/api/managedMaintenanceWindowStatus/operations.js +60 -42
- package/dist/commonjs/api/managedMaintenanceWindowStatus/operations.js.map +7 -1
- package/dist/commonjs/api/managedMaintenanceWindowStatus/options.js +15 -5
- package/dist/commonjs/api/managedMaintenanceWindowStatus/options.js.map +7 -1
- package/dist/commonjs/api/managedUnsupportedVMSizes/index.js +34 -9
- package/dist/commonjs/api/managedUnsupportedVMSizes/index.js.map +7 -1
- package/dist/commonjs/api/managedUnsupportedVMSizes/operations.js +94 -63
- package/dist/commonjs/api/managedUnsupportedVMSizes/operations.js.map +7 -1
- package/dist/commonjs/api/managedUnsupportedVMSizes/options.js +15 -5
- package/dist/commonjs/api/managedUnsupportedVMSizes/options.js.map +7 -1
- package/dist/commonjs/api/nodeTypeSkus/index.js +30 -8
- package/dist/commonjs/api/nodeTypeSkus/index.js.map +7 -1
- package/dist/commonjs/api/nodeTypeSkus/operations.js +65 -37
- package/dist/commonjs/api/nodeTypeSkus/operations.js.map +7 -1
- package/dist/commonjs/api/nodeTypeSkus/options.js +15 -5
- package/dist/commonjs/api/nodeTypeSkus/options.js.map +7 -1
- package/dist/commonjs/api/nodeTypes/index.d.ts +2 -2
- package/dist/commonjs/api/nodeTypes/index.js +70 -22
- package/dist/commonjs/api/nodeTypes/index.js.map +7 -1
- package/dist/commonjs/api/nodeTypes/operations.d.ts +2 -18
- package/dist/commonjs/api/nodeTypes/operations.js +450 -509
- package/dist/commonjs/api/nodeTypes/operations.js.map +7 -1
- package/dist/commonjs/api/nodeTypes/options.d.ts +0 -16
- package/dist/commonjs/api/nodeTypes/options.js +15 -5
- package/dist/commonjs/api/nodeTypes/options.js.map +7 -1
- package/dist/commonjs/api/operationResults/index.js +30 -8
- package/dist/commonjs/api/operationResults/index.js.map +7 -1
- package/dist/commonjs/api/operationResults/operations.js +55 -30
- package/dist/commonjs/api/operationResults/operations.js.map +7 -1
- package/dist/commonjs/api/operationResults/options.js +15 -5
- package/dist/commonjs/api/operationResults/options.js.map +7 -1
- package/dist/commonjs/api/operationStatus/index.js +30 -8
- package/dist/commonjs/api/operationStatus/index.js.map +7 -1
- package/dist/commonjs/api/operationStatus/operations.js +58 -36
- package/dist/commonjs/api/operationStatus/operations.js.map +7 -1
- package/dist/commonjs/api/operationStatus/options.js +15 -5
- package/dist/commonjs/api/operationStatus/options.js.map +7 -1
- package/dist/commonjs/api/operations/index.js +30 -8
- package/dist/commonjs/api/operations/index.js.map +7 -1
- package/dist/commonjs/api/operations/operations.js +61 -33
- package/dist/commonjs/api/operations/operations.js.map +7 -1
- package/dist/commonjs/api/operations/options.js +15 -5
- package/dist/commonjs/api/operations/options.js.map +7 -1
- package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.d.ts +3 -3
- package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.js +46 -44
- package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.js.map +7 -1
- package/dist/commonjs/api/services/index.js +50 -13
- package/dist/commonjs/api/services/index.js.map +7 -1
- package/dist/commonjs/api/services/operations.js +280 -202
- package/dist/commonjs/api/services/operations.js.map +7 -1
- package/dist/commonjs/api/services/options.js +15 -5
- package/dist/commonjs/api/services/options.js.map +7 -1
- package/dist/commonjs/classic/applicationTypeVersions/index.js +53 -17
- package/dist/commonjs/classic/applicationTypeVersions/index.js.map +7 -1
- package/dist/commonjs/classic/applicationTypes/index.js +44 -17
- package/dist/commonjs/classic/applicationTypes/index.js.map +7 -1
- package/dist/commonjs/classic/applications/index.js +50 -23
- package/dist/commonjs/classic/applications/index.js.map +7 -1
- package/dist/commonjs/classic/index.d.ts +15 -15
- package/dist/commonjs/classic/index.js +15 -5
- package/dist/commonjs/classic/index.js.map +7 -1
- package/dist/commonjs/classic/managedApplyMaintenanceWindow/index.js +33 -13
- package/dist/commonjs/classic/managedApplyMaintenanceWindow/index.js.map +7 -1
- package/dist/commonjs/classic/managedAzResiliencyStatus/index.js +33 -13
- package/dist/commonjs/classic/managedAzResiliencyStatus/index.js.map +7 -1
- package/dist/commonjs/classic/managedClusterVersion/index.js +36 -16
- package/dist/commonjs/classic/managedClusterVersion/index.js.map +7 -1
- package/dist/commonjs/classic/managedClusters/index.d.ts +2 -10
- package/dist/commonjs/classic/managedClusters/index.js +38 -22
- package/dist/commonjs/classic/managedClusters/index.js.map +7 -1
- package/dist/commonjs/classic/managedMaintenanceWindowStatus/index.js +33 -13
- package/dist/commonjs/classic/managedMaintenanceWindowStatus/index.js.map +7 -1
- package/dist/commonjs/classic/managedUnsupportedVMSizes/index.js +34 -14
- package/dist/commonjs/classic/managedUnsupportedVMSizes/index.js.map +7 -1
- package/dist/commonjs/classic/nodeTypeSkus/index.js +33 -13
- package/dist/commonjs/classic/nodeTypeSkus/index.js.map +7 -1
- package/dist/commonjs/classic/nodeTypes/index.d.ts +2 -10
- package/dist/commonjs/classic/nodeTypes/index.js +43 -27
- package/dist/commonjs/classic/nodeTypes/index.js.map +7 -1
- package/dist/commonjs/classic/operationResults/index.js +33 -13
- package/dist/commonjs/classic/operationResults/index.js.map +7 -1
- package/dist/commonjs/classic/operationStatus/index.js +33 -13
- package/dist/commonjs/classic/operationStatus/index.js.map +7 -1
- package/dist/commonjs/classic/operations/index.js +33 -13
- package/dist/commonjs/classic/operations/index.js.map +7 -1
- package/dist/commonjs/classic/services/index.js +62 -18
- package/dist/commonjs/classic/services/index.js.map +7 -1
- package/dist/commonjs/index.d.ts +3 -3
- package/dist/commonjs/index.js +620 -63
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.js +28 -8
- package/dist/commonjs/logger.js.map +7 -1
- package/dist/commonjs/models/index.d.ts +1 -1
- package/dist/commonjs/models/index.js +117 -56
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +391 -185
- package/dist/commonjs/models/models.js +3023 -2857
- package/dist/commonjs/models/models.js.map +7 -1
- package/dist/commonjs/restorePollerHelpers.js +141 -208
- package/dist/commonjs/restorePollerHelpers.js.map +7 -1
- package/dist/commonjs/serviceFabricManagedClustersManagementClient.d.ts +1 -1
- package/dist/commonjs/serviceFabricManagedClustersManagementClient.js +111 -82
- package/dist/commonjs/serviceFabricManagedClustersManagementClient.js.map +7 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +49 -40
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +124 -103
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +94 -76
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +166 -158
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/applicationTypeVersions/index.js +20 -4
- package/dist/esm/api/applicationTypeVersions/index.js.map +7 -1
- package/dist/esm/api/applicationTypeVersions/operations.js +214 -167
- package/dist/esm/api/applicationTypeVersions/operations.js.map +7 -1
- package/dist/esm/api/applicationTypeVersions/options.js +0 -4
- package/dist/esm/api/applicationTypeVersions/options.js.map +7 -1
- package/dist/esm/api/applicationTypes/index.js +20 -4
- package/dist/esm/api/applicationTypes/index.js.map +7 -1
- package/dist/esm/api/applicationTypes/operations.js +195 -154
- package/dist/esm/api/applicationTypes/operations.js.map +7 -1
- package/dist/esm/api/applicationTypes/options.js +0 -4
- package/dist/esm/api/applicationTypes/options.js.map +7 -1
- package/dist/esm/api/applications/index.js +50 -4
- package/dist/esm/api/applications/index.js.map +7 -1
- package/dist/esm/api/applications/operations.js +475 -366
- package/dist/esm/api/applications/operations.js.map +7 -1
- package/dist/esm/api/applications/options.js +0 -4
- package/dist/esm/api/applications/options.js.map +7 -1
- package/dist/esm/api/index.d.ts +1 -1
- package/dist/esm/api/index.js +6 -4
- package/dist/esm/api/index.js.map +7 -1
- package/dist/esm/api/managedApplyMaintenanceWindow/index.js +6 -4
- package/dist/esm/api/managedApplyMaintenanceWindow/index.js.map +7 -1
- package/dist/esm/api/managedApplyMaintenanceWindow/operations.js +30 -29
- package/dist/esm/api/managedApplyMaintenanceWindow/operations.js.map +7 -1
- package/dist/esm/api/managedApplyMaintenanceWindow/options.js +0 -4
- package/dist/esm/api/managedApplyMaintenanceWindow/options.js.map +7 -1
- package/dist/esm/api/managedAzResiliencyStatus/index.js +6 -4
- package/dist/esm/api/managedAzResiliencyStatus/index.js.map +7 -1
- package/dist/esm/api/managedAzResiliencyStatus/operations.js +37 -32
- package/dist/esm/api/managedAzResiliencyStatus/operations.js.map +7 -1
- package/dist/esm/api/managedAzResiliencyStatus/options.js +0 -4
- package/dist/esm/api/managedAzResiliencyStatus/options.js.map +7 -1
- package/dist/esm/api/managedClusterVersion/index.js +17 -4
- package/dist/esm/api/managedClusterVersion/index.js.map +7 -1
- package/dist/esm/api/managedClusterVersion/operations.js +134 -121
- package/dist/esm/api/managedClusterVersion/operations.js.map +7 -1
- package/dist/esm/api/managedClusterVersion/options.js +0 -4
- package/dist/esm/api/managedClusterVersion/options.js.map +7 -1
- package/dist/esm/api/managedClusters/index.d.ts +2 -2
- package/dist/esm/api/managedClusters/index.js +30 -4
- package/dist/esm/api/managedClusters/index.js.map +7 -1
- package/dist/esm/api/managedClusters/operations.d.ts +2 -18
- package/dist/esm/api/managedClusters/operations.js +230 -347
- package/dist/esm/api/managedClusters/operations.js.map +7 -1
- package/dist/esm/api/managedClusters/options.d.ts +0 -16
- package/dist/esm/api/managedClusters/options.js +0 -4
- package/dist/esm/api/managedClusters/options.js.map +7 -1
- package/dist/esm/api/managedMaintenanceWindowStatus/index.js +6 -4
- package/dist/esm/api/managedMaintenanceWindowStatus/index.js.map +7 -1
- package/dist/esm/api/managedMaintenanceWindowStatus/operations.js +37 -36
- package/dist/esm/api/managedMaintenanceWindowStatus/operations.js.map +7 -1
- package/dist/esm/api/managedMaintenanceWindowStatus/options.js +0 -4
- package/dist/esm/api/managedMaintenanceWindowStatus/options.js.map +7 -1
- package/dist/esm/api/managedUnsupportedVMSizes/index.js +11 -4
- package/dist/esm/api/managedUnsupportedVMSizes/index.js.map +7 -1
- package/dist/esm/api/managedUnsupportedVMSizes/operations.js +72 -57
- package/dist/esm/api/managedUnsupportedVMSizes/operations.js.map +7 -1
- package/dist/esm/api/managedUnsupportedVMSizes/options.js +0 -4
- package/dist/esm/api/managedUnsupportedVMSizes/options.js.map +7 -1
- package/dist/esm/api/nodeTypeSkus/index.js +6 -4
- package/dist/esm/api/nodeTypeSkus/index.js.map +7 -1
- package/dist/esm/api/nodeTypeSkus/operations.js +43 -32
- package/dist/esm/api/nodeTypeSkus/operations.js.map +7 -1
- package/dist/esm/api/nodeTypeSkus/options.js +0 -4
- package/dist/esm/api/nodeTypeSkus/options.js.map +7 -1
- package/dist/esm/api/nodeTypes/index.d.ts +2 -2
- package/dist/esm/api/nodeTypes/index.js +50 -4
- package/dist/esm/api/nodeTypes/index.js.map +7 -1
- package/dist/esm/api/nodeTypes/operations.d.ts +2 -18
- package/dist/esm/api/nodeTypes/operations.js +447 -507
- package/dist/esm/api/nodeTypes/operations.js.map +7 -1
- package/dist/esm/api/nodeTypes/options.d.ts +0 -16
- package/dist/esm/api/nodeTypes/options.js +0 -4
- package/dist/esm/api/nodeTypes/options.js.map +7 -1
- package/dist/esm/api/operationResults/index.js +6 -4
- package/dist/esm/api/operationResults/index.js.map +7 -1
- package/dist/esm/api/operationResults/operations.js +30 -25
- package/dist/esm/api/operationResults/operations.js.map +7 -1
- package/dist/esm/api/operationResults/options.js +0 -4
- package/dist/esm/api/operationResults/options.js.map +7 -1
- package/dist/esm/api/operationStatus/index.js +6 -4
- package/dist/esm/api/operationStatus/index.js.map +7 -1
- package/dist/esm/api/operationStatus/operations.js +37 -32
- package/dist/esm/api/operationStatus/operations.js.map +7 -1
- package/dist/esm/api/operationStatus/options.js +0 -4
- package/dist/esm/api/operationStatus/options.js.map +7 -1
- package/dist/esm/api/operations/index.js +6 -4
- package/dist/esm/api/operations/index.js.map +7 -1
- package/dist/esm/api/operations/operations.js +39 -28
- package/dist/esm/api/operations/operations.js.map +7 -1
- package/dist/esm/api/operations/options.js +0 -4
- package/dist/esm/api/operations/options.js.map +7 -1
- package/dist/esm/api/serviceFabricManagedClustersManagementContext.d.ts +3 -3
- package/dist/esm/api/serviceFabricManagedClustersManagementContext.js +21 -39
- package/dist/esm/api/serviceFabricManagedClustersManagementContext.js.map +7 -1
- package/dist/esm/api/services/index.js +30 -4
- package/dist/esm/api/services/index.js.map +7 -1
- package/dist/esm/api/services/operations.js +270 -205
- package/dist/esm/api/services/operations.js.map +7 -1
- package/dist/esm/api/services/options.js +0 -4
- package/dist/esm/api/services/options.js.map +7 -1
- package/dist/esm/classic/applicationTypeVersions/index.js +37 -15
- package/dist/esm/classic/applicationTypeVersions/index.js.map +7 -1
- package/dist/esm/classic/applicationTypes/index.js +28 -15
- package/dist/esm/classic/applicationTypes/index.js.map +7 -1
- package/dist/esm/classic/applications/index.js +40 -21
- package/dist/esm/classic/applications/index.js.map +7 -1
- package/dist/esm/classic/index.d.ts +15 -15
- package/dist/esm/classic/index.js +0 -4
- package/dist/esm/classic/index.js.map +7 -1
- package/dist/esm/classic/managedApplyMaintenanceWindow/index.js +10 -10
- package/dist/esm/classic/managedApplyMaintenanceWindow/index.js.map +7 -1
- package/dist/esm/classic/managedAzResiliencyStatus/index.js +10 -10
- package/dist/esm/classic/managedAzResiliencyStatus/index.js.map +7 -1
- package/dist/esm/classic/managedClusterVersion/index.js +19 -14
- package/dist/esm/classic/managedClusterVersion/index.js.map +7 -1
- package/dist/esm/classic/managedClusters/index.d.ts +2 -10
- package/dist/esm/classic/managedClusters/index.js +23 -20
- package/dist/esm/classic/managedClusters/index.js.map +7 -1
- package/dist/esm/classic/managedMaintenanceWindowStatus/index.js +10 -10
- package/dist/esm/classic/managedMaintenanceWindowStatus/index.js.map +7 -1
- package/dist/esm/classic/managedUnsupportedVMSizes/index.js +11 -11
- package/dist/esm/classic/managedUnsupportedVMSizes/index.js.map +7 -1
- package/dist/esm/classic/nodeTypeSkus/index.js +10 -10
- package/dist/esm/classic/nodeTypeSkus/index.js.map +7 -1
- package/dist/esm/classic/nodeTypes/index.d.ts +2 -10
- package/dist/esm/classic/nodeTypes/index.js +33 -25
- package/dist/esm/classic/nodeTypes/index.js.map +7 -1
- package/dist/esm/classic/operationResults/index.js +10 -10
- package/dist/esm/classic/operationResults/index.js.map +7 -1
- package/dist/esm/classic/operationStatus/index.js +10 -10
- package/dist/esm/classic/operationStatus/index.js.map +7 -1
- package/dist/esm/classic/operations/index.js +10 -10
- package/dist/esm/classic/operations/index.js.map +7 -1
- package/dist/esm/classic/services/index.js +47 -16
- package/dist/esm/classic/services/index.js.map +7 -1
- package/dist/esm/index.d.ts +3 -3
- package/dist/esm/index.js +596 -8
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/logger.js +4 -4
- package/dist/esm/logger.js.map +7 -1
- package/dist/esm/models/index.d.ts +1 -1
- package/dist/esm/models/index.js +96 -4
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/models.d.ts +391 -185
- package/dist/esm/models/models.js +3181 -3077
- package/dist/esm/models/models.js.map +7 -1
- package/dist/esm/restorePollerHelpers.js +147 -203
- package/dist/esm/restorePollerHelpers.js.map +7 -1
- package/dist/esm/serviceFabricManagedClustersManagementClient.d.ts +1 -1
- package/dist/esm/serviceFabricManagedClustersManagementClient.js +72 -63
- package/dist/esm/serviceFabricManagedClustersManagementClient.js.map +7 -1
- package/dist/esm/static-helpers/cloudSettingHelpers.js +26 -37
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -1
- package/dist/esm/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/esm/static-helpers/pagingHelpers.js +100 -99
- package/dist/esm/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/esm/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/esm/static-helpers/pollingHelpers.js +70 -72
- package/dist/esm/static-helpers/pollingHelpers.js.map +7 -1
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/esm/static-helpers/urlTemplate.js +143 -155
- package/dist/esm/static-helpers/urlTemplate.js.map +7 -1
- package/dist/react-native/api/applicationTypeVersions/operations.js +18 -36
- package/dist/react-native/api/applicationTypeVersions/operations.js.map +1 -1
- package/dist/react-native/api/applicationTypeVersions/options.js.map +1 -1
- package/dist/react-native/api/applicationTypes/operations.js +15 -30
- package/dist/react-native/api/applicationTypes/operations.js.map +1 -1
- package/dist/react-native/api/applications/operations.js +29 -36
- package/dist/react-native/api/applications/operations.js.map +1 -1
- package/dist/react-native/api/index.d.ts +1 -1
- package/dist/react-native/api/index.js.map +1 -1
- package/dist/react-native/api/managedApplyMaintenanceWindow/operations.js +3 -7
- package/dist/react-native/api/managedApplyMaintenanceWindow/operations.js.map +1 -1
- package/dist/react-native/api/managedAzResiliencyStatus/operations.js +2 -5
- package/dist/react-native/api/managedAzResiliencyStatus/operations.js.map +1 -1
- package/dist/react-native/api/managedClusterVersion/operations.js +12 -32
- package/dist/react-native/api/managedClusterVersion/operations.js.map +1 -1
- package/dist/react-native/api/managedClusters/index.d.ts +2 -2
- package/dist/react-native/api/managedClusters/index.js +1 -1
- package/dist/react-native/api/managedClusters/index.js.map +1 -1
- package/dist/react-native/api/managedClusters/operations.d.ts +2 -18
- package/dist/react-native/api/managedClusters/operations.js +23 -188
- package/dist/react-native/api/managedClusters/operations.js.map +1 -1
- package/dist/react-native/api/managedClusters/options.d.ts +0 -16
- package/dist/react-native/api/managedClusters/options.js.map +1 -1
- package/dist/react-native/api/managedMaintenanceWindowStatus/operations.js +4 -11
- package/dist/react-native/api/managedMaintenanceWindowStatus/operations.js.map +1 -1
- package/dist/react-native/api/managedUnsupportedVMSizes/operations.js +5 -11
- package/dist/react-native/api/managedUnsupportedVMSizes/operations.js.map +1 -1
- package/dist/react-native/api/nodeTypeSkus/operations.js +3 -6
- package/dist/react-native/api/nodeTypeSkus/operations.js.map +1 -1
- package/dist/react-native/api/nodeTypes/index.d.ts +2 -2
- package/dist/react-native/api/nodeTypes/index.js +1 -1
- package/dist/react-native/api/nodeTypes/index.js.map +1 -1
- package/dist/react-native/api/nodeTypes/operations.d.ts +2 -18
- package/dist/react-native/api/nodeTypes/operations.js +30 -170
- package/dist/react-native/api/nodeTypes/operations.js.map +1 -1
- package/dist/react-native/api/nodeTypes/options.d.ts +0 -16
- package/dist/react-native/api/nodeTypes/options.js.map +1 -1
- package/dist/react-native/api/operationResults/operations.js +1 -1
- package/dist/react-native/api/operationResults/operations.js.map +1 -1
- package/dist/react-native/api/operationStatus/operations.js +2 -5
- package/dist/react-native/api/operationStatus/operations.js.map +1 -1
- package/dist/react-native/api/operations/operations.js +3 -6
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/serviceFabricManagedClustersManagementContext.d.ts +3 -3
- package/dist/react-native/api/serviceFabricManagedClustersManagementContext.js +3 -18
- package/dist/react-native/api/serviceFabricManagedClustersManagementContext.js.map +1 -1
- package/dist/react-native/api/services/operations.js +16 -25
- package/dist/react-native/api/services/operations.js.map +1 -1
- package/dist/react-native/classic/index.d.ts +15 -15
- package/dist/react-native/classic/index.js.map +1 -1
- package/dist/react-native/classic/managedClusters/index.d.ts +2 -10
- package/dist/react-native/classic/managedClusters/index.js +1 -5
- package/dist/react-native/classic/managedClusters/index.js.map +1 -1
- package/dist/react-native/classic/nodeTypes/index.d.ts +2 -10
- package/dist/react-native/classic/nodeTypes/index.js +1 -5
- package/dist/react-native/classic/nodeTypes/index.js.map +1 -1
- package/dist/react-native/index.d.ts +3 -3
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1 -1
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +391 -185
- package/dist/react-native/models/models.js +585 -228
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +31 -107
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/dist/react-native/serviceFabricManagedClustersManagementClient.d.ts +1 -1
- package/dist/react-native/serviceFabricManagedClustersManagementClient.js +10 -2
- package/dist/react-native/serviceFabricManagedClustersManagementClient.js.map +1 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +2 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +28 -3
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +4 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +18 -2
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +20 -5
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
- package/package.json +8 -42
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/api/services/operations.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ServiceFabricManagedClustersManagementContext as Client } from \"../index.js\";\nimport type {\n ServiceResource,\n ServiceUpdateParameters,\n _ServiceResourceList,\n RestartReplicaRequest,\n} from \"../../models/models.js\";\nimport {\n errorResponseDeserializer,\n serviceResourceSerializer,\n serviceResourceDeserializer,\n serviceUpdateParametersSerializer,\n _serviceResourceListDeserializer,\n restartReplicaRequestSerializer,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { buildPagedAsyncIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { getLongRunningPoller } from \"../../static-helpers/pollingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type {\n ServicesRestartReplicaOptionalParams,\n ServicesListByApplicationsOptionalParams,\n ServicesDeleteOptionalParams,\n ServicesUpdateOptionalParams,\n ServicesCreateOrUpdateOptionalParams,\n ServicesGetOptionalParams,\n} from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\nimport type { PollerLike, OperationState } from \"@azure/core-lro\";\n\nexport function _restartReplicaSend(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: RestartReplicaRequest,\n options: ServicesRestartReplicaOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/services/{serviceName}/restartReplica{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n clusterName: clusterName,\n applicationName: applicationName,\n serviceName: serviceName,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n body: restartReplicaRequestSerializer(parameters),\n });\n}\n\nexport async function _restartReplicaDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"202\", \"200\", \"201\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return;\n}\n\n/** A long-running resource action. */\nexport function restartReplica(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: RestartReplicaRequest,\n options: ServicesRestartReplicaOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(context, _restartReplicaDeserialize, [\"202\", \"200\", \"201\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _restartReplicaSend(\n context,\n resourceGroupName,\n clusterName,\n applicationName,\n serviceName,\n parameters,\n options,\n ),\n resourceLocationConfig: \"location\",\n }) as PollerLike<OperationState<void>, void>;\n}\n\nexport function _listByApplicationsSend(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options: ServicesListByApplicationsOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/services{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n clusterName: clusterName,\n applicationName: applicationName,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: {\n accept: \"application/json\",\n ...options.requestOptions?.headers,\n },\n });\n}\n\nexport async function _listByApplicationsDeserialize(\n result: PathUncheckedResponse,\n): Promise<_ServiceResourceList> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return _serviceResourceListDeserializer(result.body);\n}\n\n/** Gets all service resources created or in the process of being created in the Service Fabric managed application resource. */\nexport function listByApplications(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options: ServicesListByApplicationsOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<ServiceResource> {\n return buildPagedAsyncIterator(\n context,\n () =>\n _listByApplicationsSend(context, resourceGroupName, clusterName, applicationName, options),\n _listByApplicationsDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _$deleteSend(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n options: ServicesDeleteOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/services/{serviceName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n clusterName: clusterName,\n applicationName: applicationName,\n serviceName: serviceName,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _$deleteDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"202\", \"204\", \"200\", \"201\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return;\n}\n\n/** Delete a Service Fabric managed service resource with the specified name. */\n/**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\nexport function $delete(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n options: ServicesDeleteOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(context, _$deleteDeserialize, [\"202\", \"204\", \"200\", \"201\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _$deleteSend(context, resourceGroupName, clusterName, applicationName, serviceName, options),\n resourceLocationConfig: \"location\",\n }) as PollerLike<OperationState<void>, void>;\n}\n\nexport function _updateSend(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: ServiceUpdateParameters,\n options: ServicesUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/services/{serviceName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n clusterName: clusterName,\n applicationName: applicationName,\n serviceName: serviceName,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).patch({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: {\n accept: \"application/json\",\n ...options.requestOptions?.headers,\n },\n body: serviceUpdateParametersSerializer(parameters),\n });\n}\n\nexport async function _updateDeserialize(result: PathUncheckedResponse): Promise<ServiceResource> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return serviceResourceDeserializer(result.body);\n}\n\n/** Updates the tags of a service resource of a given managed cluster. */\nexport async function update(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: ServiceUpdateParameters,\n options: ServicesUpdateOptionalParams = { requestOptions: {} },\n): Promise<ServiceResource> {\n const result = await _updateSend(\n context,\n resourceGroupName,\n clusterName,\n applicationName,\n serviceName,\n parameters,\n options,\n );\n return _updateDeserialize(result);\n}\n\nexport function _createOrUpdateSend(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: ServiceResource,\n options: ServicesCreateOrUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/services/{serviceName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n clusterName: clusterName,\n applicationName: applicationName,\n serviceName: serviceName,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).put({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: {\n accept: \"application/json\",\n ...options.requestOptions?.headers,\n },\n body: serviceResourceSerializer(parameters),\n });\n}\n\nexport async function _createOrUpdateDeserialize(\n result: PathUncheckedResponse,\n): Promise<ServiceResource> {\n const expectedStatuses = [\"200\", \"202\", \"201\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return serviceResourceDeserializer(result.body);\n}\n\n/** Create or update a Service Fabric managed service resource with the specified name. */\nexport function createOrUpdate(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: ServiceResource,\n options: ServicesCreateOrUpdateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<ServiceResource>, ServiceResource> {\n return getLongRunningPoller(context, _createOrUpdateDeserialize, [\"200\", \"202\", \"201\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _createOrUpdateSend(\n context,\n resourceGroupName,\n clusterName,\n applicationName,\n serviceName,\n parameters,\n options,\n ),\n resourceLocationConfig: \"location\",\n }) as PollerLike<OperationState<ServiceResource>, ServiceResource>;\n}\n\nexport function _getSend(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n options: ServicesGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/services/{serviceName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n clusterName: clusterName,\n applicationName: applicationName,\n serviceName: serviceName,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: {\n accept: \"application/json\",\n ...options.requestOptions?.headers,\n },\n });\n}\n\nexport async function _getDeserialize(result: PathUncheckedResponse): Promise<ServiceResource> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return serviceResourceDeserializer(result.body);\n}\n\n/** Get a Service Fabric service resource created or in the process of being created in the Service Fabric managed application resource. */\nexport async function get(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n options: ServicesGetOptionalParams = { requestOptions: {} },\n): Promise<ServiceResource> {\n const result = await _getSend(\n context,\n resourceGroupName,\n clusterName,\n applicationName,\n serviceName,\n options,\n );\n return _getDeserialize(result);\n}\n"]}
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/src/api/services/operations.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ServiceFabricManagedClustersManagementContext as Client } from \"../index.js\";\nimport type {\n ServiceResource,\n ServiceUpdateParameters,\n _ServiceResourceList,\n RestartReplicaRequest,\n} from \"../../models/models.js\";\nimport {\n errorResponseDeserializer,\n serviceResourceSerializer,\n serviceResourceDeserializer,\n serviceUpdateParametersSerializer,\n _serviceResourceListDeserializer,\n restartReplicaRequestSerializer,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { buildPagedAsyncIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { getLongRunningPoller } from \"../../static-helpers/pollingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type {\n ServicesRestartReplicaOptionalParams,\n ServicesListByApplicationsOptionalParams,\n ServicesDeleteOptionalParams,\n ServicesUpdateOptionalParams,\n ServicesCreateOrUpdateOptionalParams,\n ServicesGetOptionalParams,\n} from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\nimport type { PollerLike, OperationState } from \"@azure/core-lro\";\n\nexport function _restartReplicaSend(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: RestartReplicaRequest,\n options: ServicesRestartReplicaOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/services/{serviceName}/restartReplica{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n clusterName: clusterName,\n applicationName: applicationName,\n serviceName: serviceName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-02-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n body: restartReplicaRequestSerializer(parameters),\n });\n}\n\nexport async function _restartReplicaDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"202\", \"200\", \"201\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return;\n}\n\n/** A long-running resource action. */\nexport function restartReplica(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: RestartReplicaRequest,\n options: ServicesRestartReplicaOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(context, _restartReplicaDeserialize, [\"202\", \"200\", \"201\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _restartReplicaSend(\n context,\n resourceGroupName,\n clusterName,\n applicationName,\n serviceName,\n parameters,\n options,\n ),\n resourceLocationConfig: \"location\",\n apiVersion: context.apiVersion ?? \"2026-02-01\",\n }) as PollerLike<OperationState<void>, void>;\n}\n\nexport function _listByApplicationsSend(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options: ServicesListByApplicationsOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/services{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n clusterName: clusterName,\n applicationName: applicationName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-02-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _listByApplicationsDeserialize(\n result: PathUncheckedResponse,\n): Promise<_ServiceResourceList> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return _serviceResourceListDeserializer(result.body);\n}\n\n/** Gets all service resources created or in the process of being created in the Service Fabric managed application resource. */\nexport function listByApplications(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options: ServicesListByApplicationsOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<ServiceResource> {\n return buildPagedAsyncIterator(\n context,\n () =>\n _listByApplicationsSend(context, resourceGroupName, clusterName, applicationName, options),\n _listByApplicationsDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\", apiVersion: context.apiVersion ?? \"2026-02-01\" },\n );\n}\n\nexport function _$deleteSend(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n options: ServicesDeleteOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/services/{serviceName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n clusterName: clusterName,\n applicationName: applicationName,\n serviceName: serviceName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-02-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _$deleteDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"202\", \"204\", \"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return;\n}\n\n/** Delete a Service Fabric managed service resource with the specified name. */\n/**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\nexport function $delete(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n options: ServicesDeleteOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(context, _$deleteDeserialize, [\"202\", \"204\", \"200\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _$deleteSend(context, resourceGroupName, clusterName, applicationName, serviceName, options),\n resourceLocationConfig: \"location\",\n apiVersion: context.apiVersion ?? \"2026-02-01\",\n }) as PollerLike<OperationState<void>, void>;\n}\n\nexport function _updateSend(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: ServiceUpdateParameters,\n options: ServicesUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/services/{serviceName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n clusterName: clusterName,\n applicationName: applicationName,\n serviceName: serviceName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-02-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).patch({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: serviceUpdateParametersSerializer(parameters),\n });\n}\n\nexport async function _updateDeserialize(result: PathUncheckedResponse): Promise<ServiceResource> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return serviceResourceDeserializer(result.body);\n}\n\n/** Updates the tags of a service resource of a given managed cluster. */\nexport async function update(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: ServiceUpdateParameters,\n options: ServicesUpdateOptionalParams = { requestOptions: {} },\n): Promise<ServiceResource> {\n const result = await _updateSend(\n context,\n resourceGroupName,\n clusterName,\n applicationName,\n serviceName,\n parameters,\n options,\n );\n return _updateDeserialize(result);\n}\n\nexport function _createOrUpdateSend(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: ServiceResource,\n options: ServicesCreateOrUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/services/{serviceName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n clusterName: clusterName,\n applicationName: applicationName,\n serviceName: serviceName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-02-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).put({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: serviceResourceSerializer(parameters),\n });\n}\n\nexport async function _createOrUpdateDeserialize(\n result: PathUncheckedResponse,\n): Promise<ServiceResource> {\n const expectedStatuses = [\"200\", \"202\", \"201\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return serviceResourceDeserializer(result.body);\n}\n\n/** Create or update a Service Fabric managed service resource with the specified name. */\nexport function createOrUpdate(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: ServiceResource,\n options: ServicesCreateOrUpdateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<ServiceResource>, ServiceResource> {\n return getLongRunningPoller(context, _createOrUpdateDeserialize, [\"200\", \"202\", \"201\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _createOrUpdateSend(\n context,\n resourceGroupName,\n clusterName,\n applicationName,\n serviceName,\n parameters,\n options,\n ),\n resourceLocationConfig: \"location\",\n apiVersion: context.apiVersion ?? \"2026-02-01\",\n }) as PollerLike<OperationState<ServiceResource>, ServiceResource>;\n}\n\nexport function _getSend(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n options: ServicesGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/services/{serviceName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n clusterName: clusterName,\n applicationName: applicationName,\n serviceName: serviceName,\n \"api%2Dversion\": context.apiVersion ?? \"2026-02-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _getDeserialize(result: PathUncheckedResponse): Promise<ServiceResource> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return serviceResourceDeserializer(result.body);\n}\n\n/** Get a Service Fabric service resource created or in the process of being created in the Service Fabric managed application resource. */\nexport async function get(\n context: Client,\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n options: ServicesGetOptionalParams = { requestOptions: {} },\n): Promise<ServiceResource> {\n const result = await _getSend(\n context,\n resourceGroupName,\n clusterName,\n applicationName,\n serviceName,\n options,\n );\n return _getDeserialize(result);\n}\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __copyProps = (to, from, except, desc) => {
|
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
for (let key of __getOwnPropNames(from))
|
|
8
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
+
}
|
|
11
|
+
return to;
|
|
12
|
+
};
|
|
13
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
+
var options_exports = {};
|
|
15
|
+
module.exports = __toCommonJS(options_exports);
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/src/api/services/options.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface ServicesRestartReplicaOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface ServicesListByApplicationsOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface ServicesDeleteOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface ServicesUpdateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface ServicesCreateOrUpdateOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface ServicesGetOptionalParams extends OperationOptions {}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,21 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var applicationTypeVersions_exports = {};
|
|
19
|
+
__export(applicationTypeVersions_exports, {
|
|
20
|
+
_getApplicationTypeVersionsOperations: () => _getApplicationTypeVersionsOperations
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(applicationTypeVersions_exports);
|
|
23
|
+
var import_operations = require("../../api/applicationTypeVersions/operations.js");
|
|
7
24
|
function _getApplicationTypeVersions(context) {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
25
|
+
return {
|
|
26
|
+
listByApplicationTypes: (resourceGroupName, clusterName, applicationTypeName, options) => (0, import_operations.listByApplicationTypes)(context, resourceGroupName, clusterName, applicationTypeName, options),
|
|
27
|
+
delete: (resourceGroupName, clusterName, applicationTypeName, version, options) => (0, import_operations.$delete)(context, resourceGroupName, clusterName, applicationTypeName, version, options),
|
|
28
|
+
update: (resourceGroupName, clusterName, applicationTypeName, version, parameters, options) => (0, import_operations.update)(
|
|
29
|
+
context,
|
|
30
|
+
resourceGroupName,
|
|
31
|
+
clusterName,
|
|
32
|
+
applicationTypeName,
|
|
33
|
+
version,
|
|
34
|
+
parameters,
|
|
35
|
+
options
|
|
36
|
+
),
|
|
37
|
+
createOrUpdate: (resourceGroupName, clusterName, applicationTypeName, version, parameters, options) => (0, import_operations.createOrUpdate)(
|
|
38
|
+
context,
|
|
39
|
+
resourceGroupName,
|
|
40
|
+
clusterName,
|
|
41
|
+
applicationTypeName,
|
|
42
|
+
version,
|
|
43
|
+
parameters,
|
|
44
|
+
options
|
|
45
|
+
),
|
|
46
|
+
get: (resourceGroupName, clusterName, applicationTypeName, version, options) => (0, import_operations.get)(context, resourceGroupName, clusterName, applicationTypeName, version, options)
|
|
47
|
+
};
|
|
15
48
|
}
|
|
16
49
|
function _getApplicationTypeVersionsOperations(context) {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
50
|
+
return {
|
|
51
|
+
..._getApplicationTypeVersions(context)
|
|
52
|
+
};
|
|
20
53
|
}
|
|
21
|
-
|
|
54
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
55
|
+
0 && (module.exports = {
|
|
56
|
+
_getApplicationTypeVersionsOperations
|
|
57
|
+
});
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/src/classic/applicationTypeVersions/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ServiceFabricManagedClustersManagementContext } from \"../../api/serviceFabricManagedClustersManagementContext.js\";\nimport {\n listByApplicationTypes,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"../../api/applicationTypeVersions/operations.js\";\nimport type {\n ApplicationTypeVersionsListByApplicationTypesOptionalParams,\n ApplicationTypeVersionsDeleteOptionalParams,\n ApplicationTypeVersionsUpdateOptionalParams,\n ApplicationTypeVersionsCreateOrUpdateOptionalParams,\n ApplicationTypeVersionsGetOptionalParams,\n} from \"../../api/applicationTypeVersions/options.js\";\nimport type {\n ApplicationTypeVersionResource,\n ApplicationTypeVersionUpdateParameters,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport type { PollerLike, OperationState } from \"@azure/core-lro\";\n\n/** Interface representing a ApplicationTypeVersions operations. */\nexport interface ApplicationTypeVersionsOperations {\n /** Gets all application type version resources created or in the process of being created in the Service Fabric managed application type name resource. */\n listByApplicationTypes: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n options?: ApplicationTypeVersionsListByApplicationTypesOptionalParams,\n ) => PagedAsyncIterableIterator<ApplicationTypeVersionResource>;\n /** Delete a Service Fabric managed application type version resource with the specified name. */\n /**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\n delete: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n version: string,\n options?: ApplicationTypeVersionsDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Updates the tags of an application type version resource of a given managed cluster. */\n update: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n version: string,\n parameters: ApplicationTypeVersionUpdateParameters,\n options?: ApplicationTypeVersionsUpdateOptionalParams,\n ) => Promise<ApplicationTypeVersionResource>;\n /** Create or update a Service Fabric managed application type version resource with the specified name. */\n createOrUpdate: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n version: string,\n parameters: ApplicationTypeVersionResource,\n options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams,\n ) => PollerLike<OperationState<ApplicationTypeVersionResource>, ApplicationTypeVersionResource>;\n /** Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource. */\n get: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n version: string,\n options?: ApplicationTypeVersionsGetOptionalParams,\n ) => Promise<ApplicationTypeVersionResource>;\n}\n\nfunction _getApplicationTypeVersions(context: ServiceFabricManagedClustersManagementContext) {\n return {\n listByApplicationTypes: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n options?: ApplicationTypeVersionsListByApplicationTypesOptionalParams,\n ) =>\n listByApplicationTypes(context, resourceGroupName, clusterName, applicationTypeName, options),\n delete: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n version: string,\n options?: ApplicationTypeVersionsDeleteOptionalParams,\n ) => $delete(context, resourceGroupName, clusterName, applicationTypeName, version, options),\n update: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n version: string,\n parameters: ApplicationTypeVersionUpdateParameters,\n options?: ApplicationTypeVersionsUpdateOptionalParams,\n ) =>\n update(\n context,\n resourceGroupName,\n clusterName,\n applicationTypeName,\n version,\n parameters,\n options,\n ),\n createOrUpdate: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n version: string,\n parameters: ApplicationTypeVersionResource,\n options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams,\n ) =>\n createOrUpdate(\n context,\n resourceGroupName,\n clusterName,\n applicationTypeName,\n version,\n parameters,\n options,\n ),\n get: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n version: string,\n options?: ApplicationTypeVersionsGetOptionalParams,\n ) => get(context, resourceGroupName, clusterName, applicationTypeName, version, options),\n };\n}\n\nexport function _getApplicationTypeVersionsOperations(\n context: ServiceFabricManagedClustersManagementContext,\n): ApplicationTypeVersionsOperations {\n return {\n ..._getApplicationTypeVersions(context),\n };\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,wBAMO;AAiEP,SAAS,4BAA4B,SAAwD;AAC3F,SAAO;AAAA,IACL,wBAAwB,CACtB,mBACA,aACA,qBACA,gBAEA,0CAAuB,SAAS,mBAAmB,aAAa,qBAAqB,OAAO;AAAA,IAC9F,QAAQ,CACN,mBACA,aACA,qBACA,SACA,gBACG,2BAAQ,SAAS,mBAAmB,aAAa,qBAAqB,SAAS,OAAO;AAAA,IAC3F,QAAQ,CACN,mBACA,aACA,qBACA,SACA,YACA,gBAEA;AAAA,MACE;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF;AAAA,IACF,gBAAgB,CACd,mBACA,aACA,qBACA,SACA,YACA,gBAEA;AAAA,MACE;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF;AAAA,IACF,KAAK,CACH,mBACA,aACA,qBACA,SACA,gBACG,uBAAI,SAAS,mBAAmB,aAAa,qBAAqB,SAAS,OAAO;AAAA,EACzF;AACF;AAEO,SAAS,sCACd,SACmC;AACnC,SAAO;AAAA,IACL,GAAG,4BAA4B,OAAO;AAAA,EACxC;AACF;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,21 +1,48 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var applicationTypes_exports = {};
|
|
19
|
+
__export(applicationTypes_exports, {
|
|
20
|
+
_getApplicationTypesOperations: () => _getApplicationTypesOperations
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(applicationTypes_exports);
|
|
23
|
+
var import_operations = require("../../api/applicationTypes/operations.js");
|
|
7
24
|
function _getApplicationTypes(context) {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
25
|
+
return {
|
|
26
|
+
list: (resourceGroupName, clusterName, options) => (0, import_operations.list)(context, resourceGroupName, clusterName, options),
|
|
27
|
+
delete: (resourceGroupName, clusterName, applicationTypeName, options) => (0, import_operations.$delete)(context, resourceGroupName, clusterName, applicationTypeName, options),
|
|
28
|
+
update: (resourceGroupName, clusterName, applicationTypeName, parameters, options) => (0, import_operations.update)(context, resourceGroupName, clusterName, applicationTypeName, parameters, options),
|
|
29
|
+
createOrUpdate: (resourceGroupName, clusterName, applicationTypeName, parameters, options) => (0, import_operations.createOrUpdate)(
|
|
30
|
+
context,
|
|
31
|
+
resourceGroupName,
|
|
32
|
+
clusterName,
|
|
33
|
+
applicationTypeName,
|
|
34
|
+
parameters,
|
|
35
|
+
options
|
|
36
|
+
),
|
|
37
|
+
get: (resourceGroupName, clusterName, applicationTypeName, options) => (0, import_operations.get)(context, resourceGroupName, clusterName, applicationTypeName, options)
|
|
38
|
+
};
|
|
15
39
|
}
|
|
16
40
|
function _getApplicationTypesOperations(context) {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
41
|
+
return {
|
|
42
|
+
..._getApplicationTypes(context)
|
|
43
|
+
};
|
|
20
44
|
}
|
|
21
|
-
|
|
45
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
46
|
+
0 && (module.exports = {
|
|
47
|
+
_getApplicationTypesOperations
|
|
48
|
+
});
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/src/classic/applicationTypes/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ServiceFabricManagedClustersManagementContext } from \"../../api/serviceFabricManagedClustersManagementContext.js\";\nimport {\n list,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"../../api/applicationTypes/operations.js\";\nimport type {\n ApplicationTypesListOptionalParams,\n ApplicationTypesDeleteOptionalParams,\n ApplicationTypesUpdateOptionalParams,\n ApplicationTypesCreateOrUpdateOptionalParams,\n ApplicationTypesGetOptionalParams,\n} from \"../../api/applicationTypes/options.js\";\nimport type {\n ApplicationTypeResource,\n ApplicationTypeUpdateParameters,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport type { PollerLike, OperationState } from \"@azure/core-lro\";\n\n/** Interface representing a ApplicationTypes operations. */\nexport interface ApplicationTypesOperations {\n /** Gets all application type name resources created or in the process of being created in the Service Fabric managed cluster resource. */\n list: (\n resourceGroupName: string,\n clusterName: string,\n options?: ApplicationTypesListOptionalParams,\n ) => PagedAsyncIterableIterator<ApplicationTypeResource>;\n /** Delete a Service Fabric managed application type name resource with the specified name. */\n /**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\n delete: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n options?: ApplicationTypesDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Updates the tags of an application type resource of a given managed cluster. */\n update: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n parameters: ApplicationTypeUpdateParameters,\n options?: ApplicationTypesUpdateOptionalParams,\n ) => Promise<ApplicationTypeResource>;\n /** Create or update a Service Fabric managed application type name resource with the specified name. */\n createOrUpdate: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n parameters: ApplicationTypeResource,\n options?: ApplicationTypesCreateOrUpdateOptionalParams,\n ) => Promise<ApplicationTypeResource>;\n /** Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric managed cluster resource. */\n get: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n options?: ApplicationTypesGetOptionalParams,\n ) => Promise<ApplicationTypeResource>;\n}\n\nfunction _getApplicationTypes(context: ServiceFabricManagedClustersManagementContext) {\n return {\n list: (\n resourceGroupName: string,\n clusterName: string,\n options?: ApplicationTypesListOptionalParams,\n ) => list(context, resourceGroupName, clusterName, options),\n delete: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n options?: ApplicationTypesDeleteOptionalParams,\n ) => $delete(context, resourceGroupName, clusterName, applicationTypeName, options),\n update: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n parameters: ApplicationTypeUpdateParameters,\n options?: ApplicationTypesUpdateOptionalParams,\n ) => update(context, resourceGroupName, clusterName, applicationTypeName, parameters, options),\n createOrUpdate: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n parameters: ApplicationTypeResource,\n options?: ApplicationTypesCreateOrUpdateOptionalParams,\n ) =>\n createOrUpdate(\n context,\n resourceGroupName,\n clusterName,\n applicationTypeName,\n parameters,\n options,\n ),\n get: (\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n options?: ApplicationTypesGetOptionalParams,\n ) => get(context, resourceGroupName, clusterName, applicationTypeName, options),\n };\n}\n\nexport function _getApplicationTypesOperations(\n context: ServiceFabricManagedClustersManagementContext,\n): ApplicationTypesOperations {\n return {\n ..._getApplicationTypes(context),\n };\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,wBAMO;AA4DP,SAAS,qBAAqB,SAAwD;AACpF,SAAO;AAAA,IACL,MAAM,CACJ,mBACA,aACA,gBACG,wBAAK,SAAS,mBAAmB,aAAa,OAAO;AAAA,IAC1D,QAAQ,CACN,mBACA,aACA,qBACA,gBACG,2BAAQ,SAAS,mBAAmB,aAAa,qBAAqB,OAAO;AAAA,IAClF,QAAQ,CACN,mBACA,aACA,qBACA,YACA,gBACG,0BAAO,SAAS,mBAAmB,aAAa,qBAAqB,YAAY,OAAO;AAAA,IAC7F,gBAAgB,CACd,mBACA,aACA,qBACA,YACA,gBAEA;AAAA,MACE;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF;AAAA,IACF,KAAK,CACH,mBACA,aACA,qBACA,gBACG,uBAAI,SAAS,mBAAmB,aAAa,qBAAqB,OAAO;AAAA,EAChF;AACF;AAEO,SAAS,+BACd,SAC4B;AAC5B,SAAO;AAAA,IACL,GAAG,qBAAqB,OAAO;AAAA,EACjC;AACF;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,27 +1,54 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var applications_exports = {};
|
|
19
|
+
__export(applications_exports, {
|
|
20
|
+
_getApplicationsOperations: () => _getApplicationsOperations
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(applications_exports);
|
|
23
|
+
var import_operations = require("../../api/applications/operations.js");
|
|
7
24
|
function _getApplications(context) {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
25
|
+
return {
|
|
26
|
+
restartDeployedCodePackage: (resourceGroupName, clusterName, applicationName, parameters, options) => (0, import_operations.restartDeployedCodePackage)(
|
|
27
|
+
context,
|
|
28
|
+
resourceGroupName,
|
|
29
|
+
clusterName,
|
|
30
|
+
applicationName,
|
|
31
|
+
parameters,
|
|
32
|
+
options
|
|
33
|
+
),
|
|
34
|
+
fetchHealth: (resourceGroupName, clusterName, applicationName, parameters, options) => (0, import_operations.fetchHealth)(context, resourceGroupName, clusterName, applicationName, parameters, options),
|
|
35
|
+
updateUpgrade: (resourceGroupName, clusterName, applicationName, parameters, options) => (0, import_operations.updateUpgrade)(context, resourceGroupName, clusterName, applicationName, parameters, options),
|
|
36
|
+
startRollback: (resourceGroupName, clusterName, applicationName, options) => (0, import_operations.startRollback)(context, resourceGroupName, clusterName, applicationName, options),
|
|
37
|
+
resumeUpgrade: (resourceGroupName, clusterName, applicationName, parameters, options) => (0, import_operations.resumeUpgrade)(context, resourceGroupName, clusterName, applicationName, parameters, options),
|
|
38
|
+
readUpgrade: (resourceGroupName, clusterName, applicationName, options) => (0, import_operations.readUpgrade)(context, resourceGroupName, clusterName, applicationName, options),
|
|
39
|
+
list: (resourceGroupName, clusterName, options) => (0, import_operations.list)(context, resourceGroupName, clusterName, options),
|
|
40
|
+
delete: (resourceGroupName, clusterName, applicationName, options) => (0, import_operations.$delete)(context, resourceGroupName, clusterName, applicationName, options),
|
|
41
|
+
update: (resourceGroupName, clusterName, applicationName, parameters, options) => (0, import_operations.update)(context, resourceGroupName, clusterName, applicationName, parameters, options),
|
|
42
|
+
createOrUpdate: (resourceGroupName, clusterName, applicationName, parameters, options) => (0, import_operations.createOrUpdate)(context, resourceGroupName, clusterName, applicationName, parameters, options),
|
|
43
|
+
get: (resourceGroupName, clusterName, applicationName, options) => (0, import_operations.get)(context, resourceGroupName, clusterName, applicationName, options)
|
|
44
|
+
};
|
|
21
45
|
}
|
|
22
46
|
function _getApplicationsOperations(context) {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
47
|
+
return {
|
|
48
|
+
..._getApplications(context)
|
|
49
|
+
};
|
|
26
50
|
}
|
|
27
|
-
|
|
51
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
52
|
+
0 && (module.exports = {
|
|
53
|
+
_getApplicationsOperations
|
|
54
|
+
});
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/applications/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AA0NlC,gEAMC;AA7ND,wEAY8C;AAoH9C,SAAS,gBAAgB,CAAC,OAAsD;IAC9E,OAAO;QACL,0BAA0B,EAAE,CAC1B,iBAAyB,EACzB,WAAmB,EACnB,eAAuB,EACvB,UAA6C,EAC7C,OAA8D,EAC9D,EAAE,CACF,IAAA,0CAA0B,EACxB,OAAO,EACP,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,UAAU,EACV,OAAO,CACR;QACH,WAAW,EAAE,CACX,iBAAyB,EACzB,WAAmB,EACnB,eAAuB,EACvB,UAAyC,EACzC,OAA+C,EAC/C,EAAE,CAAC,IAAA,2BAAW,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,OAAO,CAAC;QAC/F,aAAa,EAAE,CACb,iBAAyB,EACzB,WAAmB,EACnB,eAAuB,EACvB,UAAqD,EACrD,OAAiD,EACjD,EAAE,CACF,IAAA,6BAAa,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,OAAO,CAAC;QAC9F,aAAa,EAAE,CACb,iBAAyB,EACzB,WAAmB,EACnB,eAAuB,EACvB,OAAiD,EACjD,EAAE,CAAC,IAAA,6BAAa,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,eAAe,EAAE,OAAO,CAAC;QACrF,aAAa,EAAE,CACb,iBAAyB,EACzB,WAAmB,EACnB,eAAuB,EACvB,UAAqD,EACrD,OAAiD,EACjD,EAAE,CACF,IAAA,6BAAa,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,OAAO,CAAC;QAC9F,WAAW,EAAE,CACX,iBAAyB,EACzB,WAAmB,EACnB,eAAuB,EACvB,OAA+C,EAC/C,EAAE,CAAC,IAAA,2BAAW,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,eAAe,EAAE,OAAO,CAAC;QACnF,IAAI,EAAE,CACJ,iBAAyB,EACzB,WAAmB,EACnB,OAAwC,EACxC,EAAE,CAAC,IAAA,oBAAI,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,CAAC;QAC3D,MAAM,EAAE,CACN,iBAAyB,EACzB,WAAmB,EACnB,eAAuB,EACvB,OAA0C,EAC1C,EAAE,CAAC,IAAA,uBAAO,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,eAAe,EAAE,OAAO,CAAC;QAC/E,MAAM,EAAE,CACN,iBAAyB,EACzB,WAAmB,EACnB,eAAuB,EACvB,UAAuC,EACvC,OAA0C,EAC1C,EAAE,CAAC,IAAA,sBAAM,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,OAAO,CAAC;QAC1F,cAAc,EAAE,CACd,iBAAyB,EACzB,WAAmB,EACnB,eAAuB,EACvB,UAA+B,EAC/B,OAAkD,EAClD,EAAE,CACF,IAAA,8BAAc,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,OAAO,CAAC;QAC/F,GAAG,EAAE,CACH,iBAAyB,EACzB,WAAmB,EACnB,eAAuB,EACvB,OAAuC,EACvC,EAAE,CAAC,IAAA,mBAAG,EAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,eAAe,EAAE,OAAO,CAAC;KAC5E,CAAC;AACJ,CAAC;AAED,SAAgB,0BAA0B,CACxC,OAAsD;IAEtD,OAAO;QACL,GAAG,gBAAgB,CAAC,OAAO,CAAC;KAC7B,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ServiceFabricManagedClustersManagementContext } from \"../../api/serviceFabricManagedClustersManagementContext.js\";\nimport {\n restartDeployedCodePackage,\n fetchHealth,\n updateUpgrade,\n startRollback,\n resumeUpgrade,\n readUpgrade,\n list,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"../../api/applications/operations.js\";\nimport type {\n ApplicationsRestartDeployedCodePackageOptionalParams,\n ApplicationsFetchHealthOptionalParams,\n ApplicationsUpdateUpgradeOptionalParams,\n ApplicationsStartRollbackOptionalParams,\n ApplicationsResumeUpgradeOptionalParams,\n ApplicationsReadUpgradeOptionalParams,\n ApplicationsListOptionalParams,\n ApplicationsDeleteOptionalParams,\n ApplicationsUpdateOptionalParams,\n ApplicationsCreateOrUpdateOptionalParams,\n ApplicationsGetOptionalParams,\n} from \"../../api/applications/options.js\";\nimport type {\n ApplicationResource,\n ApplicationUpdateParameters,\n RuntimeResumeApplicationUpgradeParameters,\n RuntimeUpdateApplicationUpgradeParameters,\n ApplicationFetchHealthRequest,\n RestartDeployedCodePackageRequest,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport type { PollerLike, OperationState } from \"@azure/core-lro\";\n\n/** Interface representing a Applications operations. */\nexport interface ApplicationsOperations {\n /** Restart a code package instance of a service replica or instance. This is a potentially destabilizing operation that should be used with immense care. */\n restartDeployedCodePackage: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: RestartDeployedCodePackageRequest,\n options?: ApplicationsRestartDeployedCodePackageOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Get the status of the deployed application health. It will query the cluster to find the health of the deployed application. */\n fetchHealth: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationFetchHealthRequest,\n options?: ApplicationsFetchHealthOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Send a request to update the current application upgrade. */\n updateUpgrade: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: RuntimeUpdateApplicationUpgradeParameters,\n options?: ApplicationsUpdateUpgradeOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Send a request to start a rollback of the current application upgrade. This will start rolling back the application to the previous version. */\n startRollback: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsStartRollbackOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Send a request to resume the current application upgrade. This will resume the application upgrade from where it was paused. */\n resumeUpgrade: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: RuntimeResumeApplicationUpgradeParameters,\n options?: ApplicationsResumeUpgradeOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Get the status of the latest application upgrade. It will query the cluster to find the status of the latest application upgrade. */\n readUpgrade: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsReadUpgradeOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Gets all managed application resources created or in the process of being created in the Service Fabric cluster resource. */\n list: (\n resourceGroupName: string,\n clusterName: string,\n options?: ApplicationsListOptionalParams,\n ) => PagedAsyncIterableIterator<ApplicationResource>;\n /** Delete a Service Fabric managed application resource with the specified name. */\n /**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\n delete: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Updates an application resource of a given managed cluster. */\n update: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationUpdateParameters,\n options?: ApplicationsUpdateOptionalParams,\n ) => PollerLike<OperationState<ApplicationResource>, ApplicationResource>;\n /** Create or update a Service Fabric managed application resource with the specified name. */\n createOrUpdate: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationResource,\n options?: ApplicationsCreateOrUpdateOptionalParams,\n ) => PollerLike<OperationState<ApplicationResource>, ApplicationResource>;\n /** Get a Service Fabric managed application resource created or in the process of being created in the Service Fabric cluster resource. */\n get: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsGetOptionalParams,\n ) => Promise<ApplicationResource>;\n}\n\nfunction _getApplications(context: ServiceFabricManagedClustersManagementContext) {\n return {\n restartDeployedCodePackage: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: RestartDeployedCodePackageRequest,\n options?: ApplicationsRestartDeployedCodePackageOptionalParams,\n ) =>\n restartDeployedCodePackage(\n context,\n resourceGroupName,\n clusterName,\n applicationName,\n parameters,\n options,\n ),\n fetchHealth: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationFetchHealthRequest,\n options?: ApplicationsFetchHealthOptionalParams,\n ) => fetchHealth(context, resourceGroupName, clusterName, applicationName, parameters, options),\n updateUpgrade: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: RuntimeUpdateApplicationUpgradeParameters,\n options?: ApplicationsUpdateUpgradeOptionalParams,\n ) =>\n updateUpgrade(context, resourceGroupName, clusterName, applicationName, parameters, options),\n startRollback: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsStartRollbackOptionalParams,\n ) => startRollback(context, resourceGroupName, clusterName, applicationName, options),\n resumeUpgrade: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: RuntimeResumeApplicationUpgradeParameters,\n options?: ApplicationsResumeUpgradeOptionalParams,\n ) =>\n resumeUpgrade(context, resourceGroupName, clusterName, applicationName, parameters, options),\n readUpgrade: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsReadUpgradeOptionalParams,\n ) => readUpgrade(context, resourceGroupName, clusterName, applicationName, options),\n list: (\n resourceGroupName: string,\n clusterName: string,\n options?: ApplicationsListOptionalParams,\n ) => list(context, resourceGroupName, clusterName, options),\n delete: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsDeleteOptionalParams,\n ) => $delete(context, resourceGroupName, clusterName, applicationName, options),\n update: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationUpdateParameters,\n options?: ApplicationsUpdateOptionalParams,\n ) => update(context, resourceGroupName, clusterName, applicationName, parameters, options),\n createOrUpdate: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationResource,\n options?: ApplicationsCreateOrUpdateOptionalParams,\n ) =>\n createOrUpdate(context, resourceGroupName, clusterName, applicationName, parameters, options),\n get: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsGetOptionalParams,\n ) => get(context, resourceGroupName, clusterName, applicationName, options),\n };\n}\n\nexport function _getApplicationsOperations(\n context: ServiceFabricManagedClustersManagementContext,\n): ApplicationsOperations {\n return {\n ..._getApplications(context),\n };\n}\n"]}
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/src/classic/applications/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ServiceFabricManagedClustersManagementContext } from \"../../api/serviceFabricManagedClustersManagementContext.js\";\nimport {\n restartDeployedCodePackage,\n fetchHealth,\n updateUpgrade,\n startRollback,\n resumeUpgrade,\n readUpgrade,\n list,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"../../api/applications/operations.js\";\nimport type {\n ApplicationsRestartDeployedCodePackageOptionalParams,\n ApplicationsFetchHealthOptionalParams,\n ApplicationsUpdateUpgradeOptionalParams,\n ApplicationsStartRollbackOptionalParams,\n ApplicationsResumeUpgradeOptionalParams,\n ApplicationsReadUpgradeOptionalParams,\n ApplicationsListOptionalParams,\n ApplicationsDeleteOptionalParams,\n ApplicationsUpdateOptionalParams,\n ApplicationsCreateOrUpdateOptionalParams,\n ApplicationsGetOptionalParams,\n} from \"../../api/applications/options.js\";\nimport type {\n ApplicationResource,\n ApplicationUpdateParameters,\n RuntimeResumeApplicationUpgradeParameters,\n RuntimeUpdateApplicationUpgradeParameters,\n ApplicationFetchHealthRequest,\n RestartDeployedCodePackageRequest,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport type { PollerLike, OperationState } from \"@azure/core-lro\";\n\n/** Interface representing a Applications operations. */\nexport interface ApplicationsOperations {\n /** Restart a code package instance of a service replica or instance. This is a potentially destabilizing operation that should be used with immense care. */\n restartDeployedCodePackage: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: RestartDeployedCodePackageRequest,\n options?: ApplicationsRestartDeployedCodePackageOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Get the status of the deployed application health. It will query the cluster to find the health of the deployed application. */\n fetchHealth: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationFetchHealthRequest,\n options?: ApplicationsFetchHealthOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Send a request to update the current application upgrade. */\n updateUpgrade: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: RuntimeUpdateApplicationUpgradeParameters,\n options?: ApplicationsUpdateUpgradeOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Send a request to start a rollback of the current application upgrade. This will start rolling back the application to the previous version. */\n startRollback: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsStartRollbackOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Send a request to resume the current application upgrade. This will resume the application upgrade from where it was paused. */\n resumeUpgrade: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: RuntimeResumeApplicationUpgradeParameters,\n options?: ApplicationsResumeUpgradeOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Get the status of the latest application upgrade. It will query the cluster to find the status of the latest application upgrade. */\n readUpgrade: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsReadUpgradeOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Gets all managed application resources created or in the process of being created in the Service Fabric cluster resource. */\n list: (\n resourceGroupName: string,\n clusterName: string,\n options?: ApplicationsListOptionalParams,\n ) => PagedAsyncIterableIterator<ApplicationResource>;\n /** Delete a Service Fabric managed application resource with the specified name. */\n /**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\n delete: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Updates an application resource of a given managed cluster. */\n update: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationUpdateParameters,\n options?: ApplicationsUpdateOptionalParams,\n ) => PollerLike<OperationState<ApplicationResource>, ApplicationResource>;\n /** Create or update a Service Fabric managed application resource with the specified name. */\n createOrUpdate: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationResource,\n options?: ApplicationsCreateOrUpdateOptionalParams,\n ) => PollerLike<OperationState<ApplicationResource>, ApplicationResource>;\n /** Get a Service Fabric managed application resource created or in the process of being created in the Service Fabric cluster resource. */\n get: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsGetOptionalParams,\n ) => Promise<ApplicationResource>;\n}\n\nfunction _getApplications(context: ServiceFabricManagedClustersManagementContext) {\n return {\n restartDeployedCodePackage: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: RestartDeployedCodePackageRequest,\n options?: ApplicationsRestartDeployedCodePackageOptionalParams,\n ) =>\n restartDeployedCodePackage(\n context,\n resourceGroupName,\n clusterName,\n applicationName,\n parameters,\n options,\n ),\n fetchHealth: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationFetchHealthRequest,\n options?: ApplicationsFetchHealthOptionalParams,\n ) => fetchHealth(context, resourceGroupName, clusterName, applicationName, parameters, options),\n updateUpgrade: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: RuntimeUpdateApplicationUpgradeParameters,\n options?: ApplicationsUpdateUpgradeOptionalParams,\n ) =>\n updateUpgrade(context, resourceGroupName, clusterName, applicationName, parameters, options),\n startRollback: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsStartRollbackOptionalParams,\n ) => startRollback(context, resourceGroupName, clusterName, applicationName, options),\n resumeUpgrade: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: RuntimeResumeApplicationUpgradeParameters,\n options?: ApplicationsResumeUpgradeOptionalParams,\n ) =>\n resumeUpgrade(context, resourceGroupName, clusterName, applicationName, parameters, options),\n readUpgrade: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsReadUpgradeOptionalParams,\n ) => readUpgrade(context, resourceGroupName, clusterName, applicationName, options),\n list: (\n resourceGroupName: string,\n clusterName: string,\n options?: ApplicationsListOptionalParams,\n ) => list(context, resourceGroupName, clusterName, options),\n delete: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsDeleteOptionalParams,\n ) => $delete(context, resourceGroupName, clusterName, applicationName, options),\n update: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationUpdateParameters,\n options?: ApplicationsUpdateOptionalParams,\n ) => update(context, resourceGroupName, clusterName, applicationName, parameters, options),\n createOrUpdate: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationResource,\n options?: ApplicationsCreateOrUpdateOptionalParams,\n ) =>\n createOrUpdate(context, resourceGroupName, clusterName, applicationName, parameters, options),\n get: (\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsGetOptionalParams,\n ) => get(context, resourceGroupName, clusterName, applicationName, options),\n };\n}\n\nexport function _getApplicationsOperations(\n context: ServiceFabricManagedClustersManagementContext,\n): ApplicationsOperations {\n return {\n ..._getApplications(context),\n };\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,wBAYO;AAoHP,SAAS,iBAAiB,SAAwD;AAChF,SAAO;AAAA,IACL,4BAA4B,CAC1B,mBACA,aACA,iBACA,YACA,gBAEA;AAAA,MACE;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF;AAAA,IACF,aAAa,CACX,mBACA,aACA,iBACA,YACA,gBACG,+BAAY,SAAS,mBAAmB,aAAa,iBAAiB,YAAY,OAAO;AAAA,IAC9F,eAAe,CACb,mBACA,aACA,iBACA,YACA,gBAEA,iCAAc,SAAS,mBAAmB,aAAa,iBAAiB,YAAY,OAAO;AAAA,IAC7F,eAAe,CACb,mBACA,aACA,iBACA,gBACG,iCAAc,SAAS,mBAAmB,aAAa,iBAAiB,OAAO;AAAA,IACpF,eAAe,CACb,mBACA,aACA,iBACA,YACA,gBAEA,iCAAc,SAAS,mBAAmB,aAAa,iBAAiB,YAAY,OAAO;AAAA,IAC7F,aAAa,CACX,mBACA,aACA,iBACA,gBACG,+BAAY,SAAS,mBAAmB,aAAa,iBAAiB,OAAO;AAAA,IAClF,MAAM,CACJ,mBACA,aACA,gBACG,wBAAK,SAAS,mBAAmB,aAAa,OAAO;AAAA,IAC1D,QAAQ,CACN,mBACA,aACA,iBACA,gBACG,2BAAQ,SAAS,mBAAmB,aAAa,iBAAiB,OAAO;AAAA,IAC9E,QAAQ,CACN,mBACA,aACA,iBACA,YACA,gBACG,0BAAO,SAAS,mBAAmB,aAAa,iBAAiB,YAAY,OAAO;AAAA,IACzF,gBAAgB,CACd,mBACA,aACA,iBACA,YACA,gBAEA,kCAAe,SAAS,mBAAmB,aAAa,iBAAiB,YAAY,OAAO;AAAA,IAC9F,KAAK,CACH,mBACA,aACA,iBACA,gBACG,uBAAI,SAAS,mBAAmB,aAAa,iBAAiB,OAAO;AAAA,EAC5E;AACF;AAEO,SAAS,2BACd,SACwB;AACxB,SAAO;AAAA,IACL,GAAG,iBAAiB,OAAO;AAAA,EAC7B;AACF;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { ApplicationsOperations } from "./applications/index.js";
|
|
2
|
-
export { ApplicationTypesOperations } from "./applicationTypes/index.js";
|
|
3
|
-
export { ApplicationTypeVersionsOperations } from "./applicationTypeVersions/index.js";
|
|
4
|
-
export { ManagedApplyMaintenanceWindowOperations } from "./managedApplyMaintenanceWindow/index.js";
|
|
5
|
-
export { ManagedAzResiliencyStatusOperations } from "./managedAzResiliencyStatus/index.js";
|
|
6
|
-
export { ManagedClustersOperations } from "./managedClusters/index.js";
|
|
7
|
-
export { ManagedClusterVersionOperations } from "./managedClusterVersion/index.js";
|
|
8
|
-
export { ManagedMaintenanceWindowStatusOperations } from "./managedMaintenanceWindowStatus/index.js";
|
|
9
|
-
export { ManagedUnsupportedVMSizesOperations } from "./managedUnsupportedVMSizes/index.js";
|
|
10
|
-
export { NodeTypesOperations } from "./nodeTypes/index.js";
|
|
11
|
-
export { NodeTypeSkusOperations } from "./nodeTypeSkus/index.js";
|
|
12
|
-
export { OperationResultsOperations } from "./operationResults/index.js";
|
|
13
|
-
export { OperationsOperations } from "./operations/index.js";
|
|
14
|
-
export { OperationStatusOperations } from "./operationStatus/index.js";
|
|
15
|
-
export { ServicesOperations } from "./services/index.js";
|
|
1
|
+
export type { ApplicationsOperations } from "./applications/index.js";
|
|
2
|
+
export type { ApplicationTypesOperations } from "./applicationTypes/index.js";
|
|
3
|
+
export type { ApplicationTypeVersionsOperations } from "./applicationTypeVersions/index.js";
|
|
4
|
+
export type { ManagedApplyMaintenanceWindowOperations } from "./managedApplyMaintenanceWindow/index.js";
|
|
5
|
+
export type { ManagedAzResiliencyStatusOperations } from "./managedAzResiliencyStatus/index.js";
|
|
6
|
+
export type { ManagedClustersOperations } from "./managedClusters/index.js";
|
|
7
|
+
export type { ManagedClusterVersionOperations } from "./managedClusterVersion/index.js";
|
|
8
|
+
export type { ManagedMaintenanceWindowStatusOperations } from "./managedMaintenanceWindowStatus/index.js";
|
|
9
|
+
export type { ManagedUnsupportedVMSizesOperations } from "./managedUnsupportedVMSizes/index.js";
|
|
10
|
+
export type { NodeTypesOperations } from "./nodeTypes/index.js";
|
|
11
|
+
export type { NodeTypeSkusOperations } from "./nodeTypeSkus/index.js";
|
|
12
|
+
export type { OperationResultsOperations } from "./operationResults/index.js";
|
|
13
|
+
export type { OperationsOperations } from "./operations/index.js";
|
|
14
|
+
export type { OperationStatusOperations } from "./operationStatus/index.js";
|
|
15
|
+
export type { ServicesOperations } from "./services/index.js";
|
|
16
16
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __copyProps = (to, from, except, desc) => {
|
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
for (let key of __getOwnPropNames(from))
|
|
8
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
+
}
|
|
11
|
+
return to;
|
|
12
|
+
};
|
|
13
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
+
var classic_exports = {};
|
|
15
|
+
module.exports = __toCommonJS(classic_exports);
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters/src/classic/index.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type { ApplicationsOperations } from \"./applications/index.js\";\nexport type { ApplicationTypesOperations } from \"./applicationTypes/index.js\";\nexport type { ApplicationTypeVersionsOperations } from \"./applicationTypeVersions/index.js\";\nexport type { ManagedApplyMaintenanceWindowOperations } from \"./managedApplyMaintenanceWindow/index.js\";\nexport type { ManagedAzResiliencyStatusOperations } from \"./managedAzResiliencyStatus/index.js\";\nexport type { ManagedClustersOperations } from \"./managedClusters/index.js\";\nexport type { ManagedClusterVersionOperations } from \"./managedClusterVersion/index.js\";\nexport type { ManagedMaintenanceWindowStatusOperations } from \"./managedMaintenanceWindowStatus/index.js\";\nexport type { ManagedUnsupportedVMSizesOperations } from \"./managedUnsupportedVMSizes/index.js\";\nexport type { NodeTypesOperations } from \"./nodeTypes/index.js\";\nexport type { NodeTypeSkusOperations } from \"./nodeTypeSkus/index.js\";\nexport type { OperationResultsOperations } from \"./operationResults/index.js\";\nexport type { OperationsOperations } from \"./operations/index.js\";\nexport type { OperationStatusOperations } from \"./operationStatus/index.js\";\nexport type { ServicesOperations } from \"./services/index.js\";\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|