@azure/arm-appcontainers 2.2.0-alpha.20250421.1 → 2.2.0-alpha.20250423.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +104 -9
- package/LICENSE +1 -1
- package/README.md +4 -8
- package/dist/browser/containerAppsAPIClient.d.ts +2 -17
- package/dist/browser/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/browser/containerAppsAPIClient.js +4 -23
- package/dist/browser/containerAppsAPIClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +261 -2063
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +33 -261
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +10 -107
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1384 -4113
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +4 -31
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +28 -261
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/certificates.js +2 -2
- package/dist/browser/operations/certificates.js.map +1 -1
- package/dist/browser/operations/connectedEnvironments.js +2 -2
- package/dist/browser/operations/connectedEnvironments.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsCertificates.js +2 -2
- package/dist/browser/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js +1 -1
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsStorages.js +1 -1
- package/dist/browser/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operations/containerApps.js +2 -2
- package/dist/browser/operations/containerApps.js.map +1 -1
- package/dist/browser/operations/containerAppsAuthConfigs.js +2 -2
- package/dist/browser/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/browser/operations/containerAppsDiagnostics.js +2 -2
- package/dist/browser/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/browser/operations/containerAppsRevisions.js +1 -1
- package/dist/browser/operations/containerAppsRevisions.js.map +1 -1
- package/dist/browser/operations/containerAppsSessionPools.js +2 -2
- package/dist/browser/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/browser/operations/containerAppsSourceControls.js +4 -12
- package/dist/browser/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/browser/operations/daprComponents.js +1 -1
- package/dist/browser/operations/daprComponents.js.map +1 -1
- package/dist/browser/operations/index.d.ts +0 -15
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +0 -15
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/javaComponents.js +6 -6
- package/dist/browser/operations/javaComponents.js.map +1 -1
- package/dist/browser/operations/jobs.d.ts +1 -29
- package/dist/browser/operations/jobs.d.ts.map +1 -1
- package/dist/browser/operations/jobs.js +3 -167
- package/dist/browser/operations/jobs.js.map +1 -1
- package/dist/browser/operations/managedCertificates.js +2 -2
- package/dist/browser/operations/managedCertificates.js.map +1 -1
- package/dist/browser/operations/managedEnvironments.js +2 -2
- package/dist/browser/operations/managedEnvironments.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentsStorages.js +1 -1
- package/dist/browser/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operations/namespaces.js +1 -1
- package/dist/browser/operations/namespaces.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -15
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +0 -15
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/jobs.d.ts +1 -29
- package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/jobs.js.map +1 -1
- package/dist/commonjs/containerAppsAPIClient.d.ts +2 -17
- package/dist/commonjs/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/commonjs/containerAppsAPIClient.js +3 -22
- package/dist/commonjs/containerAppsAPIClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +261 -2063
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +34 -263
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +10 -107
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1389 -4120
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +4 -31
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +29 -262
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/certificates.js +2 -2
- package/dist/commonjs/operations/certificates.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironments.js +2 -2
- package/dist/commonjs/operations/connectedEnvironments.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js +2 -2
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operations/containerApps.js +2 -2
- package/dist/commonjs/operations/containerApps.js.map +1 -1
- package/dist/commonjs/operations/containerAppsAuthConfigs.js +2 -2
- package/dist/commonjs/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/commonjs/operations/containerAppsDiagnostics.js +2 -2
- package/dist/commonjs/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisions.js +1 -1
- package/dist/commonjs/operations/containerAppsRevisions.js.map +1 -1
- package/dist/commonjs/operations/containerAppsSessionPools.js +2 -2
- package/dist/commonjs/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/commonjs/operations/containerAppsSourceControls.js +4 -12
- package/dist/commonjs/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/commonjs/operations/daprComponents.js +1 -1
- package/dist/commonjs/operations/daprComponents.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +0 -15
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +0 -15
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/javaComponents.js +6 -6
- package/dist/commonjs/operations/javaComponents.js.map +1 -1
- package/dist/commonjs/operations/jobs.d.ts +1 -29
- package/dist/commonjs/operations/jobs.d.ts.map +1 -1
- package/dist/commonjs/operations/jobs.js +3 -167
- package/dist/commonjs/operations/jobs.js.map +1 -1
- package/dist/commonjs/operations/managedCertificates.js +2 -2
- package/dist/commonjs/operations/managedCertificates.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironments.js +2 -2
- package/dist/commonjs/operations/managedEnvironments.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsStorages.js +1 -1
- package/dist/commonjs/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operations/namespaces.js +1 -1
- package/dist/commonjs/operations/namespaces.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -15
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -15
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/jobs.d.ts +1 -29
- package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -1
- package/dist/esm/containerAppsAPIClient.d.ts +2 -17
- package/dist/esm/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/esm/containerAppsAPIClient.js +4 -23
- package/dist/esm/containerAppsAPIClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +261 -2063
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +33 -261
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +10 -107
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1384 -4113
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +4 -31
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +28 -261
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/certificates.js +2 -2
- package/dist/esm/operations/certificates.js.map +1 -1
- package/dist/esm/operations/connectedEnvironments.js +2 -2
- package/dist/esm/operations/connectedEnvironments.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsCertificates.js +2 -2
- package/dist/esm/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js +1 -1
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsStorages.js +1 -1
- package/dist/esm/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operations/containerApps.js +2 -2
- package/dist/esm/operations/containerApps.js.map +1 -1
- package/dist/esm/operations/containerAppsAuthConfigs.js +2 -2
- package/dist/esm/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/esm/operations/containerAppsDiagnostics.js +2 -2
- package/dist/esm/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/esm/operations/containerAppsRevisions.js +1 -1
- package/dist/esm/operations/containerAppsRevisions.js.map +1 -1
- package/dist/esm/operations/containerAppsSessionPools.js +2 -2
- package/dist/esm/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/esm/operations/containerAppsSourceControls.js +4 -12
- package/dist/esm/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/esm/operations/daprComponents.js +1 -1
- package/dist/esm/operations/daprComponents.js.map +1 -1
- package/dist/esm/operations/index.d.ts +0 -15
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +0 -15
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/javaComponents.js +6 -6
- package/dist/esm/operations/javaComponents.js.map +1 -1
- package/dist/esm/operations/jobs.d.ts +1 -29
- package/dist/esm/operations/jobs.d.ts.map +1 -1
- package/dist/esm/operations/jobs.js +3 -167
- package/dist/esm/operations/jobs.js.map +1 -1
- package/dist/esm/operations/managedCertificates.js +2 -2
- package/dist/esm/operations/managedCertificates.js.map +1 -1
- package/dist/esm/operations/managedEnvironments.js +2 -2
- package/dist/esm/operations/managedEnvironments.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentsStorages.js +1 -1
- package/dist/esm/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operations/namespaces.js +1 -1
- package/dist/esm/operations/namespaces.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -15
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +0 -15
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/jobs.d.ts +1 -29
- package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/jobs.js.map +1 -1
- package/dist/react-native/containerAppsAPIClient.d.ts +2 -17
- package/dist/react-native/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/react-native/containerAppsAPIClient.js +4 -23
- package/dist/react-native/containerAppsAPIClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +261 -2063
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +33 -261
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +10 -107
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1384 -4113
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +4 -31
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +28 -261
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/certificates.js +2 -2
- package/dist/react-native/operations/certificates.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironments.js +2 -2
- package/dist/react-native/operations/connectedEnvironments.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js +2 -2
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js +1 -1
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsStorages.js +1 -1
- package/dist/react-native/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operations/containerApps.js +2 -2
- package/dist/react-native/operations/containerApps.js.map +1 -1
- package/dist/react-native/operations/containerAppsAuthConfigs.js +2 -2
- package/dist/react-native/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/react-native/operations/containerAppsDiagnostics.js +2 -2
- package/dist/react-native/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/react-native/operations/containerAppsRevisions.js +1 -1
- package/dist/react-native/operations/containerAppsRevisions.js.map +1 -1
- package/dist/react-native/operations/containerAppsSessionPools.js +2 -2
- package/dist/react-native/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/react-native/operations/containerAppsSourceControls.js +4 -12
- package/dist/react-native/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/react-native/operations/daprComponents.js +1 -1
- package/dist/react-native/operations/daprComponents.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +0 -15
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +0 -15
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/javaComponents.js +6 -6
- package/dist/react-native/operations/javaComponents.js.map +1 -1
- package/dist/react-native/operations/jobs.d.ts +1 -29
- package/dist/react-native/operations/jobs.d.ts.map +1 -1
- package/dist/react-native/operations/jobs.js +3 -167
- package/dist/react-native/operations/jobs.js.map +1 -1
- package/dist/react-native/operations/managedCertificates.js +2 -2
- package/dist/react-native/operations/managedCertificates.js.map +1 -1
- package/dist/react-native/operations/managedEnvironments.js +2 -2
- package/dist/react-native/operations/managedEnvironments.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsStorages.js +1 -1
- package/dist/react-native/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operations/namespaces.js +1 -1
- package/dist/react-native/operations/namespaces.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -15
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -15
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/jobs.d.ts +1 -29
- package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/jobs.js.map +1 -1
- package/package.json +11 -9
- package/review/arm-appcontainers.api.md +99 -1626
- package/dist/browser/operations/appResiliencyOperations.d.ts +0 -72
- package/dist/browser/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist/browser/operations/appResiliencyOperations.js +0 -286
- package/dist/browser/operations/appResiliencyOperations.js.map +0 -1
- package/dist/browser/operations/buildAuthToken.d.ts +0 -21
- package/dist/browser/operations/buildAuthToken.d.ts.map +0 -1
- package/dist/browser/operations/buildAuthToken.js +0 -55
- package/dist/browser/operations/buildAuthToken.js.map +0 -1
- package/dist/browser/operations/builders.d.ts +0 -107
- package/dist/browser/operations/builders.d.ts.map +0 -1
- package/dist/browser/operations/builders.js +0 -542
- package/dist/browser/operations/builders.js.map +0 -1
- package/dist/browser/operations/builds.d.ts +0 -56
- package/dist/browser/operations/builds.d.ts.map +0 -1
- package/dist/browser/operations/builds.js +0 -237
- package/dist/browser/operations/builds.js.map +0 -1
- package/dist/browser/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist/browser/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/browser/operations/buildsByBuilderResource.js +0 -150
- package/dist/browser/operations/buildsByBuilderResource.js.map +0 -1
- package/dist/browser/operations/containerAppsBuilds.d.ts +0 -38
- package/dist/browser/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist/browser/operations/containerAppsBuilds.js +0 -142
- package/dist/browser/operations/containerAppsBuilds.js.map +0 -1
- package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/browser/operations/containerAppsBuildsByContainerApp.js +0 -150
- package/dist/browser/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/browser/operations/containerAppsPatches.d.ts +0 -97
- package/dist/browser/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist/browser/operations/containerAppsPatches.js +0 -449
- package/dist/browser/operations/containerAppsPatches.js.map +0 -1
- package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/browser/operations/daprComponentResiliencyPolicies.js +0 -270
- package/dist/browser/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/browser/operations/daprSubscriptions.d.ts +0 -63
- package/dist/browser/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist/browser/operations/daprSubscriptions.js +0 -257
- package/dist/browser/operations/daprSubscriptions.js.map +0 -1
- package/dist/browser/operations/dotNetComponents.d.ts +0 -99
- package/dist/browser/operations/dotNetComponents.d.ts.map +0 -1
- package/dist/browser/operations/dotNetComponents.js +0 -458
- package/dist/browser/operations/dotNetComponents.js.map +0 -1
- package/dist/browser/operations/functionsExtension.d.ts +0 -22
- package/dist/browser/operations/functionsExtension.d.ts.map +0 -1
- package/dist/browser/operations/functionsExtension.js +0 -63
- package/dist/browser/operations/functionsExtension.js.map +0 -1
- package/dist/browser/operations/logicApps.d.ts +0 -101
- package/dist/browser/operations/logicApps.d.ts.map +0 -1
- package/dist/browser/operations/logicApps.js +0 -407
- package/dist/browser/operations/logicApps.js.map +0 -1
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts +0 -86
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js +0 -377
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts +0 -38
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js +0 -150
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/appResiliencyOperations.js +0 -9
- package/dist/browser/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist/browser/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/buildAuthToken.js +0 -9
- package/dist/browser/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist/browser/operationsInterfaces/builders.d.ts +0 -71
- package/dist/browser/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/builders.js +0 -9
- package/dist/browser/operationsInterfaces/builders.js.map +0 -1
- package/dist/browser/operationsInterfaces/builds.d.ts +0 -48
- package/dist/browser/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/builds.js +0 -9
- package/dist/browser/operationsInterfaces/builds.js.map +0 -1
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.js +0 -9
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsBuilds.js +0 -9
- package/dist/browser/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -9
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsPatches.js +0 -9
- package/dist/browser/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -9
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/daprSubscriptions.js +0 -9
- package/dist/browser/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist/browser/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist/browser/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/dotNetComponents.js +0 -9
- package/dist/browser/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist/browser/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist/browser/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/functionsExtension.js +0 -9
- package/dist/browser/operationsInterfaces/functionsExtension.js.map +0 -1
- package/dist/browser/operationsInterfaces/logicApps.d.ts +0 -74
- package/dist/browser/operationsInterfaces/logicApps.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/logicApps.js +0 -9
- package/dist/browser/operationsInterfaces/logicApps.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +0 -61
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +0 -9
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +0 -13
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +0 -9
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/appResiliencyOperations.d.ts +0 -72
- package/dist/commonjs/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/appResiliencyOperations.js +0 -290
- package/dist/commonjs/operations/appResiliencyOperations.js.map +0 -1
- package/dist/commonjs/operations/buildAuthToken.d.ts +0 -21
- package/dist/commonjs/operations/buildAuthToken.d.ts.map +0 -1
- package/dist/commonjs/operations/buildAuthToken.js +0 -60
- package/dist/commonjs/operations/buildAuthToken.js.map +0 -1
- package/dist/commonjs/operations/builders.d.ts +0 -107
- package/dist/commonjs/operations/builders.d.ts.map +0 -1
- package/dist/commonjs/operations/builders.js +0 -546
- package/dist/commonjs/operations/builders.js.map +0 -1
- package/dist/commonjs/operations/builds.d.ts +0 -56
- package/dist/commonjs/operations/builds.d.ts.map +0 -1
- package/dist/commonjs/operations/builds.js +0 -242
- package/dist/commonjs/operations/builds.js.map +0 -1
- package/dist/commonjs/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist/commonjs/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/commonjs/operations/buildsByBuilderResource.js +0 -154
- package/dist/commonjs/operations/buildsByBuilderResource.js.map +0 -1
- package/dist/commonjs/operations/containerAppsBuilds.d.ts +0 -38
- package/dist/commonjs/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist/commonjs/operations/containerAppsBuilds.js +0 -147
- package/dist/commonjs/operations/containerAppsBuilds.js.map +0 -1
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js +0 -154
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/commonjs/operations/containerAppsPatches.d.ts +0 -97
- package/dist/commonjs/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist/commonjs/operations/containerAppsPatches.js +0 -453
- package/dist/commonjs/operations/containerAppsPatches.js.map +0 -1
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.js +0 -274
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/commonjs/operations/daprSubscriptions.d.ts +0 -63
- package/dist/commonjs/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist/commonjs/operations/daprSubscriptions.js +0 -261
- package/dist/commonjs/operations/daprSubscriptions.js.map +0 -1
- package/dist/commonjs/operations/dotNetComponents.d.ts +0 -99
- package/dist/commonjs/operations/dotNetComponents.d.ts.map +0 -1
- package/dist/commonjs/operations/dotNetComponents.js +0 -462
- package/dist/commonjs/operations/dotNetComponents.js.map +0 -1
- package/dist/commonjs/operations/functionsExtension.d.ts +0 -22
- package/dist/commonjs/operations/functionsExtension.d.ts.map +0 -1
- package/dist/commonjs/operations/functionsExtension.js +0 -68
- package/dist/commonjs/operations/functionsExtension.js.map +0 -1
- package/dist/commonjs/operations/logicApps.d.ts +0 -101
- package/dist/commonjs/operations/logicApps.d.ts.map +0 -1
- package/dist/commonjs/operations/logicApps.js +0 -411
- package/dist/commonjs/operations/logicApps.js.map +0 -1
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts +0 -86
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js +0 -381
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts +0 -38
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js +0 -154
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/buildAuthToken.js +0 -10
- package/dist/commonjs/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/builders.d.ts +0 -71
- package/dist/commonjs/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/builders.js +0 -10
- package/dist/commonjs/operationsInterfaces/builders.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/builds.d.ts +0 -48
- package/dist/commonjs/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/builds.js +0 -10
- package/dist/commonjs/operationsInterfaces/builds.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js +0 -10
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js +0 -10
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -10
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.js +0 -10
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -10
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.js +0 -10
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/dotNetComponents.js +0 -10
- package/dist/commonjs/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/functionsExtension.js +0 -10
- package/dist/commonjs/operationsInterfaces/functionsExtension.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/logicApps.d.ts +0 -74
- package/dist/commonjs/operationsInterfaces/logicApps.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/logicApps.js +0 -10
- package/dist/commonjs/operationsInterfaces/logicApps.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +0 -61
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +0 -10
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +0 -10
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +0 -1
- package/dist/esm/operations/appResiliencyOperations.d.ts +0 -72
- package/dist/esm/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist/esm/operations/appResiliencyOperations.js +0 -286
- package/dist/esm/operations/appResiliencyOperations.js.map +0 -1
- package/dist/esm/operations/buildAuthToken.d.ts +0 -21
- package/dist/esm/operations/buildAuthToken.d.ts.map +0 -1
- package/dist/esm/operations/buildAuthToken.js +0 -55
- package/dist/esm/operations/buildAuthToken.js.map +0 -1
- package/dist/esm/operations/builders.d.ts +0 -107
- package/dist/esm/operations/builders.d.ts.map +0 -1
- package/dist/esm/operations/builders.js +0 -542
- package/dist/esm/operations/builders.js.map +0 -1
- package/dist/esm/operations/builds.d.ts +0 -56
- package/dist/esm/operations/builds.d.ts.map +0 -1
- package/dist/esm/operations/builds.js +0 -237
- package/dist/esm/operations/builds.js.map +0 -1
- package/dist/esm/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist/esm/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/esm/operations/buildsByBuilderResource.js +0 -150
- package/dist/esm/operations/buildsByBuilderResource.js.map +0 -1
- package/dist/esm/operations/containerAppsBuilds.d.ts +0 -38
- package/dist/esm/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist/esm/operations/containerAppsBuilds.js +0 -142
- package/dist/esm/operations/containerAppsBuilds.js.map +0 -1
- package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/esm/operations/containerAppsBuildsByContainerApp.js +0 -150
- package/dist/esm/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/esm/operations/containerAppsPatches.d.ts +0 -97
- package/dist/esm/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist/esm/operations/containerAppsPatches.js +0 -449
- package/dist/esm/operations/containerAppsPatches.js.map +0 -1
- package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/esm/operations/daprComponentResiliencyPolicies.js +0 -270
- package/dist/esm/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/esm/operations/daprSubscriptions.d.ts +0 -63
- package/dist/esm/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist/esm/operations/daprSubscriptions.js +0 -257
- package/dist/esm/operations/daprSubscriptions.js.map +0 -1
- package/dist/esm/operations/dotNetComponents.d.ts +0 -99
- package/dist/esm/operations/dotNetComponents.d.ts.map +0 -1
- package/dist/esm/operations/dotNetComponents.js +0 -458
- package/dist/esm/operations/dotNetComponents.js.map +0 -1
- package/dist/esm/operations/functionsExtension.d.ts +0 -22
- package/dist/esm/operations/functionsExtension.d.ts.map +0 -1
- package/dist/esm/operations/functionsExtension.js +0 -63
- package/dist/esm/operations/functionsExtension.js.map +0 -1
- package/dist/esm/operations/logicApps.d.ts +0 -101
- package/dist/esm/operations/logicApps.d.ts.map +0 -1
- package/dist/esm/operations/logicApps.js +0 -407
- package/dist/esm/operations/logicApps.js.map +0 -1
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts +0 -86
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js +0 -377
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts +0 -38
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js +0 -150
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/appResiliencyOperations.js +0 -9
- package/dist/esm/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist/esm/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/buildAuthToken.js +0 -9
- package/dist/esm/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist/esm/operationsInterfaces/builders.d.ts +0 -71
- package/dist/esm/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/builders.js +0 -9
- package/dist/esm/operationsInterfaces/builders.js.map +0 -1
- package/dist/esm/operationsInterfaces/builds.d.ts +0 -48
- package/dist/esm/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/builds.js +0 -9
- package/dist/esm/operationsInterfaces/builds.js.map +0 -1
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.js +0 -9
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsBuilds.js +0 -9
- package/dist/esm/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -9
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsPatches.js +0 -9
- package/dist/esm/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -9
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/daprSubscriptions.js +0 -9
- package/dist/esm/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist/esm/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist/esm/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/dotNetComponents.js +0 -9
- package/dist/esm/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist/esm/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist/esm/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/functionsExtension.js +0 -9
- package/dist/esm/operationsInterfaces/functionsExtension.js.map +0 -1
- package/dist/esm/operationsInterfaces/logicApps.d.ts +0 -74
- package/dist/esm/operationsInterfaces/logicApps.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/logicApps.js +0 -9
- package/dist/esm/operationsInterfaces/logicApps.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +0 -61
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +0 -9
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +0 -13
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +0 -9
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +0 -1
- package/dist/react-native/operations/appResiliencyOperations.d.ts +0 -72
- package/dist/react-native/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist/react-native/operations/appResiliencyOperations.js +0 -286
- package/dist/react-native/operations/appResiliencyOperations.js.map +0 -1
- package/dist/react-native/operations/buildAuthToken.d.ts +0 -21
- package/dist/react-native/operations/buildAuthToken.d.ts.map +0 -1
- package/dist/react-native/operations/buildAuthToken.js +0 -55
- package/dist/react-native/operations/buildAuthToken.js.map +0 -1
- package/dist/react-native/operations/builders.d.ts +0 -107
- package/dist/react-native/operations/builders.d.ts.map +0 -1
- package/dist/react-native/operations/builders.js +0 -542
- package/dist/react-native/operations/builders.js.map +0 -1
- package/dist/react-native/operations/builds.d.ts +0 -56
- package/dist/react-native/operations/builds.d.ts.map +0 -1
- package/dist/react-native/operations/builds.js +0 -237
- package/dist/react-native/operations/builds.js.map +0 -1
- package/dist/react-native/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist/react-native/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/react-native/operations/buildsByBuilderResource.js +0 -150
- package/dist/react-native/operations/buildsByBuilderResource.js.map +0 -1
- package/dist/react-native/operations/containerAppsBuilds.d.ts +0 -38
- package/dist/react-native/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist/react-native/operations/containerAppsBuilds.js +0 -142
- package/dist/react-native/operations/containerAppsBuilds.js.map +0 -1
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.js +0 -150
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/react-native/operations/containerAppsPatches.d.ts +0 -97
- package/dist/react-native/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist/react-native/operations/containerAppsPatches.js +0 -449
- package/dist/react-native/operations/containerAppsPatches.js.map +0 -1
- package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/react-native/operations/daprComponentResiliencyPolicies.js +0 -270
- package/dist/react-native/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/react-native/operations/daprSubscriptions.d.ts +0 -63
- package/dist/react-native/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist/react-native/operations/daprSubscriptions.js +0 -257
- package/dist/react-native/operations/daprSubscriptions.js.map +0 -1
- package/dist/react-native/operations/dotNetComponents.d.ts +0 -99
- package/dist/react-native/operations/dotNetComponents.d.ts.map +0 -1
- package/dist/react-native/operations/dotNetComponents.js +0 -458
- package/dist/react-native/operations/dotNetComponents.js.map +0 -1
- package/dist/react-native/operations/functionsExtension.d.ts +0 -22
- package/dist/react-native/operations/functionsExtension.d.ts.map +0 -1
- package/dist/react-native/operations/functionsExtension.js +0 -63
- package/dist/react-native/operations/functionsExtension.js.map +0 -1
- package/dist/react-native/operations/logicApps.d.ts +0 -101
- package/dist/react-native/operations/logicApps.d.ts.map +0 -1
- package/dist/react-native/operations/logicApps.js +0 -407
- package/dist/react-native/operations/logicApps.js.map +0 -1
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts +0 -86
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js +0 -377
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts +0 -38
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js +0 -150
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/buildAuthToken.js +0 -9
- package/dist/react-native/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist/react-native/operationsInterfaces/builders.d.ts +0 -71
- package/dist/react-native/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/builders.js +0 -9
- package/dist/react-native/operationsInterfaces/builders.js.map +0 -1
- package/dist/react-native/operationsInterfaces/builds.d.ts +0 -48
- package/dist/react-native/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/builds.js +0 -9
- package/dist/react-native/operationsInterfaces/builds.js.map +0 -1
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js +0 -9
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.js +0 -9
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -9
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsPatches.js +0 -9
- package/dist/react-native/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -9
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/daprSubscriptions.js +0 -9
- package/dist/react-native/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/dotNetComponents.js +0 -9
- package/dist/react-native/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist/react-native/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/functionsExtension.js +0 -9
- package/dist/react-native/operationsInterfaces/functionsExtension.js.map +0 -1
- package/dist/react-native/operationsInterfaces/logicApps.d.ts +0 -74
- package/dist/react-native/operationsInterfaces/logicApps.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/logicApps.js +0 -9
- package/dist/react-native/operationsInterfaces/logicApps.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +0 -61
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +0 -9
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +0 -9
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"managedEnvironments.js","sourceRoot":"","sources":["../../../src/operations/managedEnvironments.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { ManagedEnvironments } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ContainerAppsAPIClient } from \"../containerAppsAPIClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n ManagedEnvironment,\n ManagedEnvironmentsListBySubscriptionNextOptionalParams,\n ManagedEnvironmentsListBySubscriptionOptionalParams,\n ManagedEnvironmentsListBySubscriptionResponse,\n ManagedEnvironmentsListByResourceGroupNextOptionalParams,\n ManagedEnvironmentsListByResourceGroupOptionalParams,\n ManagedEnvironmentsListByResourceGroupResponse,\n WorkloadProfileStates,\n ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams,\n ManagedEnvironmentsListWorkloadProfileStatesOptionalParams,\n ManagedEnvironmentsListWorkloadProfileStatesResponse,\n ManagedEnvironmentsGetOptionalParams,\n ManagedEnvironmentsGetResponse,\n ManagedEnvironmentsCreateOrUpdateOptionalParams,\n ManagedEnvironmentsCreateOrUpdateResponse,\n ManagedEnvironmentsDeleteOptionalParams,\n ManagedEnvironmentsUpdateOptionalParams,\n ManagedEnvironmentsUpdateResponse,\n ManagedEnvironmentsGetAuthTokenOptionalParams,\n ManagedEnvironmentsGetAuthTokenResponse,\n ManagedEnvironmentsListBySubscriptionNextResponse,\n ManagedEnvironmentsListByResourceGroupNextResponse,\n ManagedEnvironmentsListWorkloadProfileStatesNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ManagedEnvironments operations. */\nexport class ManagedEnvironmentsImpl implements ManagedEnvironments {\n private readonly client: ContainerAppsAPIClient;\n\n /**\n * Initialize a new instance of the class ManagedEnvironments class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerAppsAPIClient) {\n this.client = client;\n }\n\n /**\n * Get all Managed Environments for a subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: ManagedEnvironmentsListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<ManagedEnvironment> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n },\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: ManagedEnvironmentsListBySubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ManagedEnvironment[]> {\n let result: ManagedEnvironmentsListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: ManagedEnvironmentsListBySubscriptionOptionalParams,\n ): AsyncIterableIterator<ManagedEnvironment> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get all the Managed Environments in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: ManagedEnvironmentsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<ManagedEnvironment> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: ManagedEnvironmentsListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ManagedEnvironment[]> {\n let result: ManagedEnvironmentsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: ManagedEnvironmentsListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<ManagedEnvironment> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all workload Profile States for a Managed Environment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Managed Environment.\n * @param options The options parameters.\n */\n public listWorkloadProfileStates(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsListWorkloadProfileStatesOptionalParams,\n ): PagedAsyncIterableIterator<WorkloadProfileStates> {\n const iter = this.listWorkloadProfileStatesPagingAll(\n resourceGroupName,\n environmentName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listWorkloadProfileStatesPagingPage(\n resourceGroupName,\n environmentName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listWorkloadProfileStatesPagingPage(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsListWorkloadProfileStatesOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<WorkloadProfileStates[]> {\n let result: ManagedEnvironmentsListWorkloadProfileStatesResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listWorkloadProfileStates(\n resourceGroupName,\n environmentName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listWorkloadProfileStatesNext(\n resourceGroupName,\n environmentName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listWorkloadProfileStatesPagingAll(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsListWorkloadProfileStatesOptionalParams,\n ): AsyncIterableIterator<WorkloadProfileStates> {\n for await (const page of this.listWorkloadProfileStatesPagingPage(\n resourceGroupName,\n environmentName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all Managed Environments for a subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: ManagedEnvironmentsListBySubscriptionOptionalParams,\n ): Promise<ManagedEnvironmentsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec,\n );\n }\n\n /**\n * Get all the Managed Environments in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: ManagedEnvironmentsListByResourceGroupOptionalParams,\n ): Promise<ManagedEnvironmentsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Get the properties of a Managed Environment used to host container apps.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsGetOptionalParams,\n ): Promise<ManagedEnvironmentsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Creates or updates a Managed Environment used to host container apps.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param environmentEnvelope Configuration details of the Environment.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n environmentName: string,\n environmentEnvelope: ManagedEnvironment,\n options?: ManagedEnvironmentsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ManagedEnvironmentsCreateOrUpdateResponse>,\n ManagedEnvironmentsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ManagedEnvironmentsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n environmentName,\n environmentEnvelope,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n ManagedEnvironmentsCreateOrUpdateResponse,\n OperationState<ManagedEnvironmentsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a Managed Environment used to host container apps.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param environmentEnvelope Configuration details of the Environment.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n environmentName: string,\n environmentEnvelope: ManagedEnvironment,\n options?: ManagedEnvironmentsCreateOrUpdateOptionalParams,\n ): Promise<ManagedEnvironmentsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n environmentName,\n environmentEnvelope,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete a Managed Environment if it does not have any container apps.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, environmentName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a Managed Environment if it does not have any container apps.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n environmentName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Patches a Managed Environment using JSON Merge Patch\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param environmentEnvelope Configuration details of the Environment.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n environmentName: string,\n environmentEnvelope: ManagedEnvironment,\n options?: ManagedEnvironmentsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ManagedEnvironmentsUpdateResponse>,\n ManagedEnvironmentsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ManagedEnvironmentsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n environmentName,\n environmentEnvelope,\n options,\n },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n ManagedEnvironmentsUpdateResponse,\n OperationState<ManagedEnvironmentsUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Patches a Managed Environment using JSON Merge Patch\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param environmentEnvelope Configuration details of the Environment.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n environmentName: string,\n environmentEnvelope: ManagedEnvironment,\n options?: ManagedEnvironmentsUpdateOptionalParams,\n ): Promise<ManagedEnvironmentsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n environmentName,\n environmentEnvelope,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Checks if resource name is available.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Managed Environment.\n * @param options The options parameters.\n */\n getAuthToken(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsGetAuthTokenOptionalParams,\n ): Promise<ManagedEnvironmentsGetAuthTokenResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, options },\n getAuthTokenOperationSpec,\n );\n }\n\n /**\n * Get all workload Profile States for a Managed Environment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Managed Environment.\n * @param options The options parameters.\n */\n private _listWorkloadProfileStates(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsListWorkloadProfileStatesOptionalParams,\n ): Promise<ManagedEnvironmentsListWorkloadProfileStatesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, options },\n listWorkloadProfileStatesOperationSpec,\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: ManagedEnvironmentsListBySubscriptionNextOptionalParams,\n ): Promise<ManagedEnvironmentsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec,\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: ManagedEnvironmentsListByResourceGroupNextOptionalParams,\n ): Promise<ManagedEnvironmentsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListWorkloadProfileStatesNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Managed Environment.\n * @param nextLink The nextLink from the previous successful call to the ListWorkloadProfileStates\n * method.\n * @param options The options parameters.\n */\n private _listWorkloadProfileStatesNext(\n resourceGroupName: string,\n environmentName: string,\n nextLink: string,\n options?: ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams,\n ): Promise<ManagedEnvironmentsListWorkloadProfileStatesNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, nextLink, options },\n listWorkloadProfileStatesNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentsCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentsCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n 201: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n 202: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n 204: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.environmentEnvelope1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n 201: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n 202: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n 204: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.environmentEnvelope1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst getAuthTokenOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/getAuthtoken\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.EnvironmentAuthToken,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listWorkloadProfileStatesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/workloadProfileStates\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkloadProfileStatesCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentsCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentsCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listWorkloadProfileStatesNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkloadProfileStatesCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"managedEnvironments.js","sourceRoot":"","sources":["../../../src/operations/managedEnvironments.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { ManagedEnvironments } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ContainerAppsAPIClient } from \"../containerAppsAPIClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n ManagedEnvironment,\n ManagedEnvironmentsListBySubscriptionNextOptionalParams,\n ManagedEnvironmentsListBySubscriptionOptionalParams,\n ManagedEnvironmentsListBySubscriptionResponse,\n ManagedEnvironmentsListByResourceGroupNextOptionalParams,\n ManagedEnvironmentsListByResourceGroupOptionalParams,\n ManagedEnvironmentsListByResourceGroupResponse,\n WorkloadProfileStates,\n ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams,\n ManagedEnvironmentsListWorkloadProfileStatesOptionalParams,\n ManagedEnvironmentsListWorkloadProfileStatesResponse,\n ManagedEnvironmentsGetOptionalParams,\n ManagedEnvironmentsGetResponse,\n ManagedEnvironmentsCreateOrUpdateOptionalParams,\n ManagedEnvironmentsCreateOrUpdateResponse,\n ManagedEnvironmentsDeleteOptionalParams,\n ManagedEnvironmentsUpdateOptionalParams,\n ManagedEnvironmentsUpdateResponse,\n ManagedEnvironmentsGetAuthTokenOptionalParams,\n ManagedEnvironmentsGetAuthTokenResponse,\n ManagedEnvironmentsListBySubscriptionNextResponse,\n ManagedEnvironmentsListByResourceGroupNextResponse,\n ManagedEnvironmentsListWorkloadProfileStatesNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ManagedEnvironments operations. */\nexport class ManagedEnvironmentsImpl implements ManagedEnvironments {\n private readonly client: ContainerAppsAPIClient;\n\n /**\n * Initialize a new instance of the class ManagedEnvironments class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerAppsAPIClient) {\n this.client = client;\n }\n\n /**\n * Get all Managed Environments for a subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: ManagedEnvironmentsListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<ManagedEnvironment> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n },\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: ManagedEnvironmentsListBySubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ManagedEnvironment[]> {\n let result: ManagedEnvironmentsListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: ManagedEnvironmentsListBySubscriptionOptionalParams,\n ): AsyncIterableIterator<ManagedEnvironment> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get all the Managed Environments in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: ManagedEnvironmentsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<ManagedEnvironment> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: ManagedEnvironmentsListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ManagedEnvironment[]> {\n let result: ManagedEnvironmentsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: ManagedEnvironmentsListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<ManagedEnvironment> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all workload Profile States for a Managed Environment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Managed Environment.\n * @param options The options parameters.\n */\n public listWorkloadProfileStates(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsListWorkloadProfileStatesOptionalParams,\n ): PagedAsyncIterableIterator<WorkloadProfileStates> {\n const iter = this.listWorkloadProfileStatesPagingAll(\n resourceGroupName,\n environmentName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listWorkloadProfileStatesPagingPage(\n resourceGroupName,\n environmentName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listWorkloadProfileStatesPagingPage(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsListWorkloadProfileStatesOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<WorkloadProfileStates[]> {\n let result: ManagedEnvironmentsListWorkloadProfileStatesResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listWorkloadProfileStates(\n resourceGroupName,\n environmentName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listWorkloadProfileStatesNext(\n resourceGroupName,\n environmentName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listWorkloadProfileStatesPagingAll(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsListWorkloadProfileStatesOptionalParams,\n ): AsyncIterableIterator<WorkloadProfileStates> {\n for await (const page of this.listWorkloadProfileStatesPagingPage(\n resourceGroupName,\n environmentName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all Managed Environments for a subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: ManagedEnvironmentsListBySubscriptionOptionalParams,\n ): Promise<ManagedEnvironmentsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec,\n );\n }\n\n /**\n * Get all the Managed Environments in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: ManagedEnvironmentsListByResourceGroupOptionalParams,\n ): Promise<ManagedEnvironmentsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Get the properties of a Managed Environment used to host container apps.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsGetOptionalParams,\n ): Promise<ManagedEnvironmentsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Creates or updates a Managed Environment used to host container apps.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param environmentEnvelope Configuration details of the Environment.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n environmentName: string,\n environmentEnvelope: ManagedEnvironment,\n options?: ManagedEnvironmentsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ManagedEnvironmentsCreateOrUpdateResponse>,\n ManagedEnvironmentsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ManagedEnvironmentsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n environmentName,\n environmentEnvelope,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n ManagedEnvironmentsCreateOrUpdateResponse,\n OperationState<ManagedEnvironmentsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a Managed Environment used to host container apps.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param environmentEnvelope Configuration details of the Environment.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n environmentName: string,\n environmentEnvelope: ManagedEnvironment,\n options?: ManagedEnvironmentsCreateOrUpdateOptionalParams,\n ): Promise<ManagedEnvironmentsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n environmentName,\n environmentEnvelope,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete a Managed Environment if it does not have any container apps.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, environmentName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a Managed Environment if it does not have any container apps.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n environmentName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Patches a Managed Environment using JSON Merge Patch\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param environmentEnvelope Configuration details of the Environment.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n environmentName: string,\n environmentEnvelope: ManagedEnvironment,\n options?: ManagedEnvironmentsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ManagedEnvironmentsUpdateResponse>,\n ManagedEnvironmentsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ManagedEnvironmentsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n environmentName,\n environmentEnvelope,\n options,\n },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n ManagedEnvironmentsUpdateResponse,\n OperationState<ManagedEnvironmentsUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Patches a Managed Environment using JSON Merge Patch\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param environmentEnvelope Configuration details of the Environment.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n environmentName: string,\n environmentEnvelope: ManagedEnvironment,\n options?: ManagedEnvironmentsUpdateOptionalParams,\n ): Promise<ManagedEnvironmentsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n environmentName,\n environmentEnvelope,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Checks if resource name is available.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Managed Environment.\n * @param options The options parameters.\n */\n getAuthToken(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsGetAuthTokenOptionalParams,\n ): Promise<ManagedEnvironmentsGetAuthTokenResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, options },\n getAuthTokenOperationSpec,\n );\n }\n\n /**\n * Get all workload Profile States for a Managed Environment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Managed Environment.\n * @param options The options parameters.\n */\n private _listWorkloadProfileStates(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsListWorkloadProfileStatesOptionalParams,\n ): Promise<ManagedEnvironmentsListWorkloadProfileStatesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, options },\n listWorkloadProfileStatesOperationSpec,\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: ManagedEnvironmentsListBySubscriptionNextOptionalParams,\n ): Promise<ManagedEnvironmentsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec,\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: ManagedEnvironmentsListByResourceGroupNextOptionalParams,\n ): Promise<ManagedEnvironmentsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListWorkloadProfileStatesNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Managed Environment.\n * @param nextLink The nextLink from the previous successful call to the ListWorkloadProfileStates\n * method.\n * @param options The options parameters.\n */\n private _listWorkloadProfileStatesNext(\n resourceGroupName: string,\n environmentName: string,\n nextLink: string,\n options?: ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams,\n ): Promise<ManagedEnvironmentsListWorkloadProfileStatesNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, nextLink, options },\n listWorkloadProfileStatesNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentsCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentsCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n 201: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n 202: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n 204: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.environmentEnvelope1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n 201: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n 202: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n 204: {\n bodyMapper: Mappers.ManagedEnvironment,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.environmentEnvelope1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getAuthTokenOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/getAuthtoken\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.EnvironmentAuthToken,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listWorkloadProfileStatesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/workloadProfileStates\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkloadProfileStatesCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentsCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentsCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listWorkloadProfileStatesNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkloadProfileStatesCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -129,7 +129,7 @@ const createOrUpdateOperationSpec = {
|
|
|
129
129
|
Parameters.storageName,
|
|
130
130
|
Parameters.environmentName,
|
|
131
131
|
],
|
|
132
|
-
headerParameters: [Parameters.
|
|
132
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
133
133
|
mediaType: "json",
|
|
134
134
|
serializer,
|
|
135
135
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"managedEnvironmentsStorages.js","sourceRoot":"","sources":["../../../src/operations/managedEnvironmentsStorages.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { ManagedEnvironmentsStorages } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ContainerAppsAPIClient } from \"../containerAppsAPIClient.js\";\nimport {\n ManagedEnvironmentsStoragesListOptionalParams,\n ManagedEnvironmentsStoragesListResponse,\n ManagedEnvironmentsStoragesGetOptionalParams,\n ManagedEnvironmentsStoragesGetResponse,\n ManagedEnvironmentStorage,\n ManagedEnvironmentsStoragesCreateOrUpdateOptionalParams,\n ManagedEnvironmentsStoragesCreateOrUpdateResponse,\n ManagedEnvironmentsStoragesDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/** Class containing ManagedEnvironmentsStorages operations. */\nexport class ManagedEnvironmentsStoragesImpl\n implements ManagedEnvironmentsStorages\n{\n private readonly client: ContainerAppsAPIClient;\n\n /**\n * Initialize a new instance of the class ManagedEnvironmentsStorages class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerAppsAPIClient) {\n this.client = client;\n }\n\n /**\n * Get all storages for a managedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsStoragesListOptionalParams,\n ): Promise<ManagedEnvironmentsStoragesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, options },\n listOperationSpec,\n );\n }\n\n /**\n * Get storage for a managedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param storageName Name of the storage.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n environmentName: string,\n storageName: string,\n options?: ManagedEnvironmentsStoragesGetOptionalParams,\n ): Promise<ManagedEnvironmentsStoragesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, storageName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create or update storage for a managedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param storageName Name of the storage.\n * @param storageEnvelope Configuration details of storage.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n environmentName: string,\n storageName: string,\n storageEnvelope: ManagedEnvironmentStorage,\n options?: ManagedEnvironmentsStoragesCreateOrUpdateOptionalParams,\n ): Promise<ManagedEnvironmentsStoragesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n storageName,\n storageEnvelope,\n options,\n },\n createOrUpdateOperationSpec,\n );\n }\n\n /**\n * Delete storage for a managedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param storageName Name of the storage.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n environmentName: string,\n storageName: string,\n options?: ManagedEnvironmentsStoragesDeleteOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, storageName, options },\n deleteOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentStoragesCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages/{storageName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentStorage,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.storageName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages/{storageName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentStorage,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.storageEnvelope1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.storageName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages/{storageName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.storageName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"managedEnvironmentsStorages.js","sourceRoot":"","sources":["../../../src/operations/managedEnvironmentsStorages.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { ManagedEnvironmentsStorages } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ContainerAppsAPIClient } from \"../containerAppsAPIClient.js\";\nimport {\n ManagedEnvironmentsStoragesListOptionalParams,\n ManagedEnvironmentsStoragesListResponse,\n ManagedEnvironmentsStoragesGetOptionalParams,\n ManagedEnvironmentsStoragesGetResponse,\n ManagedEnvironmentStorage,\n ManagedEnvironmentsStoragesCreateOrUpdateOptionalParams,\n ManagedEnvironmentsStoragesCreateOrUpdateResponse,\n ManagedEnvironmentsStoragesDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/** Class containing ManagedEnvironmentsStorages operations. */\nexport class ManagedEnvironmentsStoragesImpl\n implements ManagedEnvironmentsStorages\n{\n private readonly client: ContainerAppsAPIClient;\n\n /**\n * Initialize a new instance of the class ManagedEnvironmentsStorages class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerAppsAPIClient) {\n this.client = client;\n }\n\n /**\n * Get all storages for a managedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n environmentName: string,\n options?: ManagedEnvironmentsStoragesListOptionalParams,\n ): Promise<ManagedEnvironmentsStoragesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, options },\n listOperationSpec,\n );\n }\n\n /**\n * Get storage for a managedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param storageName Name of the storage.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n environmentName: string,\n storageName: string,\n options?: ManagedEnvironmentsStoragesGetOptionalParams,\n ): Promise<ManagedEnvironmentsStoragesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, storageName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create or update storage for a managedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param storageName Name of the storage.\n * @param storageEnvelope Configuration details of storage.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n environmentName: string,\n storageName: string,\n storageEnvelope: ManagedEnvironmentStorage,\n options?: ManagedEnvironmentsStoragesCreateOrUpdateOptionalParams,\n ): Promise<ManagedEnvironmentsStoragesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n storageName,\n storageEnvelope,\n options,\n },\n createOrUpdateOperationSpec,\n );\n }\n\n /**\n * Delete storage for a managedEnvironment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Environment.\n * @param storageName Name of the storage.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n environmentName: string,\n storageName: string,\n options?: ManagedEnvironmentsStoragesDeleteOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, environmentName, storageName, options },\n deleteOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentStoragesCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages/{storageName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentStorage,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.storageName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages/{storageName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedEnvironmentStorage,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.storageEnvelope1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.storageName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages/{storageName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.storageName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -54,7 +54,7 @@ const checkNameAvailabilityOperationSpec = {
|
|
|
54
54
|
Parameters.resourceGroupName,
|
|
55
55
|
Parameters.environmentName,
|
|
56
56
|
],
|
|
57
|
-
headerParameters: [Parameters.
|
|
57
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
58
58
|
mediaType: "json",
|
|
59
59
|
serializer,
|
|
60
60
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"namespaces.js","sourceRoot":"","sources":["../../../src/operations/namespaces.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAQtD,8CAA8C;AAC9C,MAAM,OAAO,cAAc;IAGzB;;;OAGG;IACH,YAAY,MAA8B;QACxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;OAMG;IACH,qBAAqB,CACnB,iBAAyB,EACzB,eAAuB,EACvB,4BAA0D,EAC1D,OAAuD;QAEvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,eAAe;YACf,4BAA4B;YAC5B,OAAO;SACR,EACD,kCAAkC,CACnC,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EAAE,wJAAwJ;IAC9J,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,6BAA6B;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,4BAA4B;IACpD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"namespaces.js","sourceRoot":"","sources":["../../../src/operations/namespaces.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAQtD,8CAA8C;AAC9C,MAAM,OAAO,cAAc;IAGzB;;;OAGG;IACH,YAAY,MAA8B;QACxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;OAMG;IACH,qBAAqB,CACnB,iBAAyB,EACzB,eAAuB,EACvB,4BAA0D,EAC1D,OAAuD;QAEvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,eAAe;YACf,4BAA4B;YAC5B,OAAO;SACR,EACD,kCAAkC,CACnC,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EAAE,wJAAwJ;IAC9J,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,6BAA6B;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,4BAA4B;IACpD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Namespaces } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ContainerAppsAPIClient } from \"../containerAppsAPIClient.js\";\nimport {\n CheckNameAvailabilityRequest,\n NamespacesCheckNameAvailabilityOptionalParams,\n NamespacesCheckNameAvailabilityResponse,\n} from \"../models/index.js\";\n\n/** Class containing Namespaces operations. */\nexport class NamespacesImpl implements Namespaces {\n private readonly client: ContainerAppsAPIClient;\n\n /**\n * Initialize a new instance of the class Namespaces class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerAppsAPIClient) {\n this.client = client;\n }\n\n /**\n * Checks if resource name is available.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param environmentName Name of the Managed Environment.\n * @param checkNameAvailabilityRequest The check name availability request.\n * @param options The options parameters.\n */\n checkNameAvailability(\n resourceGroupName: string,\n environmentName: string,\n checkNameAvailabilityRequest: CheckNameAvailabilityRequest,\n options?: NamespacesCheckNameAvailabilityOptionalParams,\n ): Promise<NamespacesCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n checkNameAvailabilityRequest,\n options,\n },\n checkNameAvailabilityOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst checkNameAvailabilityOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/checkNameAvailability\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityResponse,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.checkNameAvailabilityRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n"]}
|
|
@@ -1,40 +1,25 @@
|
|
|
1
|
-
export * from "./appResiliencyOperations.js";
|
|
2
1
|
export * from "./containerAppsAuthConfigs.js";
|
|
3
2
|
export * from "./availableWorkloadProfiles.js";
|
|
4
3
|
export * from "./billingMeters.js";
|
|
5
|
-
export * from "./builders.js";
|
|
6
|
-
export * from "./buildsByBuilderResource.js";
|
|
7
|
-
export * from "./builds.js";
|
|
8
|
-
export * from "./buildAuthToken.js";
|
|
9
4
|
export * from "./connectedEnvironments.js";
|
|
10
5
|
export * from "./connectedEnvironmentsCertificates.js";
|
|
11
6
|
export * from "./connectedEnvironmentsDaprComponents.js";
|
|
12
7
|
export * from "./connectedEnvironmentsStorages.js";
|
|
13
8
|
export * from "./containerApps.js";
|
|
14
|
-
export * from "./containerAppsBuildsByContainerApp.js";
|
|
15
|
-
export * from "./containerAppsBuilds.js";
|
|
16
|
-
export * from "./containerAppsPatches.js";
|
|
17
9
|
export * from "./containerAppsRevisions.js";
|
|
18
10
|
export * from "./containerAppsRevisionReplicas.js";
|
|
19
11
|
export * from "./containerAppsDiagnostics.js";
|
|
20
12
|
export * from "./managedEnvironmentDiagnostics.js";
|
|
21
13
|
export * from "./managedEnvironmentsDiagnostics.js";
|
|
22
14
|
export * from "./jobs.js";
|
|
23
|
-
export * from "./dotNetComponents.js";
|
|
24
|
-
export * from "./functionsExtension.js";
|
|
25
15
|
export * from "./operations.js";
|
|
26
16
|
export * from "./javaComponents.js";
|
|
27
17
|
export * from "./jobsExecutions.js";
|
|
28
|
-
export * from "./logicApps.js";
|
|
29
18
|
export * from "./managedEnvironments.js";
|
|
30
19
|
export * from "./certificates.js";
|
|
31
20
|
export * from "./managedCertificates.js";
|
|
32
21
|
export * from "./namespaces.js";
|
|
33
|
-
export * from "./managedEnvironmentPrivateEndpointConnections.js";
|
|
34
|
-
export * from "./managedEnvironmentPrivateLinkResources.js";
|
|
35
|
-
export * from "./daprComponentResiliencyPolicies.js";
|
|
36
22
|
export * from "./daprComponents.js";
|
|
37
|
-
export * from "./daprSubscriptions.js";
|
|
38
23
|
export * from "./managedEnvironmentsStorages.js";
|
|
39
24
|
export * from "./containerAppsSessionPools.js";
|
|
40
25
|
export * from "./containerAppsSourceControls.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wCAAwC,CAAC;AACvD,cAAc,0CAA0C,CAAC;AACzD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,aAAa,CAAC;AAC5B,cAAc,+BAA+B,CAAC"}
|
|
@@ -5,43 +5,28 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
export * from "./appResiliencyOperations.js";
|
|
9
8
|
export * from "./containerAppsAuthConfigs.js";
|
|
10
9
|
export * from "./availableWorkloadProfiles.js";
|
|
11
10
|
export * from "./billingMeters.js";
|
|
12
|
-
export * from "./builders.js";
|
|
13
|
-
export * from "./buildsByBuilderResource.js";
|
|
14
|
-
export * from "./builds.js";
|
|
15
|
-
export * from "./buildAuthToken.js";
|
|
16
11
|
export * from "./connectedEnvironments.js";
|
|
17
12
|
export * from "./connectedEnvironmentsCertificates.js";
|
|
18
13
|
export * from "./connectedEnvironmentsDaprComponents.js";
|
|
19
14
|
export * from "./connectedEnvironmentsStorages.js";
|
|
20
15
|
export * from "./containerApps.js";
|
|
21
|
-
export * from "./containerAppsBuildsByContainerApp.js";
|
|
22
|
-
export * from "./containerAppsBuilds.js";
|
|
23
|
-
export * from "./containerAppsPatches.js";
|
|
24
16
|
export * from "./containerAppsRevisions.js";
|
|
25
17
|
export * from "./containerAppsRevisionReplicas.js";
|
|
26
18
|
export * from "./containerAppsDiagnostics.js";
|
|
27
19
|
export * from "./managedEnvironmentDiagnostics.js";
|
|
28
20
|
export * from "./managedEnvironmentsDiagnostics.js";
|
|
29
21
|
export * from "./jobs.js";
|
|
30
|
-
export * from "./dotNetComponents.js";
|
|
31
|
-
export * from "./functionsExtension.js";
|
|
32
22
|
export * from "./operations.js";
|
|
33
23
|
export * from "./javaComponents.js";
|
|
34
24
|
export * from "./jobsExecutions.js";
|
|
35
|
-
export * from "./logicApps.js";
|
|
36
25
|
export * from "./managedEnvironments.js";
|
|
37
26
|
export * from "./certificates.js";
|
|
38
27
|
export * from "./managedCertificates.js";
|
|
39
28
|
export * from "./namespaces.js";
|
|
40
|
-
export * from "./managedEnvironmentPrivateEndpointConnections.js";
|
|
41
|
-
export * from "./managedEnvironmentPrivateLinkResources.js";
|
|
42
|
-
export * from "./daprComponentResiliencyPolicies.js";
|
|
43
29
|
export * from "./daprComponents.js";
|
|
44
|
-
export * from "./daprSubscriptions.js";
|
|
45
30
|
export * from "./managedEnvironmentsStorages.js";
|
|
46
31
|
export * from "./containerAppsSessionPools.js";
|
|
47
32
|
export * from "./containerAppsSourceControls.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wCAAwC,CAAC;AACvD,cAAc,0CAA0C,CAAC;AACzD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,aAAa,CAAC;AAC5B,cAAc,+BAA+B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./containerAppsAuthConfigs.js\";\nexport * from \"./availableWorkloadProfiles.js\";\nexport * from \"./billingMeters.js\";\nexport * from \"./connectedEnvironments.js\";\nexport * from \"./connectedEnvironmentsCertificates.js\";\nexport * from \"./connectedEnvironmentsDaprComponents.js\";\nexport * from \"./connectedEnvironmentsStorages.js\";\nexport * from \"./containerApps.js\";\nexport * from \"./containerAppsRevisions.js\";\nexport * from \"./containerAppsRevisionReplicas.js\";\nexport * from \"./containerAppsDiagnostics.js\";\nexport * from \"./managedEnvironmentDiagnostics.js\";\nexport * from \"./managedEnvironmentsDiagnostics.js\";\nexport * from \"./jobs.js\";\nexport * from \"./operations.js\";\nexport * from \"./javaComponents.js\";\nexport * from \"./jobsExecutions.js\";\nexport * from \"./managedEnvironments.js\";\nexport * from \"./certificates.js\";\nexport * from \"./managedCertificates.js\";\nexport * from \"./namespaces.js\";\nexport * from \"./daprComponents.js\";\nexport * from \"./managedEnvironmentsStorages.js\";\nexport * from \"./containerAppsSessionPools.js\";\nexport * from \"./containerAppsSourceControls.js\";\nexport * from \"./usages.js\";\nexport * from \"./managedEnvironmentUsages.js\";\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
2
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { Diagnostics, JobsListDetectorsOptionalParams, Job, JobsListBySubscriptionOptionalParams, JobsListByResourceGroupOptionalParams, JobsGetDetectorOptionalParams, JobsGetDetectorResponse, JobsProxyGetOptionalParams, JobsProxyGetResponse, JobsGetOptionalParams, JobsGetResponse, JobsCreateOrUpdateOptionalParams, JobsCreateOrUpdateResponse, JobsDeleteOptionalParams, JobPatchProperties, JobsUpdateOptionalParams, JobsUpdateResponse, JobsStartOptionalParams, JobsStartResponse, JobsStopExecutionOptionalParams, JobsStopMultipleExecutionsOptionalParams, JobsStopMultipleExecutionsResponse, JobsListSecretsOptionalParams, JobsListSecretsResponse
|
|
3
|
+
import { Diagnostics, JobsListDetectorsOptionalParams, Job, JobsListBySubscriptionOptionalParams, JobsListByResourceGroupOptionalParams, JobsGetDetectorOptionalParams, JobsGetDetectorResponse, JobsProxyGetOptionalParams, JobsProxyGetResponse, JobsGetOptionalParams, JobsGetResponse, JobsCreateOrUpdateOptionalParams, JobsCreateOrUpdateResponse, JobsDeleteOptionalParams, JobPatchProperties, JobsUpdateOptionalParams, JobsUpdateResponse, JobsStartOptionalParams, JobsStartResponse, JobsStopExecutionOptionalParams, JobsStopMultipleExecutionsOptionalParams, JobsStopMultipleExecutionsResponse, JobsListSecretsOptionalParams, JobsListSecretsResponse } from "../models/index.js";
|
|
4
4
|
/** Interface representing a Jobs. */
|
|
5
5
|
export interface Jobs {
|
|
6
6
|
/**
|
|
@@ -141,33 +141,5 @@ export interface Jobs {
|
|
|
141
141
|
* @param options The options parameters.
|
|
142
142
|
*/
|
|
143
143
|
listSecrets(resourceGroupName: string, jobName: string, options?: JobsListSecretsOptionalParams): Promise<JobsListSecretsResponse>;
|
|
144
|
-
/**
|
|
145
|
-
* Resumes a suspended job
|
|
146
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
147
|
-
* @param jobName Name of the Job.
|
|
148
|
-
* @param options The options parameters.
|
|
149
|
-
*/
|
|
150
|
-
beginResume(resourceGroupName: string, jobName: string, options?: JobsResumeOptionalParams): Promise<SimplePollerLike<OperationState<JobsResumeResponse>, JobsResumeResponse>>;
|
|
151
|
-
/**
|
|
152
|
-
* Resumes a suspended job
|
|
153
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
154
|
-
* @param jobName Name of the Job.
|
|
155
|
-
* @param options The options parameters.
|
|
156
|
-
*/
|
|
157
|
-
beginResumeAndWait(resourceGroupName: string, jobName: string, options?: JobsResumeOptionalParams): Promise<JobsResumeResponse>;
|
|
158
|
-
/**
|
|
159
|
-
* Suspends a job
|
|
160
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
161
|
-
* @param jobName Name of the Job.
|
|
162
|
-
* @param options The options parameters.
|
|
163
|
-
*/
|
|
164
|
-
beginSuspend(resourceGroupName: string, jobName: string, options?: JobsSuspendOptionalParams): Promise<SimplePollerLike<OperationState<JobsSuspendResponse>, JobsSuspendResponse>>;
|
|
165
|
-
/**
|
|
166
|
-
* Suspends a job
|
|
167
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
168
|
-
* @param jobName Name of the Job.
|
|
169
|
-
* @param options The options parameters.
|
|
170
|
-
*/
|
|
171
|
-
beginSuspendAndWait(resourceGroupName: string, jobName: string, options?: JobsSuspendOptionalParams): Promise<JobsSuspendResponse>;
|
|
172
144
|
}
|
|
173
145
|
//# sourceMappingURL=jobs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jobs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/jobs.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,WAAW,EACX,+BAA+B,EAC/B,GAAG,EACH,oCAAoC,EACpC,qCAAqC,EACrC,6BAA6B,EAC7B,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EACpB,qBAAqB,EACrB,eAAe,EACf,gCAAgC,EAChC,0BAA0B,EAC1B,wBAAwB,EACxB,kBAAkB,EAClB,wBAAwB,EACxB,kBAAkB,EAClB,uBAAuB,EACvB,iBAAiB,EACjB,+BAA+B,EAC/B,wCAAwC,EACxC,kCAAkC,EAClC,6BAA6B,EAC7B,uBAAuB,
|
|
1
|
+
{"version":3,"file":"jobs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/jobs.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,WAAW,EACX,+BAA+B,EAC/B,GAAG,EACH,oCAAoC,EACpC,qCAAqC,EACrC,6BAA6B,EAC7B,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EACpB,qBAAqB,EACrB,eAAe,EACf,gCAAgC,EAChC,0BAA0B,EAC1B,wBAAwB,EACxB,kBAAkB,EAClB,wBAAwB,EACxB,kBAAkB,EAClB,uBAAuB,EACvB,iBAAiB,EACjB,+BAA+B,EAC/B,wCAAwC,EACxC,kCAAkC,EAClC,6BAA6B,EAC7B,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAG5B,qCAAqC;AACrC,MAAM,WAAW,IAAI;IACnB;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,+BAA+B,GACxC,0BAA0B,CAAC,WAAW,CAAC,CAAC;IAC3C;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,0BAA0B,CAAC,GAAG,CAAC,CAAC;IACnC;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,GAAG,CAAC,CAAC;IACnC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;OAMG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,qBAAqB,GAC9B,OAAO,CAAC,eAAe,CAAC,CAAC;IAC5B;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,GAAG,EAChB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF,CAAC;IACF;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,GAAG,EAChB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,kBAAkB,EAC/B,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,kBAAkB,CAAC,EAAE,kBAAkB,CAAC,CACzE,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,kBAAkB,EAC/B,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;OAKG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC,CACvE,CAAC;IACF;;;;;OAKG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC,CAAC;IAC9B;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,yBAAyB,CACvB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,2BAA2B,CACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,kCAAkC,CAAC,EAClD,kCAAkC,CACnC,CACF,CAAC;IACF;;;;;OAKG;IACH,kCAAkC,CAChC,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;CACrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jobs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/jobs.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Diagnostics,\n JobsListDetectorsOptionalParams,\n Job,\n JobsListBySubscriptionOptionalParams,\n JobsListByResourceGroupOptionalParams,\n JobsGetDetectorOptionalParams,\n JobsGetDetectorResponse,\n JobsProxyGetOptionalParams,\n JobsProxyGetResponse,\n JobsGetOptionalParams,\n JobsGetResponse,\n JobsCreateOrUpdateOptionalParams,\n JobsCreateOrUpdateResponse,\n JobsDeleteOptionalParams,\n JobPatchProperties,\n JobsUpdateOptionalParams,\n JobsUpdateResponse,\n JobsStartOptionalParams,\n JobsStartResponse,\n JobsStopExecutionOptionalParams,\n JobsStopMultipleExecutionsOptionalParams,\n JobsStopMultipleExecutionsResponse,\n JobsListSecretsOptionalParams,\n JobsListSecretsResponse,\n JobsResumeOptionalParams,\n JobsResumeResponse,\n JobsSuspendOptionalParams,\n JobsSuspendResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Jobs. */\nexport interface Jobs {\n /**\n * Get the list of diagnostics for a Container App Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n listDetectors(\n resourceGroupName: string,\n jobName: string,\n options?: JobsListDetectorsOptionalParams,\n ): PagedAsyncIterableIterator<Diagnostics>;\n /**\n * Get the Container Apps Jobs in a given subscription.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: JobsListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<Job>;\n /**\n * Get the Container Apps Jobs in a given resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: JobsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Job>;\n /**\n * Get the diagnostics data for a Container App Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param detectorName Name of the Container App Job detector.\n * @param options The options parameters.\n */\n getDetector(\n resourceGroupName: string,\n jobName: string,\n detectorName: string,\n options?: JobsGetDetectorOptionalParams,\n ): Promise<JobsGetDetectorResponse>;\n /**\n * Get the properties of a Container App Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param apiName Proxy API Name for Container App Job.\n * @param options The options parameters.\n */\n proxyGet(\n resourceGroupName: string,\n jobName: string,\n apiName: string,\n options?: JobsProxyGetOptionalParams,\n ): Promise<JobsProxyGetResponse>;\n /**\n * Get the properties of a Container Apps Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n options?: JobsGetOptionalParams,\n ): Promise<JobsGetResponse>;\n /**\n * Create or Update a Container Apps Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param jobEnvelope Properties used to create a container apps job\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n jobName: string,\n jobEnvelope: Job,\n options?: JobsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<JobsCreateOrUpdateResponse>,\n JobsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or Update a Container Apps Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param jobEnvelope Properties used to create a container apps job\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n jobName: string,\n jobEnvelope: Job,\n options?: JobsCreateOrUpdateOptionalParams,\n ): Promise<JobsCreateOrUpdateResponse>;\n /**\n * Delete a Container Apps Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n jobName: string,\n options?: JobsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete a Container Apps Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: JobsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Patches a Container Apps Job using JSON Merge Patch\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param jobEnvelope Properties used to create a container apps job\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n jobName: string,\n jobEnvelope: JobPatchProperties,\n options?: JobsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<JobsUpdateResponse>, JobsUpdateResponse>\n >;\n /**\n * Patches a Container Apps Job using JSON Merge Patch\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param jobEnvelope Properties used to create a container apps job\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n jobName: string,\n jobEnvelope: JobPatchProperties,\n options?: JobsUpdateOptionalParams,\n ): Promise<JobsUpdateResponse>;\n /**\n * Start a Container Apps Job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n beginStart(\n resourceGroupName: string,\n jobName: string,\n options?: JobsStartOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<JobsStartResponse>, JobsStartResponse>\n >;\n /**\n * Start a Container Apps Job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n beginStartAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: JobsStartOptionalParams,\n ): Promise<JobsStartResponse>;\n /**\n * Terminates execution of a running container apps job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param jobExecutionName Job execution name.\n * @param options The options parameters.\n */\n beginStopExecution(\n resourceGroupName: string,\n jobName: string,\n jobExecutionName: string,\n options?: JobsStopExecutionOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Terminates execution of a running container apps job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param jobExecutionName Job execution name.\n * @param options The options parameters.\n */\n beginStopExecutionAndWait(\n resourceGroupName: string,\n jobName: string,\n jobExecutionName: string,\n options?: JobsStopExecutionOptionalParams,\n ): Promise<void>;\n /**\n * Terminates execution of a running container apps job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n beginStopMultipleExecutions(\n resourceGroupName: string,\n jobName: string,\n options?: JobsStopMultipleExecutionsOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<JobsStopMultipleExecutionsResponse>,\n JobsStopMultipleExecutionsResponse\n >\n >;\n /**\n * Terminates execution of a running container apps job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n beginStopMultipleExecutionsAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: JobsStopMultipleExecutionsOptionalParams,\n ): Promise<JobsStopMultipleExecutionsResponse>;\n /**\n * List secrets for a container apps job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n listSecrets(\n resourceGroupName: string,\n jobName: string,\n options?: JobsListSecretsOptionalParams,\n ): Promise<JobsListSecretsResponse>;\n /**\n * Resumes a suspended job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Name of the Job.\n * @param options The options parameters.\n */\n beginResume(\n resourceGroupName: string,\n jobName: string,\n options?: JobsResumeOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<JobsResumeResponse>, JobsResumeResponse>\n >;\n /**\n * Resumes a suspended job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Name of the Job.\n * @param options The options parameters.\n */\n beginResumeAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: JobsResumeOptionalParams,\n ): Promise<JobsResumeResponse>;\n /**\n * Suspends a job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Name of the Job.\n * @param options The options parameters.\n */\n beginSuspend(\n resourceGroupName: string,\n jobName: string,\n options?: JobsSuspendOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<JobsSuspendResponse>, JobsSuspendResponse>\n >;\n /**\n * Suspends a job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Name of the Job.\n * @param options The options parameters.\n */\n beginSuspendAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: JobsSuspendOptionalParams,\n ): Promise<JobsSuspendResponse>;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"jobs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/jobs.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Diagnostics,\n JobsListDetectorsOptionalParams,\n Job,\n JobsListBySubscriptionOptionalParams,\n JobsListByResourceGroupOptionalParams,\n JobsGetDetectorOptionalParams,\n JobsGetDetectorResponse,\n JobsProxyGetOptionalParams,\n JobsProxyGetResponse,\n JobsGetOptionalParams,\n JobsGetResponse,\n JobsCreateOrUpdateOptionalParams,\n JobsCreateOrUpdateResponse,\n JobsDeleteOptionalParams,\n JobPatchProperties,\n JobsUpdateOptionalParams,\n JobsUpdateResponse,\n JobsStartOptionalParams,\n JobsStartResponse,\n JobsStopExecutionOptionalParams,\n JobsStopMultipleExecutionsOptionalParams,\n JobsStopMultipleExecutionsResponse,\n JobsListSecretsOptionalParams,\n JobsListSecretsResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Jobs. */\nexport interface Jobs {\n /**\n * Get the list of diagnostics for a Container App Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n listDetectors(\n resourceGroupName: string,\n jobName: string,\n options?: JobsListDetectorsOptionalParams,\n ): PagedAsyncIterableIterator<Diagnostics>;\n /**\n * Get the Container Apps Jobs in a given subscription.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: JobsListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<Job>;\n /**\n * Get the Container Apps Jobs in a given resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: JobsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Job>;\n /**\n * Get the diagnostics data for a Container App Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param detectorName Name of the Container App Job detector.\n * @param options The options parameters.\n */\n getDetector(\n resourceGroupName: string,\n jobName: string,\n detectorName: string,\n options?: JobsGetDetectorOptionalParams,\n ): Promise<JobsGetDetectorResponse>;\n /**\n * Get the properties of a Container App Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param apiName Proxy API Name for Container App Job.\n * @param options The options parameters.\n */\n proxyGet(\n resourceGroupName: string,\n jobName: string,\n apiName: string,\n options?: JobsProxyGetOptionalParams,\n ): Promise<JobsProxyGetResponse>;\n /**\n * Get the properties of a Container Apps Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n options?: JobsGetOptionalParams,\n ): Promise<JobsGetResponse>;\n /**\n * Create or Update a Container Apps Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param jobEnvelope Properties used to create a container apps job\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n jobName: string,\n jobEnvelope: Job,\n options?: JobsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<JobsCreateOrUpdateResponse>,\n JobsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or Update a Container Apps Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param jobEnvelope Properties used to create a container apps job\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n jobName: string,\n jobEnvelope: Job,\n options?: JobsCreateOrUpdateOptionalParams,\n ): Promise<JobsCreateOrUpdateResponse>;\n /**\n * Delete a Container Apps Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n jobName: string,\n options?: JobsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete a Container Apps Job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: JobsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Patches a Container Apps Job using JSON Merge Patch\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param jobEnvelope Properties used to create a container apps job\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n jobName: string,\n jobEnvelope: JobPatchProperties,\n options?: JobsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<JobsUpdateResponse>, JobsUpdateResponse>\n >;\n /**\n * Patches a Container Apps Job using JSON Merge Patch\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param jobEnvelope Properties used to create a container apps job\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n jobName: string,\n jobEnvelope: JobPatchProperties,\n options?: JobsUpdateOptionalParams,\n ): Promise<JobsUpdateResponse>;\n /**\n * Start a Container Apps Job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n beginStart(\n resourceGroupName: string,\n jobName: string,\n options?: JobsStartOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<JobsStartResponse>, JobsStartResponse>\n >;\n /**\n * Start a Container Apps Job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n beginStartAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: JobsStartOptionalParams,\n ): Promise<JobsStartResponse>;\n /**\n * Terminates execution of a running container apps job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param jobExecutionName Job execution name.\n * @param options The options parameters.\n */\n beginStopExecution(\n resourceGroupName: string,\n jobName: string,\n jobExecutionName: string,\n options?: JobsStopExecutionOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Terminates execution of a running container apps job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param jobExecutionName Job execution name.\n * @param options The options parameters.\n */\n beginStopExecutionAndWait(\n resourceGroupName: string,\n jobName: string,\n jobExecutionName: string,\n options?: JobsStopExecutionOptionalParams,\n ): Promise<void>;\n /**\n * Terminates execution of a running container apps job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n beginStopMultipleExecutions(\n resourceGroupName: string,\n jobName: string,\n options?: JobsStopMultipleExecutionsOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<JobsStopMultipleExecutionsResponse>,\n JobsStopMultipleExecutionsResponse\n >\n >;\n /**\n * Terminates execution of a running container apps job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n beginStopMultipleExecutionsAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: JobsStopMultipleExecutionsOptionalParams,\n ): Promise<JobsStopMultipleExecutionsResponse>;\n /**\n * List secrets for a container apps job\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName Job Name\n * @param options The options parameters.\n */\n listSecrets(\n resourceGroupName: string,\n jobName: string,\n options?: JobsListSecretsOptionalParams,\n ): Promise<JobsListSecretsResponse>;\n}\n"]}
|