@azure/arm-appcontainers 2.2.0-beta.1 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +105 -0
- package/LICENSE +3 -3
- package/README.md +24 -19
- package/dist/browser/containerAppsAPIClient.d.ts +59 -0
- package/dist/browser/containerAppsAPIClient.d.ts.map +1 -0
- package/dist/browser/containerAppsAPIClient.js +185 -0
- package/dist/browser/containerAppsAPIClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +4295 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +458 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +238 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +7097 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +53 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +450 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/availableWorkloadProfiles.d.ts +35 -0
- package/dist/browser/operations/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/browser/operations/availableWorkloadProfiles.js +145 -0
- package/dist/browser/operations/availableWorkloadProfiles.js.map +1 -0
- package/dist/browser/operations/billingMeters.d.ts +19 -0
- package/dist/browser/operations/billingMeters.d.ts.map +1 -0
- package/dist/browser/operations/billingMeters.js +51 -0
- package/dist/browser/operations/billingMeters.js.map +1 -0
- package/dist/browser/operations/certificates.d.ts +71 -0
- package/dist/browser/operations/certificates.d.ts.map +1 -0
- package/dist/browser/operations/certificates.js +288 -0
- package/dist/browser/operations/certificates.js.map +1 -0
- package/dist/browser/operations/connectedEnvironments.d.ts +106 -0
- package/dist/browser/operations/connectedEnvironments.d.ts.map +1 -0
- package/dist/browser/operations/connectedEnvironments.js +521 -0
- package/dist/browser/operations/connectedEnvironments.js.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts +71 -0
- package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsCertificates.js +288 -0
- package/dist/browser/operations/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts +71 -0
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js +286 -0
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsStorages.d.ts +45 -0
- package/dist/browser/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsStorages.js +157 -0
- package/dist/browser/operations/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/browser/operations/containerApps.d.ts +156 -0
- package/dist/browser/operations/containerApps.d.ts.map +1 -0
- package/dist/browser/operations/containerApps.js +803 -0
- package/dist/browser/operations/containerApps.js.map +1 -0
- package/dist/browser/operations/containerAppsAuthConfigs.d.ts +63 -0
- package/dist/browser/operations/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsAuthConfigs.js +254 -0
- package/dist/browser/operations/containerAppsAuthConfigs.js.map +1 -0
- package/dist/browser/operations/containerAppsDiagnostics.d.ts +85 -0
- package/dist/browser/operations/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsDiagnostics.js +371 -0
- package/dist/browser/operations/containerAppsDiagnostics.js.map +1 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.d.ts +30 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.js +95 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/browser/operations/containerAppsRevisions.d.ts +70 -0
- package/dist/browser/operations/containerAppsRevisions.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsRevisions.js +272 -0
- package/dist/browser/operations/containerAppsRevisions.js.map +1 -0
- package/dist/browser/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist/browser/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsSessionPools.js +552 -0
- package/dist/browser/operations/containerAppsSessionPools.js.map +1 -0
- package/dist/browser/operations/containerAppsSourceControls.d.ts +81 -0
- package/dist/browser/operations/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsSourceControls.js +354 -0
- package/dist/browser/operations/containerAppsSourceControls.js.map +1 -0
- package/dist/browser/operations/daprComponents.d.ts +71 -0
- package/dist/browser/operations/daprComponents.d.ts.map +1 -0
- package/dist/browser/operations/daprComponents.js +286 -0
- package/dist/browser/operations/daprComponents.js.map +1 -0
- package/dist/browser/operations/index.d.ts +28 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +35 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/javaComponents.d.ts +99 -0
- package/dist/browser/operations/javaComponents.d.ts.map +1 -0
- package/dist/browser/operations/javaComponents.js +458 -0
- package/dist/browser/operations/javaComponents.js.map +1 -0
- package/dist/browser/operations/jobs.d.ts +198 -0
- package/dist/browser/operations/jobs.d.ts.map +1 -0
- package/dist/browser/operations/jobs.js +994 -0
- package/dist/browser/operations/jobs.js.map +1 -0
- package/dist/browser/operations/jobsExecutions.d.ts +38 -0
- package/dist/browser/operations/jobsExecutions.d.ts.map +1 -0
- package/dist/browser/operations/jobsExecutions.js +150 -0
- package/dist/browser/operations/jobsExecutions.js.map +1 -0
- package/dist/browser/operations/managedCertificates.d.ts +80 -0
- package/dist/browser/operations/managedCertificates.d.ts.map +1 -0
- package/dist/browser/operations/managedCertificates.js +351 -0
- package/dist/browser/operations/managedCertificates.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts +28 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.js +85 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentUsages.d.ts +38 -0
- package/dist/browser/operations/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentUsages.js +150 -0
- package/dist/browser/operations/managedEnvironmentUsages.js.map +1 -0
- package/dist/browser/operations/managedEnvironments.d.ts +139 -0
- package/dist/browser/operations/managedEnvironments.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironments.js +696 -0
- package/dist/browser/operations/managedEnvironments.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js +53 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentsStorages.d.ts +45 -0
- package/dist/browser/operations/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentsStorages.js +157 -0
- package/dist/browser/operations/managedEnvironmentsStorages.js.map +1 -0
- package/dist/browser/operations/namespaces.d.ts +21 -0
- package/dist/browser/operations/namespaces.d.ts.map +1 -0
- package/dist/browser/operations/namespaces.js +61 -0
- package/dist/browser/operations/namespaces.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +37 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +147 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/billingMeters.d.ts +11 -0
- package/dist/browser/operationsInterfaces/billingMeters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/billingMeters.js.map +1 -0
- package/dist/browser/operationsInterfaces/certificates.d.ts +46 -0
- package/dist/browser/operationsInterfaces/certificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/certificates.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironments.d.ts +70 -0
- package/dist/browser/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironments.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +46 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +46 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts +37 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerApps.d.ts +120 -0
- package/dist/browser/operationsInterfaces/containerApps.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerApps.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisions.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
- package/dist/browser/operationsInterfaces/daprComponents.d.ts +46 -0
- package/dist/browser/operationsInterfaces/daprComponents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/daprComponents.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +28 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +35 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist/browser/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobs.d.ts +145 -0
- package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobs.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobsExecutions.d.ts +13 -0
- package/dist/browser/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobsExecutions.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedCertificates.d.ts +55 -0
- package/dist/browser/operationsInterfaces/managedCertificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedCertificates.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironments.d.ts +85 -0
- package/dist/browser/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironments.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
- package/dist/browser/operationsInterfaces/namespaces.d.ts +13 -0
- package/dist/browser/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/namespaces.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/containerAppsAPIClient.d.ts +59 -0
- package/dist/commonjs/containerAppsAPIClient.d.ts.map +1 -0
- package/dist/commonjs/containerAppsAPIClient.js +190 -0
- package/dist/commonjs/containerAppsAPIClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +4295 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +461 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +238 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +7104 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +53 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +454 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/availableWorkloadProfiles.d.ts +35 -0
- package/dist/commonjs/operations/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/commonjs/operations/availableWorkloadProfiles.js +149 -0
- package/dist/commonjs/operations/availableWorkloadProfiles.js.map +1 -0
- package/dist/commonjs/operations/billingMeters.d.ts +19 -0
- package/dist/commonjs/operations/billingMeters.d.ts.map +1 -0
- package/dist/commonjs/operations/billingMeters.js +56 -0
- package/dist/commonjs/operations/billingMeters.js.map +1 -0
- package/dist/commonjs/operations/certificates.d.ts +71 -0
- package/dist/commonjs/operations/certificates.d.ts.map +1 -0
- package/dist/commonjs/operations/certificates.js +292 -0
- package/dist/commonjs/operations/certificates.js.map +1 -0
- package/dist/commonjs/operations/connectedEnvironments.d.ts +106 -0
- package/dist/commonjs/operations/connectedEnvironments.d.ts.map +1 -0
- package/dist/commonjs/operations/connectedEnvironments.js +525 -0
- package/dist/commonjs/operations/connectedEnvironments.js.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts +71 -0
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js +292 -0
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts +71 -0
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js +290 -0
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts +45 -0
- package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js +162 -0
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/commonjs/operations/containerApps.d.ts +156 -0
- package/dist/commonjs/operations/containerApps.d.ts.map +1 -0
- package/dist/commonjs/operations/containerApps.js +807 -0
- package/dist/commonjs/operations/containerApps.js.map +1 -0
- package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts +63 -0
- package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsAuthConfigs.js +258 -0
- package/dist/commonjs/operations/containerAppsAuthConfigs.js.map +1 -0
- package/dist/commonjs/operations/containerAppsDiagnostics.d.ts +85 -0
- package/dist/commonjs/operations/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsDiagnostics.js +375 -0
- package/dist/commonjs/operations/containerAppsDiagnostics.js.map +1 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts +30 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js +100 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/commonjs/operations/containerAppsRevisions.d.ts +70 -0
- package/dist/commonjs/operations/containerAppsRevisions.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsRevisions.js +276 -0
- package/dist/commonjs/operations/containerAppsRevisions.js.map +1 -0
- package/dist/commonjs/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist/commonjs/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsSessionPools.js +556 -0
- package/dist/commonjs/operations/containerAppsSessionPools.js.map +1 -0
- package/dist/commonjs/operations/containerAppsSourceControls.d.ts +81 -0
- package/dist/commonjs/operations/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsSourceControls.js +358 -0
- package/dist/commonjs/operations/containerAppsSourceControls.js.map +1 -0
- package/dist/commonjs/operations/daprComponents.d.ts +71 -0
- package/dist/commonjs/operations/daprComponents.d.ts.map +1 -0
- package/dist/commonjs/operations/daprComponents.js +290 -0
- package/dist/commonjs/operations/daprComponents.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +28 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +38 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/javaComponents.d.ts +99 -0
- package/dist/commonjs/operations/javaComponents.d.ts.map +1 -0
- package/dist/commonjs/operations/javaComponents.js +462 -0
- package/dist/commonjs/operations/javaComponents.js.map +1 -0
- package/dist/commonjs/operations/jobs.d.ts +198 -0
- package/dist/commonjs/operations/jobs.d.ts.map +1 -0
- package/dist/commonjs/operations/jobs.js +998 -0
- package/dist/commonjs/operations/jobs.js.map +1 -0
- package/dist/commonjs/operations/jobsExecutions.d.ts +38 -0
- package/dist/commonjs/operations/jobsExecutions.d.ts.map +1 -0
- package/dist/commonjs/operations/jobsExecutions.js +154 -0
- package/dist/commonjs/operations/jobsExecutions.js.map +1 -0
- package/dist/commonjs/operations/managedCertificates.d.ts +80 -0
- package/dist/commonjs/operations/managedCertificates.d.ts.map +1 -0
- package/dist/commonjs/operations/managedCertificates.js +355 -0
- package/dist/commonjs/operations/managedCertificates.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts +28 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js +90 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentUsages.d.ts +38 -0
- package/dist/commonjs/operations/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentUsages.js +154 -0
- package/dist/commonjs/operations/managedEnvironmentUsages.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironments.d.ts +139 -0
- package/dist/commonjs/operations/managedEnvironments.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironments.js +700 -0
- package/dist/commonjs/operations/managedEnvironments.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js +58 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts +45 -0
- package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentsStorages.js +162 -0
- package/dist/commonjs/operations/managedEnvironmentsStorages.js.map +1 -0
- package/dist/commonjs/operations/namespaces.d.ts +21 -0
- package/dist/commonjs/operations/namespaces.d.ts.map +1 -0
- package/dist/commonjs/operations/namespaces.js +66 -0
- package/dist/commonjs/operations/namespaces.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +37 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +151 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/billingMeters.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/billingMeters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/billingMeters.js +10 -0
- package/dist/commonjs/operationsInterfaces/billingMeters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificates.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/certificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/certificates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerApps.d.ts +120 -0
- package/dist/commonjs/operationsInterfaces/containerApps.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerApps.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerApps.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprComponents.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/daprComponents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprComponents.js +10 -0
- package/dist/commonjs/operationsInterfaces/daprComponents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +28 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +38 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/javaComponents.js +10 -0
- package/dist/commonjs/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobs.d.ts +145 -0
- package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobs.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobsExecutions.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobsExecutions.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobsExecutions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedCertificates.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/managedCertificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedCertificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedCertificates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironments.d.ts +85 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironments.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/namespaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/namespaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/containerAppsAPIClient.d.ts +59 -0
- package/dist/esm/containerAppsAPIClient.d.ts.map +1 -0
- package/dist/esm/containerAppsAPIClient.js +185 -0
- package/dist/esm/containerAppsAPIClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +4295 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +458 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +238 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +7097 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +53 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +450 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/availableWorkloadProfiles.d.ts +35 -0
- package/dist/esm/operations/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/esm/operations/availableWorkloadProfiles.js +145 -0
- package/dist/esm/operations/availableWorkloadProfiles.js.map +1 -0
- package/dist/esm/operations/billingMeters.d.ts +19 -0
- package/dist/esm/operations/billingMeters.d.ts.map +1 -0
- package/dist/esm/operations/billingMeters.js +51 -0
- package/dist/esm/operations/billingMeters.js.map +1 -0
- package/dist/esm/operations/certificates.d.ts +71 -0
- package/dist/esm/operations/certificates.d.ts.map +1 -0
- package/dist/esm/operations/certificates.js +288 -0
- package/dist/esm/operations/certificates.js.map +1 -0
- package/dist/esm/operations/connectedEnvironments.d.ts +106 -0
- package/dist/esm/operations/connectedEnvironments.d.ts.map +1 -0
- package/dist/esm/operations/connectedEnvironments.js +521 -0
- package/dist/esm/operations/connectedEnvironments.js.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts +71 -0
- package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsCertificates.js +288 -0
- package/dist/esm/operations/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts +71 -0
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js +286 -0
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsStorages.d.ts +45 -0
- package/dist/esm/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsStorages.js +157 -0
- package/dist/esm/operations/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/esm/operations/containerApps.d.ts +156 -0
- package/dist/esm/operations/containerApps.d.ts.map +1 -0
- package/dist/esm/operations/containerApps.js +803 -0
- package/dist/esm/operations/containerApps.js.map +1 -0
- package/dist/esm/operations/containerAppsAuthConfigs.d.ts +63 -0
- package/dist/esm/operations/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsAuthConfigs.js +254 -0
- package/dist/esm/operations/containerAppsAuthConfigs.js.map +1 -0
- package/dist/esm/operations/containerAppsDiagnostics.d.ts +85 -0
- package/dist/esm/operations/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsDiagnostics.js +371 -0
- package/dist/esm/operations/containerAppsDiagnostics.js.map +1 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.d.ts +30 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.js +95 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/esm/operations/containerAppsRevisions.d.ts +70 -0
- package/dist/esm/operations/containerAppsRevisions.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsRevisions.js +272 -0
- package/dist/esm/operations/containerAppsRevisions.js.map +1 -0
- package/dist/esm/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist/esm/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsSessionPools.js +552 -0
- package/dist/esm/operations/containerAppsSessionPools.js.map +1 -0
- package/dist/esm/operations/containerAppsSourceControls.d.ts +81 -0
- package/dist/esm/operations/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsSourceControls.js +354 -0
- package/dist/esm/operations/containerAppsSourceControls.js.map +1 -0
- package/dist/esm/operations/daprComponents.d.ts +71 -0
- package/dist/esm/operations/daprComponents.d.ts.map +1 -0
- package/dist/esm/operations/daprComponents.js +286 -0
- package/dist/esm/operations/daprComponents.js.map +1 -0
- package/dist/esm/operations/index.d.ts +28 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +35 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/javaComponents.d.ts +99 -0
- package/dist/esm/operations/javaComponents.d.ts.map +1 -0
- package/dist/esm/operations/javaComponents.js +458 -0
- package/dist/esm/operations/javaComponents.js.map +1 -0
- package/dist/esm/operations/jobs.d.ts +198 -0
- package/dist/esm/operations/jobs.d.ts.map +1 -0
- package/dist/esm/operations/jobs.js +994 -0
- package/dist/esm/operations/jobs.js.map +1 -0
- package/dist/esm/operations/jobsExecutions.d.ts +38 -0
- package/dist/esm/operations/jobsExecutions.d.ts.map +1 -0
- package/dist/esm/operations/jobsExecutions.js +150 -0
- package/dist/esm/operations/jobsExecutions.js.map +1 -0
- package/dist/esm/operations/managedCertificates.d.ts +80 -0
- package/dist/esm/operations/managedCertificates.d.ts.map +1 -0
- package/dist/esm/operations/managedCertificates.js +351 -0
- package/dist/esm/operations/managedCertificates.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts +28 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.js +85 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentUsages.d.ts +38 -0
- package/dist/esm/operations/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentUsages.js +150 -0
- package/dist/esm/operations/managedEnvironmentUsages.js.map +1 -0
- package/dist/esm/operations/managedEnvironments.d.ts +139 -0
- package/dist/esm/operations/managedEnvironments.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironments.js +696 -0
- package/dist/esm/operations/managedEnvironments.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js +53 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentsStorages.d.ts +45 -0
- package/dist/esm/operations/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentsStorages.js +157 -0
- package/dist/esm/operations/managedEnvironmentsStorages.js.map +1 -0
- package/dist/esm/operations/namespaces.d.ts +21 -0
- package/dist/esm/operations/namespaces.d.ts.map +1 -0
- package/dist/esm/operations/namespaces.js +61 -0
- package/dist/esm/operations/namespaces.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +37 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +147 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.js +9 -0
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/billingMeters.d.ts +11 -0
- package/dist/esm/operationsInterfaces/billingMeters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/billingMeters.js +9 -0
- package/dist/esm/operationsInterfaces/billingMeters.js.map +1 -0
- package/dist/esm/operationsInterfaces/certificates.d.ts +46 -0
- package/dist/esm/operationsInterfaces/certificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/certificates.js +9 -0
- package/dist/esm/operationsInterfaces/certificates.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironments.d.ts +70 -0
- package/dist/esm/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironments.js +9 -0
- package/dist/esm/operationsInterfaces/connectedEnvironments.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +46 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js +9 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +46 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js +9 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts +37 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js +9 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerApps.d.ts +120 -0
- package/dist/esm/operationsInterfaces/containerApps.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerApps.js +9 -0
- package/dist/esm/operationsInterfaces/containerApps.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisions.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisions.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
- package/dist/esm/operationsInterfaces/daprComponents.d.ts +46 -0
- package/dist/esm/operationsInterfaces/daprComponents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/daprComponents.js +9 -0
- package/dist/esm/operationsInterfaces/daprComponents.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +28 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +35 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist/esm/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/javaComponents.js +9 -0
- package/dist/esm/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobs.d.ts +145 -0
- package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobs.js +9 -0
- package/dist/esm/operationsInterfaces/jobs.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobsExecutions.d.ts +13 -0
- package/dist/esm/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobsExecutions.js +9 -0
- package/dist/esm/operationsInterfaces/jobsExecutions.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedCertificates.d.ts +55 -0
- package/dist/esm/operationsInterfaces/managedCertificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedCertificates.js +9 -0
- package/dist/esm/operationsInterfaces/managedCertificates.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironments.d.ts +85 -0
- package/dist/esm/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironments.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironments.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
- package/dist/esm/operationsInterfaces/namespaces.d.ts +13 -0
- package/dist/esm/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/namespaces.js +9 -0
- package/dist/esm/operationsInterfaces/namespaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/containerAppsAPIClient.d.ts +59 -0
- package/dist/react-native/containerAppsAPIClient.d.ts.map +1 -0
- package/dist/react-native/containerAppsAPIClient.js +185 -0
- package/dist/react-native/containerAppsAPIClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +4295 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +458 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +238 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +7097 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +53 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +450 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/availableWorkloadProfiles.d.ts +35 -0
- package/dist/react-native/operations/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/react-native/operations/availableWorkloadProfiles.js +145 -0
- package/dist/react-native/operations/availableWorkloadProfiles.js.map +1 -0
- package/dist/react-native/operations/billingMeters.d.ts +19 -0
- package/dist/react-native/operations/billingMeters.d.ts.map +1 -0
- package/dist/react-native/operations/billingMeters.js +51 -0
- package/dist/react-native/operations/billingMeters.js.map +1 -0
- package/dist/react-native/operations/certificates.d.ts +71 -0
- package/dist/react-native/operations/certificates.d.ts.map +1 -0
- package/dist/react-native/operations/certificates.js +288 -0
- package/dist/react-native/operations/certificates.js.map +1 -0
- package/dist/react-native/operations/connectedEnvironments.d.ts +106 -0
- package/dist/react-native/operations/connectedEnvironments.d.ts.map +1 -0
- package/dist/react-native/operations/connectedEnvironments.js +521 -0
- package/dist/react-native/operations/connectedEnvironments.js.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts +71 -0
- package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js +288 -0
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts +71 -0
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js +286 -0
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts +45 -0
- package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsStorages.js +157 -0
- package/dist/react-native/operations/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/react-native/operations/containerApps.d.ts +156 -0
- package/dist/react-native/operations/containerApps.d.ts.map +1 -0
- package/dist/react-native/operations/containerApps.js +803 -0
- package/dist/react-native/operations/containerApps.js.map +1 -0
- package/dist/react-native/operations/containerAppsAuthConfigs.d.ts +63 -0
- package/dist/react-native/operations/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsAuthConfigs.js +254 -0
- package/dist/react-native/operations/containerAppsAuthConfigs.js.map +1 -0
- package/dist/react-native/operations/containerAppsDiagnostics.d.ts +85 -0
- package/dist/react-native/operations/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsDiagnostics.js +371 -0
- package/dist/react-native/operations/containerAppsDiagnostics.js.map +1 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts +30 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.js +95 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/react-native/operations/containerAppsRevisions.d.ts +70 -0
- package/dist/react-native/operations/containerAppsRevisions.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsRevisions.js +272 -0
- package/dist/react-native/operations/containerAppsRevisions.js.map +1 -0
- package/dist/react-native/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist/react-native/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsSessionPools.js +552 -0
- package/dist/react-native/operations/containerAppsSessionPools.js.map +1 -0
- package/dist/react-native/operations/containerAppsSourceControls.d.ts +81 -0
- package/dist/react-native/operations/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsSourceControls.js +354 -0
- package/dist/react-native/operations/containerAppsSourceControls.js.map +1 -0
- package/dist/react-native/operations/daprComponents.d.ts +71 -0
- package/dist/react-native/operations/daprComponents.d.ts.map +1 -0
- package/dist/react-native/operations/daprComponents.js +286 -0
- package/dist/react-native/operations/daprComponents.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +28 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +35 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/javaComponents.d.ts +99 -0
- package/dist/react-native/operations/javaComponents.d.ts.map +1 -0
- package/dist/react-native/operations/javaComponents.js +458 -0
- package/dist/react-native/operations/javaComponents.js.map +1 -0
- package/dist/react-native/operations/jobs.d.ts +198 -0
- package/dist/react-native/operations/jobs.d.ts.map +1 -0
- package/dist/react-native/operations/jobs.js +994 -0
- package/dist/react-native/operations/jobs.js.map +1 -0
- package/dist/react-native/operations/jobsExecutions.d.ts +38 -0
- package/dist/react-native/operations/jobsExecutions.d.ts.map +1 -0
- package/dist/react-native/operations/jobsExecutions.js +150 -0
- package/dist/react-native/operations/jobsExecutions.js.map +1 -0
- package/dist/react-native/operations/managedCertificates.d.ts +80 -0
- package/dist/react-native/operations/managedCertificates.d.ts.map +1 -0
- package/dist/react-native/operations/managedCertificates.js +351 -0
- package/dist/react-native/operations/managedCertificates.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts +28 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js +85 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentUsages.d.ts +38 -0
- package/dist/react-native/operations/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentUsages.js +150 -0
- package/dist/react-native/operations/managedEnvironmentUsages.js.map +1 -0
- package/dist/react-native/operations/managedEnvironments.d.ts +139 -0
- package/dist/react-native/operations/managedEnvironments.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironments.js +696 -0
- package/dist/react-native/operations/managedEnvironments.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js +53 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentsStorages.d.ts +45 -0
- package/dist/react-native/operations/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentsStorages.js +157 -0
- package/dist/react-native/operations/managedEnvironmentsStorages.js.map +1 -0
- package/dist/react-native/operations/namespaces.d.ts +21 -0
- package/dist/react-native/operations/namespaces.d.ts.map +1 -0
- package/dist/react-native/operations/namespaces.js +61 -0
- package/dist/react-native/operations/namespaces.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +37 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +147 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.js +9 -0
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/billingMeters.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/billingMeters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/billingMeters.js +9 -0
- package/dist/react-native/operationsInterfaces/billingMeters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/certificates.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/certificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/certificates.js +9 -0
- package/dist/react-native/operationsInterfaces/certificates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironments.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironments.js +9 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js +9 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js +9 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js +9 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerApps.d.ts +120 -0
- package/dist/react-native/operationsInterfaces/containerApps.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerApps.js +9 -0
- package/dist/react-native/operationsInterfaces/containerApps.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
- package/dist/react-native/operationsInterfaces/daprComponents.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/daprComponents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/daprComponents.js +9 -0
- package/dist/react-native/operationsInterfaces/daprComponents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +28 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +35 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/javaComponents.js +9 -0
- package/dist/react-native/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobs.d.ts +145 -0
- package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobs.js +9 -0
- package/dist/react-native/operationsInterfaces/jobs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobsExecutions.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobsExecutions.js +9 -0
- package/dist/react-native/operationsInterfaces/jobsExecutions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedCertificates.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/managedCertificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedCertificates.js +9 -0
- package/dist/react-native/operationsInterfaces/managedCertificates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironments.d.ts +85 -0
- package/dist/react-native/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironments.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/namespaces.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/namespaces.js +9 -0
- package/dist/react-native/operationsInterfaces/namespaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +80 -51
- package/review/arm-appcontainers.api.md +99 -1626
- package/dist/index.js +0 -24080
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js +0 -71
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyDeleteSample.js +0 -40
- package/dist-esm/samples-dev/appResiliencyDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyGetSample.js +0 -40
- package/dist-esm/samples-dev/appResiliencyGetSample.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyListSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyListSample.js +0 -55
- package/dist-esm/samples-dev/appResiliencyListSample.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyUpdateSample.js +0 -46
- package/dist-esm/samples-dev/appResiliencyUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js +0 -54
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/billingMetersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/billingMetersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/billingMetersGetSample.js +0 -38
- package/dist-esm/samples-dev/billingMetersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildAuthTokenListSample.js +0 -40
- package/dist-esm/samples-dev/buildAuthTokenListSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js +0 -60
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/buildersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersGetSample.js +0 -39
- package/dist-esm/samples-dev/buildersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersUpdateSample.js +0 -42
- package/dist-esm/samples-dev/buildersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js +0 -55
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js.map +0 -1
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js +0 -96
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/buildsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/buildsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/buildsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildsGetSample.js +0 -40
- package/dist-esm/samples-dev/buildsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js +0 -84
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/certificatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesGetSample.js +0 -40
- package/dist-esm/samples-dev/certificatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesListSample.js +0 -55
- package/dist-esm/samples-dev/certificatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesUpdateSample.js +0 -43
- package/dist-esm/samples-dev/certificatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js +0 -55
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js +0 -43
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js +0 -43
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js +0 -61
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js +0 -55
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js +0 -39
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js +0 -50
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js +0 -39
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js +0 -39
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js +0 -53
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js +0 -696
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsGetSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js +0 -43
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsListSecretsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsListSecretsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsListSecretsSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsListSecretsSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.js +0 -40
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js +0 -41
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js +0 -41
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js +0 -66
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js +0 -62
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js +0 -69
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js +0 -48
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsStartSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsStartSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsStopSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsStopSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsUpdateSample.js +0 -155
- package/dist-esm/samples-dev/containerAppsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js +0 -145
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js +0 -41
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js +0 -41
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js +0 -56
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js +0 -102
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/daprComponentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsGetSample.js +0 -60
- package/dist-esm/samples-dev/daprComponentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsListSample.js +0 -55
- package/dist-esm/samples-dev/daprComponentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.js +0 -40
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.js.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js +0 -108
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.js +0 -80
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsListSample.js +0 -55
- package/dist-esm/samples-dev/daprSubscriptionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js +0 -74
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsGetSample.js +0 -60
- package/dist-esm/samples-dev/dotNetComponentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsListSample.js +0 -90
- package/dist-esm/samples-dev/dotNetComponentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js +0 -74
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.d.ts +0 -2
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js +0 -41
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js.map +0 -1
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js +0 -37
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js +0 -92
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/javaComponentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsGetSample.js +0 -60
- package/dist-esm/samples-dev/javaComponentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsListSample.js +0 -90
- package/dist-esm/samples-dev/javaComponentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsUpdateSample.js +0 -92
- package/dist-esm/samples-dev/javaComponentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/jobExecutionSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobExecutionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobExecutionSample.js +0 -40
- package/dist-esm/samples-dev/jobExecutionSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +0 -233
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/jobsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsExecutionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsExecutionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsExecutionsListSample.js +0 -55
- package/dist-esm/samples-dev/jobsExecutionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsGetDetectorSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsGetDetectorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsGetDetectorSample.js +0 -40
- package/dist-esm/samples-dev/jobsGetDetectorSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsGetSample.js +0 -39
- package/dist-esm/samples-dev/jobsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListDetectorsSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListDetectorsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListDetectorsSample.js +0 -55
- package/dist-esm/samples-dev/jobsListDetectorsSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListSecretsSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListSecretsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListSecretsSample.js +0 -39
- package/dist-esm/samples-dev/jobsListSecretsSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsProxyGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsProxyGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsProxyGetSample.js +0 -40
- package/dist-esm/samples-dev/jobsProxyGetSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsResumeSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsResumeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsResumeSample.js +0 -39
- package/dist-esm/samples-dev/jobsResumeSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsStartSample.js +0 -58
- package/dist-esm/samples-dev/jobsStartSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsStopExecutionSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsStopExecutionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsStopExecutionSample.js +0 -40
- package/dist-esm/samples-dev/jobsStopExecutionSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js +0 -39
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsSuspendSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsSuspendSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsSuspendSample.js +0 -39
- package/dist-esm/samples-dev/jobsSuspendSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsUpdateSample.js +0 -78
- package/dist-esm/samples-dev/jobsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/logicAppsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js +0 -111
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsGetSample.js +0 -40
- package/dist-esm/samples-dev/logicAppsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js +0 -41
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsInvokeSample.js +0 -40
- package/dist-esm/samples-dev/logicAppsInvokeSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js +0 -40
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js +0 -56
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js +0 -50
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesGetSample.js +0 -40
- package/dist-esm/samples-dev/managedCertificatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesListSample.js +0 -55
- package/dist-esm/samples-dev/managedCertificatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.js +0 -43
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js +0 -40
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js +0 -55
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js +0 -55
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js +0 -54
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js +0 -169
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js +0 -55
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js +0 -79
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js +0 -60
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +0 -66
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -53
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/src/containerAppsAPIClient.d.ts +0 -74
- package/dist-esm/src/containerAppsAPIClient.d.ts.map +0 -1
- package/dist-esm/src/containerAppsAPIClient.js +0 -207
- package/dist-esm/src/containerAppsAPIClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -6097
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -686
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -335
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -9826
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -80
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -683
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/appResiliencyOperations.d.ts +0 -72
- package/dist-esm/src/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/appResiliencyOperations.js +0 -286
- package/dist-esm/src/operations/appResiliencyOperations.js.map +0 -1
- package/dist-esm/src/operations/availableWorkloadProfiles.d.ts +0 -35
- package/dist-esm/src/operations/availableWorkloadProfiles.d.ts.map +0 -1
- package/dist-esm/src/operations/availableWorkloadProfiles.js +0 -145
- package/dist-esm/src/operations/availableWorkloadProfiles.js.map +0 -1
- package/dist-esm/src/operations/billingMeters.d.ts +0 -19
- package/dist-esm/src/operations/billingMeters.d.ts.map +0 -1
- package/dist-esm/src/operations/billingMeters.js +0 -51
- package/dist-esm/src/operations/billingMeters.js.map +0 -1
- package/dist-esm/src/operations/buildAuthToken.d.ts +0 -21
- package/dist-esm/src/operations/buildAuthToken.d.ts.map +0 -1
- package/dist-esm/src/operations/buildAuthToken.js +0 -55
- package/dist-esm/src/operations/buildAuthToken.js.map +0 -1
- package/dist-esm/src/operations/builders.d.ts +0 -107
- package/dist-esm/src/operations/builders.d.ts.map +0 -1
- package/dist-esm/src/operations/builders.js +0 -554
- package/dist-esm/src/operations/builders.js.map +0 -1
- package/dist-esm/src/operations/builds.d.ts +0 -56
- package/dist-esm/src/operations/builds.d.ts.map +0 -1
- package/dist-esm/src/operations/builds.js +0 -246
- package/dist-esm/src/operations/builds.js.map +0 -1
- package/dist-esm/src/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist-esm/src/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist-esm/src/operations/buildsByBuilderResource.js +0 -150
- package/dist-esm/src/operations/buildsByBuilderResource.js.map +0 -1
- package/dist-esm/src/operations/certificates.d.ts +0 -71
- package/dist-esm/src/operations/certificates.d.ts.map +0 -1
- package/dist-esm/src/operations/certificates.js +0 -288
- package/dist-esm/src/operations/certificates.js.map +0 -1
- package/dist-esm/src/operations/connectedEnvironments.d.ts +0 -106
- package/dist-esm/src/operations/connectedEnvironments.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedEnvironments.js +0 -529
- package/dist-esm/src/operations/connectedEnvironments.js.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts +0 -71
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js +0 -288
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts +0 -71
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js +0 -286
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts +0 -45
- package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js +0 -157
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js.map +0 -1
- package/dist-esm/src/operations/containerApps.d.ts +0 -156
- package/dist-esm/src/operations/containerApps.d.ts.map +0 -1
- package/dist-esm/src/operations/containerApps.js +0 -823
- package/dist-esm/src/operations/containerApps.js.map +0 -1
- package/dist-esm/src/operations/containerAppsAuthConfigs.d.ts +0 -63
- package/dist-esm/src/operations/containerAppsAuthConfigs.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsAuthConfigs.js +0 -254
- package/dist-esm/src/operations/containerAppsAuthConfigs.js.map +0 -1
- package/dist-esm/src/operations/containerAppsBuilds.d.ts +0 -38
- package/dist-esm/src/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsBuilds.js +0 -147
- package/dist-esm/src/operations/containerAppsBuilds.js.map +0 -1
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js +0 -150
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist-esm/src/operations/containerAppsDiagnostics.d.ts +0 -85
- package/dist-esm/src/operations/containerAppsDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsDiagnostics.js +0 -371
- package/dist-esm/src/operations/containerAppsDiagnostics.js.map +0 -1
- package/dist-esm/src/operations/containerAppsPatches.d.ts +0 -97
- package/dist-esm/src/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsPatches.js +0 -461
- package/dist-esm/src/operations/containerAppsPatches.js.map +0 -1
- package/dist-esm/src/operations/containerAppsRevisionReplicas.d.ts +0 -30
- package/dist-esm/src/operations/containerAppsRevisionReplicas.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsRevisionReplicas.js +0 -95
- package/dist-esm/src/operations/containerAppsRevisionReplicas.js.map +0 -1
- package/dist-esm/src/operations/containerAppsRevisions.d.ts +0 -70
- package/dist-esm/src/operations/containerAppsRevisions.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsRevisions.js +0 -272
- package/dist-esm/src/operations/containerAppsRevisions.js.map +0 -1
- package/dist-esm/src/operations/containerAppsSessionPools.d.ts +0 -107
- package/dist-esm/src/operations/containerAppsSessionPools.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsSessionPools.js +0 -564
- package/dist-esm/src/operations/containerAppsSessionPools.js.map +0 -1
- package/dist-esm/src/operations/containerAppsSourceControls.d.ts +0 -81
- package/dist-esm/src/operations/containerAppsSourceControls.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsSourceControls.js +0 -370
- package/dist-esm/src/operations/containerAppsSourceControls.js.map +0 -1
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.js +0 -270
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist-esm/src/operations/daprComponents.d.ts +0 -71
- package/dist-esm/src/operations/daprComponents.d.ts.map +0 -1
- package/dist-esm/src/operations/daprComponents.js +0 -286
- package/dist-esm/src/operations/daprComponents.js.map +0 -1
- package/dist-esm/src/operations/daprSubscriptions.d.ts +0 -63
- package/dist-esm/src/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/daprSubscriptions.js +0 -257
- package/dist-esm/src/operations/daprSubscriptions.js.map +0 -1
- package/dist-esm/src/operations/dotNetComponents.d.ts +0 -99
- package/dist-esm/src/operations/dotNetComponents.d.ts.map +0 -1
- package/dist-esm/src/operations/dotNetComponents.js +0 -470
- package/dist-esm/src/operations/dotNetComponents.js.map +0 -1
- package/dist-esm/src/operations/functionsExtension.d.ts +0 -22
- package/dist-esm/src/operations/functionsExtension.d.ts.map +0 -1
- package/dist-esm/src/operations/functionsExtension.js +0 -63
- package/dist-esm/src/operations/functionsExtension.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -43
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -50
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/javaComponents.d.ts +0 -99
- package/dist-esm/src/operations/javaComponents.d.ts.map +0 -1
- package/dist-esm/src/operations/javaComponents.js +0 -470
- package/dist-esm/src/operations/javaComponents.js.map +0 -1
- package/dist-esm/src/operations/jobs.d.ts +0 -226
- package/dist-esm/src/operations/jobs.d.ts.map +0 -1
- package/dist-esm/src/operations/jobs.js +0 -1190
- package/dist-esm/src/operations/jobs.js.map +0 -1
- package/dist-esm/src/operations/jobsExecutions.d.ts +0 -38
- package/dist-esm/src/operations/jobsExecutions.d.ts.map +0 -1
- package/dist-esm/src/operations/jobsExecutions.js +0 -150
- package/dist-esm/src/operations/jobsExecutions.js.map +0 -1
- package/dist-esm/src/operations/logicApps.d.ts +0 -101
- package/dist-esm/src/operations/logicApps.d.ts.map +0 -1
- package/dist-esm/src/operations/logicApps.js +0 -407
- package/dist-esm/src/operations/logicApps.js.map +0 -1
- package/dist-esm/src/operations/managedCertificates.d.ts +0 -80
- package/dist-esm/src/operations/managedCertificates.d.ts.map +0 -1
- package/dist-esm/src/operations/managedCertificates.js +0 -355
- package/dist-esm/src/operations/managedCertificates.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts +0 -28
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.js +0 -85
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts +0 -86
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js +0 -385
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts +0 -38
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js +0 -150
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentUsages.d.ts +0 -38
- package/dist-esm/src/operations/managedEnvironmentUsages.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentUsages.js +0 -150
- package/dist-esm/src/operations/managedEnvironmentUsages.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironments.d.ts +0 -139
- package/dist-esm/src/operations/managedEnvironments.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironments.js +0 -708
- package/dist-esm/src/operations/managedEnvironments.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts +0 -20
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js +0 -53
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentsStorages.d.ts +0 -45
- package/dist-esm/src/operations/managedEnvironmentsStorages.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentsStorages.js +0 -157
- package/dist-esm/src/operations/managedEnvironmentsStorages.js.map +0 -1
- package/dist-esm/src/operations/namespaces.d.ts +0 -21
- package/dist-esm/src/operations/namespaces.d.ts.map +0 -1
- package/dist-esm/src/operations/namespaces.js +0 -61
- package/dist-esm/src/operations/namespaces.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -37
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -147
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/billingMeters.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/billingMeters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/billingMeters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/buildAuthToken.js +0 -9
- package/dist-esm/src/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/builders.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/builders.js +0 -9
- package/dist-esm/src/operationsInterfaces/builders.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/builds.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/builds.js +0 -9
- package/dist-esm/src/operationsInterfaces/builds.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js +0 -9
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificates.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/certificates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironments.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/connectedEnvironments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts +0 -120
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerApps.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsAuthConfigs.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsAuthConfigs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.js +0 -9
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -9
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.js +0 -9
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsRevisionReplicas.d.ts +0 -22
- package/dist-esm/src/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsRevisionReplicas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsRevisions.d.ts +0 -45
- package/dist-esm/src/operationsInterfaces/containerAppsRevisions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsRevisions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsSourceControls.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/containerAppsSourceControls.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsSourceControls.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -9
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprComponents.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/daprComponents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprComponents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.js +0 -9
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dotNetComponents.js +0 -9
- package/dist-esm/src/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/functionsExtension.js +0 -9
- package/dist-esm/src/operationsInterfaces/functionsExtension.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -50
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/javaComponents.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/javaComponents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/javaComponents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobs.d.ts +0 -173
- package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobsExecutions.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/jobsExecutions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobsExecutions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/logicApps.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/logicApps.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/logicApps.js +0 -9
- package/dist-esm/src/operationsInterfaces/logicApps.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedCertificates.d.ts +0 -55
- package/dist-esm/src/operationsInterfaces/managedCertificates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedCertificates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +0 -61
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +0 -9
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +0 -9
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironments.d.ts +0 -85
- package/dist-esm/src/operationsInterfaces/managedEnvironments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsStorages.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsStorages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/namespaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/appcontainers_examples.spec.d.ts +0 -4
- package/dist-esm/test/appcontainers_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/appcontainers_examples.spec.js +0 -161
- package/dist-esm/test/appcontainers_examples.spec.js.map +0 -1
- package/src/containerAppsAPIClient.ts +0 -407
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -7043
- package/src/models/mappers.ts +0 -10443
- package/src/models/parameters.ts +0 -797
- package/src/operations/appResiliencyOperations.ts +0 -374
- package/src/operations/availableWorkloadProfiles.ts +0 -171
- package/src/operations/billingMeters.ts +0 -68
- package/src/operations/buildAuthToken.ts +0 -74
- package/src/operations/builders.ts +0 -728
- package/src/operations/builds.ts +0 -347
- package/src/operations/buildsByBuilderResource.ts +0 -193
- package/src/operations/certificates.ts +0 -380
- package/src/operations/connectedEnvironments.ts +0 -676
- package/src/operations/connectedEnvironmentsCertificates.ts +0 -386
- package/src/operations/connectedEnvironmentsDaprComponents.ts +0 -383
- package/src/operations/connectedEnvironmentsStorages.ts +0 -211
- package/src/operations/containerApps.ts +0 -1089
- package/src/operations/containerAppsAuthConfigs.ts +0 -338
- package/src/operations/containerAppsBuilds.ts +0 -208
- package/src/operations/containerAppsBuildsByContainerApp.ts +0 -199
- package/src/operations/containerAppsDiagnostics.ts +0 -497
- package/src/operations/containerAppsPatches.ts +0 -648
- package/src/operations/containerAppsRevisionReplicas.ts +0 -128
- package/src/operations/containerAppsRevisions.ts +0 -364
- package/src/operations/containerAppsSessionPools.ts +0 -740
- package/src/operations/containerAppsSourceControls.ts +0 -510
- package/src/operations/daprComponentResiliencyPolicies.ts +0 -369
- package/src/operations/daprComponents.ts +0 -377
- package/src/operations/daprSubscriptions.ts +0 -337
- package/src/operations/dotNetComponents.ts +0 -655
- package/src/operations/functionsExtension.ts +0 -83
- package/src/operations/index.ts +0 -50
- package/src/operations/javaComponents.ts +0 -655
- package/src/operations/jobs.ts +0 -1572
- package/src/operations/jobsExecutions.ts +0 -193
- package/src/operations/logicApps.ts +0 -549
- package/src/operations/managedCertificates.ts +0 -479
- package/src/operations/managedEnvironmentDiagnostics.ts +0 -116
- package/src/operations/managedEnvironmentPrivateEndpointConnections.ts +0 -534
- package/src/operations/managedEnvironmentPrivateLinkResources.ts +0 -199
- package/src/operations/managedEnvironmentUsages.ts +0 -197
- package/src/operations/managedEnvironments.ts +0 -925
- package/src/operations/managedEnvironmentsDiagnostics.ts +0 -73
- package/src/operations/managedEnvironmentsStorages.ts +0 -211
- package/src/operations/namespaces.ts +0 -81
- package/src/operations/operations.ts +0 -149
- package/src/operations/usages.ts +0 -171
- package/src/operationsInterfaces/appResiliencyOperations.ts +0 -92
- package/src/operationsInterfaces/availableWorkloadProfiles.ts +0 -27
- package/src/operationsInterfaces/billingMeters.ts +0 -25
- package/src/operationsInterfaces/buildAuthToken.ts +0 -29
- package/src/operationsInterfaces/builders.ts +0 -145
- package/src/operationsInterfaces/builds.ts +0 -98
- package/src/operationsInterfaces/buildsByBuilderResource.ts +0 -29
- package/src/operationsInterfaces/certificates.ts +0 -91
- package/src/operationsInterfaces/connectedEnvironments.ts +0 -134
- package/src/operationsInterfaces/connectedEnvironmentsCertificates.ts +0 -91
- package/src/operationsInterfaces/connectedEnvironmentsDaprComponents.ts +0 -90
- package/src/operationsInterfaces/connectedEnvironmentsStorages.ts +0 -74
- package/src/operationsInterfaces/containerApps.ts +0 -235
- package/src/operationsInterfaces/containerAppsAuthConfigs.ts +0 -75
- package/src/operationsInterfaces/containerAppsBuilds.ts +0 -63
- package/src/operationsInterfaces/containerAppsBuildsByContainerApp.ts +0 -29
- package/src/operationsInterfaces/containerAppsDiagnostics.ts +0 -85
- package/src/operationsInterfaces/containerAppsPatches.ts +0 -149
- package/src/operationsInterfaces/containerAppsRevisionReplicas.ts +0 -46
- package/src/operationsInterfaces/containerAppsRevisions.ts +0 -86
- package/src/operationsInterfaces/containerAppsSessionPools.ts +0 -145
- package/src/operationsInterfaces/containerAppsSourceControls.ts +0 -109
- package/src/operationsInterfaces/daprComponentResiliencyPolicies.ts +0 -84
- package/src/operationsInterfaces/daprComponents.ts +0 -90
- package/src/operationsInterfaces/daprSubscriptions.ts +0 -75
- package/src/operationsInterfaces/dotNetComponents.ts +0 -152
- package/src/operationsInterfaces/functionsExtension.ts +0 -31
- package/src/operationsInterfaces/index.ts +0 -50
- package/src/operationsInterfaces/javaComponents.ts +0 -152
- package/src/operationsInterfaces/jobs.ts +0 -326
- package/src/operationsInterfaces/jobsExecutions.ts +0 -26
- package/src/operationsInterfaces/logicApps.ts +0 -144
- package/src/operationsInterfaces/managedCertificates.ts +0 -110
- package/src/operationsInterfaces/managedEnvironmentDiagnostics.ts +0 -42
- package/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.ts +0 -120
- package/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.ts +0 -29
- package/src/operationsInterfaces/managedEnvironmentUsages.ts +0 -26
- package/src/operationsInterfaces/managedEnvironments.ts +0 -164
- package/src/operationsInterfaces/managedEnvironmentsDiagnostics.ts +0 -27
- package/src/operationsInterfaces/managedEnvironmentsStorages.ts +0 -74
- package/src/operationsInterfaces/namespaces.ts +0 -30
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/usages.ts +0 -25
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-appcontainers.d.ts +0 -8790
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/availableWorkloadProfiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/billingMeters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironmentsCertificates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironmentsDaprComponents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironmentsStorages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerApps.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsAuthConfigs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsDiagnostics.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsRevisionReplicas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsRevisions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsSessionPools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsSourceControls.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/daprComponents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/javaComponents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobsExecutions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCertificates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentDiagnostics.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentUsages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentsDiagnostics.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentsStorages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/namespaces.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA4yFH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,aAAa;IACb,uCAAiB,CAAA;AACnB,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,qBAAqB;IACrB,+DAAiC,CAAA;AACnC,CAAC,EAHW,0BAA0B,KAA1B,0BAA0B,QAGrC;AAWD,8FAA8F;AAC9F,MAAM,CAAN,IAAY,0CAiBX;AAjBD,WAAY,0CAA0C;IACpD,gBAAgB;IAChB,qEAAuB,CAAA;IACvB,aAAa;IACb,+DAAiB,CAAA;IACjB,eAAe;IACf,mEAAqB,CAAA;IACrB,cAAc;IACd,iEAAmB,CAAA;IACnB,+BAA+B;IAC/B,mGAAqD,CAAA;IACrD,oCAAoC;IACpC,6GAA+D,CAAA;IAC/D,kCAAkC;IAClC,yGAA2D,CAAA;IAC3D,yBAAyB;IACzB,uFAAyC,CAAA;AAC3C,CAAC,EAjBW,0CAA0C,KAA1C,0CAA0C,QAiBrD;AAkBD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,cAAc;IACd,uDAAmB,CAAA;IACnB,oBAAoB;IACpB,mEAA+B,CAAA;AACjC,CAAC,EALW,gCAAgC,KAAhC,gCAAgC,QAK3C;AAYD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAWX;AAXD,WAAY,iCAAiC;IAC3C,gBAAgB;IAChB,4DAAuB,CAAA;IACvB,aAAa;IACb,sDAAiB,CAAA;IACjB,eAAe;IACf,0DAAqB,CAAA;IACrB,mBAAmB;IACnB,kEAA6B,CAAA;IAC7B,cAAc;IACd,wDAAmB,CAAA;AACrB,CAAC,EAXW,iCAAiC,KAAjC,iCAAiC,QAW5C;AAeD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;IACrB,gBAAgB;IAChB,0CAAuB,CAAA;AACzB,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAYD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,WAAW;IACX,gDAAa,CAAA;IACb,qBAAqB;IACrB,oEAAiC,CAAA;IACjC,mBAAmB;IACnB,gEAA6B,CAAA;IAC7B,iCAAiC;IACjC,6FAA0D,CAAA;AAC5D,CAAC,EATW,+BAA+B,KAA/B,+BAA+B,QAS1C;AAcD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAWX;AAXD,WAAY,kCAAkC;IAC5C,iBAAiB;IACjB,+DAAyB,CAAA;IACzB,gBAAgB;IAChB,6DAAuB,CAAA;IACvB,aAAa;IACb,uDAAiB,CAAA;IACjB,eAAe;IACf,2DAAqB,CAAA;IACrB,eAAe;IACf,2DAAqB,CAAA;AACvB,CAAC,EAXW,kCAAkC,KAAlC,kCAAkC,QAW7C;AAeD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAWX;AAXD,WAAY,8BAA8B;IACxC,yEAAyE;IACzE,6DAA2B,CAAA;IAC3B,yCAAyC;IACzC,qDAAmB,CAAA;IACnB,yCAAyC;IACzC,qDAAmB,CAAA;IACnB,+CAA+C;IAC/C,yDAAuB,CAAA;IACvB,2CAA2C;IAC3C,iDAAe,CAAA;AACjB,CAAC,EAXW,8BAA8B,KAA9B,8BAA8B,QAWzC;AAeD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,eAAe;IACf,iDAAqB,CAAA;IACrB,aAAa;IACb,6CAAiB,CAAA;AACnB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BASX;AATD,WAAY,2BAA2B;IACrC,WAAW;IACX,4CAAa,CAAA;IACb,WAAW;IACX,4CAAa,CAAA;IACb,YAAY;IACZ,8CAAe,CAAA;IACf,UAAU;IACV,0CAAW,CAAA;AACb,CAAC,EATW,2BAA2B,KAA3B,2BAA2B,QAStC;AAcD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,eAAe;IACf,yCAAqB,CAAA;IACrB,iBAAiB;IACjB,6CAAyB,CAAA;AAC3B,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,YAAY;IACZ,8BAAe,CAAA;IACf,WAAW;IACX,4BAAa,CAAA;AACf,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAYD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,aAAa;IACb,kCAAiB,CAAA;IACjB,WAAW;IACX,8BAAa,CAAA;AACf,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAYD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAOX;AAPD,WAAY,iCAAiC;IAC3C,aAAa;IACb,sDAAiB,CAAA;IACjB,aAAa;IACb,sDAAiB,CAAA;IACjB,cAAc;IACd,wDAAmB,CAAA;AACrB,CAAC,EAPW,iCAAiC,KAAjC,iCAAiC,QAO5C;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,WAAW;IACX,iCAAa,CAAA;IACb,WAAW;IACX,iCAAa,CAAA;AACf,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aASX;AATD,WAAY,aAAa;IACvB,WAAW;IACX,8BAAa,CAAA;IACb,YAAY;IACZ,gCAAe,CAAA;IACf,WAAW;IACX,8BAAa,CAAA;IACb,YAAY;IACZ,gCAAe,CAAA;AACjB,CAAC,EATW,aAAa,KAAb,aAAa,QASxB;AAcD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BASX;AATD,WAAY,8BAA8B;IACxC,WAAW;IACX,+CAAa,CAAA;IACb,WAAW;IACX,+CAAa,CAAA;IACb,WAAW;IACX,+CAAa,CAAA;IACb,UAAU;IACV,6CAAW,CAAA;AACb,CAAC,EATW,8BAA8B,KAA9B,8BAA8B,QASzC;AAcD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,YAAY;IACZ,8BAAe,CAAA;AACjB,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAYD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB,eAAe;IACf,kCAAqB,CAAA;IACrB,gBAAgB;IAChB,oCAAuB,CAAA;IACvB,cAAc;IACd,gCAAmB,CAAA;AACrB,CAAC,EAPW,SAAS,KAAT,SAAS,QAOpB;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBASX;AATD,WAAY,gBAAgB;IAC1B,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,eAAe;IACf,yCAAqB,CAAA;IACrB,aAAa;IACb,qCAAiB,CAAA;IACjB,mBAAmB;IACnB,iDAA6B,CAAA;AAC/B,CAAC,EATW,gBAAgB,KAAhB,gBAAgB,QAS3B;AAcD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,gBAAgB;IAChB,mDAAuB,CAAA;IACvB,WAAW;IACX,yCAAa,CAAA;AACf,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAWX;AAXD,WAAY,8BAA8B;IACxC,mBAAmB;IACnB,+DAA6B,CAAA;IAC7B,kBAAkB;IAClB,6DAA2B,CAAA;IAC3B,aAAa;IACb,mDAAiB,CAAA;IACjB,qBAAqB;IACrB,mEAAiC,CAAA;IACjC,oBAAoB;IACpB,iEAA+B,CAAA;AACjC,CAAC,EAXW,8BAA8B,KAA9B,8BAA8B,QAWzC;AAeD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAaX;AAbD,WAAY,yBAAyB;IACnC,cAAc;IACd,gDAAmB,CAAA;IACnB,iBAAiB;IACjB,sDAAyB,CAAA;IACzB,cAAc;IACd,gDAAmB,CAAA;IACnB,eAAe;IACf,kDAAqB,CAAA;IACrB,aAAa;IACb,8CAAiB,CAAA;IACjB,cAAc;IACd,gDAAmB,CAAA;AACrB,CAAC,EAbW,yBAAyB,KAAzB,yBAAyB,QAapC;AAgBD,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCAOX;AAPD,WAAY,oCAAoC;IAC9C,cAAc;IACd,2DAAmB,CAAA;IACnB,iBAAiB;IACjB,iEAAyB,CAAA;IACzB,cAAc;IACd,2DAAmB,CAAA;AACrB,CAAC,EAPW,oCAAoC,KAApC,oCAAoC,QAO/C;AAaD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAOX;AAPD,WAAY,sCAAsC;IAChD,cAAc;IACd,6DAAmB,CAAA;IACnB,iBAAiB;IACjB,mEAAyB,CAAA;IACzB,cAAc;IACd,6DAAmB,CAAA;AACrB,CAAC,EAPW,sCAAsC,KAAtC,sCAAsC,QAOjD;AAaD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAqBX;AArBD,WAAY,iCAAiC;IAC3C,gBAAgB;IAChB,4DAAuB,CAAA;IACvB,aAAa;IACb,sDAAiB,CAAA;IACjB,eAAe;IACf,0DAAqB,CAAA;IACrB,cAAc;IACd,wDAAmB,CAAA;IACnB,+BAA+B;IAC/B,0FAAqD,CAAA;IACrD,oCAAoC;IACpC,oGAA+D,CAAA;IAC/D,kCAAkC;IAClC,gGAA2D,CAAA;IAC3D,yBAAyB;IACzB,8EAAyC,CAAA;IACzC,uBAAuB;IACvB,0EAAqC,CAAA;IACrC,oBAAoB;IACpB,oEAA+B,CAAA;AACjC,CAAC,EArBW,iCAAiC,KAAjC,iCAAiC,QAqB5C;AAoBD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAWX;AAXD,WAAY,yBAAyB;IACnC,iBAAiB;IACjB,sDAAyB,CAAA;IACzB,gBAAgB;IAChB,oDAAuB,CAAA;IACvB,aAAa;IACb,8CAAiB,CAAA;IACjB,eAAe;IACf,kDAAqB,CAAA;IACrB,eAAe;IACf,kDAAqB,CAAA;AACvB,CAAC,EAXW,yBAAyB,KAAzB,yBAAyB,QAWpC;AAeD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,eAAe;IACf,yCAAqB,CAAA;IACrB,YAAY;IACZ,mCAAe,CAAA;IACf,aAAa;IACb,qCAAiB,CAAA;AACnB,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,sBAAsB;IACtB,6DAAmC,CAAA;IACnC,wBAAwB;IACxB,iEAAuC,CAAA;IACvC,wBAAwB;IACxB,iEAAuC,CAAA;AACzC,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AAaD,uFAAuF;AACvF,MAAM,CAAN,IAAY,mCAWX;AAXD,WAAY,mCAAmC;IAC7C,gBAAgB;IAChB,8DAAuB,CAAA;IACvB,aAAa;IACb,wDAAiB,CAAA;IACjB,eAAe;IACf,4DAAqB,CAAA;IACrB,eAAe;IACf,4DAAqB,CAAA;IACrB,iBAAiB;IACjB,gEAAyB,CAAA;AAC3B,CAAC,EAXW,mCAAmC,KAAnC,mCAAmC,QAW9C;AAeD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAeX;AAfD,WAAY,6BAA6B;IACvC,cAAc;IACd,oDAAmB,CAAA;IACnB,iBAAiB;IACjB,0DAAyB,CAAA;IACzB,cAAc;IACd,oDAAmB,CAAA;IACnB,eAAe;IACf,sDAAqB,CAAA;IACrB,aAAa;IACb,kDAAiB,CAAA;IACjB,cAAc;IACd,oDAAmB,CAAA;IACnB,gBAAgB;IAChB,wDAAuB,CAAA;AACzB,CAAC,EAfW,6BAA6B,KAA7B,6BAA6B,QAexC;AAiBD,kGAAkG;AAClG,MAAM,CAAN,IAAY,8CAOX;AAPD,WAAY,8CAA8C;IACxD,YAAY;IACZ,iEAAe,CAAA;IACf,WAAW;IACX,+DAAa,CAAA;IACb,UAAU;IACV,6DAAW,CAAA;AACb,CAAC,EAPW,8CAA8C,KAA9C,8CAA8C,QAOzD;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,gBAAgB;IAChB,6CAAuB,CAAA;AACzB,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,aAAa;IACb,4CAAiB,CAAA;IACjB,cAAc;IACd,8CAAmB,CAAA;AACrB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,YAAY;IACZ,qCAAe,CAAA;IACf,sBAAsB;IACtB,yDAAmC,CAAA;AACrC,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,oBAAoB;IACpB,4DAA+B,CAAA;IAC/B,qBAAqB;IACrB,8DAAiC,CAAA;AACnC,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAWX;AAXD,WAAY,iCAAiC;IAC3C,iBAAiB;IACjB,8DAAyB,CAAA;IACzB,gBAAgB;IAChB,4DAAuB,CAAA;IACvB,aAAa;IACb,sDAAiB,CAAA;IACjB,eAAe;IACf,0DAAqB,CAAA;IACrB,eAAe;IACf,0DAAqB,CAAA;AACvB,CAAC,EAXW,iCAAiC,KAAjC,iCAAiC,QAW5C;AAeD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCASX;AATD,WAAY,gCAAgC;IAC1C,iBAAiB;IACjB,6DAAyB,CAAA;IACzB,gBAAgB;IAChB,2DAAuB,CAAA;IACvB,aAAa;IACb,qDAAiB,CAAA;IACjB,eAAe;IACf,yDAAqB,CAAA;AACvB,CAAC,EATW,gCAAgC,KAAhC,gCAAgC,QAS3C","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 * as coreClient from \"@azure/core-client\";\n\nexport type JavaComponentPropertiesUnion =\n | JavaComponentProperties\n | SpringBootAdminComponent\n | SpringCloudEurekaComponent\n | SpringCloudConfigComponent;\n\n/** AuthConfig collection ARM resource. */\nexport interface AuthConfigCollection {\n /** Collection of resources. */\n value: AuthConfig[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */\nexport interface AuthPlatform {\n /** <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>. */\n enabled?: boolean;\n /**\n * The RuntimeVersion of the Authentication / Authorization feature in use for the current app.\n * The setting in this value can control the behavior of certain features in the Authentication / Authorization module.\n */\n runtimeVersion?: string;\n}\n\n/** The configuration settings that determines the validation flow of users using ContainerApp Service Authentication/Authorization. */\nexport interface GlobalValidation {\n /** The action to take when an unauthenticated client attempts to access the app. */\n unauthenticatedClientAction?: UnauthenticatedClientActionV2;\n /**\n * The default authentication provider to use when multiple providers are configured.\n * This setting is only needed if multiple providers are configured and the unauthenticated client\n * action is set to \"RedirectToLoginPage\".\n */\n redirectToProvider?: string;\n /** The paths for which unauthenticated flow would not be redirected to the login page. */\n excludedPaths?: string[];\n}\n\n/** The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization. */\nexport interface IdentityProviders {\n /** The configuration settings of the Azure Active directory provider. */\n azureActiveDirectory?: AzureActiveDirectory;\n /** The configuration settings of the Facebook provider. */\n facebook?: Facebook;\n /** The configuration settings of the GitHub provider. */\n gitHub?: GitHub;\n /** The configuration settings of the Google provider. */\n google?: Google;\n /** The configuration settings of the Twitter provider. */\n twitter?: Twitter;\n /** The configuration settings of the Apple provider. */\n apple?: Apple;\n /** The configuration settings of the Azure Static Web Apps provider. */\n azureStaticWebApps?: AzureStaticWebApps;\n /**\n * The map of the name of the alias of each custom Open ID Connect provider to the\n * configuration settings of the custom Open ID Connect provider.\n */\n customOpenIdConnectProviders?: {\n [propertyName: string]: CustomOpenIdConnectProvider;\n };\n}\n\n/** The configuration settings of the Azure Active directory provider. */\nexport interface AzureActiveDirectory {\n /** <code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Azure Active Directory app registration. */\n registration?: AzureActiveDirectoryRegistration;\n /** The configuration settings of the Azure Active Directory login flow. */\n login?: AzureActiveDirectoryLogin;\n /** The configuration settings of the Azure Active Directory token validation flow. */\n validation?: AzureActiveDirectoryValidation;\n /**\n * Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling.\n * This is an internal flag primarily intended to support the Azure Management Portal. Users should not\n * read or write to this property.\n */\n isAutoProvisioned?: boolean;\n}\n\n/** The configuration settings of the Azure Active Directory app registration. */\nexport interface AzureActiveDirectoryRegistration {\n /**\n * The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.\n * When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/.\n * This URI is a case-sensitive identifier for the token issuer.\n * More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html\n */\n openIdIssuer?: string;\n /**\n * The Client ID of this relying party application, known as the client_id.\n * This setting is required for enabling OpenID Connection authentication with Azure Active Directory or\n * other 3rd party OpenID Connect providers.\n * More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html\n */\n clientId?: string;\n /** The app setting name that contains the client secret of the relying party application. */\n clientSecretSettingName?: string;\n /**\n * An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret. It is also optional.\n */\n clientSecretCertificateThumbprint?: string;\n /**\n * An alternative to the client secret thumbprint, that is the subject alternative name of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret Certificate Thumbprint. It is also optional.\n */\n clientSecretCertificateSubjectAlternativeName?: string;\n /**\n * An alternative to the client secret thumbprint, that is the issuer of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret Certificate Thumbprint. It is also optional.\n */\n clientSecretCertificateIssuer?: string;\n}\n\n/** The configuration settings of the Azure Active Directory login flow. */\nexport interface AzureActiveDirectoryLogin {\n /**\n * Login parameters to send to the OpenID Connect authorization endpoint when\n * a user logs in. Each parameter must be in the form \"key=value\".\n */\n loginParameters?: string[];\n /** <code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>. */\n disableWWWAuthenticate?: boolean;\n}\n\n/** The configuration settings of the Azure Active Directory token validation flow. */\nexport interface AzureActiveDirectoryValidation {\n /** The configuration settings of the checks that should be made while validating the JWT Claims. */\n jwtClaimChecks?: JwtClaimChecks;\n /** The list of audiences that can make successful authentication/authorization requests. */\n allowedAudiences?: string[];\n /** The configuration settings of the default authorization policy. */\n defaultAuthorizationPolicy?: DefaultAuthorizationPolicy;\n}\n\n/** The configuration settings of the checks that should be made while validating the JWT Claims. */\nexport interface JwtClaimChecks {\n /** The list of the allowed groups. */\n allowedGroups?: string[];\n /** The list of the allowed client applications. */\n allowedClientApplications?: string[];\n}\n\n/** The configuration settings of the Azure Active Directory default authorization policy. */\nexport interface DefaultAuthorizationPolicy {\n /** The configuration settings of the Azure Active Directory allowed principals. */\n allowedPrincipals?: AllowedPrincipals;\n /** The configuration settings of the Azure Active Directory allowed applications. */\n allowedApplications?: string[];\n}\n\n/** The configuration settings of the Azure Active Directory allowed principals. */\nexport interface AllowedPrincipals {\n /** The list of the allowed groups. */\n groups?: string[];\n /** The list of the allowed identities. */\n identities?: string[];\n}\n\n/** The configuration settings of the Facebook provider. */\nexport interface Facebook {\n /** <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Facebook provider. */\n registration?: AppRegistration;\n /** The version of the Facebook api to be used while logging in. */\n graphApiVersion?: string;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the app registration for providers that have app ids and app secrets */\nexport interface AppRegistration {\n /** The App ID of the app used for login. */\n appId?: string;\n /** The app setting name that contains the app secret. */\n appSecretSettingName?: string;\n}\n\n/** The configuration settings of the login flow, including the scopes that should be requested. */\nexport interface LoginScopes {\n /** A list of the scopes that should be requested while authenticating. */\n scopes?: string[];\n}\n\n/** The configuration settings of the GitHub provider. */\nexport interface GitHub {\n /** <code>false</code> if the GitHub provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the GitHub provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the app registration for providers that have client ids and client secrets */\nexport interface ClientRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n /** The app setting name that contains the client secret. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the Google provider. */\nexport interface Google {\n /** <code>false</code> if the Google provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Google provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n /** The configuration settings of the Azure Active Directory token validation flow. */\n validation?: AllowedAudiencesValidation;\n}\n\n/** The configuration settings of the Allowed Audiences validation flow. */\nexport interface AllowedAudiencesValidation {\n /** The configuration settings of the allowed list of audiences from which to validate the JWT token. */\n allowedAudiences?: string[];\n}\n\n/** The configuration settings of the Twitter provider. */\nexport interface Twitter {\n /** <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Twitter provider. */\n registration?: TwitterRegistration;\n}\n\n/** The configuration settings of the app registration for the Twitter provider. */\nexport interface TwitterRegistration {\n /**\n * The OAuth 1.0a consumer key of the Twitter application used for sign-in.\n * This setting is required for enabling Twitter Sign-In.\n * Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n */\n consumerKey?: string;\n /**\n * The app setting name that contains the OAuth 1.0a consumer secret of the Twitter\n * application used for sign-in.\n */\n consumerSecretSettingName?: string;\n}\n\n/** The configuration settings of the Apple provider. */\nexport interface Apple {\n /** <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Apple registration. */\n registration?: AppleRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the registration for the Apple provider */\nexport interface AppleRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n /** The app setting name that contains the client secret. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the Azure Static Web Apps provider. */\nexport interface AzureStaticWebApps {\n /** <code>false</code> if the Azure Static Web Apps provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Azure Static Web Apps registration. */\n registration?: AzureStaticWebAppsRegistration;\n}\n\n/** The configuration settings of the registration for the Azure Static Web Apps provider */\nexport interface AzureStaticWebAppsRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n}\n\n/** The configuration settings of the custom Open ID Connect provider. */\nexport interface CustomOpenIdConnectProvider {\n /** <code>false</code> if the custom Open ID provider provider should not be enabled; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the custom Open ID Connect provider. */\n registration?: OpenIdConnectRegistration;\n /** The configuration settings of the login flow of the custom Open ID Connect provider. */\n login?: OpenIdConnectLogin;\n}\n\n/** The configuration settings of the app registration for the custom Open ID Connect provider. */\nexport interface OpenIdConnectRegistration {\n /** The client id of the custom Open ID Connect provider. */\n clientId?: string;\n /** The authentication credentials of the custom Open ID Connect provider. */\n clientCredential?: OpenIdConnectClientCredential;\n /** The configuration settings of the endpoints used for the custom Open ID Connect provider. */\n openIdConnectConfiguration?: OpenIdConnectConfig;\n}\n\n/** The authentication client credentials of the custom Open ID Connect provider. */\nexport interface OpenIdConnectClientCredential {\n /** The method that should be used to authenticate the user. */\n method?: \"ClientSecretPost\";\n /** The app setting that contains the client secret for the custom Open ID Connect provider. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the endpoints used for the custom Open ID Connect provider. */\nexport interface OpenIdConnectConfig {\n /** The endpoint to be used to make an authorization request. */\n authorizationEndpoint?: string;\n /** The endpoint to be used to request a token. */\n tokenEndpoint?: string;\n /** The endpoint that issues the token. */\n issuer?: string;\n /** The endpoint that provides the keys necessary to validate the token. */\n certificationUri?: string;\n /** The endpoint that contains all the configuration endpoints for the provider. */\n wellKnownOpenIdConfiguration?: string;\n}\n\n/** The configuration settings of the login flow of the custom Open ID Connect provider. */\nexport interface OpenIdConnectLogin {\n /** The name of the claim that contains the users name. */\n nameClaimType?: string;\n /** A list of the scopes that should be requested while authenticating. */\n scopes?: string[];\n}\n\n/** The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. */\nexport interface Login {\n /** The routes that specify the endpoints used for login and logout requests. */\n routes?: LoginRoutes;\n /** The configuration settings of the token store. */\n tokenStore?: TokenStore;\n /** <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. */\n preserveUrlFragmentsForLogins?: boolean;\n /**\n * External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.\n * This is an advanced setting typically only needed by Windows Store application backends.\n * Note that URLs within the current domain are always implicitly allowed.\n */\n allowedExternalRedirectUrls?: string[];\n /** The configuration settings of the session cookie's expiration. */\n cookieExpiration?: CookieExpiration;\n /** The configuration settings of the nonce used in the login flow. */\n nonce?: Nonce;\n}\n\n/** The routes that specify the endpoints used for login and logout requests. */\nexport interface LoginRoutes {\n /** The endpoint at which a logout request should be made. */\n logoutEndpoint?: string;\n}\n\n/** The configuration settings of the token store. */\nexport interface TokenStore {\n /**\n * <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.\n * The default is <code>false</code>.\n */\n enabled?: boolean;\n /**\n * The number of hours after session token expiration that a session token can be used to\n * call the token refresh API. The default is 72 hours.\n */\n tokenRefreshExtensionHours?: number;\n /** The configuration settings of the storage of the tokens if blob storage is used. */\n azureBlobStorage?: BlobStorageTokenStore;\n}\n\n/** The configuration settings of the storage of the tokens if blob storage is used. */\nexport interface BlobStorageTokenStore {\n /** The name of the app secrets containing the SAS URL of the blob storage containing the tokens. */\n sasUrlSettingName: string;\n}\n\n/** The configuration settings of the session cookie's expiration. */\nexport interface CookieExpiration {\n /** The convention used when determining the session cookie's expiration. */\n convention?: CookieExpirationConvention;\n /** The time after the request is made when the session cookie should expire. */\n timeToExpiration?: string;\n}\n\n/** The configuration settings of the nonce used in the login flow. */\nexport interface Nonce {\n /** <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>. */\n validateNonce?: boolean;\n /** The time after the request is made when the nonce should expire. */\n nonceExpirationInterval?: string;\n}\n\n/** The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. */\nexport interface HttpSettings {\n /** <code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>. */\n requireHttps?: boolean;\n /** The configuration settings of the paths HTTP requests. */\n routes?: HttpSettingsRoutes;\n /** The configuration settings of a forward proxy used to make the requests. */\n forwardProxy?: ForwardProxy;\n}\n\n/** The configuration settings of the paths HTTP requests. */\nexport interface HttpSettingsRoutes {\n /** The prefix that should precede all the authentication/authorization paths. */\n apiPrefix?: string;\n}\n\n/** The configuration settings of a forward proxy used to make the requests. */\nexport interface ForwardProxy {\n /** The convention used to determine the url of the request made. */\n convention?: ForwardProxyConvention;\n /** The name of the header containing the host of the request. */\n customHostHeaderName?: string;\n /** The name of the header containing the scheme of the request. */\n customProtoHeaderName?: string;\n}\n\n/** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */\nexport interface EncryptionSettings {\n /** The secret name which is referenced for EncryptionKey. */\n containerAppAuthEncryptionSecretName?: string;\n /** The secret name which is referenced for SigningKey. */\n containerAppAuthSigningSecretName?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** App Service error response. */\nexport interface DefaultErrorResponse {\n /**\n * Error model.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: DefaultErrorResponseError;\n}\n\n/** Error model. */\nexport interface DefaultErrorResponseError {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /** Details or the error */\n details?: DefaultErrorResponseErrorDetailsItem[];\n /**\n * More information to debug error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innererror?: string;\n}\n\n/** Detailed errors. */\nexport interface DefaultErrorResponseErrorDetailsItem {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n}\n\n/** Collection of available workload profiles in the location. */\nexport interface AvailableWorkloadProfilesCollection {\n /** Collection of workload profiles. */\n value: AvailableWorkloadProfile[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Revision resource specific properties */\nexport interface AvailableWorkloadProfileProperties {\n /** Used to categorize workload profiles. */\n category?: string;\n /** indicates whether the profile is default for the location. */\n applicability?: Applicability;\n /** Number of cores in CPU. */\n cores?: number;\n /** Memory in GiB. */\n memoryGiB?: number;\n /** Number of GPUs. */\n gpus?: number;\n /** The everyday name of the workload profile. */\n displayName?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Collection of billing meters. */\nexport interface BillingMeterCollection {\n /** Collection of billing meters. */\n value: BillingMeter[];\n}\n\n/** Revision resource specific properties */\nexport interface BillingMeterProperties {\n /** Used to categorize billing meters. */\n category?: string;\n /** Billing meter type. */\n meterType?: string;\n /** The everyday name of the billing meter. */\n displayName?: string;\n}\n\n/** Collection of connectedEnvironments */\nexport interface ConnectedEnvironmentCollection {\n /** Collection of resources. */\n value?: ConnectedEnvironment[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The complex type of the extended location. */\nexport interface ExtendedLocation {\n /** The name of the extended location. */\n name?: string;\n /** The type of the extended location. */\n type?: ExtendedLocationTypes;\n}\n\n/** Configuration properties for apps environment custom domain */\nexport interface CustomDomainConfiguration {\n /**\n * Id used to verify domain name ownership\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationId?: string;\n /** Dns suffix for the environment domain */\n dnsSuffix?: string;\n /** Certificate stored in Azure Key Vault. */\n certificateKeyVaultProperties?: CertificateKeyVaultProperties;\n /** PFX or PEM blob */\n certificateValue?: Uint8Array;\n /** Certificate password */\n certificatePassword?: string;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Subject name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectName?: string;\n}\n\n/** Properties for a certificate stored in a Key Vault. */\nexport interface CertificateKeyVaultProperties {\n /** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */\n identity?: string;\n /** URL pointing to the Azure Key Vault secret that holds the certificate. */\n keyVaultUrl?: string;\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is available. */\n message?: string;\n}\n\n/** Collection of Certificates. */\nexport interface CertificateCollection {\n /** Collection of resources. */\n value: Certificate[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Certificate resource specific properties */\nexport interface CertificateProperties {\n /**\n * Provisioning state of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CertificateProvisioningState;\n /** Properties for a certificate stored in a Key Vault. */\n certificateKeyVaultProperties?: CertificateKeyVaultProperties;\n /** Certificate password. */\n password?: string;\n /**\n * Subject name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectName?: string;\n /**\n * Subject alternative names the certificate applies to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectAlternativeNames?: string[];\n /** PFX or PEM blob */\n value?: Uint8Array;\n /**\n * Certificate issuer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issuer?: string;\n /**\n * Certificate issue Date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issueDate?: Date;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Is the certificate valid?.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valid?: boolean;\n /**\n * Public key hash.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicKeyHash?: string;\n}\n\n/** A certificate to update */\nexport interface CertificatePatch {\n /** Application-specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Dapr Components ARM resource. */\nexport interface DaprComponentsCollection {\n /** Collection of resources. */\n value: DaprComponent[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Secret definition. */\nexport interface Secret {\n /** Secret Name. */\n name?: string;\n /** Secret Value. */\n value?: string;\n /** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */\n identity?: string;\n /** Azure Key Vault URL pointing to the secret referenced by the container app. */\n keyVaultUrl?: string;\n}\n\n/** Dapr component metadata. */\nexport interface DaprMetadata {\n /** Metadata property name. */\n name?: string;\n /** Metadata property value. */\n value?: string;\n /** Name of the Dapr Component secret from which to pull the metadata property value. */\n secretRef?: string;\n}\n\n/** Dapr component Secrets Collection for ListSecrets Action. */\nexport interface DaprSecretsCollection {\n /** Collection of secrets used by a Dapr component */\n value: DaprSecret[];\n}\n\n/** Dapr component Secret for ListSecrets Action */\nexport interface DaprSecret {\n /**\n * Secret Name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Secret Value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** Collection of Storage for Environments */\nexport interface ConnectedEnvironmentStoragesCollection {\n /** Collection of storage resources. */\n value: ConnectedEnvironmentStorage[];\n}\n\n/** Storage properties */\nexport interface ConnectedEnvironmentStorageProperties {\n /** Azure file properties */\n azureFile?: AzureFileProperties;\n}\n\n/** Azure File Properties. */\nexport interface AzureFileProperties {\n /** Storage account name for azure file. */\n accountName?: string;\n /** Storage account key for azure file. */\n accountKey?: string;\n /** Access mode for storage */\n accessMode?: AccessMode;\n /** Azure file share name. */\n shareName?: string;\n}\n\n/** Container App collection ARM resource. */\nexport interface ContainerAppCollection {\n /** Collection of resources. */\n value: ContainerApp[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Non versioned Container App configuration properties that define the mutable settings of a Container app */\nexport interface Configuration {\n /** Collection of secrets used by a Container app */\n secrets?: Secret[];\n /**\n * ActiveRevisionsMode controls how active revisions are handled for the Container app:\n * <list><item>Multiple: multiple revisions can be active.</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.</item></list>\n */\n activeRevisionsMode?: ActiveRevisionsMode;\n /** Ingress configurations. */\n ingress?: Ingress;\n /** Collection of private container registry credentials for containers used by the Container app */\n registries?: RegistryCredentials[];\n /** Dapr configuration for the Container App. */\n dapr?: Dapr;\n /** App runtime configuration for the Container App. */\n runtime?: Runtime;\n /** Optional. Max inactive revisions a Container App can have. */\n maxInactiveRevisions?: number;\n /** Container App to be a dev Container App Service */\n service?: Service;\n /** Optional settings for Managed Identities that are assigned to the Container App. If a Managed Identity is not specified here, default settings will be used. */\n identitySettings?: IdentitySettings[];\n}\n\n/** Container App Ingress configuration. */\nexport interface Ingress {\n /**\n * Hostname.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /** Bool indicating if app exposes an external http endpoint */\n external?: boolean;\n /** Target Port in containers for traffic from ingress */\n targetPort?: number;\n /** Exposed Port in containers for TCP traffic from ingress */\n exposedPort?: number;\n /** Ingress transport protocol */\n transport?: IngressTransportMethod;\n /** Traffic weights for app's revisions */\n traffic?: TrafficWeight[];\n /** custom domain bindings for Container Apps' hostnames. */\n customDomains?: CustomDomain[];\n /** Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections */\n allowInsecure?: boolean;\n /** Rules to restrict incoming IP address. */\n ipSecurityRestrictions?: IpSecurityRestrictionRule[];\n /** Sticky Sessions for Single Revision Mode */\n stickySessions?: IngressStickySessions;\n /** Client certificate mode for mTLS authentication. Ignore indicates server drops client certificate on forwarding. Accept indicates server forwards client certificate but does not require a client certificate. Require indicates server requires a client certificate. */\n clientCertificateMode?: IngressClientCertificateMode;\n /** CORS policy for container app */\n corsPolicy?: CorsPolicy;\n /** Settings to expose additional ports on container app */\n additionalPortMappings?: IngressPortMapping[];\n}\n\n/** Traffic weight assigned to a revision */\nexport interface TrafficWeight {\n /** Name of a revision */\n revisionName?: string;\n /** Traffic weight assigned to a revision */\n weight?: number;\n /** Indicates that the traffic weight belongs to a latest stable revision */\n latestRevision?: boolean;\n /** Associates a traffic label with a revision */\n label?: string;\n}\n\n/** Custom Domain of a Container App */\nexport interface CustomDomain {\n /** Hostname. */\n name: string;\n /** Custom Domain binding type. */\n bindingType?: BindingType;\n /** Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment. */\n certificateId?: string;\n}\n\n/** Rule to restrict incoming IP address. */\nexport interface IpSecurityRestrictionRule {\n /** Name for the IP restriction rule. */\n name: string;\n /** Describe the IP restriction rule that is being sent to the container-app. This is an optional field. */\n description?: string;\n /** CIDR notation to match incoming IP address */\n ipAddressRange: string;\n /** Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny */\n action: Action;\n}\n\n/** Sticky Sessions for Single Revision Mode */\nexport interface IngressStickySessions {\n /** Sticky Session Affinity */\n affinity?: Affinity;\n}\n\n/** Cross-Origin-Resource-Sharing policy */\nexport interface CorsPolicy {\n /** Specifies the content for the access-control-allow-origins header */\n allowedOrigins: string[];\n /** Specifies the content for the access-control-allow-methods header */\n allowedMethods?: string[];\n /** Specifies the content for the access-control-allow-headers header */\n allowedHeaders?: string[];\n /** Specifies the content for the access-control-expose-headers header */\n exposeHeaders?: string[];\n /** Specifies the content for the access-control-max-age header */\n maxAge?: number;\n /** Specifies whether the resource allows credentials */\n allowCredentials?: boolean;\n}\n\n/** Port mappings of container app ingress */\nexport interface IngressPortMapping {\n /** Specifies whether the app port is accessible outside of the environment */\n external: boolean;\n /** Specifies the port user's container listens on */\n targetPort: number;\n /** Specifies the exposed port for the target port. If not specified, it defaults to target port */\n exposedPort?: number;\n}\n\n/** Container App Private Registry */\nexport interface RegistryCredentials {\n /** Container Registry Server */\n server?: string;\n /** Container Registry Username */\n username?: string;\n /** The name of the Secret that contains the registry login password */\n passwordSecretRef?: string;\n /** A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system' */\n identity?: string;\n}\n\n/** Container App Dapr configuration. */\nexport interface Dapr {\n /** Boolean indicating if the Dapr side car is enabled */\n enabled?: boolean;\n /** Dapr application identifier */\n appId?: string;\n /** Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http */\n appProtocol?: AppProtocol;\n /** Tells Dapr which port your application is listening on */\n appPort?: number;\n /** Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB. */\n httpReadBufferSize?: number;\n /** Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files. Default is 4 MB. */\n httpMaxRequestSize?: number;\n /** Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info. */\n logLevel?: LogLevel;\n /** Enables API logging for the Dapr sidecar */\n enableApiLogging?: boolean;\n}\n\n/** Container App Runtime configuration. */\nexport interface Runtime {\n /** Java app configuration */\n java?: RuntimeJava;\n}\n\n/** Java app configuration */\nexport interface RuntimeJava {\n /** Enable jmx core metrics for the java app */\n enableMetrics?: boolean;\n}\n\n/** Container App to be a dev service */\nexport interface Service {\n /** Dev ContainerApp service type */\n type: string;\n}\n\n/** Optional settings for a Managed Identity that is assigned to the Container App. */\nexport interface IdentitySettings {\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity: string;\n /** Use to select the lifecycle stages of a Container App during which the Managed Identity should be available. */\n lifecycle?: IdentitySettingsLifeCycle;\n}\n\n/**\n * Container App versioned application definition.\n * Defines the desired state of an immutable revision.\n * Any changes to this section Will result in a new revision being created\n */\nexport interface Template {\n /** User friendly suffix that is appended to the revision name */\n revisionSuffix?: string;\n /** Optional duration in seconds the Container App Instance needs to terminate gracefully. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds. */\n terminationGracePeriodSeconds?: number;\n /** List of specialized containers that run before app containers. */\n initContainers?: InitContainer[];\n /** List of container definitions for the Container App. */\n containers?: Container[];\n /** Scaling properties for the Container App. */\n scale?: Scale;\n /** List of volume definitions for the Container App. */\n volumes?: Volume[];\n /** List of container app services bound to the app */\n serviceBinds?: ServiceBind[];\n}\n\n/** Container App base container definition. */\nexport interface BaseContainer {\n /** Container image tag. */\n image?: string;\n /** Custom container name. */\n name?: string;\n /** Container start command. */\n command?: string[];\n /** Container start command arguments. */\n args?: string[];\n /** Container environment variables. */\n env?: EnvironmentVar[];\n /** Container resource requirements. */\n resources?: ContainerResources;\n /** Container volume mounts. */\n volumeMounts?: VolumeMount[];\n}\n\n/** Container App container environment variable. */\nexport interface EnvironmentVar {\n /** Environment variable name. */\n name?: string;\n /** Non-secret environment variable value. */\n value?: string;\n /** Name of the Container App secret from which to pull the environment variable value. */\n secretRef?: string;\n}\n\n/** Container App container resource requirements. */\nexport interface ContainerResources {\n /** Required CPU in cores, e.g. 0.5 */\n cpu?: number;\n /** Required memory, e.g. \"250Mb\" */\n memory?: string;\n /**\n * Ephemeral Storage, e.g. \"1Gi\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ephemeralStorage?: string;\n}\n\n/** Volume mount for the Container App. */\nexport interface VolumeMount {\n /** This must match the Name of a Volume. */\n volumeName?: string;\n /** Path within the container at which the volume should be mounted.Must not contain ':'. */\n mountPath?: string;\n /** Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root). */\n subPath?: string;\n}\n\n/** Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. */\nexport interface ContainerAppProbe {\n /** Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. Maximum value is 10. */\n failureThreshold?: number;\n /** HTTPGet specifies the http request to perform. */\n httpGet?: ContainerAppProbeHttpGet;\n /** Number of seconds after the container has started before liveness probes are initiated. Minimum value is 1. Maximum value is 60. */\n initialDelaySeconds?: number;\n /** How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value is 240. */\n periodSeconds?: number;\n /** Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. Maximum value is 10. */\n successThreshold?: number;\n /** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */\n tcpSocket?: ContainerAppProbeTcpSocket;\n /** Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is an alpha field and requires enabling ProbeTerminationGracePeriod feature gate. Maximum value is 3600 seconds (1 hour) */\n terminationGracePeriodSeconds?: number;\n /** Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 240. */\n timeoutSeconds?: number;\n /** The type of probe. */\n type?: Type;\n}\n\n/** HTTPGet specifies the http request to perform. */\nexport interface ContainerAppProbeHttpGet {\n /** Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead. */\n host?: string;\n /** Custom headers to set in the request. HTTP allows repeated headers. */\n httpHeaders?: ContainerAppProbeHttpGetHttpHeadersItem[];\n /** Path to access on the HTTP server. */\n path?: string;\n /** Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. */\n port: number;\n /** Scheme to use for connecting to the host. Defaults to HTTP. */\n scheme?: Scheme;\n}\n\n/** HTTPHeader describes a custom header to be used in HTTP probes */\nexport interface ContainerAppProbeHttpGetHttpHeadersItem {\n /** The header field name */\n name: string;\n /** The header field value */\n value: string;\n}\n\n/** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */\nexport interface ContainerAppProbeTcpSocket {\n /** Optional: Host name to connect to, defaults to the pod IP. */\n host?: string;\n /** Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. */\n port: number;\n}\n\n/** Container App scaling configurations. */\nexport interface Scale {\n /** Optional. Minimum number of container replicas. */\n minReplicas?: number;\n /** Optional. Maximum number of container replicas. Defaults to 10 if not set. */\n maxReplicas?: number;\n /** Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set. */\n cooldownPeriod?: number;\n /** Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set. */\n pollingInterval?: number;\n /** Scaling rules. */\n rules?: ScaleRule[];\n}\n\n/** Container App container scaling rule. */\nexport interface ScaleRule {\n /** Scale Rule Name */\n name?: string;\n /** Azure Queue based scaling. */\n azureQueue?: QueueScaleRule;\n /** Custom scale rule. */\n custom?: CustomScaleRule;\n /** HTTP requests based scaling. */\n http?: HttpScaleRule;\n /** Tcp requests based scaling. */\n tcp?: TcpScaleRule;\n}\n\n/** Container App container Azure Queue based scaling rule. */\nexport interface QueueScaleRule {\n /** Storage account name. required if using managed identity to authenticate */\n accountName?: string;\n /** Queue name. */\n queueName?: string;\n /** Queue length. */\n queueLength?: number;\n /** Authentication secrets for the queue scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** Auth Secrets for Scale Rule */\nexport interface ScaleRuleAuth {\n /** Name of the secret from which to pull the auth params. */\n secretRef?: string;\n /** Trigger Parameter that uses the secret */\n triggerParameter?: string;\n}\n\n/** Container App container Custom scaling rule. */\nexport interface CustomScaleRule {\n /**\n * Type of the custom scale rule\n * eg: azure-servicebus, redis etc.\n */\n type?: string;\n /** Metadata properties to describe custom scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the custom scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** Container App container Http scaling rule. */\nexport interface HttpScaleRule {\n /** Metadata properties to describe http scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the custom scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** Container App container Tcp scaling rule. */\nexport interface TcpScaleRule {\n /** Metadata properties to describe tcp scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the tcp scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** Volume definitions for the Container App. */\nexport interface Volume {\n /** Volume name. */\n name?: string;\n /** Storage type for the volume. If not provided, use EmptyDir. */\n storageType?: StorageType;\n /** Name of storage resource. No need to provide for EmptyDir and Secret. */\n storageName?: string;\n /** List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. */\n secrets?: SecretVolumeItem[];\n /** Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string. */\n mountOptions?: string;\n}\n\n/** Secret to be added to volume. */\nexport interface SecretVolumeItem {\n /** Name of the Container App secret from which to pull the secret value. */\n secretRef?: string;\n /** Path to project secret to. If no path is provided, path defaults to name of secret listed in secretRef. */\n path?: string;\n}\n\n/** Configuration to bind a ContainerApp to a dev ContainerApp Service */\nexport interface ServiceBind {\n /** Resource id of the target service */\n serviceId?: string;\n /** Name of the service bind */\n name?: string;\n}\n\n/** Custom domain analysis. */\nexport interface CustomHostnameAnalysisResult {\n /**\n * Host name that was analyzed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /**\n * <code>true</code> if hostname is already verified; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHostnameAlreadyVerified?: boolean;\n /**\n * DNS verification test result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationTest?: DnsVerificationTestResult;\n /**\n * Raw failure information if DNS verification fails.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationFailureInfo?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo;\n /**\n * <code>true</code> if there is a conflict on the Container App's managed environment; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasConflictOnManagedEnvironment?: boolean;\n /**\n * <code>true</code> if there is a conflict on the Container App's managed environment level custom domain; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conflictWithEnvironmentCustomDomain?: boolean;\n /**\n * Name of the conflicting Container App on the Managed Environment if it's within the same subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conflictingContainerAppResourceId?: string;\n /** CName records visible for this hostname. */\n cNameRecords?: string[];\n /** TXT records visible for this hostname. */\n txtRecords?: string[];\n /** A records visible for this hostname. */\n aRecords?: string[];\n /** Alternate CName records visible for this hostname. */\n alternateCNameRecords?: string[];\n /** Alternate TXT records visible for this hostname. */\n alternateTxtRecords?: string[];\n}\n\n/** Raw failure information if DNS verification fails. */\nexport interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /** Details or the error */\n details?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem[];\n}\n\n/** Detailed errors. */\nexport interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n}\n\n/** Container App Secrets Collection ARM resource. */\nexport interface SecretsCollection {\n /** Collection of resources. */\n value: ContainerAppSecret[];\n}\n\n/** Container App Secret. */\nexport interface ContainerAppSecret {\n /**\n * Secret Name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Secret Value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identity?: string;\n /**\n * Azure Key Vault URL pointing to the secret referenced by the container app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultUrl?: string;\n}\n\n/** Container App Revisions collection ARM resource. */\nexport interface RevisionCollection {\n /** Collection of resources. */\n value: Revision[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Container object under Container App Revision Replica. */\nexport interface ReplicaContainer {\n /** The Name of the Container */\n name?: string;\n /** The Id of the Container */\n containerId?: string;\n /** The container ready status */\n ready?: boolean;\n /** The container start status */\n started?: boolean;\n /** The container restart count */\n restartCount?: number;\n /**\n * Current running state of the container\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningState?: ContainerAppContainerRunningState;\n /**\n * The details of container current running state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningStateDetails?: string;\n /**\n * Log Stream endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logStreamEndpoint?: string;\n /**\n * Container exec endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly execEndpoint?: string;\n}\n\n/** Container App Revision Replicas collection ARM resource. */\nexport interface ReplicaCollection {\n /** Collection of resources. */\n value: Replica[];\n}\n\n/** Diagnostics data collection for a resource. */\nexport interface DiagnosticsCollection {\n /** Collection of diagnostic data. */\n value: Diagnostics[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Diagnostics resource specific properties */\nexport interface DiagnosticsProperties {\n /** Metadata of the diagnostics response. */\n metadata?: DiagnosticsDefinition;\n /** Set of data collections associated with the response. */\n dataset?: DiagnosticsDataApiResponse[];\n /** Status of the diagnostics response. */\n status?: DiagnosticsStatus;\n /** List of data providers' metadata. */\n dataProviderMetadata?: DiagnosticDataProviderMetadata;\n}\n\n/** Metadata of the diagnostics response */\nexport interface DiagnosticsDefinition {\n /**\n * Unique detector name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Display Name of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Details of the diagnostics info\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Authors' names of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly author?: string;\n /**\n * Category of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /** List of support topics */\n supportTopicList?: DiagnosticSupportTopic[];\n /** List of analysis types */\n analysisTypes?: string[];\n /**\n * Authors' names of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Authors' names of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly score?: number;\n}\n\n/** Support topic information */\nexport interface DiagnosticSupportTopic {\n /**\n * Unique topic identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * PES identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pesId?: string;\n}\n\n/** Diagnostics data returned from a detector */\nexport interface DiagnosticsDataApiResponse {\n /** Table response */\n table?: DiagnosticDataTableResponseObject;\n /** Details of the table response */\n renderingProperties?: DiagnosticRendering;\n}\n\n/** Diagnostics data table */\nexport interface DiagnosticDataTableResponseObject {\n /** Table name */\n tableName?: string;\n /** Columns in the table */\n columns?: DiagnosticDataTableResponseColumn[];\n /** Rows in the table */\n rows?: Record<string, unknown>[];\n}\n\n/** Diagnostics data column */\nexport interface DiagnosticDataTableResponseColumn {\n /** Column name */\n columnName?: string;\n /** Data type of the column */\n dataType?: string;\n /** Column type */\n columnType?: string;\n}\n\n/** Rendering details of a diagnostics table */\nexport interface DiagnosticRendering {\n /** Rendering type */\n type?: number;\n /** Title of the table */\n title?: string;\n /** Description of the table */\n description?: string;\n /** Flag if the table should be rendered */\n isVisible?: boolean;\n}\n\n/** Rendering details of a diagnostics table */\nexport interface DiagnosticsStatus {\n /** Diagnostic message */\n message?: string;\n /** Status */\n statusId?: number;\n}\n\n/** Details of a diagnostics data provider */\nexport interface DiagnosticDataProviderMetadata {\n /** Name of data provider */\n providerName?: string;\n /** Collection of properties */\n propertyBag?: DiagnosticDataProviderMetadataPropertyBagItem[];\n}\n\n/** Property details */\nexport interface DiagnosticDataProviderMetadataPropertyBagItem {\n /** Property name */\n name?: string;\n /** Property value */\n value?: string;\n}\n\n/** Configuration properties for apps environment to join a Virtual Network */\nexport interface VnetConfiguration {\n /** Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property */\n internal?: boolean;\n /** Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges. */\n infrastructureSubnetId?: string;\n /** CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges. */\n dockerBridgeCidr?: string;\n /** IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges. */\n platformReservedCidr?: string;\n /** An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server. */\n platformReservedDnsIP?: string;\n}\n\n/** Configuration of application logs */\nexport interface AppLogsConfiguration {\n /** Logs destination, can be 'log-analytics', 'azure-monitor' or 'none' */\n destination?: string;\n /** Log Analytics configuration, must only be provided when destination is configured as 'log-analytics' */\n logAnalyticsConfiguration?: LogAnalyticsConfiguration;\n}\n\n/** Log Analytics configuration, must only be provided when destination is configured as 'log-analytics' */\nexport interface LogAnalyticsConfiguration {\n /** Log analytics customer id */\n customerId?: string;\n /** Log analytics customer key */\n sharedKey?: string;\n}\n\n/** Workload profile to scope container app execution. */\nexport interface WorkloadProfile {\n /** Workload profile type for the workloads to run on. */\n name: string;\n /** Workload profile type for the workloads to run on. */\n workloadProfileType: string;\n /** The minimum capacity. */\n minimumCount?: number;\n /** The maximum capacity. */\n maximumCount?: number;\n}\n\n/** Configuration properties Keda component */\nexport interface KedaConfiguration {\n /**\n * The version of Keda\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n}\n\n/** Configuration properties Dapr component */\nexport interface DaprConfiguration {\n /**\n * The version of Dapr\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n}\n\n/** Peer authentication settings for the Managed Environment */\nexport interface ManagedEnvironmentPropertiesPeerAuthentication {\n /** Mutual TLS authentication settings for the Managed Environment */\n mtls?: Mtls;\n}\n\n/** Configuration properties for mutual TLS authentication */\nexport interface Mtls {\n /** Boolean indicating whether the mutual TLS authentication is enabled */\n enabled?: boolean;\n}\n\n/** Peer traffic settings for the Managed Environment */\nexport interface ManagedEnvironmentPropertiesPeerTrafficConfiguration {\n /** Peer traffic encryption settings for the Managed Environment */\n encryption?: ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption;\n}\n\n/** Peer traffic encryption settings for the Managed Environment */\nexport interface ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption {\n /** Boolean indicating whether the peer traffic encryption is enabled */\n enabled?: boolean;\n}\n\n/** Non versioned Container Apps Job configuration properties */\nexport interface JobConfiguration {\n /** Collection of secrets used by a Container Apps Job */\n secrets?: Secret[];\n /** Trigger type of the job */\n triggerType: TriggerType;\n /** Maximum number of seconds a replica is allowed to run. */\n replicaTimeout: number;\n /** Maximum number of retries before failing the job. */\n replicaRetryLimit?: number;\n /** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */\n manualTriggerConfig?: JobConfigurationManualTriggerConfig;\n /** Cron formatted repeating trigger schedule (\"* * * * *\") for cronjobs. Properties completions and parallelism would be set to 1 by default */\n scheduleTriggerConfig?: JobConfigurationScheduleTriggerConfig;\n /** Trigger configuration of an event driven job. */\n eventTriggerConfig?: JobConfigurationEventTriggerConfig;\n /** Collection of private container registry credentials used by a Container apps job */\n registries?: RegistryCredentials[];\n /** Optional settings for Managed Identities that are assigned to the Container App Job. If a Managed Identity is not specified here, default settings will be used. */\n identitySettings?: IdentitySettings[];\n}\n\n/** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */\nexport interface JobConfigurationManualTriggerConfig {\n /** Minimum number of successful replica completions before overall job completion. */\n replicaCompletionCount?: number;\n /** Number of parallel replicas of a job that can run at a given time. */\n parallelism?: number;\n}\n\n/** Cron formatted repeating trigger schedule (\"* * * * *\") for cronjobs. Properties completions and parallelism would be set to 1 by default */\nexport interface JobConfigurationScheduleTriggerConfig {\n /** Minimum number of successful replica completions before overall job completion. */\n replicaCompletionCount?: number;\n /** Cron formatted repeating schedule (\"* * * * *\") of a Cron Job. */\n cronExpression: string;\n /** Number of parallel replicas of a job that can run at a given time. */\n parallelism?: number;\n}\n\n/** Trigger configuration of an event driven job. */\nexport interface JobConfigurationEventTriggerConfig {\n /** Minimum number of successful replica completions before overall job completion. */\n replicaCompletionCount?: number;\n /** Number of parallel replicas of a job that can run at a given time. */\n parallelism?: number;\n /** Scaling configurations for event driven jobs. */\n scale?: JobScale;\n}\n\n/** Scaling configurations for event driven jobs. */\nexport interface JobScale {\n /** Interval to check each event source in seconds. Defaults to 30s */\n pollingInterval?: number;\n /** Minimum number of job executions that are created for a trigger, default 0 */\n minExecutions?: number;\n /** Maximum number of job executions that are created for a trigger, default 100. */\n maxExecutions?: number;\n /** Scaling rules. */\n rules?: JobScaleRule[];\n}\n\n/** Scaling rule. */\nexport interface JobScaleRule {\n /** Scale Rule Name */\n name?: string;\n /**\n * Type of the scale rule\n * eg: azure-servicebus, redis etc.\n */\n type?: string;\n /** Metadata properties to describe the scale rule. */\n metadata?: Record<string, unknown>;\n /** Authentication secrets for the scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** Container Apps Job versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created */\nexport interface JobTemplate {\n /** List of specialized containers that run before app containers. */\n initContainers?: InitContainer[];\n /** List of container definitions for the Container App. */\n containers?: Container[];\n /** List of volume definitions for the Container App. */\n volumes?: Volume[];\n}\n\n/** Available operations of the service */\nexport interface AvailableOperations {\n /** Collection of available operation details */\n value?: OperationDetail[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Operation detail payload */\nexport interface OperationDetail {\n /** Name of the operation */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** Display of the operation */\n display?: OperationDisplay;\n /** Origin of the operation */\n origin?: string;\n}\n\n/** Operation display payload */\nexport interface OperationDisplay {\n /** Resource provider of the operation */\n provider?: string;\n /** Resource of the operation */\n resource?: string;\n /** Localized friendly name for the operation */\n operation?: string;\n /** Localized friendly description for the operation */\n description?: string;\n}\n\n/** Java Components ARM resource. */\nexport interface JavaComponentsCollection {\n /** Collection of resources. */\n value: JavaComponent[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Java Component common properties. */\nexport interface JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType: \"SpringBootAdmin\" | \"SpringCloudEureka\" | \"SpringCloudConfig\";\n /**\n * Provisioning state of the Java Component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: JavaComponentProvisioningState;\n /** List of Java Components configuration properties */\n configurations?: JavaComponentConfigurationProperty[];\n /** Java component scaling configurations */\n scale?: JavaComponentPropertiesScale;\n /** List of Java Components that are bound to the Java component */\n serviceBinds?: JavaComponentServiceBind[];\n}\n\n/** Configuration properties for a Java Component */\nexport interface JavaComponentConfigurationProperty {\n /** The name of the property */\n propertyName?: string;\n /** The value of the property */\n value?: string;\n}\n\n/** Java component scaling configurations */\nexport interface JavaComponentPropertiesScale {\n /** Optional. Minimum number of Java component replicas. Defaults to 1 if not set */\n minReplicas?: number;\n /** Optional. Maximum number of Java component replicas */\n maxReplicas?: number;\n}\n\n/** Configuration to bind a Java Component to another Java Component */\nexport interface JavaComponentServiceBind {\n /** Name of the service bind */\n name?: string;\n /** Resource id of the target service */\n serviceId?: string;\n}\n\n/** Container Apps Jobs collection ARM resource. */\nexport interface JobsCollection {\n /** Collection of resources. */\n value: Job[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Container Apps Job resource specific properties. */\nexport interface JobPatchProperties {\n /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n properties?: JobPatchPropertiesProperties;\n}\n\nexport interface JobPatchPropertiesProperties {\n /** Resource ID of environment. */\n environmentId?: string;\n /** Container Apps Job configuration properties. */\n configuration?: JobConfiguration;\n /** Container Apps job definition. */\n template?: JobTemplate;\n /** Outbound IP Addresses of a container apps job. */\n outboundIpAddresses?: string[];\n /** The endpoint of the eventstream of the container apps job. */\n eventStreamEndpoint?: string;\n}\n\n/** Job's execution template, containing container configuration for a job's execution */\nexport interface JobExecutionTemplate {\n /** List of container definitions for the Container Apps Job. */\n containers?: JobExecutionContainer[];\n /** List of specialized containers that run before job containers. */\n initContainers?: JobExecutionContainer[];\n}\n\n/** Container Apps Jobs execution container definition. */\nexport interface JobExecutionContainer {\n /** Container image tag. */\n image?: string;\n /** Custom container name. */\n name?: string;\n /** Container start command. */\n command?: string[];\n /** Container start command arguments. */\n args?: string[];\n /** Container environment variables. */\n env?: EnvironmentVar[];\n /** Container resource requirements. */\n resources?: ContainerResources;\n}\n\n/** Container App's Job execution name. */\nexport interface JobExecutionBase {\n /** Job execution name. */\n name?: string;\n /** Job execution Id. */\n id?: string;\n}\n\n/** Container App executions collection ARM resource. */\nexport interface ContainerAppJobExecutions {\n /** Collection of resources. */\n value: JobExecution[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Container Apps Job execution. */\nexport interface JobExecution {\n /** Job execution Name. */\n name?: string;\n /** Job execution Id. */\n id?: string;\n /** Job execution type */\n type?: string;\n /**\n * Current running State of the job\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: JobExecutionRunningState;\n /** Job execution start time. */\n startTime?: Date;\n /** Job execution end time. */\n endTime?: Date;\n /** Job's execution container. */\n template?: JobExecutionTemplate;\n}\n\n/** Container Apps Job Secrets Collection ARM resource. */\nexport interface JobSecretsCollection {\n /** Collection of resources. */\n value: Secret[];\n}\n\n/** Collection of Environments */\nexport interface ManagedEnvironmentsCollection {\n /** Collection of resources. */\n value: ManagedEnvironment[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Certificate resource specific properties */\nexport interface ManagedCertificateProperties {\n /**\n * Provisioning state of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CertificateProvisioningState;\n /** Subject name of the certificate. */\n subjectName?: string;\n /**\n * Any error occurred during the certificate provision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: string;\n /** Selected type of domain control validation for managed certificates. */\n domainControlValidation?: ManagedCertificateDomainControlValidation;\n /**\n * A TXT token used for DNS TXT domain control validation when issuing this type of managed certificates.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationToken?: string;\n}\n\n/** A managed certificate to update */\nexport interface ManagedCertificatePatch {\n /** Application-specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Collection of Managed Certificates. */\nexport interface ManagedCertificateCollection {\n /** Collection of resources. */\n value: ManagedCertificate[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of workloadProfileStates */\nexport interface WorkloadProfileStatesCollection {\n /** Collection of resources. */\n value: WorkloadProfileStates[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Workload Profile resource specific properties. */\nexport interface WorkloadProfileStatesProperties {\n /** Minimum count of instances. */\n minimumCount?: number;\n /** Maximum count of nodes. */\n maximumCount?: number;\n /** Current count of nodes. */\n currentCount?: number;\n}\n\n/** Collection of Storage for Environments */\nexport interface ManagedEnvironmentStoragesCollection {\n /** Collection of storage resources. */\n value: ManagedEnvironmentStorage[];\n}\n\n/** Storage properties */\nexport interface ManagedEnvironmentStorageProperties {\n /** Azure file properties */\n azureFile?: AzureFileProperties;\n /** NFS Azure file properties */\n nfsAzureFile?: NfsAzureFileProperties;\n}\n\n/** NFS Azure File Properties. */\nexport interface NfsAzureFileProperties {\n /** Server for NFS azure file. Specify the Azure storage account server address. */\n server?: string;\n /** Access mode for storage */\n accessMode?: AccessMode;\n /** NFS Azure file share name. */\n shareName?: string;\n}\n\n/** Session pool collection Azure resource. */\nexport interface SessionPoolCollection {\n /** Collection of resources. */\n value: SessionPool[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Scale configuration. */\nexport interface ScaleConfiguration {\n /** The maximum count of sessions at the same time. */\n maxConcurrentSessions?: number;\n /** The minimum count of ready session instances. */\n readySessionInstances?: number;\n}\n\n/** Secret definition. */\nexport interface SessionPoolSecret {\n /** Secret Name. */\n name?: string;\n /** Secret Value. */\n value?: string;\n}\n\n/** Dynamic pool configuration. */\nexport interface DynamicPoolConfiguration {\n /** The lifecycle configuration of a session in the dynamic session pool */\n lifecycleConfiguration?: LifecycleConfiguration;\n}\n\n/** The lifecycle configuration properties of a session in the dynamic session pool */\nexport interface LifecycleConfiguration {\n /** The lifecycle type of the session pool. */\n lifecycleType?: LifecycleType;\n /** The cooldown period of a session in seconds when the lifecycle type is 'Timed'. */\n cooldownPeriodInSeconds?: number;\n /** The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'. */\n maxAlivePeriodInSeconds?: number;\n}\n\n/** Custom container configuration. */\nexport interface CustomContainerTemplate {\n /** Private container registry credentials for containers used by the sessions of the session pool. */\n registryCredentials?: SessionRegistryCredentials;\n /** List of container definitions for the sessions of the session pool. */\n containers?: SessionContainer[];\n /** Session pool ingress configuration. */\n ingress?: SessionIngress;\n}\n\n/** Session pool private registry credentials. */\nexport interface SessionRegistryCredentials {\n /** Container registry server. */\n server?: string;\n /** Container registry username. */\n username?: string;\n /** The name of the secret that contains the registry login password */\n passwordSecretRef?: string;\n /** A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system' */\n identity?: string;\n}\n\n/** Container definitions for the sessions of the session pool. */\nexport interface SessionContainer {\n /** Container image tag. */\n image?: string;\n /** Custom container name. */\n name?: string;\n /** Container start command. */\n command?: string[];\n /** Container start command arguments. */\n args?: string[];\n /** Container environment variables. */\n env?: EnvironmentVar[];\n /** Container resource requirements. */\n resources?: SessionContainerResources;\n}\n\n/** Container resource requirements for sessions of the session pool. */\nexport interface SessionContainerResources {\n /** Required CPU in cores, e.g. 0.5 */\n cpu?: number;\n /** Required memory, e.g. \"250Mb\" */\n memory?: string;\n}\n\n/** Session pool ingress configuration. */\nexport interface SessionIngress {\n /** Target port in containers for traffic from ingress */\n targetPort?: number;\n}\n\n/** Session network configuration. */\nexport interface SessionNetworkConfiguration {\n /** Network status for the sessions. */\n status?: SessionNetworkStatus;\n}\n\n/** Optional settings for a Managed Identity that is assigned to the Session pool. */\nexport interface ManagedIdentitySetting {\n /** The resource ID of a user-assigned managed identity that is assigned to the Session Pool, or 'system' for system-assigned identity. */\n identity: string;\n /** Use to select the lifecycle stages of a Session Pool during which the Managed Identity should be available. */\n lifecycle?: IdentitySettingsLifeCycle;\n}\n\n/** Container App session pool updatable properties. */\nexport interface SessionPoolUpdatableProperties {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /** The scale configuration of the session pool. */\n scaleConfiguration?: ScaleConfiguration;\n /** The secrets of the session pool. */\n secrets?: SessionPoolSecret[];\n /** The pool configuration if the poolManagementType is dynamic. */\n dynamicPoolConfiguration?: DynamicPoolConfiguration;\n /** The custom container configuration if the containerType is CustomContainer. */\n customContainerTemplate?: CustomContainerTemplate;\n /** The network configuration of the sessions in the session pool. */\n sessionNetworkConfiguration?: SessionNetworkConfiguration;\n}\n\n/** SourceControl collection ARM resource. */\nexport interface SourceControlCollection {\n /** Collection of resources. */\n value: SourceControl[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Configuration properties that define the mutable settings of a Container App SourceControl */\nexport interface GithubActionConfiguration {\n /** Registry configurations. */\n registryInfo?: RegistryInfo;\n /** AzureCredentials configurations. */\n azureCredentials?: AzureCredentials;\n /** Context path */\n contextPath?: string;\n /** One time Github PAT to configure github environment */\n githubPersonalAccessToken?: string;\n /** Image name */\n image?: string;\n /** Code or Image */\n publishType?: string;\n /** Operation system */\n os?: string;\n /** Runtime stack */\n runtimeStack?: string;\n /** Runtime version */\n runtimeVersion?: string;\n}\n\n/** Container App registry information. */\nexport interface RegistryInfo {\n /** registry server Url. */\n registryUrl?: string;\n /** registry username. */\n registryUserName?: string;\n /** registry secret. */\n registryPassword?: string;\n}\n\n/** Container App credentials. */\nexport interface AzureCredentials {\n /** Client Id. */\n clientId?: string;\n /** Client Secret. */\n clientSecret?: string;\n /** Tenant Id. */\n tenantId?: string;\n /** Kind of auth github does for deploying the template */\n kind?: string;\n /** Subscription Id. */\n subscriptionId?: string;\n}\n\nexport interface ListUsagesResult {\n /** The list of compute resource usages. */\n value?: Usage[];\n /** The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. */\n nextLink?: string;\n}\n\n/** Describes Compute Resource Usage. */\nexport interface Usage {\n /** An enum describing the unit of usage measurement. */\n unit: \"Count\";\n /** The current usage of the resource. */\n currentValue: number;\n /** The maximum permitted usage of the resource. */\n limit: number;\n /** The name of the type of usage. */\n name: UsageName;\n}\n\n/** The Usage Names. */\nexport interface UsageName {\n /** The name of the resource. */\n value?: string;\n /** The localized name of the resource. */\n localizedValue?: string;\n}\n\n/** Container App Ingress configuration. */\nexport interface JavaComponentIngress {\n /**\n * Hostname of the Java Component endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n}\n\n/** Container App executions names list. */\nexport interface JobExecutionNamesCollection {\n /** Collection of resources. */\n value: JobExecutionBase[];\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Container App init container definition */\nexport interface InitContainer extends BaseContainer {}\n\n/** Container App container definition */\nexport interface Container extends BaseContainer {\n /** List of probes for the container. */\n probes?: ContainerAppProbe[];\n}\n\n/** Spring Boot Admin properties. */\nexport interface SpringBootAdminComponent extends JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType: \"SpringBootAdmin\";\n /** Java Component Ingress configurations. */\n ingress?: JavaComponentIngress;\n}\n\n/** Spring Cloud Eureka properties. */\nexport interface SpringCloudEurekaComponent extends JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType: \"SpringCloudEureka\";\n /** Java Component Ingress configurations. */\n ingress?: JavaComponentIngress;\n}\n\n/** Spring Cloud Config properties. */\nexport interface SpringCloudConfigComponent extends JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType: \"SpringCloudConfig\";\n}\n\n/** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */\nexport interface AuthConfig extends ProxyResource {\n /** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */\n platform?: AuthPlatform;\n /** The configuration settings that determines the validation flow of users using Service Authentication/Authorization. */\n globalValidation?: GlobalValidation;\n /** The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization. */\n identityProviders?: IdentityProviders;\n /** The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. */\n login?: Login;\n /** The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. */\n httpSettings?: HttpSettings;\n /** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */\n encryptionSettings?: EncryptionSettings;\n}\n\n/** A workload profile with specific hardware configure to run container apps. */\nexport interface AvailableWorkloadProfile extends ProxyResource {\n /** Region of the workload profile. */\n location?: string;\n /** Revision resource specific properties */\n properties?: AvailableWorkloadProfileProperties;\n}\n\n/** Billing meter. */\nexport interface BillingMeter extends ProxyResource {\n /** Region for the billing meter. */\n location?: string;\n /** Revision resource specific properties */\n properties?: BillingMeterProperties;\n}\n\n/** Dapr Component. */\nexport interface DaprComponent extends ProxyResource {\n /** Component type */\n componentType?: string;\n /** Component version */\n version?: string;\n /** Boolean describing if the component errors are ignores */\n ignoreErrors?: boolean;\n /** Initialization timeout */\n initTimeout?: string;\n /** Collection of secrets used by a Dapr component */\n secrets?: Secret[];\n /** Name of a Dapr component to retrieve component secrets from */\n secretStoreComponent?: string;\n /** Component metadata */\n metadata?: DaprMetadata[];\n /** Names of container apps that can use this Dapr component */\n scopes?: string[];\n}\n\n/** Storage resource for connectedEnvironment. */\nexport interface ConnectedEnvironmentStorage extends ProxyResource {\n /** Storage properties */\n properties?: ConnectedEnvironmentStorageProperties;\n}\n\n/** Container App Revision. */\nexport interface Revision extends ProxyResource {\n /**\n * Timestamp describing when the revision was created\n * by controller\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Timestamp describing when the revision was last active. Only meaningful when revision is inactive\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastActiveTime?: Date;\n /**\n * Fully qualified domain name of the revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /**\n * Container App Revision Template with all possible settings and the\n * defaults if user did not provide them. The defaults are populated\n * as they were at the creation time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly template?: Template;\n /**\n * Boolean describing if the Revision is Active\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly active?: boolean;\n /**\n * Number of pods currently running for this revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replicas?: number;\n /**\n * Traffic weight assigned to this revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trafficWeight?: number;\n /**\n * Optional Field - Platform Error Message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningError?: string;\n /**\n * Current health State of the revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthState?: RevisionHealthState;\n /**\n * Current provisioning State of the revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: RevisionProvisioningState;\n /**\n * Current running state of the revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningState?: RevisionRunningState;\n}\n\n/** Container App Revision Replica. */\nexport interface Replica extends ProxyResource {\n /**\n * Timestamp describing when the pod was created by controller\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Current running state of the replica\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningState?: ContainerAppReplicaRunningState;\n /**\n * The details of replica current running state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningStateDetails?: string;\n /** The containers collection under a replica. */\n containers?: ReplicaContainer[];\n /** The init containers collection under a replica. */\n initContainers?: ReplicaContainer[];\n}\n\n/** Diagnostics data for a resource. */\nexport interface Diagnostics extends ProxyResource {\n /** Diagnostics resource specific properties */\n properties?: DiagnosticsProperties;\n}\n\n/** Java Component. */\nexport interface JavaComponent extends ProxyResource {\n /** Java Component resource specific properties */\n properties?: JavaComponentPropertiesUnion;\n}\n\n/** Collection of all the workload Profile States for a Managed Environment.. */\nexport interface WorkloadProfileStates extends ProxyResource {\n /** Workload Profile resource specific properties. */\n properties?: WorkloadProfileStatesProperties;\n}\n\n/** Storage resource for managedEnvironment. */\nexport interface ManagedEnvironmentStorage extends ProxyResource {\n /** Storage properties */\n properties?: ManagedEnvironmentStorageProperties;\n}\n\n/** Container App SourceControl. */\nexport interface SourceControl extends ProxyResource {\n /**\n * Current provisioning State of the operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationState?: SourceControlOperationState;\n /** The repo url which will be integrated to ContainerApp. */\n repoUrl?: string;\n /** The branch which will trigger the auto deployment */\n branch?: string;\n /**\n * Container App Revision Template with all possible settings and the\n * defaults if user did not provide them. The defaults are populated\n * as they were at the creation time\n */\n githubActionConfiguration?: GithubActionConfiguration;\n}\n\n/** An environment for Kubernetes cluster specialized for web workloads by Azure App Service */\nexport interface ConnectedEnvironment extends TrackedResource {\n /** The complex type of the extended location. */\n extendedLocation?: ExtendedLocation;\n /**\n * Provisioning state of the Kubernetes Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ConnectedEnvironmentProvisioningState;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n /**\n * Default Domain Name for the cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDomain?: string;\n /** Static IP of the connectedEnvironment */\n staticIp?: string;\n /** Application Insights connection string used by Dapr to export Service to Service communication telemetry */\n daprAIConnectionString?: string;\n /** Custom domain configuration for the environment */\n customDomainConfiguration?: CustomDomainConfiguration;\n}\n\n/** Certificate used for Custom Domain bindings of Container Apps in a Managed Environment */\nexport interface Certificate extends TrackedResource {\n /** Certificate resource specific properties */\n properties?: CertificateProperties;\n}\n\n/** Container App. */\nexport interface ContainerApp extends TrackedResource {\n /** The complex type of the extended location. */\n extendedLocation?: ExtendedLocation;\n /** managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /** The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. */\n managedBy?: string;\n /**\n * Provisioning state of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ContainerAppProvisioningState;\n /**\n * Running status of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningStatus?: ContainerAppRunningStatus;\n /** Deprecated. Resource ID of the Container App's environment. */\n managedEnvironmentId?: string;\n /** Resource ID of environment. */\n environmentId?: string;\n /** Workload profile name to pin for container app execution. */\n workloadProfileName?: string;\n /**\n * Name of the latest revision of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestRevisionName?: string;\n /**\n * Name of the latest ready revision of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestReadyRevisionName?: string;\n /**\n * Fully Qualified Domain Name of the latest revision of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestRevisionFqdn?: string;\n /**\n * Id used to verify domain name ownership\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationId?: string;\n /** Non versioned Container App configuration properties. */\n configuration?: Configuration;\n /** Container App versioned application definition. */\n template?: Template;\n /**\n * Outbound IP Addresses for container app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundIpAddresses?: string[];\n /**\n * The endpoint of the eventstream of the container app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventStreamEndpoint?: string;\n}\n\n/** Container App Auth Token. */\nexport interface ContainerAppAuthToken extends TrackedResource {\n /**\n * Auth token value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly token?: string;\n /**\n * Token expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expires?: Date;\n}\n\n/** An environment for hosting container apps */\nexport interface ManagedEnvironment extends TrackedResource {\n /** Kind of the Environment. */\n kind?: string;\n /** Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /**\n * Provisioning state of the Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: EnvironmentProvisioningState;\n /** Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry */\n daprAIInstrumentationKey?: string;\n /** Application Insights connection string used by Dapr to export Service to Service communication telemetry */\n daprAIConnectionString?: string;\n /** Vnet configuration for the environment */\n vnetConfiguration?: VnetConfiguration;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n /**\n * Default Domain Name for the cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDomain?: string;\n /**\n * Static IP of the Environment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly staticIp?: string;\n /** Cluster configuration which enables the log daemon to export app logs to configured destination. */\n appLogsConfiguration?: AppLogsConfiguration;\n /** Whether or not this Managed Environment is zone-redundant. */\n zoneRedundant?: boolean;\n /** Custom domain configuration for the environment */\n customDomainConfiguration?: CustomDomainConfiguration;\n /**\n * The endpoint of the eventstream of the Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventStreamEndpoint?: string;\n /** Workload profiles configured for the Managed Environment. */\n workloadProfiles?: WorkloadProfile[];\n /** The configuration of Keda component. */\n kedaConfiguration?: KedaConfiguration;\n /** The configuration of Dapr component. */\n daprConfiguration?: DaprConfiguration;\n /** Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet. */\n infrastructureResourceGroup?: string;\n /** Peer authentication settings for the Managed Environment */\n peerAuthentication?: ManagedEnvironmentPropertiesPeerAuthentication;\n /** Peer traffic settings for the Managed Environment */\n peerTrafficConfiguration?: ManagedEnvironmentPropertiesPeerTrafficConfiguration;\n}\n\n/** Container App Job */\nexport interface Job extends TrackedResource {\n /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /**\n * Provisioning state of the Container Apps Job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: JobProvisioningState;\n /** Resource ID of environment. */\n environmentId?: string;\n /** Workload profile name to pin for container apps job execution. */\n workloadProfileName?: string;\n /** Container Apps Job configuration properties. */\n configuration?: JobConfiguration;\n /** Container Apps job definition. */\n template?: JobTemplate;\n /**\n * Outbound IP Addresses of a container apps job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundIpAddresses?: string[];\n /**\n * The endpoint of the eventstream of the container apps job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventStreamEndpoint?: string;\n}\n\n/** Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment */\nexport interface ManagedCertificate extends TrackedResource {\n /** Certificate resource specific properties */\n properties?: ManagedCertificateProperties;\n}\n\n/** Environment Auth Token. */\nexport interface EnvironmentAuthToken extends TrackedResource {\n /**\n * Auth token value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly token?: string;\n /**\n * Token expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expires?: Date;\n}\n\n/** Container App session pool. */\nexport interface SessionPool extends TrackedResource {\n /** Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /** Resource ID of the session pool's environment. */\n environmentId?: string;\n /** The container type of the sessions. */\n containerType?: ContainerType;\n /** The pool management type of the session pool. */\n poolManagementType?: PoolManagementType;\n /**\n * The number of nodes the session pool is using.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodeCount?: number;\n /** The scale configuration of the session pool. */\n scaleConfiguration?: ScaleConfiguration;\n /** The secrets of the session pool. */\n secrets?: SessionPoolSecret[];\n /** The pool configuration if the poolManagementType is dynamic. */\n dynamicPoolConfiguration?: DynamicPoolConfiguration;\n /** The custom container configuration if the containerType is CustomContainer. */\n customContainerTemplate?: CustomContainerTemplate;\n /** The network configuration of the sessions in the session pool. */\n sessionNetworkConfiguration?: SessionNetworkConfiguration;\n /**\n * The endpoint to manage the pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly poolManagementEndpoint?: string;\n /**\n * Provisioning state of the session pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: SessionPoolProvisioningState;\n /** Optional settings for a Managed Identity that is assigned to the Session pool. */\n managedIdentitySettings?: ManagedIdentitySetting[];\n}\n\n/** Defines headers for ConnectedEnvironments_delete operation. */\nexport interface ConnectedEnvironmentsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerApps_delete operation. */\nexport interface ContainerAppsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerApps_update operation. */\nexport interface ContainerAppsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerApps_start operation. */\nexport interface ContainerAppsStartHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerApps_stop operation. */\nexport interface ContainerAppsStopHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_delete operation. */\nexport interface JobsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_update operation. */\nexport interface JobsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_start operation. */\nexport interface JobsStartHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_stopExecution operation. */\nexport interface JobsStopExecutionHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_stopMultipleExecutions operation. */\nexport interface JobsStopMultipleExecutionsHeaders {\n location?: string;\n}\n\n/** Defines headers for JavaComponents_update operation. */\nexport interface JavaComponentsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for JavaComponents_delete operation. */\nexport interface JavaComponentsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerAppsSessionPools_update operation. */\nexport interface ContainerAppsSessionPoolsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerAppsSessionPools_delete operation. */\nexport interface ContainerAppsSessionPoolsDeleteHeaders {\n location?: string;\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Applicability} that the service accepts. */\nexport enum KnownApplicability {\n /** LocationDefault */\n LocationDefault = \"LocationDefault\",\n /** Custom */\n Custom = \"Custom\",\n}\n\n/**\n * Defines values for Applicability. \\\n * {@link KnownApplicability} can be used interchangeably with Applicability,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LocationDefault** \\\n * **Custom**\n */\nexport type Applicability = string;\n\n/** Known values of {@link ExtendedLocationTypes} that the service accepts. */\nexport enum KnownExtendedLocationTypes {\n /** CustomLocation */\n CustomLocation = \"CustomLocation\",\n}\n\n/**\n * Defines values for ExtendedLocationTypes. \\\n * {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CustomLocation**\n */\nexport type ExtendedLocationTypes = string;\n\n/** Known values of {@link ConnectedEnvironmentProvisioningState} that the service accepts. */\nexport enum KnownConnectedEnvironmentProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Waiting */\n Waiting = \"Waiting\",\n /** InitializationInProgress */\n InitializationInProgress = \"InitializationInProgress\",\n /** InfrastructureSetupInProgress */\n InfrastructureSetupInProgress = \"InfrastructureSetupInProgress\",\n /** InfrastructureSetupComplete */\n InfrastructureSetupComplete = \"InfrastructureSetupComplete\",\n /** ScheduledForDelete */\n ScheduledForDelete = \"ScheduledForDelete\",\n}\n\n/**\n * Defines values for ConnectedEnvironmentProvisioningState. \\\n * {@link KnownConnectedEnvironmentProvisioningState} can be used interchangeably with ConnectedEnvironmentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Waiting** \\\n * **InitializationInProgress** \\\n * **InfrastructureSetupInProgress** \\\n * **InfrastructureSetupComplete** \\\n * **ScheduledForDelete**\n */\nexport type ConnectedEnvironmentProvisioningState = string;\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link CertificateProvisioningState} that the service accepts. */\nexport enum KnownCertificateProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** DeleteFailed */\n DeleteFailed = \"DeleteFailed\",\n /** Pending */\n Pending = \"Pending\",\n}\n\n/**\n * Defines values for CertificateProvisioningState. \\\n * {@link KnownCertificateProvisioningState} can be used interchangeably with CertificateProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **DeleteFailed** \\\n * **Pending**\n */\nexport type CertificateProvisioningState = string;\n\n/** Known values of {@link AccessMode} that the service accepts. */\nexport enum KnownAccessMode {\n /** ReadOnly */\n ReadOnly = \"ReadOnly\",\n /** ReadWrite */\n ReadWrite = \"ReadWrite\",\n}\n\n/**\n * Defines values for AccessMode. \\\n * {@link KnownAccessMode} can be used interchangeably with AccessMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ReadOnly** \\\n * **ReadWrite**\n */\nexport type AccessMode = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link ContainerAppProvisioningState} that the service accepts. */\nexport enum KnownContainerAppProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for ContainerAppProvisioningState. \\\n * {@link KnownContainerAppProvisioningState} can be used interchangeably with ContainerAppProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type ContainerAppProvisioningState = string;\n\n/** Known values of {@link ContainerAppRunningStatus} that the service accepts. */\nexport enum KnownContainerAppRunningStatus {\n /** Container App is transitioning between Stopped and Running states. */\n Progressing = \"Progressing\",\n /** Container App is in Running state. */\n Running = \"Running\",\n /** Container App is in Stopped state. */\n Stopped = \"Stopped\",\n /** Container App Job is in Suspended state. */\n Suspended = \"Suspended\",\n /** Container App Job is in Ready state. */\n Ready = \"Ready\",\n}\n\n/**\n * Defines values for ContainerAppRunningStatus. \\\n * {@link KnownContainerAppRunningStatus} can be used interchangeably with ContainerAppRunningStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Progressing**: Container App is transitioning between Stopped and Running states. \\\n * **Running**: Container App is in Running state. \\\n * **Stopped**: Container App is in Stopped state. \\\n * **Suspended**: Container App Job is in Suspended state. \\\n * **Ready**: Container App Job is in Ready state.\n */\nexport type ContainerAppRunningStatus = string;\n\n/** Known values of {@link ActiveRevisionsMode} that the service accepts. */\nexport enum KnownActiveRevisionsMode {\n /** Multiple */\n Multiple = \"Multiple\",\n /** Single */\n Single = \"Single\",\n}\n\n/**\n * Defines values for ActiveRevisionsMode. \\\n * {@link KnownActiveRevisionsMode} can be used interchangeably with ActiveRevisionsMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Multiple** \\\n * **Single**\n */\nexport type ActiveRevisionsMode = string;\n\n/** Known values of {@link IngressTransportMethod} that the service accepts. */\nexport enum KnownIngressTransportMethod {\n /** Auto */\n Auto = \"auto\",\n /** Http */\n Http = \"http\",\n /** Http2 */\n Http2 = \"http2\",\n /** Tcp */\n Tcp = \"tcp\",\n}\n\n/**\n * Defines values for IngressTransportMethod. \\\n * {@link KnownIngressTransportMethod} can be used interchangeably with IngressTransportMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **auto** \\\n * **http** \\\n * **http2** \\\n * **tcp**\n */\nexport type IngressTransportMethod = string;\n\n/** Known values of {@link BindingType} that the service accepts. */\nexport enum KnownBindingType {\n /** Disabled */\n Disabled = \"Disabled\",\n /** SniEnabled */\n SniEnabled = \"SniEnabled\",\n}\n\n/**\n * Defines values for BindingType. \\\n * {@link KnownBindingType} can be used interchangeably with BindingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **SniEnabled**\n */\nexport type BindingType = string;\n\n/** Known values of {@link Action} that the service accepts. */\nexport enum KnownAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * Defines values for Action. \\\n * {@link KnownAction} can be used interchangeably with Action,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type Action = string;\n\n/** Known values of {@link Affinity} that the service accepts. */\nexport enum KnownAffinity {\n /** Sticky */\n Sticky = \"sticky\",\n /** None */\n None = \"none\",\n}\n\n/**\n * Defines values for Affinity. \\\n * {@link KnownAffinity} can be used interchangeably with Affinity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **sticky** \\\n * **none**\n */\nexport type Affinity = string;\n\n/** Known values of {@link IngressClientCertificateMode} that the service accepts. */\nexport enum KnownIngressClientCertificateMode {\n /** Ignore */\n Ignore = \"ignore\",\n /** Accept */\n Accept = \"accept\",\n /** Require */\n Require = \"require\",\n}\n\n/**\n * Defines values for IngressClientCertificateMode. \\\n * {@link KnownIngressClientCertificateMode} can be used interchangeably with IngressClientCertificateMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ignore** \\\n * **accept** \\\n * **require**\n */\nexport type IngressClientCertificateMode = string;\n\n/** Known values of {@link AppProtocol} that the service accepts. */\nexport enum KnownAppProtocol {\n /** Http */\n Http = \"http\",\n /** Grpc */\n Grpc = \"grpc\",\n}\n\n/**\n * Defines values for AppProtocol. \\\n * {@link KnownAppProtocol} can be used interchangeably with AppProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **http** \\\n * **grpc**\n */\nexport type AppProtocol = string;\n\n/** Known values of {@link LogLevel} that the service accepts. */\nexport enum KnownLogLevel {\n /** Info */\n Info = \"info\",\n /** Debug */\n Debug = \"debug\",\n /** Warn */\n Warn = \"warn\",\n /** Error */\n Error = \"error\",\n}\n\n/**\n * Defines values for LogLevel. \\\n * {@link KnownLogLevel} can be used interchangeably with LogLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **info** \\\n * **debug** \\\n * **warn** \\\n * **error**\n */\nexport type LogLevel = string;\n\n/** Known values of {@link IdentitySettingsLifeCycle} that the service accepts. */\nexport enum KnownIdentitySettingsLifeCycle {\n /** Init */\n Init = \"Init\",\n /** Main */\n Main = \"Main\",\n /** None */\n None = \"None\",\n /** All */\n All = \"All\",\n}\n\n/**\n * Defines values for IdentitySettingsLifeCycle. \\\n * {@link KnownIdentitySettingsLifeCycle} can be used interchangeably with IdentitySettingsLifeCycle,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Init** \\\n * **Main** \\\n * **None** \\\n * **All**\n */\nexport type IdentitySettingsLifeCycle = string;\n\n/** Known values of {@link Scheme} that the service accepts. */\nexport enum KnownScheme {\n /** Http */\n Http = \"HTTP\",\n /** Https */\n Https = \"HTTPS\",\n}\n\n/**\n * Defines values for Scheme. \\\n * {@link KnownScheme} can be used interchangeably with Scheme,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HTTP** \\\n * **HTTPS**\n */\nexport type Scheme = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** Liveness */\n Liveness = \"Liveness\",\n /** Readiness */\n Readiness = \"Readiness\",\n /** Startup */\n Startup = \"Startup\",\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Liveness** \\\n * **Readiness** \\\n * **Startup**\n */\nexport type Type = string;\n\n/** Known values of {@link StorageType} that the service accepts. */\nexport enum KnownStorageType {\n /** AzureFile */\n AzureFile = \"AzureFile\",\n /** EmptyDir */\n EmptyDir = \"EmptyDir\",\n /** Secret */\n Secret = \"Secret\",\n /** NfsAzureFile */\n NfsAzureFile = \"NfsAzureFile\",\n}\n\n/**\n * Defines values for StorageType. \\\n * {@link KnownStorageType} can be used interchangeably with StorageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureFile** \\\n * **EmptyDir** \\\n * **Secret** \\\n * **NfsAzureFile**\n */\nexport type StorageType = string;\n\n/** Known values of {@link RevisionHealthState} that the service accepts. */\nexport enum KnownRevisionHealthState {\n /** Healthy */\n Healthy = \"Healthy\",\n /** Unhealthy */\n Unhealthy = \"Unhealthy\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for RevisionHealthState. \\\n * {@link KnownRevisionHealthState} can be used interchangeably with RevisionHealthState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Healthy** \\\n * **Unhealthy** \\\n * **None**\n */\nexport type RevisionHealthState = string;\n\n/** Known values of {@link RevisionProvisioningState} that the service accepts. */\nexport enum KnownRevisionProvisioningState {\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Provisioned */\n Provisioned = \"Provisioned\",\n /** Failed */\n Failed = \"Failed\",\n /** Deprovisioning */\n Deprovisioning = \"Deprovisioning\",\n /** Deprovisioned */\n Deprovisioned = \"Deprovisioned\",\n}\n\n/**\n * Defines values for RevisionProvisioningState. \\\n * {@link KnownRevisionProvisioningState} can be used interchangeably with RevisionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning** \\\n * **Provisioned** \\\n * **Failed** \\\n * **Deprovisioning** \\\n * **Deprovisioned**\n */\nexport type RevisionProvisioningState = string;\n\n/** Known values of {@link RevisionRunningState} that the service accepts. */\nexport enum KnownRevisionRunningState {\n /** Running */\n Running = \"Running\",\n /** Processing */\n Processing = \"Processing\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Degraded */\n Degraded = \"Degraded\",\n /** Failed */\n Failed = \"Failed\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for RevisionRunningState. \\\n * {@link KnownRevisionRunningState} can be used interchangeably with RevisionRunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **Processing** \\\n * **Stopped** \\\n * **Degraded** \\\n * **Failed** \\\n * **Unknown**\n */\nexport type RevisionRunningState = string;\n\n/** Known values of {@link ContainerAppReplicaRunningState} that the service accepts. */\nexport enum KnownContainerAppReplicaRunningState {\n /** Running */\n Running = \"Running\",\n /** NotRunning */\n NotRunning = \"NotRunning\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for ContainerAppReplicaRunningState. \\\n * {@link KnownContainerAppReplicaRunningState} can be used interchangeably with ContainerAppReplicaRunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **NotRunning** \\\n * **Unknown**\n */\nexport type ContainerAppReplicaRunningState = string;\n\n/** Known values of {@link ContainerAppContainerRunningState} that the service accepts. */\nexport enum KnownContainerAppContainerRunningState {\n /** Running */\n Running = \"Running\",\n /** Terminated */\n Terminated = \"Terminated\",\n /** Waiting */\n Waiting = \"Waiting\",\n}\n\n/**\n * Defines values for ContainerAppContainerRunningState. \\\n * {@link KnownContainerAppContainerRunningState} can be used interchangeably with ContainerAppContainerRunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **Terminated** \\\n * **Waiting**\n */\nexport type ContainerAppContainerRunningState = string;\n\n/** Known values of {@link EnvironmentProvisioningState} that the service accepts. */\nexport enum KnownEnvironmentProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Waiting */\n Waiting = \"Waiting\",\n /** InitializationInProgress */\n InitializationInProgress = \"InitializationInProgress\",\n /** InfrastructureSetupInProgress */\n InfrastructureSetupInProgress = \"InfrastructureSetupInProgress\",\n /** InfrastructureSetupComplete */\n InfrastructureSetupComplete = \"InfrastructureSetupComplete\",\n /** ScheduledForDelete */\n ScheduledForDelete = \"ScheduledForDelete\",\n /** UpgradeRequested */\n UpgradeRequested = \"UpgradeRequested\",\n /** UpgradeFailed */\n UpgradeFailed = \"UpgradeFailed\",\n}\n\n/**\n * Defines values for EnvironmentProvisioningState. \\\n * {@link KnownEnvironmentProvisioningState} can be used interchangeably with EnvironmentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Waiting** \\\n * **InitializationInProgress** \\\n * **InfrastructureSetupInProgress** \\\n * **InfrastructureSetupComplete** \\\n * **ScheduledForDelete** \\\n * **UpgradeRequested** \\\n * **UpgradeFailed**\n */\nexport type EnvironmentProvisioningState = string;\n\n/** Known values of {@link JobProvisioningState} that the service accepts. */\nexport enum KnownJobProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for JobProvisioningState. \\\n * {@link KnownJobProvisioningState} can be used interchangeably with JobProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type JobProvisioningState = string;\n\n/** Known values of {@link TriggerType} that the service accepts. */\nexport enum KnownTriggerType {\n /** Schedule */\n Schedule = \"Schedule\",\n /** Event */\n Event = \"Event\",\n /** Manual */\n Manual = \"Manual\",\n}\n\n/**\n * Defines values for TriggerType. \\\n * {@link KnownTriggerType} can be used interchangeably with TriggerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Schedule** \\\n * **Event** \\\n * **Manual**\n */\nexport type TriggerType = string;\n\n/** Known values of {@link JavaComponentType} that the service accepts. */\nexport enum KnownJavaComponentType {\n /** SpringBootAdmin */\n SpringBootAdmin = \"SpringBootAdmin\",\n /** SpringCloudEureka */\n SpringCloudEureka = \"SpringCloudEureka\",\n /** SpringCloudConfig */\n SpringCloudConfig = \"SpringCloudConfig\",\n}\n\n/**\n * Defines values for JavaComponentType. \\\n * {@link KnownJavaComponentType} can be used interchangeably with JavaComponentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SpringBootAdmin** \\\n * **SpringCloudEureka** \\\n * **SpringCloudConfig**\n */\nexport type JavaComponentType = string;\n\n/** Known values of {@link JavaComponentProvisioningState} that the service accepts. */\nexport enum KnownJavaComponentProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** InProgress */\n InProgress = \"InProgress\",\n}\n\n/**\n * Defines values for JavaComponentProvisioningState. \\\n * {@link KnownJavaComponentProvisioningState} can be used interchangeably with JavaComponentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting** \\\n * **InProgress**\n */\nexport type JavaComponentProvisioningState = string;\n\n/** Known values of {@link JobExecutionRunningState} that the service accepts. */\nexport enum KnownJobExecutionRunningState {\n /** Running */\n Running = \"Running\",\n /** Processing */\n Processing = \"Processing\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Degraded */\n Degraded = \"Degraded\",\n /** Failed */\n Failed = \"Failed\",\n /** Unknown */\n Unknown = \"Unknown\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n}\n\n/**\n * Defines values for JobExecutionRunningState. \\\n * {@link KnownJobExecutionRunningState} can be used interchangeably with JobExecutionRunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **Processing** \\\n * **Stopped** \\\n * **Degraded** \\\n * **Failed** \\\n * **Unknown** \\\n * **Succeeded**\n */\nexport type JobExecutionRunningState = string;\n\n/** Known values of {@link ManagedCertificateDomainControlValidation} that the service accepts. */\nexport enum KnownManagedCertificateDomainControlValidation {\n /** Cname */\n Cname = \"CNAME\",\n /** Http */\n Http = \"HTTP\",\n /** TXT */\n TXT = \"TXT\",\n}\n\n/**\n * Defines values for ManagedCertificateDomainControlValidation. \\\n * {@link KnownManagedCertificateDomainControlValidation} can be used interchangeably with ManagedCertificateDomainControlValidation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CNAME** \\\n * **HTTP** \\\n * **TXT**\n */\nexport type ManagedCertificateDomainControlValidation = string;\n\n/** Known values of {@link ContainerType} that the service accepts. */\nexport enum KnownContainerType {\n /** CustomContainer */\n CustomContainer = \"CustomContainer\",\n /** PythonLTS */\n PythonLTS = \"PythonLTS\",\n}\n\n/**\n * Defines values for ContainerType. \\\n * {@link KnownContainerType} can be used interchangeably with ContainerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CustomContainer** \\\n * **PythonLTS**\n */\nexport type ContainerType = string;\n\n/** Known values of {@link PoolManagementType} that the service accepts. */\nexport enum KnownPoolManagementType {\n /** Manual */\n Manual = \"Manual\",\n /** Dynamic */\n Dynamic = \"Dynamic\",\n}\n\n/**\n * Defines values for PoolManagementType. \\\n * {@link KnownPoolManagementType} can be used interchangeably with PoolManagementType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Manual** \\\n * **Dynamic**\n */\nexport type PoolManagementType = string;\n\n/** Known values of {@link LifecycleType} that the service accepts. */\nexport enum KnownLifecycleType {\n /** Timed */\n Timed = \"Timed\",\n /** OnContainerExit */\n OnContainerExit = \"OnContainerExit\",\n}\n\n/**\n * Defines values for LifecycleType. \\\n * {@link KnownLifecycleType} can be used interchangeably with LifecycleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Timed** \\\n * **OnContainerExit**\n */\nexport type LifecycleType = string;\n\n/** Known values of {@link SessionNetworkStatus} that the service accepts. */\nexport enum KnownSessionNetworkStatus {\n /** EgressEnabled */\n EgressEnabled = \"EgressEnabled\",\n /** EgressDisabled */\n EgressDisabled = \"EgressDisabled\",\n}\n\n/**\n * Defines values for SessionNetworkStatus. \\\n * {@link KnownSessionNetworkStatus} can be used interchangeably with SessionNetworkStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EgressEnabled** \\\n * **EgressDisabled**\n */\nexport type SessionNetworkStatus = string;\n\n/** Known values of {@link SessionPoolProvisioningState} that the service accepts. */\nexport enum KnownSessionPoolProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for SessionPoolProvisioningState. \\\n * {@link KnownSessionPoolProvisioningState} can be used interchangeably with SessionPoolProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type SessionPoolProvisioningState = string;\n\n/** Known values of {@link SourceControlOperationState} that the service accepts. */\nexport enum KnownSourceControlOperationState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for SourceControlOperationState. \\\n * {@link KnownSourceControlOperationState} can be used interchangeably with SourceControlOperationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type SourceControlOperationState = string;\n/** Defines values for UnauthenticatedClientActionV2. */\nexport type UnauthenticatedClientActionV2 =\n | \"RedirectToLoginPage\"\n | \"AllowAnonymous\"\n | \"Return401\"\n | \"Return403\";\n/** Defines values for CookieExpirationConvention. */\nexport type CookieExpirationConvention =\n | \"FixedTime\"\n | \"IdentityProviderDerived\";\n/** Defines values for ForwardProxyConvention. */\nexport type ForwardProxyConvention = \"NoProxy\" | \"Standard\" | \"Custom\";\n/** Defines values for DnsVerificationTestResult. */\nexport type DnsVerificationTestResult = \"Passed\" | \"Failed\" | \"Skipped\";\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsListByContainerAppOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByContainerApp operation. */\nexport type ContainerAppsAuthConfigsListByContainerAppResponse =\n AuthConfigCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsAuthConfigsGetResponse = AuthConfig;\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContainerAppsAuthConfigsCreateOrUpdateResponse = AuthConfig;\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsListByContainerAppNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByContainerAppNext operation. */\nexport type ContainerAppsAuthConfigsListByContainerAppNextResponse =\n AuthConfigCollection;\n\n/** Optional parameters. */\nexport interface AvailableWorkloadProfilesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AvailableWorkloadProfilesGetResponse =\n AvailableWorkloadProfilesCollection;\n\n/** Optional parameters. */\nexport interface AvailableWorkloadProfilesGetNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNext operation. */\nexport type AvailableWorkloadProfilesGetNextResponse =\n AvailableWorkloadProfilesCollection;\n\n/** Optional parameters. */\nexport interface BillingMetersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BillingMetersGetResponse = BillingMeterCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ConnectedEnvironmentsListBySubscriptionResponse =\n ConnectedEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ConnectedEnvironmentsListByResourceGroupResponse =\n ConnectedEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectedEnvironmentsGetResponse = ConnectedEnvironment;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectedEnvironmentsCreateOrUpdateResponse = ConnectedEnvironment;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ConnectedEnvironmentsUpdateResponse = ConnectedEnvironment;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type ConnectedEnvironmentsCheckNameAvailabilityResponse =\n CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ConnectedEnvironmentsListBySubscriptionNextResponse =\n ConnectedEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ConnectedEnvironmentsListByResourceGroupNextResponse =\n ConnectedEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConnectedEnvironmentsCertificatesListResponse =\n CertificateCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectedEnvironmentsCertificatesGetResponse = Certificate;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Certificate to be created or updated */\n certificateEnvelope?: Certificate;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectedEnvironmentsCertificatesCreateOrUpdateResponse =\n Certificate;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ConnectedEnvironmentsCertificatesUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ConnectedEnvironmentsCertificatesListNextResponse =\n CertificateCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConnectedEnvironmentsDaprComponentsListResponse =\n DaprComponentsCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectedEnvironmentsDaprComponentsGetResponse = DaprComponent;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse =\n DaprComponent;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsListSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSecrets operation. */\nexport type ConnectedEnvironmentsDaprComponentsListSecretsResponse =\n DaprSecretsCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ConnectedEnvironmentsDaprComponentsListNextResponse =\n DaprComponentsCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsStoragesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConnectedEnvironmentsStoragesListResponse =\n ConnectedEnvironmentStoragesCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsStoragesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectedEnvironmentsStoragesGetResponse =\n ConnectedEnvironmentStorage;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectedEnvironmentsStoragesCreateOrUpdateResponse =\n ConnectedEnvironmentStorage;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsStoragesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ContainerAppsListBySubscriptionResponse = ContainerAppCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ContainerAppsListByResourceGroupResponse = ContainerAppCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsGetResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContainerAppsCreateOrUpdateResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ContainerAppsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ContainerAppsUpdateResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsListCustomHostNameAnalysisOptionalParams\n extends coreClient.OperationOptions {\n /** Custom hostname. */\n customHostname?: string;\n}\n\n/** Contains response data for the listCustomHostNameAnalysis operation. */\nexport type ContainerAppsListCustomHostNameAnalysisResponse =\n CustomHostnameAnalysisResult;\n\n/** Optional parameters. */\nexport interface ContainerAppsListSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSecrets operation. */\nexport type ContainerAppsListSecretsResponse = SecretsCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsGetAuthTokenOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthToken operation. */\nexport type ContainerAppsGetAuthTokenResponse = ContainerAppAuthToken;\n\n/** Optional parameters. */\nexport interface ContainerAppsStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type ContainerAppsStartResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsStopOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stop operation. */\nexport type ContainerAppsStopResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ContainerAppsListBySubscriptionNextResponse =\n ContainerAppCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ContainerAppsListByResourceGroupNextResponse =\n ContainerAppCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsListRevisionsOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listRevisions operation. */\nexport type ContainerAppsRevisionsListRevisionsResponse = RevisionCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsGetRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRevision operation. */\nexport type ContainerAppsRevisionsGetRevisionResponse = Revision;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsActivateRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsDeactivateRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsRestartRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsListRevisionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRevisionsNext operation. */\nexport type ContainerAppsRevisionsListRevisionsNextResponse =\n RevisionCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionReplicasGetReplicaOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getReplica operation. */\nexport type ContainerAppsRevisionReplicasGetReplicaResponse = Replica;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionReplicasListReplicasOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listReplicas operation. */\nexport type ContainerAppsRevisionReplicasListReplicasResponse =\n ReplicaCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsListDetectorsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectors operation. */\nexport type ContainerAppsDiagnosticsListDetectorsResponse =\n DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsGetDetectorOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDetector operation. */\nexport type ContainerAppsDiagnosticsGetDetectorResponse = Diagnostics;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsListRevisionsOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listRevisions operation. */\nexport type ContainerAppsDiagnosticsListRevisionsResponse = RevisionCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsGetRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRevision operation. */\nexport type ContainerAppsDiagnosticsGetRevisionResponse = Revision;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsGetRootOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRoot operation. */\nexport type ContainerAppsDiagnosticsGetRootResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsListDetectorsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectorsNext operation. */\nexport type ContainerAppsDiagnosticsListDetectorsNextResponse =\n DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsListRevisionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRevisionsNext operation. */\nexport type ContainerAppsDiagnosticsListRevisionsNextResponse =\n RevisionCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentDiagnosticsListDetectorsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectors operation. */\nexport type ManagedEnvironmentDiagnosticsListDetectorsResponse =\n DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentDiagnosticsGetDetectorOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDetector operation. */\nexport type ManagedEnvironmentDiagnosticsGetDetectorResponse = Diagnostics;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsDiagnosticsGetRootOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRoot operation. */\nexport type ManagedEnvironmentsDiagnosticsGetRootResponse = ManagedEnvironment;\n\n/** Optional parameters. */\nexport interface JobsListDetectorsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectors operation. */\nexport type JobsListDetectorsResponse = DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface JobsGetDetectorOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDetector operation. */\nexport type JobsGetDetectorResponse = Diagnostics;\n\n/** Optional parameters. */\nexport interface JobsProxyGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the proxyGet operation. */\nexport type JobsProxyGetResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type JobsListBySubscriptionResponse = JobsCollection;\n\n/** Optional parameters. */\nexport interface JobsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type JobsListByResourceGroupResponse = JobsCollection;\n\n/** Optional parameters. */\nexport interface JobsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JobsGetResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type JobsCreateOrUpdateResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface JobsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type JobsUpdateResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsStartOptionalParams extends coreClient.OperationOptions {\n /** Properties used to start a job execution. */\n template?: JobExecutionTemplate;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type JobsStartResponse = JobExecutionBase;\n\n/** Optional parameters. */\nexport interface JobsStopExecutionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface JobsStopMultipleExecutionsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stopMultipleExecutions operation. */\nexport type JobsStopMultipleExecutionsResponse = ContainerAppJobExecutions;\n\n/** Optional parameters. */\nexport interface JobsListSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSecrets operation. */\nexport type JobsListSecretsResponse = JobSecretsCollection;\n\n/** Optional parameters. */\nexport interface JobsListDetectorsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectorsNext operation. */\nexport type JobsListDetectorsNextResponse = DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface JobsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type JobsListBySubscriptionNextResponse = JobsCollection;\n\n/** Optional parameters. */\nexport interface JobsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type JobsListByResourceGroupNextResponse = JobsCollection;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = AvailableOperations;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = AvailableOperations;\n\n/** Optional parameters. */\nexport interface JavaComponentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type JavaComponentsListResponse = JavaComponentsCollection;\n\n/** Optional parameters. */\nexport interface JavaComponentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JavaComponentsGetResponse = JavaComponent;\n\n/** Optional parameters. */\nexport interface JavaComponentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type JavaComponentsCreateOrUpdateResponse = JavaComponent;\n\n/** Optional parameters. */\nexport interface JavaComponentsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type JavaComponentsUpdateResponse = JavaComponent;\n\n/** Optional parameters. */\nexport interface JavaComponentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type JavaComponentsDeleteResponse = JavaComponentsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface JavaComponentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type JavaComponentsListNextResponse = JavaComponentsCollection;\n\n/** Optional parameters. */\nexport interface JobsExecutionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type JobsExecutionsListResponse = ContainerAppJobExecutions;\n\n/** Optional parameters. */\nexport interface JobsExecutionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type JobsExecutionsListNextResponse = ContainerAppJobExecutions;\n\n/** Optional parameters. */\nexport interface JobExecutionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the jobExecution operation. */\nexport type JobExecutionResponse = JobExecution;\n\n/** Optional parameters. */\nexport interface GetCustomDomainVerificationIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCustomDomainVerificationId operation. */\nexport type GetCustomDomainVerificationIdResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ManagedEnvironmentsListBySubscriptionResponse =\n ManagedEnvironmentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ManagedEnvironmentsListByResourceGroupResponse =\n ManagedEnvironmentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedEnvironmentsGetResponse = ManagedEnvironment;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedEnvironmentsCreateOrUpdateResponse = ManagedEnvironment;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ManagedEnvironmentsUpdateResponse = ManagedEnvironment;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsGetAuthTokenOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthToken operation. */\nexport type ManagedEnvironmentsGetAuthTokenResponse = EnvironmentAuthToken;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListWorkloadProfileStatesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkloadProfileStates operation. */\nexport type ManagedEnvironmentsListWorkloadProfileStatesResponse =\n WorkloadProfileStatesCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ManagedEnvironmentsListBySubscriptionNextResponse =\n ManagedEnvironmentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ManagedEnvironmentsListByResourceGroupNextResponse =\n ManagedEnvironmentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkloadProfileStatesNext operation. */\nexport type ManagedEnvironmentsListWorkloadProfileStatesNextResponse =\n WorkloadProfileStatesCollection;\n\n/** Optional parameters. */\nexport interface CertificatesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CertificatesListResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface CertificatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CertificatesGetResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Certificate to be created or updated */\n certificateEnvelope?: Certificate;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CertificatesCreateOrUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CertificatesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type CertificatesUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CertificatesListNextResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedCertificatesGetResponse = ManagedCertificate;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Managed Certificate to be created or updated */\n managedCertificateEnvelope?: ManagedCertificate;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedCertificatesCreateOrUpdateResponse = ManagedCertificate;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ManagedCertificatesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ManagedCertificatesUpdateResponse = ManagedCertificate;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedCertificatesListResponse = ManagedCertificateCollection;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedCertificatesListNextResponse = ManagedCertificateCollection;\n\n/** Optional parameters. */\nexport interface NamespacesCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type NamespacesCheckNameAvailabilityResponse =\n CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface DaprComponentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DaprComponentsListResponse = DaprComponentsCollection;\n\n/** Optional parameters. */\nexport interface DaprComponentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DaprComponentsGetResponse = DaprComponent;\n\n/** Optional parameters. */\nexport interface DaprComponentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DaprComponentsCreateOrUpdateResponse = DaprComponent;\n\n/** Optional parameters. */\nexport interface DaprComponentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DaprComponentsListSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSecrets operation. */\nexport type DaprComponentsListSecretsResponse = DaprSecretsCollection;\n\n/** Optional parameters. */\nexport interface DaprComponentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DaprComponentsListNextResponse = DaprComponentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsStoragesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedEnvironmentsStoragesListResponse =\n ManagedEnvironmentStoragesCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsStoragesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedEnvironmentsStoragesGetResponse = ManagedEnvironmentStorage;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsStoragesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedEnvironmentsStoragesCreateOrUpdateResponse =\n ManagedEnvironmentStorage;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsStoragesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ContainerAppsSessionPoolsListBySubscriptionResponse =\n SessionPoolCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ContainerAppsSessionPoolsListByResourceGroupResponse =\n SessionPoolCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsSessionPoolsGetResponse = SessionPool;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContainerAppsSessionPoolsCreateOrUpdateResponse = SessionPool;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ContainerAppsSessionPoolsUpdateResponse = SessionPool;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ContainerAppsSessionPoolsDeleteResponse =\n ContainerAppsSessionPoolsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ContainerAppsSessionPoolsListBySubscriptionNextResponse =\n SessionPoolCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ContainerAppsSessionPoolsListByResourceGroupNextResponse =\n SessionPoolCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsListByContainerAppOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByContainerApp operation. */\nexport type ContainerAppsSourceControlsListByContainerAppResponse =\n SourceControlCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsSourceControlsGetResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContainerAppsSourceControlsCreateOrUpdateResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsListByContainerAppNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByContainerAppNext operation. */\nexport type ContainerAppsSourceControlsListByContainerAppNextResponse =\n SourceControlCollection;\n\n/** Optional parameters. */\nexport interface UsagesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type UsagesListResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface UsagesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type UsagesListNextResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentUsagesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedEnvironmentUsagesListResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentUsagesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedEnvironmentUsagesListNextResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface ContainerAppsAPIClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|