@azure/arm-appcontainers 3.0.0-beta.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/browser/containerAppsAPIClient.d.ts +5 -18
- package/dist/browser/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/browser/containerAppsAPIClient.js +10 -39
- package/dist/browser/containerAppsAPIClient.js.map +1 -1
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +2 -7
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +418 -2173
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +59 -256
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +23 -120
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +2625 -5700
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +8 -32
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +60 -269
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/availableWorkloadProfiles.d.ts +4 -4
- package/dist/browser/operations/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/browser/operations/availableWorkloadProfiles.js +4 -9
- package/dist/browser/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/browser/operations/billingMeters.d.ts +3 -3
- package/dist/browser/operations/billingMeters.d.ts.map +1 -1
- package/dist/browser/operations/billingMeters.js +2 -7
- package/dist/browser/operations/billingMeters.js.map +1 -1
- package/dist/browser/operations/certificates.d.ts +4 -4
- package/dist/browser/operations/certificates.d.ts.map +1 -1
- package/dist/browser/operations/certificates.js +6 -11
- package/dist/browser/operations/certificates.js.map +1 -1
- package/dist/browser/operations/connectedEnvironments.d.ts +7 -6
- package/dist/browser/operations/connectedEnvironments.d.ts.map +1 -1
- package/dist/browser/operations/connectedEnvironments.js +17 -16
- package/dist/browser/operations/connectedEnvironments.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts +5 -5
- package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsCertificates.js +9 -14
- package/dist/browser/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts +8 -8
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js +12 -17
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsStorages.d.ts +4 -4
- package/dist/browser/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsStorages.js +3 -8
- package/dist/browser/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operations/containerApps.d.ts +5 -5
- package/dist/browser/operations/containerApps.d.ts.map +1 -1
- package/dist/browser/operations/containerApps.js +21 -26
- package/dist/browser/operations/containerApps.js.map +1 -1
- package/dist/browser/operations/containerAppsAuthConfigs.d.ts +4 -4
- package/dist/browser/operations/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsAuthConfigs.js +6 -11
- package/dist/browser/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/browser/operations/containerAppsDiagnostics.d.ts +4 -4
- package/dist/browser/operations/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsDiagnostics.js +8 -13
- package/dist/browser/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/browser/operations/containerAppsRevisionReplicas.d.ts +3 -3
- package/dist/browser/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsRevisionReplicas.js +2 -7
- package/dist/browser/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/browser/operations/containerAppsRevisions.d.ts +4 -4
- package/dist/browser/operations/containerAppsRevisions.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsRevisions.js +5 -10
- package/dist/browser/operations/containerAppsRevisions.js.map +1 -1
- package/dist/browser/operations/containerAppsSessionPools.d.ts +5 -5
- package/dist/browser/operations/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsSessionPools.js +8 -13
- package/dist/browser/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/browser/operations/containerAppsSourceControls.d.ts +5 -5
- package/dist/browser/operations/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsSourceControls.js +8 -17
- package/dist/browser/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/browser/operations/daprComponents.d.ts +4 -4
- package/dist/browser/operations/daprComponents.d.ts.map +1 -1
- package/dist/browser/operations/daprComponents.js +6 -11
- package/dist/browser/operations/daprComponents.js.map +1 -1
- package/dist/browser/operations/httpRouteConfigOperations.d.ts +19 -10
- package/dist/browser/operations/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/browser/operations/httpRouteConfigOperations.js +76 -21
- package/dist/browser/operations/httpRouteConfigOperations.js.map +1 -1
- package/dist/browser/operations/index.d.ts +1 -14
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +5 -21
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/javaComponents.d.ts +5 -5
- package/dist/browser/operations/javaComponents.d.ts.map +1 -1
- package/dist/browser/operations/javaComponents.js +10 -15
- package/dist/browser/operations/javaComponents.js.map +1 -1
- package/dist/browser/operations/jobs.d.ts +5 -33
- package/dist/browser/operations/jobs.d.ts.map +1 -1
- package/dist/browser/operations/jobs.js +11 -190
- package/dist/browser/operations/jobs.js.map +1 -1
- package/dist/browser/operations/jobsExecutions.d.ts +4 -4
- package/dist/browser/operations/jobsExecutions.d.ts.map +1 -1
- package/dist/browser/operations/jobsExecutions.js +4 -9
- package/dist/browser/operations/jobsExecutions.js.map +1 -1
- package/dist/browser/operations/logicApps.d.ts +13 -32
- package/dist/browser/operations/logicApps.d.ts.map +1 -1
- package/dist/browser/operations/logicApps.js +15 -100
- package/dist/browser/operations/logicApps.js.map +1 -1
- package/dist/browser/operations/maintenanceConfigurations.d.ts +4 -4
- package/dist/browser/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/browser/operations/maintenanceConfigurations.js +10 -15
- package/dist/browser/operations/maintenanceConfigurations.js.map +1 -1
- package/dist/browser/operations/managedCertificates.d.ts +5 -5
- package/dist/browser/operations/managedCertificates.d.ts.map +1 -1
- package/dist/browser/operations/managedCertificates.js +6 -11
- package/dist/browser/operations/managedCertificates.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts +3 -3
- package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentDiagnostics.js +2 -7
- package/dist/browser/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts +5 -5
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js +5 -10
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts +4 -4
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js +4 -9
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentUsages.d.ts +4 -4
- package/dist/browser/operations/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentUsages.js +4 -9
- package/dist/browser/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/browser/operations/managedEnvironments.d.ts +5 -5
- package/dist/browser/operations/managedEnvironments.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironments.js +10 -15
- package/dist/browser/operations/managedEnvironments.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts +3 -3
- package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentsStorages.d.ts +3 -3
- package/dist/browser/operations/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentsStorages.js +3 -8
- package/dist/browser/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operations/namespaces.d.ts +3 -3
- package/dist/browser/operations/namespaces.d.ts.map +1 -1
- package/dist/browser/operations/namespaces.js +3 -8
- package/dist/browser/operations/namespaces.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +4 -4
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +4 -9
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/usages.d.ts +4 -4
- package/dist/browser/operations/usages.d.ts.map +1 -1
- package/dist/browser/operations/usages.js +4 -9
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.d.ts +2 -2
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.js +2 -7
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.js.map +1 -1
- package/dist/browser/operationsInterfaces/billingMeters.d.ts +1 -1
- package/dist/browser/operationsInterfaces/billingMeters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/billingMeters.js +2 -7
- package/dist/browser/operationsInterfaces/billingMeters.js.map +1 -1
- package/dist/browser/operationsInterfaces/certificates.d.ts +2 -2
- package/dist/browser/operationsInterfaces/certificates.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/certificates.js +2 -7
- package/dist/browser/operationsInterfaces/certificates.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironments.d.ts +5 -4
- package/dist/browser/operationsInterfaces/connectedEnvironments.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironments.js +2 -7
- package/dist/browser/operationsInterfaces/connectedEnvironments.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +3 -3
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.js +2 -7
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +6 -6
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.js +2 -7
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts +2 -2
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.js +2 -7
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerApps.d.ts +3 -3
- package/dist/browser/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerApps.js +2 -7
- package/dist/browser/operationsInterfaces/containerApps.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.d.ts +2 -2
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.js +2 -7
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.d.ts +2 -2
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.js +2 -7
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.d.ts +1 -1
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.js +2 -7
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsRevisions.d.ts +2 -2
- package/dist/browser/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsRevisions.js +2 -7
- package/dist/browser/operationsInterfaces/containerAppsRevisions.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.d.ts +3 -3
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.js +2 -7
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.d.ts +3 -3
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.js +2 -7
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.js.map +1 -1
- package/dist/browser/operationsInterfaces/daprComponents.d.ts +2 -2
- package/dist/browser/operationsInterfaces/daprComponents.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/daprComponents.js +2 -7
- package/dist/browser/operationsInterfaces/daprComponents.js.map +1 -1
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.d.ts +16 -7
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.js +2 -7
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +1 -14
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +5 -21
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/javaComponents.d.ts +3 -3
- package/dist/browser/operationsInterfaces/javaComponents.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/javaComponents.js +2 -7
- package/dist/browser/operationsInterfaces/javaComponents.js.map +1 -1
- package/dist/browser/operationsInterfaces/jobs.d.ts +3 -31
- package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/jobs.js +2 -7
- package/dist/browser/operationsInterfaces/jobs.js.map +1 -1
- package/dist/browser/operationsInterfaces/jobsExecutions.d.ts +2 -2
- package/dist/browser/operationsInterfaces/jobsExecutions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/jobsExecutions.js +2 -7
- package/dist/browser/operationsInterfaces/jobsExecutions.js.map +1 -1
- package/dist/browser/operationsInterfaces/logicApps.d.ts +9 -28
- package/dist/browser/operationsInterfaces/logicApps.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/logicApps.js +2 -7
- package/dist/browser/operationsInterfaces/logicApps.js.map +1 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +2 -7
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedCertificates.d.ts +3 -3
- package/dist/browser/operationsInterfaces/managedCertificates.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedCertificates.js +2 -7
- package/dist/browser/operationsInterfaces/managedCertificates.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +3 -3
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.d.ts +2 -2
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironments.d.ts +3 -3
- package/dist/browser/operationsInterfaces/managedEnvironments.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironments.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironments.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.d.ts +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.js +2 -7
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operationsInterfaces/namespaces.d.ts +1 -1
- package/dist/browser/operationsInterfaces/namespaces.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/namespaces.js +2 -7
- package/dist/browser/operationsInterfaces/namespaces.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/usages.d.ts +2 -2
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/usages.js +2 -7
- package/dist/browser/operationsInterfaces/usages.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +2 -7
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/containerAppsAPIClient.d.ts +5 -18
- package/dist/commonjs/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/commonjs/containerAppsAPIClient.js +9 -38
- package/dist/commonjs/containerAppsAPIClient.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +2 -7
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +418 -2173
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +60 -258
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +23 -120
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +2630 -5707
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +8 -32
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +61 -270
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/availableWorkloadProfiles.d.ts +4 -4
- package/dist/commonjs/operations/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/commonjs/operations/availableWorkloadProfiles.js +4 -9
- package/dist/commonjs/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/commonjs/operations/billingMeters.d.ts +3 -3
- package/dist/commonjs/operations/billingMeters.d.ts.map +1 -1
- package/dist/commonjs/operations/billingMeters.js +2 -7
- package/dist/commonjs/operations/billingMeters.js.map +1 -1
- package/dist/commonjs/operations/certificates.d.ts +4 -4
- package/dist/commonjs/operations/certificates.d.ts.map +1 -1
- package/dist/commonjs/operations/certificates.js +6 -11
- package/dist/commonjs/operations/certificates.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironments.d.ts +7 -6
- package/dist/commonjs/operations/connectedEnvironments.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedEnvironments.js +17 -16
- package/dist/commonjs/operations/connectedEnvironments.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts +5 -5
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js +9 -14
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts +8 -8
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js +12 -17
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts +4 -4
- package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js +3 -8
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operations/containerApps.d.ts +5 -5
- package/dist/commonjs/operations/containerApps.d.ts.map +1 -1
- package/dist/commonjs/operations/containerApps.js +21 -26
- package/dist/commonjs/operations/containerApps.js.map +1 -1
- package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts +4 -4
- package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsAuthConfigs.js +6 -11
- package/dist/commonjs/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/commonjs/operations/containerAppsDiagnostics.d.ts +4 -4
- package/dist/commonjs/operations/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsDiagnostics.js +8 -13
- package/dist/commonjs/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts +3 -3
- package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js +2 -7
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisions.d.ts +4 -4
- package/dist/commonjs/operations/containerAppsRevisions.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisions.js +5 -10
- package/dist/commonjs/operations/containerAppsRevisions.js.map +1 -1
- package/dist/commonjs/operations/containerAppsSessionPools.d.ts +5 -5
- package/dist/commonjs/operations/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsSessionPools.js +8 -13
- package/dist/commonjs/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/commonjs/operations/containerAppsSourceControls.d.ts +5 -5
- package/dist/commonjs/operations/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsSourceControls.js +8 -17
- package/dist/commonjs/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/commonjs/operations/daprComponents.d.ts +4 -4
- package/dist/commonjs/operations/daprComponents.d.ts.map +1 -1
- package/dist/commonjs/operations/daprComponents.js +6 -11
- package/dist/commonjs/operations/daprComponents.js.map +1 -1
- package/dist/commonjs/operations/httpRouteConfigOperations.d.ts +19 -10
- package/dist/commonjs/operations/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/httpRouteConfigOperations.js +76 -21
- package/dist/commonjs/operations/httpRouteConfigOperations.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +1 -14
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +5 -21
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/javaComponents.d.ts +5 -5
- package/dist/commonjs/operations/javaComponents.d.ts.map +1 -1
- package/dist/commonjs/operations/javaComponents.js +10 -15
- package/dist/commonjs/operations/javaComponents.js.map +1 -1
- package/dist/commonjs/operations/jobs.d.ts +5 -33
- package/dist/commonjs/operations/jobs.d.ts.map +1 -1
- package/dist/commonjs/operations/jobs.js +11 -190
- package/dist/commonjs/operations/jobs.js.map +1 -1
- package/dist/commonjs/operations/jobsExecutions.d.ts +4 -4
- package/dist/commonjs/operations/jobsExecutions.d.ts.map +1 -1
- package/dist/commonjs/operations/jobsExecutions.js +4 -9
- package/dist/commonjs/operations/jobsExecutions.js.map +1 -1
- package/dist/commonjs/operations/logicApps.d.ts +13 -32
- package/dist/commonjs/operations/logicApps.d.ts.map +1 -1
- package/dist/commonjs/operations/logicApps.js +15 -100
- package/dist/commonjs/operations/logicApps.js.map +1 -1
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts +4 -4
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/commonjs/operations/maintenanceConfigurations.js +10 -15
- package/dist/commonjs/operations/maintenanceConfigurations.js.map +1 -1
- package/dist/commonjs/operations/managedCertificates.d.ts +5 -5
- package/dist/commonjs/operations/managedCertificates.d.ts.map +1 -1
- package/dist/commonjs/operations/managedCertificates.js +6 -11
- package/dist/commonjs/operations/managedCertificates.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts +3 -3
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js +2 -7
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts +5 -5
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js +5 -10
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts +4 -4
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js +4 -9
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentUsages.d.ts +4 -4
- package/dist/commonjs/operations/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentUsages.js +4 -9
- package/dist/commonjs/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironments.d.ts +5 -5
- package/dist/commonjs/operations/managedEnvironments.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironments.js +10 -15
- package/dist/commonjs/operations/managedEnvironments.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts +3 -3
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts +3 -3
- package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsStorages.js +3 -8
- package/dist/commonjs/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operations/namespaces.d.ts +3 -3
- package/dist/commonjs/operations/namespaces.d.ts.map +1 -1
- package/dist/commonjs/operations/namespaces.js +3 -8
- package/dist/commonjs/operations/namespaces.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +4 -4
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +4 -9
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/usages.d.ts +4 -4
- package/dist/commonjs/operations/usages.d.ts.map +1 -1
- package/dist/commonjs/operations/usages.js +4 -9
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.js +2 -7
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/billingMeters.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/billingMeters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/billingMeters.js +2 -7
- package/dist/commonjs/operationsInterfaces/billingMeters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/certificates.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/certificates.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/certificates.js +2 -7
- package/dist/commonjs/operationsInterfaces/certificates.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.d.ts +5 -4
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.js +2 -7
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js +2 -7
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +6 -6
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js +2 -7
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js +2 -7
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerApps.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerApps.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerApps.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.js +2 -7
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/daprComponents.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/daprComponents.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/daprComponents.js +2 -7
- package/dist/commonjs/operationsInterfaces/daprComponents.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.d.ts +16 -7
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.js +2 -7
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +1 -14
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +5 -21
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/javaComponents.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/javaComponents.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/javaComponents.js +2 -7
- package/dist/commonjs/operationsInterfaces/javaComponents.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/jobs.d.ts +3 -31
- package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/jobs.js +2 -7
- package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/jobsExecutions.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/jobsExecutions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/jobsExecutions.js +2 -7
- package/dist/commonjs/operationsInterfaces/jobsExecutions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/logicApps.d.ts +9 -28
- package/dist/commonjs/operationsInterfaces/logicApps.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/logicApps.js +2 -7
- package/dist/commonjs/operationsInterfaces/logicApps.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +2 -7
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedCertificates.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/managedCertificates.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedCertificates.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedCertificates.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironments.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/managedEnvironments.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironments.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironments.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/namespaces.js +2 -7
- package/dist/commonjs/operationsInterfaces/namespaces.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/usages.js +2 -7
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -7
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/containerAppsAPIClient.d.ts +5 -18
- package/dist/esm/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/esm/containerAppsAPIClient.js +10 -39
- package/dist/esm/containerAppsAPIClient.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +2 -7
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +418 -2173
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +59 -256
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +23 -120
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +2625 -5700
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +8 -32
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +60 -269
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/availableWorkloadProfiles.d.ts +4 -4
- package/dist/esm/operations/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/esm/operations/availableWorkloadProfiles.js +4 -9
- package/dist/esm/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/esm/operations/billingMeters.d.ts +3 -3
- package/dist/esm/operations/billingMeters.d.ts.map +1 -1
- package/dist/esm/operations/billingMeters.js +2 -7
- package/dist/esm/operations/billingMeters.js.map +1 -1
- package/dist/esm/operations/certificates.d.ts +4 -4
- package/dist/esm/operations/certificates.d.ts.map +1 -1
- package/dist/esm/operations/certificates.js +6 -11
- package/dist/esm/operations/certificates.js.map +1 -1
- package/dist/esm/operations/connectedEnvironments.d.ts +7 -6
- package/dist/esm/operations/connectedEnvironments.d.ts.map +1 -1
- package/dist/esm/operations/connectedEnvironments.js +17 -16
- package/dist/esm/operations/connectedEnvironments.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts +5 -5
- package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsCertificates.js +9 -14
- package/dist/esm/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts +8 -8
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js +12 -17
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsStorages.d.ts +4 -4
- package/dist/esm/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsStorages.js +3 -8
- package/dist/esm/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operations/containerApps.d.ts +5 -5
- package/dist/esm/operations/containerApps.d.ts.map +1 -1
- package/dist/esm/operations/containerApps.js +21 -26
- package/dist/esm/operations/containerApps.js.map +1 -1
- package/dist/esm/operations/containerAppsAuthConfigs.d.ts +4 -4
- package/dist/esm/operations/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsAuthConfigs.js +6 -11
- package/dist/esm/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/esm/operations/containerAppsDiagnostics.d.ts +4 -4
- package/dist/esm/operations/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsDiagnostics.js +8 -13
- package/dist/esm/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/esm/operations/containerAppsRevisionReplicas.d.ts +3 -3
- package/dist/esm/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsRevisionReplicas.js +2 -7
- package/dist/esm/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/esm/operations/containerAppsRevisions.d.ts +4 -4
- package/dist/esm/operations/containerAppsRevisions.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsRevisions.js +5 -10
- package/dist/esm/operations/containerAppsRevisions.js.map +1 -1
- package/dist/esm/operations/containerAppsSessionPools.d.ts +5 -5
- package/dist/esm/operations/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsSessionPools.js +8 -13
- package/dist/esm/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/esm/operations/containerAppsSourceControls.d.ts +5 -5
- package/dist/esm/operations/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsSourceControls.js +8 -17
- package/dist/esm/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/esm/operations/daprComponents.d.ts +4 -4
- package/dist/esm/operations/daprComponents.d.ts.map +1 -1
- package/dist/esm/operations/daprComponents.js +6 -11
- package/dist/esm/operations/daprComponents.js.map +1 -1
- package/dist/esm/operations/httpRouteConfigOperations.d.ts +19 -10
- package/dist/esm/operations/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/esm/operations/httpRouteConfigOperations.js +76 -21
- package/dist/esm/operations/httpRouteConfigOperations.js.map +1 -1
- package/dist/esm/operations/index.d.ts +1 -14
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +5 -21
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/javaComponents.d.ts +5 -5
- package/dist/esm/operations/javaComponents.d.ts.map +1 -1
- package/dist/esm/operations/javaComponents.js +10 -15
- package/dist/esm/operations/javaComponents.js.map +1 -1
- package/dist/esm/operations/jobs.d.ts +5 -33
- package/dist/esm/operations/jobs.d.ts.map +1 -1
- package/dist/esm/operations/jobs.js +11 -190
- package/dist/esm/operations/jobs.js.map +1 -1
- package/dist/esm/operations/jobsExecutions.d.ts +4 -4
- package/dist/esm/operations/jobsExecutions.d.ts.map +1 -1
- package/dist/esm/operations/jobsExecutions.js +4 -9
- package/dist/esm/operations/jobsExecutions.js.map +1 -1
- package/dist/esm/operations/logicApps.d.ts +13 -32
- package/dist/esm/operations/logicApps.d.ts.map +1 -1
- package/dist/esm/operations/logicApps.js +15 -100
- package/dist/esm/operations/logicApps.js.map +1 -1
- package/dist/esm/operations/maintenanceConfigurations.d.ts +4 -4
- package/dist/esm/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/esm/operations/maintenanceConfigurations.js +10 -15
- package/dist/esm/operations/maintenanceConfigurations.js.map +1 -1
- package/dist/esm/operations/managedCertificates.d.ts +5 -5
- package/dist/esm/operations/managedCertificates.d.ts.map +1 -1
- package/dist/esm/operations/managedCertificates.js +6 -11
- package/dist/esm/operations/managedCertificates.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts +3 -3
- package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentDiagnostics.js +2 -7
- package/dist/esm/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts +5 -5
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js +5 -10
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts +4 -4
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js +4 -9
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentUsages.d.ts +4 -4
- package/dist/esm/operations/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentUsages.js +4 -9
- package/dist/esm/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/esm/operations/managedEnvironments.d.ts +5 -5
- package/dist/esm/operations/managedEnvironments.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironments.js +10 -15
- package/dist/esm/operations/managedEnvironments.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts +3 -3
- package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentsStorages.d.ts +3 -3
- package/dist/esm/operations/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentsStorages.js +3 -8
- package/dist/esm/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operations/namespaces.d.ts +3 -3
- package/dist/esm/operations/namespaces.d.ts.map +1 -1
- package/dist/esm/operations/namespaces.js +3 -8
- package/dist/esm/operations/namespaces.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +4 -4
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +4 -9
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/usages.d.ts +4 -4
- package/dist/esm/operations/usages.d.ts.map +1 -1
- package/dist/esm/operations/usages.js +4 -9
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.d.ts +2 -2
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.js +2 -7
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.js.map +1 -1
- package/dist/esm/operationsInterfaces/billingMeters.d.ts +1 -1
- package/dist/esm/operationsInterfaces/billingMeters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/billingMeters.js +2 -7
- package/dist/esm/operationsInterfaces/billingMeters.js.map +1 -1
- package/dist/esm/operationsInterfaces/certificates.d.ts +2 -2
- package/dist/esm/operationsInterfaces/certificates.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/certificates.js +2 -7
- package/dist/esm/operationsInterfaces/certificates.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironments.d.ts +5 -4
- package/dist/esm/operationsInterfaces/connectedEnvironments.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironments.js +2 -7
- package/dist/esm/operationsInterfaces/connectedEnvironments.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +3 -3
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js +2 -7
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +6 -6
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js +2 -7
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts +2 -2
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js +2 -7
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerApps.d.ts +3 -3
- package/dist/esm/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerApps.js +2 -7
- package/dist/esm/operationsInterfaces/containerApps.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.d.ts +2 -2
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.js +2 -7
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.d.ts +2 -2
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.js +2 -7
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.d.ts +1 -1
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.js +2 -7
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsRevisions.d.ts +2 -2
- package/dist/esm/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsRevisions.js +2 -7
- package/dist/esm/operationsInterfaces/containerAppsRevisions.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.d.ts +3 -3
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.js +2 -7
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.d.ts +3 -3
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.js +2 -7
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.js.map +1 -1
- package/dist/esm/operationsInterfaces/daprComponents.d.ts +2 -2
- package/dist/esm/operationsInterfaces/daprComponents.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/daprComponents.js +2 -7
- package/dist/esm/operationsInterfaces/daprComponents.js.map +1 -1
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.d.ts +16 -7
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.js +2 -7
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +1 -14
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +5 -21
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/javaComponents.d.ts +3 -3
- package/dist/esm/operationsInterfaces/javaComponents.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/javaComponents.js +2 -7
- package/dist/esm/operationsInterfaces/javaComponents.js.map +1 -1
- package/dist/esm/operationsInterfaces/jobs.d.ts +3 -31
- package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/jobs.js +2 -7
- package/dist/esm/operationsInterfaces/jobs.js.map +1 -1
- package/dist/esm/operationsInterfaces/jobsExecutions.d.ts +2 -2
- package/dist/esm/operationsInterfaces/jobsExecutions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/jobsExecutions.js +2 -7
- package/dist/esm/operationsInterfaces/jobsExecutions.js.map +1 -1
- package/dist/esm/operationsInterfaces/logicApps.d.ts +9 -28
- package/dist/esm/operationsInterfaces/logicApps.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/logicApps.js +2 -7
- package/dist/esm/operationsInterfaces/logicApps.js.map +1 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +2 -7
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedCertificates.d.ts +3 -3
- package/dist/esm/operationsInterfaces/managedCertificates.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedCertificates.js +2 -7
- package/dist/esm/operationsInterfaces/managedCertificates.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +3 -3
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.d.ts +2 -2
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironments.d.ts +3 -3
- package/dist/esm/operationsInterfaces/managedEnvironments.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironments.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironments.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.d.ts +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.js +2 -7
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operationsInterfaces/namespaces.d.ts +1 -1
- package/dist/esm/operationsInterfaces/namespaces.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/namespaces.js +2 -7
- package/dist/esm/operationsInterfaces/namespaces.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/usages.d.ts +2 -2
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/usages.js +2 -7
- package/dist/esm/operationsInterfaces/usages.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +2 -7
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/containerAppsAPIClient.d.ts +5 -18
- package/dist/react-native/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/react-native/containerAppsAPIClient.js +10 -39
- package/dist/react-native/containerAppsAPIClient.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +2 -7
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +418 -2173
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +59 -256
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +23 -120
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +2625 -5700
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +8 -32
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +60 -269
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/availableWorkloadProfiles.d.ts +4 -4
- package/dist/react-native/operations/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/react-native/operations/availableWorkloadProfiles.js +4 -9
- package/dist/react-native/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/react-native/operations/billingMeters.d.ts +3 -3
- package/dist/react-native/operations/billingMeters.d.ts.map +1 -1
- package/dist/react-native/operations/billingMeters.js +2 -7
- package/dist/react-native/operations/billingMeters.js.map +1 -1
- package/dist/react-native/operations/certificates.d.ts +4 -4
- package/dist/react-native/operations/certificates.d.ts.map +1 -1
- package/dist/react-native/operations/certificates.js +6 -11
- package/dist/react-native/operations/certificates.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironments.d.ts +7 -6
- package/dist/react-native/operations/connectedEnvironments.d.ts.map +1 -1
- package/dist/react-native/operations/connectedEnvironments.js +17 -16
- package/dist/react-native/operations/connectedEnvironments.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts +5 -5
- package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js +9 -14
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts +8 -8
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js +12 -17
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts +4 -4
- package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsStorages.js +3 -8
- package/dist/react-native/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operations/containerApps.d.ts +5 -5
- package/dist/react-native/operations/containerApps.d.ts.map +1 -1
- package/dist/react-native/operations/containerApps.js +21 -26
- package/dist/react-native/operations/containerApps.js.map +1 -1
- package/dist/react-native/operations/containerAppsAuthConfigs.d.ts +4 -4
- package/dist/react-native/operations/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsAuthConfigs.js +6 -11
- package/dist/react-native/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/react-native/operations/containerAppsDiagnostics.d.ts +4 -4
- package/dist/react-native/operations/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsDiagnostics.js +8 -13
- package/dist/react-native/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts +3 -3
- package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsRevisionReplicas.js +2 -7
- package/dist/react-native/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/react-native/operations/containerAppsRevisions.d.ts +4 -4
- package/dist/react-native/operations/containerAppsRevisions.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsRevisions.js +5 -10
- package/dist/react-native/operations/containerAppsRevisions.js.map +1 -1
- package/dist/react-native/operations/containerAppsSessionPools.d.ts +5 -5
- package/dist/react-native/operations/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsSessionPools.js +8 -13
- package/dist/react-native/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/react-native/operations/containerAppsSourceControls.d.ts +5 -5
- package/dist/react-native/operations/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsSourceControls.js +8 -17
- package/dist/react-native/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/react-native/operations/daprComponents.d.ts +4 -4
- package/dist/react-native/operations/daprComponents.d.ts.map +1 -1
- package/dist/react-native/operations/daprComponents.js +6 -11
- package/dist/react-native/operations/daprComponents.js.map +1 -1
- package/dist/react-native/operations/httpRouteConfigOperations.d.ts +19 -10
- package/dist/react-native/operations/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/react-native/operations/httpRouteConfigOperations.js +76 -21
- package/dist/react-native/operations/httpRouteConfigOperations.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +1 -14
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +5 -21
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/javaComponents.d.ts +5 -5
- package/dist/react-native/operations/javaComponents.d.ts.map +1 -1
- package/dist/react-native/operations/javaComponents.js +10 -15
- package/dist/react-native/operations/javaComponents.js.map +1 -1
- package/dist/react-native/operations/jobs.d.ts +5 -33
- package/dist/react-native/operations/jobs.d.ts.map +1 -1
- package/dist/react-native/operations/jobs.js +11 -190
- package/dist/react-native/operations/jobs.js.map +1 -1
- package/dist/react-native/operations/jobsExecutions.d.ts +4 -4
- package/dist/react-native/operations/jobsExecutions.d.ts.map +1 -1
- package/dist/react-native/operations/jobsExecutions.js +4 -9
- package/dist/react-native/operations/jobsExecutions.js.map +1 -1
- package/dist/react-native/operations/logicApps.d.ts +13 -32
- package/dist/react-native/operations/logicApps.d.ts.map +1 -1
- package/dist/react-native/operations/logicApps.js +15 -100
- package/dist/react-native/operations/logicApps.js.map +1 -1
- package/dist/react-native/operations/maintenanceConfigurations.d.ts +4 -4
- package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/react-native/operations/maintenanceConfigurations.js +10 -15
- package/dist/react-native/operations/maintenanceConfigurations.js.map +1 -1
- package/dist/react-native/operations/managedCertificates.d.ts +5 -5
- package/dist/react-native/operations/managedCertificates.d.ts.map +1 -1
- package/dist/react-native/operations/managedCertificates.js +6 -11
- package/dist/react-native/operations/managedCertificates.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts +3 -3
- package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js +2 -7
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts +5 -5
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js +5 -10
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts +4 -4
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js +4 -9
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentUsages.d.ts +4 -4
- package/dist/react-native/operations/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentUsages.js +4 -9
- package/dist/react-native/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/react-native/operations/managedEnvironments.d.ts +5 -5
- package/dist/react-native/operations/managedEnvironments.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironments.js +10 -15
- package/dist/react-native/operations/managedEnvironments.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts +3 -3
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsStorages.d.ts +3 -3
- package/dist/react-native/operations/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsStorages.js +3 -8
- package/dist/react-native/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operations/namespaces.d.ts +3 -3
- package/dist/react-native/operations/namespaces.d.ts.map +1 -1
- package/dist/react-native/operations/namespaces.js +3 -8
- package/dist/react-native/operations/namespaces.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +4 -4
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +4 -9
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/usages.d.ts +4 -4
- package/dist/react-native/operations/usages.d.ts.map +1 -1
- package/dist/react-native/operations/usages.js +4 -9
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.js +2 -7
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.js.map +1 -1
- package/dist/react-native/operationsInterfaces/billingMeters.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/billingMeters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/billingMeters.js +2 -7
- package/dist/react-native/operationsInterfaces/billingMeters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/certificates.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/certificates.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/certificates.js +2 -7
- package/dist/react-native/operationsInterfaces/certificates.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironments.d.ts +5 -4
- package/dist/react-native/operationsInterfaces/connectedEnvironments.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironments.js +2 -7
- package/dist/react-native/operationsInterfaces/connectedEnvironments.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js +2 -7
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +6 -6
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js +2 -7
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js +2 -7
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerApps.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerApps.js +2 -7
- package/dist/react-native/operationsInterfaces/containerApps.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.js +2 -7
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.js +2 -7
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.js +2 -7
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.js +2 -7
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.js +2 -7
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.js +2 -7
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.js.map +1 -1
- package/dist/react-native/operationsInterfaces/daprComponents.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/daprComponents.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/daprComponents.js +2 -7
- package/dist/react-native/operationsInterfaces/daprComponents.js.map +1 -1
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.d.ts +16 -7
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.js +2 -7
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +1 -14
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +5 -21
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/javaComponents.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/javaComponents.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/javaComponents.js +2 -7
- package/dist/react-native/operationsInterfaces/javaComponents.js.map +1 -1
- package/dist/react-native/operationsInterfaces/jobs.d.ts +3 -31
- package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/jobs.js +2 -7
- package/dist/react-native/operationsInterfaces/jobs.js.map +1 -1
- package/dist/react-native/operationsInterfaces/jobsExecutions.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/jobsExecutions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/jobsExecutions.js +2 -7
- package/dist/react-native/operationsInterfaces/jobsExecutions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/logicApps.d.ts +9 -28
- package/dist/react-native/operationsInterfaces/logicApps.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/logicApps.js +2 -7
- package/dist/react-native/operationsInterfaces/logicApps.js.map +1 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +2 -7
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedCertificates.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/managedCertificates.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedCertificates.js +2 -7
- package/dist/react-native/operationsInterfaces/managedCertificates.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironments.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/managedEnvironments.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironments.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironments.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.js +2 -7
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/namespaces.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/namespaces.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/namespaces.js +2 -7
- package/dist/react-native/operationsInterfaces/namespaces.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/usages.js +2 -7
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -7
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +36 -34
- package/dist/browser/operations/appResiliencyOperations.d.ts +0 -72
- package/dist/browser/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist/browser/operations/appResiliencyOperations.js +0 -269
- package/dist/browser/operations/appResiliencyOperations.js.map +0 -1
- package/dist/browser/operations/buildAuthToken.d.ts +0 -21
- package/dist/browser/operations/buildAuthToken.d.ts.map +0 -1
- package/dist/browser/operations/buildAuthToken.js +0 -56
- package/dist/browser/operations/buildAuthToken.js.map +0 -1
- package/dist/browser/operations/builders.d.ts +0 -107
- package/dist/browser/operations/builders.d.ts.map +0 -1
- package/dist/browser/operations/builders.js +0 -515
- package/dist/browser/operations/builders.js.map +0 -1
- package/dist/browser/operations/builds.d.ts +0 -56
- package/dist/browser/operations/builds.d.ts.map +0 -1
- package/dist/browser/operations/builds.js +0 -248
- package/dist/browser/operations/builds.js.map +0 -1
- package/dist/browser/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist/browser/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/browser/operations/buildsByBuilderResource.js +0 -133
- package/dist/browser/operations/buildsByBuilderResource.js.map +0 -1
- package/dist/browser/operations/containerAppsBuilds.d.ts +0 -38
- package/dist/browser/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist/browser/operations/containerAppsBuilds.js +0 -148
- package/dist/browser/operations/containerAppsBuilds.js.map +0 -1
- package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/browser/operations/containerAppsBuildsByContainerApp.js +0 -133
- package/dist/browser/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/browser/operations/containerAppsLabelHistory.d.ts +0 -54
- package/dist/browser/operations/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/browser/operations/containerAppsLabelHistory.js +0 -196
- package/dist/browser/operations/containerAppsLabelHistory.js.map +0 -1
- package/dist/browser/operations/containerAppsPatches.d.ts +0 -97
- package/dist/browser/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist/browser/operations/containerAppsPatches.js +0 -447
- package/dist/browser/operations/containerAppsPatches.js.map +0 -1
- package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/browser/operations/daprComponentResiliencyPolicies.js +0 -253
- package/dist/browser/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/browser/operations/daprSubscriptions.d.ts +0 -63
- package/dist/browser/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist/browser/operations/daprSubscriptions.js +0 -240
- package/dist/browser/operations/daprSubscriptions.js.map +0 -1
- package/dist/browser/operations/dotNetComponents.d.ts +0 -99
- package/dist/browser/operations/dotNetComponents.d.ts.map +0 -1
- package/dist/browser/operations/dotNetComponents.js +0 -456
- package/dist/browser/operations/dotNetComponents.js.map +0 -1
- package/dist/browser/operations/functionsExtension.d.ts +0 -22
- package/dist/browser/operations/functionsExtension.d.ts.map +0 -1
- package/dist/browser/operations/functionsExtension.js +0 -64
- package/dist/browser/operations/functionsExtension.js.map +0 -1
- package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/appResiliencyOperations.js +0 -9
- package/dist/browser/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist/browser/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/buildAuthToken.js +0 -9
- package/dist/browser/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist/browser/operationsInterfaces/builders.d.ts +0 -71
- package/dist/browser/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/builders.js +0 -9
- package/dist/browser/operationsInterfaces/builders.js.map +0 -1
- package/dist/browser/operationsInterfaces/builds.d.ts +0 -48
- package/dist/browser/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/builds.js +0 -9
- package/dist/browser/operationsInterfaces/builds.js.map +0 -1
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.js +0 -9
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsBuilds.js +0 -9
- package/dist/browser/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -9
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.d.ts +0 -29
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.js +0 -9
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerAppsPatches.js +0 -9
- package/dist/browser/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -9
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/daprSubscriptions.js +0 -9
- package/dist/browser/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist/browser/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist/browser/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/dotNetComponents.js +0 -9
- package/dist/browser/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist/browser/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist/browser/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/functionsExtension.js +0 -9
- package/dist/browser/operationsInterfaces/functionsExtension.js.map +0 -1
- package/dist/commonjs/operations/appResiliencyOperations.d.ts +0 -72
- package/dist/commonjs/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/appResiliencyOperations.js +0 -274
- package/dist/commonjs/operations/appResiliencyOperations.js.map +0 -1
- package/dist/commonjs/operations/buildAuthToken.d.ts +0 -21
- package/dist/commonjs/operations/buildAuthToken.d.ts.map +0 -1
- package/dist/commonjs/operations/buildAuthToken.js +0 -61
- package/dist/commonjs/operations/buildAuthToken.js.map +0 -1
- package/dist/commonjs/operations/builders.d.ts +0 -107
- package/dist/commonjs/operations/builders.d.ts.map +0 -1
- package/dist/commonjs/operations/builders.js +0 -520
- package/dist/commonjs/operations/builders.js.map +0 -1
- package/dist/commonjs/operations/builds.d.ts +0 -56
- package/dist/commonjs/operations/builds.d.ts.map +0 -1
- package/dist/commonjs/operations/builds.js +0 -253
- package/dist/commonjs/operations/builds.js.map +0 -1
- package/dist/commonjs/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist/commonjs/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/commonjs/operations/buildsByBuilderResource.js +0 -138
- package/dist/commonjs/operations/buildsByBuilderResource.js.map +0 -1
- package/dist/commonjs/operations/containerAppsBuilds.d.ts +0 -38
- package/dist/commonjs/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist/commonjs/operations/containerAppsBuilds.js +0 -153
- package/dist/commonjs/operations/containerAppsBuilds.js.map +0 -1
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js +0 -138
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/commonjs/operations/containerAppsLabelHistory.d.ts +0 -54
- package/dist/commonjs/operations/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/commonjs/operations/containerAppsLabelHistory.js +0 -201
- package/dist/commonjs/operations/containerAppsLabelHistory.js.map +0 -1
- package/dist/commonjs/operations/containerAppsPatches.d.ts +0 -97
- package/dist/commonjs/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist/commonjs/operations/containerAppsPatches.js +0 -452
- package/dist/commonjs/operations/containerAppsPatches.js.map +0 -1
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.js +0 -258
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/commonjs/operations/daprSubscriptions.d.ts +0 -63
- package/dist/commonjs/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist/commonjs/operations/daprSubscriptions.js +0 -245
- package/dist/commonjs/operations/daprSubscriptions.js.map +0 -1
- package/dist/commonjs/operations/dotNetComponents.d.ts +0 -99
- package/dist/commonjs/operations/dotNetComponents.d.ts.map +0 -1
- package/dist/commonjs/operations/dotNetComponents.js +0 -461
- package/dist/commonjs/operations/dotNetComponents.js.map +0 -1
- package/dist/commonjs/operations/functionsExtension.d.ts +0 -22
- package/dist/commonjs/operations/functionsExtension.d.ts.map +0 -1
- package/dist/commonjs/operations/functionsExtension.js +0 -69
- package/dist/commonjs/operations/functionsExtension.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/buildAuthToken.js +0 -10
- package/dist/commonjs/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/builders.d.ts +0 -71
- package/dist/commonjs/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/builders.js +0 -10
- package/dist/commonjs/operationsInterfaces/builders.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/builds.d.ts +0 -48
- package/dist/commonjs/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/builds.js +0 -10
- package/dist/commonjs/operationsInterfaces/builds.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js +0 -10
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js +0 -10
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -10
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.d.ts +0 -29
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.js +0 -10
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.js +0 -10
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -10
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.js +0 -10
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/dotNetComponents.js +0 -10
- package/dist/commonjs/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/functionsExtension.js +0 -10
- package/dist/commonjs/operationsInterfaces/functionsExtension.js.map +0 -1
- package/dist/esm/operations/appResiliencyOperations.d.ts +0 -72
- package/dist/esm/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist/esm/operations/appResiliencyOperations.js +0 -269
- package/dist/esm/operations/appResiliencyOperations.js.map +0 -1
- package/dist/esm/operations/buildAuthToken.d.ts +0 -21
- package/dist/esm/operations/buildAuthToken.d.ts.map +0 -1
- package/dist/esm/operations/buildAuthToken.js +0 -56
- package/dist/esm/operations/buildAuthToken.js.map +0 -1
- package/dist/esm/operations/builders.d.ts +0 -107
- package/dist/esm/operations/builders.d.ts.map +0 -1
- package/dist/esm/operations/builders.js +0 -515
- package/dist/esm/operations/builders.js.map +0 -1
- package/dist/esm/operations/builds.d.ts +0 -56
- package/dist/esm/operations/builds.d.ts.map +0 -1
- package/dist/esm/operations/builds.js +0 -248
- package/dist/esm/operations/builds.js.map +0 -1
- package/dist/esm/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist/esm/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/esm/operations/buildsByBuilderResource.js +0 -133
- package/dist/esm/operations/buildsByBuilderResource.js.map +0 -1
- package/dist/esm/operations/containerAppsBuilds.d.ts +0 -38
- package/dist/esm/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist/esm/operations/containerAppsBuilds.js +0 -148
- package/dist/esm/operations/containerAppsBuilds.js.map +0 -1
- package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/esm/operations/containerAppsBuildsByContainerApp.js +0 -133
- package/dist/esm/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/esm/operations/containerAppsLabelHistory.d.ts +0 -54
- package/dist/esm/operations/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/esm/operations/containerAppsLabelHistory.js +0 -196
- package/dist/esm/operations/containerAppsLabelHistory.js.map +0 -1
- package/dist/esm/operations/containerAppsPatches.d.ts +0 -97
- package/dist/esm/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist/esm/operations/containerAppsPatches.js +0 -447
- package/dist/esm/operations/containerAppsPatches.js.map +0 -1
- package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/esm/operations/daprComponentResiliencyPolicies.js +0 -253
- package/dist/esm/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/esm/operations/daprSubscriptions.d.ts +0 -63
- package/dist/esm/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist/esm/operations/daprSubscriptions.js +0 -240
- package/dist/esm/operations/daprSubscriptions.js.map +0 -1
- package/dist/esm/operations/dotNetComponents.d.ts +0 -99
- package/dist/esm/operations/dotNetComponents.d.ts.map +0 -1
- package/dist/esm/operations/dotNetComponents.js +0 -456
- package/dist/esm/operations/dotNetComponents.js.map +0 -1
- package/dist/esm/operations/functionsExtension.d.ts +0 -22
- package/dist/esm/operations/functionsExtension.d.ts.map +0 -1
- package/dist/esm/operations/functionsExtension.js +0 -64
- package/dist/esm/operations/functionsExtension.js.map +0 -1
- package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/appResiliencyOperations.js +0 -9
- package/dist/esm/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist/esm/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/buildAuthToken.js +0 -9
- package/dist/esm/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist/esm/operationsInterfaces/builders.d.ts +0 -71
- package/dist/esm/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/builders.js +0 -9
- package/dist/esm/operationsInterfaces/builders.js.map +0 -1
- package/dist/esm/operationsInterfaces/builds.d.ts +0 -48
- package/dist/esm/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/builds.js +0 -9
- package/dist/esm/operationsInterfaces/builds.js.map +0 -1
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.js +0 -9
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsBuilds.js +0 -9
- package/dist/esm/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -9
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.d.ts +0 -29
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.js +0 -9
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerAppsPatches.js +0 -9
- package/dist/esm/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -9
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/daprSubscriptions.js +0 -9
- package/dist/esm/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist/esm/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist/esm/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/dotNetComponents.js +0 -9
- package/dist/esm/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist/esm/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist/esm/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/functionsExtension.js +0 -9
- package/dist/esm/operationsInterfaces/functionsExtension.js.map +0 -1
- package/dist/react-native/operations/appResiliencyOperations.d.ts +0 -72
- package/dist/react-native/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist/react-native/operations/appResiliencyOperations.js +0 -269
- package/dist/react-native/operations/appResiliencyOperations.js.map +0 -1
- package/dist/react-native/operations/buildAuthToken.d.ts +0 -21
- package/dist/react-native/operations/buildAuthToken.d.ts.map +0 -1
- package/dist/react-native/operations/buildAuthToken.js +0 -56
- package/dist/react-native/operations/buildAuthToken.js.map +0 -1
- package/dist/react-native/operations/builders.d.ts +0 -107
- package/dist/react-native/operations/builders.d.ts.map +0 -1
- package/dist/react-native/operations/builders.js +0 -515
- package/dist/react-native/operations/builders.js.map +0 -1
- package/dist/react-native/operations/builds.d.ts +0 -56
- package/dist/react-native/operations/builds.d.ts.map +0 -1
- package/dist/react-native/operations/builds.js +0 -248
- package/dist/react-native/operations/builds.js.map +0 -1
- package/dist/react-native/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist/react-native/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/react-native/operations/buildsByBuilderResource.js +0 -133
- package/dist/react-native/operations/buildsByBuilderResource.js.map +0 -1
- package/dist/react-native/operations/containerAppsBuilds.d.ts +0 -38
- package/dist/react-native/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist/react-native/operations/containerAppsBuilds.js +0 -148
- package/dist/react-native/operations/containerAppsBuilds.js.map +0 -1
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.js +0 -133
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/react-native/operations/containerAppsLabelHistory.d.ts +0 -54
- package/dist/react-native/operations/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/react-native/operations/containerAppsLabelHistory.js +0 -196
- package/dist/react-native/operations/containerAppsLabelHistory.js.map +0 -1
- package/dist/react-native/operations/containerAppsPatches.d.ts +0 -97
- package/dist/react-native/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist/react-native/operations/containerAppsPatches.js +0 -447
- package/dist/react-native/operations/containerAppsPatches.js.map +0 -1
- package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/react-native/operations/daprComponentResiliencyPolicies.js +0 -253
- package/dist/react-native/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/react-native/operations/daprSubscriptions.d.ts +0 -63
- package/dist/react-native/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist/react-native/operations/daprSubscriptions.js +0 -240
- package/dist/react-native/operations/daprSubscriptions.js.map +0 -1
- package/dist/react-native/operations/dotNetComponents.d.ts +0 -99
- package/dist/react-native/operations/dotNetComponents.d.ts.map +0 -1
- package/dist/react-native/operations/dotNetComponents.js +0 -456
- package/dist/react-native/operations/dotNetComponents.js.map +0 -1
- package/dist/react-native/operations/functionsExtension.d.ts +0 -22
- package/dist/react-native/operations/functionsExtension.d.ts.map +0 -1
- package/dist/react-native/operations/functionsExtension.js +0 -64
- package/dist/react-native/operations/functionsExtension.js.map +0 -1
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/buildAuthToken.js +0 -9
- package/dist/react-native/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist/react-native/operationsInterfaces/builders.d.ts +0 -71
- package/dist/react-native/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/builders.js +0 -9
- package/dist/react-native/operationsInterfaces/builders.js.map +0 -1
- package/dist/react-native/operationsInterfaces/builds.d.ts +0 -48
- package/dist/react-native/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/builds.js +0 -9
- package/dist/react-native/operationsInterfaces/builds.js.map +0 -1
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js +0 -9
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.js +0 -9
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -9
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.d.ts +0 -29
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.js +0 -9
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerAppsPatches.js +0 -9
- package/dist/react-native/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -9
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/daprSubscriptions.js +0 -9
- package/dist/react-native/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/dotNetComponents.js +0 -9
- package/dist/react-native/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist/react-native/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/functionsExtension.js +0 -9
- package/dist/react-native/operationsInterfaces/functionsExtension.js.map +0 -1
|
@@ -1,165 +1,5 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export type JavaComponentPropertiesUnion = JavaComponentProperties |
|
|
3
|
-
/** Policy to set request timeouts */
|
|
4
|
-
export interface TimeoutPolicy {
|
|
5
|
-
/** Timeout, in seconds, for a request to respond */
|
|
6
|
-
responseTimeoutInSeconds?: number;
|
|
7
|
-
/** Timeout, in seconds, for a request to initiate a connection */
|
|
8
|
-
connectionTimeoutInSeconds?: number;
|
|
9
|
-
}
|
|
10
|
-
/** Policy that defines http request retry conditions */
|
|
11
|
-
export interface HttpRetryPolicy {
|
|
12
|
-
/** Maximum number of times a request will retry */
|
|
13
|
-
maxRetries?: number;
|
|
14
|
-
/** Headers that must be present for a request to be retried */
|
|
15
|
-
headers?: HeaderMatch[];
|
|
16
|
-
/** Additional http status codes that can trigger a retry */
|
|
17
|
-
httpStatusCodes?: number[];
|
|
18
|
-
/** Errors that can trigger a retry */
|
|
19
|
-
errors?: string[];
|
|
20
|
-
/** Initial delay, in milliseconds, before retrying a request */
|
|
21
|
-
initialDelayInMilliseconds?: number;
|
|
22
|
-
/** Maximum interval, in milliseconds, between retries */
|
|
23
|
-
maxIntervalInMilliseconds?: number;
|
|
24
|
-
}
|
|
25
|
-
/** Conditions required to match a header */
|
|
26
|
-
export interface HeaderMatch {
|
|
27
|
-
/** Name of the header */
|
|
28
|
-
header?: string;
|
|
29
|
-
/** Exact value of the header */
|
|
30
|
-
exactMatch?: string;
|
|
31
|
-
/** Prefix value of the header */
|
|
32
|
-
prefixMatch?: string;
|
|
33
|
-
/** Suffix value of the header */
|
|
34
|
-
suffixMatch?: string;
|
|
35
|
-
/** Regex value of the header */
|
|
36
|
-
regexMatch?: string;
|
|
37
|
-
}
|
|
38
|
-
/** Policy that defines tcp request retry conditions */
|
|
39
|
-
export interface TcpRetryPolicy {
|
|
40
|
-
/** Maximum number of attempts to connect to the tcp service */
|
|
41
|
-
maxConnectAttempts?: number;
|
|
42
|
-
}
|
|
43
|
-
/** Policy that defines circuit breaker conditions */
|
|
44
|
-
export interface CircuitBreakerPolicy {
|
|
45
|
-
/** Number of consecutive errors before the circuit breaker opens */
|
|
46
|
-
consecutiveErrors?: number;
|
|
47
|
-
/** The time interval, in seconds, between endpoint checks. This can result in opening the circuit breaker if the check fails as well as closing the circuit breaker if the check succeeds. Defaults to 10s. */
|
|
48
|
-
intervalInSeconds?: number;
|
|
49
|
-
/** Maximum percentage of hosts that will be ejected after failure threshold has been met */
|
|
50
|
-
maxEjectionPercent?: number;
|
|
51
|
-
}
|
|
52
|
-
/** Defines parameters for http connection pooling */
|
|
53
|
-
export interface HttpConnectionPool {
|
|
54
|
-
/** Maximum number of pending http1 requests allowed */
|
|
55
|
-
http1MaxPendingRequests?: number;
|
|
56
|
-
/** Maximum number of http2 requests allowed */
|
|
57
|
-
http2MaxRequests?: number;
|
|
58
|
-
}
|
|
59
|
-
/** Defines parameters for tcp connection pooling */
|
|
60
|
-
export interface TcpConnectionPool {
|
|
61
|
-
/** Maximum number of tcp connections allowed */
|
|
62
|
-
maxConnections?: number;
|
|
63
|
-
}
|
|
64
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
65
|
-
export interface Resource {
|
|
66
|
-
/**
|
|
67
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
68
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
69
|
-
*/
|
|
70
|
-
readonly id?: string;
|
|
71
|
-
/**
|
|
72
|
-
* The name of the resource
|
|
73
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
74
|
-
*/
|
|
75
|
-
readonly name?: string;
|
|
76
|
-
/**
|
|
77
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
78
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
79
|
-
*/
|
|
80
|
-
readonly type?: string;
|
|
81
|
-
/**
|
|
82
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
83
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
84
|
-
*/
|
|
85
|
-
readonly systemData?: SystemData;
|
|
86
|
-
}
|
|
87
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
88
|
-
export interface SystemData {
|
|
89
|
-
/** The identity that created the resource. */
|
|
90
|
-
createdBy?: string;
|
|
91
|
-
/** The type of identity that created the resource. */
|
|
92
|
-
createdByType?: CreatedByType;
|
|
93
|
-
/** The timestamp of resource creation (UTC). */
|
|
94
|
-
createdAt?: Date;
|
|
95
|
-
/** The identity that last modified the resource. */
|
|
96
|
-
lastModifiedBy?: string;
|
|
97
|
-
/** The type of identity that last modified the resource. */
|
|
98
|
-
lastModifiedByType?: CreatedByType;
|
|
99
|
-
/** The timestamp of resource last modification (UTC) */
|
|
100
|
-
lastModifiedAt?: Date;
|
|
101
|
-
}
|
|
102
|
-
/** App Service error response. */
|
|
103
|
-
export interface DefaultErrorResponse {
|
|
104
|
-
/**
|
|
105
|
-
* Error model.
|
|
106
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
107
|
-
*/
|
|
108
|
-
readonly error?: DefaultErrorResponseError;
|
|
109
|
-
}
|
|
110
|
-
/** Error model. */
|
|
111
|
-
export interface DefaultErrorResponseError {
|
|
112
|
-
/**
|
|
113
|
-
* Standardized string to programmatically identify the error.
|
|
114
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
115
|
-
*/
|
|
116
|
-
readonly code?: string;
|
|
117
|
-
/**
|
|
118
|
-
* Detailed error description and debugging information.
|
|
119
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
120
|
-
*/
|
|
121
|
-
readonly message?: string;
|
|
122
|
-
/**
|
|
123
|
-
* Detailed error description and debugging information.
|
|
124
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
125
|
-
*/
|
|
126
|
-
readonly target?: string;
|
|
127
|
-
/** Details or the error */
|
|
128
|
-
details?: DefaultErrorResponseErrorDetailsItem[];
|
|
129
|
-
/**
|
|
130
|
-
* More information to debug error.
|
|
131
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
-
*/
|
|
133
|
-
readonly innererror?: string;
|
|
134
|
-
}
|
|
135
|
-
/** Detailed errors. */
|
|
136
|
-
export interface DefaultErrorResponseErrorDetailsItem {
|
|
137
|
-
/**
|
|
138
|
-
* Standardized string to programmatically identify the error.
|
|
139
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
140
|
-
*/
|
|
141
|
-
readonly code?: string;
|
|
142
|
-
/**
|
|
143
|
-
* Detailed error description and debugging information.
|
|
144
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
145
|
-
*/
|
|
146
|
-
readonly message?: string;
|
|
147
|
-
/**
|
|
148
|
-
* Detailed error description and debugging information.
|
|
149
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
-
*/
|
|
151
|
-
readonly target?: string;
|
|
152
|
-
}
|
|
153
|
-
/** Collection of AppResiliency policies */
|
|
154
|
-
export interface AppResiliencyCollection {
|
|
155
|
-
/** Collection of resources. */
|
|
156
|
-
value: AppResiliency[];
|
|
157
|
-
/**
|
|
158
|
-
* Link to next page of resources.
|
|
159
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
|
-
*/
|
|
161
|
-
readonly nextLink?: string;
|
|
162
|
-
}
|
|
1
|
+
import type * as coreClient from "@azure/core-client";
|
|
2
|
+
export type JavaComponentPropertiesUnion = JavaComponentProperties | SpringBootAdminComponent | SpringCloudEurekaComponent | SpringCloudConfigComponent;
|
|
163
3
|
/** AuthConfig collection ARM resource. */
|
|
164
4
|
export interface AuthConfigCollection {
|
|
165
5
|
/** Collection of resources. */
|
|
@@ -498,14 +338,8 @@ export interface TokenStore {
|
|
|
498
338
|
}
|
|
499
339
|
/** The configuration settings of the storage of the tokens if blob storage is used. */
|
|
500
340
|
export interface BlobStorageTokenStore {
|
|
501
|
-
/** The name of the app secrets containing the SAS URL of the blob storage containing the tokens.
|
|
502
|
-
sasUrlSettingName
|
|
503
|
-
/** The URI of the blob storage containing the tokens. Should not be used along with sasUrlSettingName. */
|
|
504
|
-
blobContainerUri?: string;
|
|
505
|
-
/** The Client ID of a User-Assigned Managed Identity. Should not be used along with managedIdentityResourceId. */
|
|
506
|
-
clientId?: string;
|
|
507
|
-
/** The Resource ID of a User-Assigned Managed Identity. Should not be used along with clientId. */
|
|
508
|
-
managedIdentityResourceId?: string;
|
|
341
|
+
/** The name of the app secrets containing the SAS URL of the blob storage containing the tokens. */
|
|
342
|
+
sasUrlSettingName: string;
|
|
509
343
|
}
|
|
510
344
|
/** The configuration settings of the session cookie's expiration. */
|
|
511
345
|
export interface CookieExpiration {
|
|
@@ -551,6 +385,95 @@ export interface EncryptionSettings {
|
|
|
551
385
|
/** The secret name which is referenced for SigningKey. */
|
|
552
386
|
containerAppAuthSigningSecretName?: string;
|
|
553
387
|
}
|
|
388
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
389
|
+
export interface Resource {
|
|
390
|
+
/**
|
|
391
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
392
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
393
|
+
*/
|
|
394
|
+
readonly id?: string;
|
|
395
|
+
/**
|
|
396
|
+
* The name of the resource
|
|
397
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
398
|
+
*/
|
|
399
|
+
readonly name?: string;
|
|
400
|
+
/**
|
|
401
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
402
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
403
|
+
*/
|
|
404
|
+
readonly type?: string;
|
|
405
|
+
/**
|
|
406
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
407
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
408
|
+
*/
|
|
409
|
+
readonly systemData?: SystemData;
|
|
410
|
+
}
|
|
411
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
412
|
+
export interface SystemData {
|
|
413
|
+
/** The identity that created the resource. */
|
|
414
|
+
createdBy?: string;
|
|
415
|
+
/** The type of identity that created the resource. */
|
|
416
|
+
createdByType?: CreatedByType;
|
|
417
|
+
/** The timestamp of resource creation (UTC). */
|
|
418
|
+
createdAt?: Date;
|
|
419
|
+
/** The identity that last modified the resource. */
|
|
420
|
+
lastModifiedBy?: string;
|
|
421
|
+
/** The type of identity that last modified the resource. */
|
|
422
|
+
lastModifiedByType?: CreatedByType;
|
|
423
|
+
/** The timestamp of resource last modification (UTC) */
|
|
424
|
+
lastModifiedAt?: Date;
|
|
425
|
+
}
|
|
426
|
+
/** App Service error response. */
|
|
427
|
+
export interface DefaultErrorResponse {
|
|
428
|
+
/**
|
|
429
|
+
* Error model.
|
|
430
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
431
|
+
*/
|
|
432
|
+
readonly error?: DefaultErrorResponseError;
|
|
433
|
+
}
|
|
434
|
+
/** Error model. */
|
|
435
|
+
export interface DefaultErrorResponseError {
|
|
436
|
+
/**
|
|
437
|
+
* Standardized string to programmatically identify the error.
|
|
438
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
439
|
+
*/
|
|
440
|
+
readonly code?: string;
|
|
441
|
+
/**
|
|
442
|
+
* Detailed error description and debugging information.
|
|
443
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
444
|
+
*/
|
|
445
|
+
readonly message?: string;
|
|
446
|
+
/**
|
|
447
|
+
* Detailed error description and debugging information.
|
|
448
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
449
|
+
*/
|
|
450
|
+
readonly target?: string;
|
|
451
|
+
/** Details or the error */
|
|
452
|
+
details?: DefaultErrorResponseErrorDetailsItem[];
|
|
453
|
+
/**
|
|
454
|
+
* More information to debug error.
|
|
455
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
456
|
+
*/
|
|
457
|
+
readonly innererror?: string;
|
|
458
|
+
}
|
|
459
|
+
/** Detailed errors. */
|
|
460
|
+
export interface DefaultErrorResponseErrorDetailsItem {
|
|
461
|
+
/**
|
|
462
|
+
* Standardized string to programmatically identify the error.
|
|
463
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
464
|
+
*/
|
|
465
|
+
readonly code?: string;
|
|
466
|
+
/**
|
|
467
|
+
* Detailed error description and debugging information.
|
|
468
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
469
|
+
*/
|
|
470
|
+
readonly message?: string;
|
|
471
|
+
/**
|
|
472
|
+
* Detailed error description and debugging information.
|
|
473
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
474
|
+
*/
|
|
475
|
+
readonly target?: string;
|
|
476
|
+
}
|
|
554
477
|
/** Collection of available workload profiles in the location. */
|
|
555
478
|
export interface AvailableWorkloadProfilesCollection {
|
|
556
479
|
/** Collection of workload profiles. */
|
|
@@ -627,33 +550,6 @@ export interface BillingMeterCollection {
|
|
|
627
550
|
/** Collection of billing meters. */
|
|
628
551
|
value: BillingMeter[];
|
|
629
552
|
}
|
|
630
|
-
/** Billing meter. */
|
|
631
|
-
export interface BillingMeter {
|
|
632
|
-
/**
|
|
633
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
634
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
635
|
-
*/
|
|
636
|
-
readonly id?: string;
|
|
637
|
-
/**
|
|
638
|
-
* The name of the resource
|
|
639
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
640
|
-
*/
|
|
641
|
-
readonly name?: string;
|
|
642
|
-
/**
|
|
643
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
644
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
645
|
-
*/
|
|
646
|
-
readonly type?: string;
|
|
647
|
-
/**
|
|
648
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
649
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
650
|
-
*/
|
|
651
|
-
readonly systemData?: SystemData;
|
|
652
|
-
/** Region for the billing meter. */
|
|
653
|
-
location?: string;
|
|
654
|
-
/** Revision resource specific properties */
|
|
655
|
-
properties?: BillingMeterProperties;
|
|
656
|
-
}
|
|
657
553
|
/** Revision resource specific properties */
|
|
658
554
|
export interface BillingMeterProperties {
|
|
659
555
|
/** Used to categorize billing meters. */
|
|
@@ -663,128 +559,6 @@ export interface BillingMeterProperties {
|
|
|
663
559
|
/** The everyday name of the billing meter. */
|
|
664
560
|
displayName?: string;
|
|
665
561
|
}
|
|
666
|
-
/** The response of a BuilderResource list operation. */
|
|
667
|
-
export interface BuilderCollection {
|
|
668
|
-
/** The BuilderResource items on this page */
|
|
669
|
-
value: BuilderResource[];
|
|
670
|
-
/** The link to the next page of items */
|
|
671
|
-
nextLink?: string;
|
|
672
|
-
}
|
|
673
|
-
/** Model representing a mapping from a container registry to the identity used to connect to it. */
|
|
674
|
-
export interface ContainerRegistry {
|
|
675
|
-
/** Login server of the container registry. */
|
|
676
|
-
containerRegistryServer: string;
|
|
677
|
-
/** Resource ID of the managed identity. */
|
|
678
|
-
identityResourceId: string;
|
|
679
|
-
}
|
|
680
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
681
|
-
export interface ManagedServiceIdentity {
|
|
682
|
-
/**
|
|
683
|
-
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
684
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
685
|
-
*/
|
|
686
|
-
readonly principalId?: string;
|
|
687
|
-
/**
|
|
688
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
689
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
690
|
-
*/
|
|
691
|
-
readonly tenantId?: string;
|
|
692
|
-
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
693
|
-
type: ManagedServiceIdentityType;
|
|
694
|
-
/** 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. */
|
|
695
|
-
userAssignedIdentities?: {
|
|
696
|
-
[propertyName: string]: UserAssignedIdentity | null;
|
|
697
|
-
};
|
|
698
|
-
}
|
|
699
|
-
/** User assigned identity properties */
|
|
700
|
-
export interface UserAssignedIdentity {
|
|
701
|
-
/**
|
|
702
|
-
* The principal ID of the assigned identity.
|
|
703
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
704
|
-
*/
|
|
705
|
-
readonly principalId?: string;
|
|
706
|
-
/**
|
|
707
|
-
* The client ID of the assigned identity.
|
|
708
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
709
|
-
*/
|
|
710
|
-
readonly clientId?: string;
|
|
711
|
-
}
|
|
712
|
-
/** The type used for update operations of the BuilderResource. */
|
|
713
|
-
export interface BuilderResourceUpdate {
|
|
714
|
-
/** The managed service identities assigned to this resource. */
|
|
715
|
-
identity?: ManagedServiceIdentity;
|
|
716
|
-
/** Resource tags. */
|
|
717
|
-
tags?: {
|
|
718
|
-
[propertyName: string]: string;
|
|
719
|
-
};
|
|
720
|
-
/** Resource ID of the container apps environment that the builder is associated with. */
|
|
721
|
-
environmentId?: string;
|
|
722
|
-
}
|
|
723
|
-
/** The response of a BuildResource list operation. */
|
|
724
|
-
export interface BuildCollection {
|
|
725
|
-
/** The BuildResource items on this page */
|
|
726
|
-
value: BuildResource[];
|
|
727
|
-
/** The link to the next page of items */
|
|
728
|
-
nextLink?: string;
|
|
729
|
-
}
|
|
730
|
-
/** Container registry that the final image will be uploaded to. */
|
|
731
|
-
export interface ContainerRegistryWithCustomImage {
|
|
732
|
-
/** Login server of the container registry that the final image should be uploaded to. Builder resource needs to have this container registry defined along with an identity to use to access it. */
|
|
733
|
-
server: string;
|
|
734
|
-
/** Full name that the final image should be uploaded as, including both image name and tag. */
|
|
735
|
-
image?: string;
|
|
736
|
-
}
|
|
737
|
-
/** Configuration of the build. */
|
|
738
|
-
export interface BuildConfiguration {
|
|
739
|
-
/** Base OS used to build and run the app. */
|
|
740
|
-
baseOs?: string;
|
|
741
|
-
/** Platform to be used to build and run the app. */
|
|
742
|
-
platform?: string;
|
|
743
|
-
/** Platform version to be used to build and run the app. */
|
|
744
|
-
platformVersion?: string;
|
|
745
|
-
/** List of environment variables to be passed to the build, secrets should not be used in environment variable. */
|
|
746
|
-
environmentVariables?: EnvironmentVariable[];
|
|
747
|
-
/** List of steps to perform before the build. */
|
|
748
|
-
preBuildSteps?: PreBuildStep[];
|
|
749
|
-
}
|
|
750
|
-
/** Model representing an environment variable. */
|
|
751
|
-
export interface EnvironmentVariable {
|
|
752
|
-
/** Environment variable name. */
|
|
753
|
-
name: string;
|
|
754
|
-
/** Environment variable value. */
|
|
755
|
-
value: string;
|
|
756
|
-
}
|
|
757
|
-
/** Model representing a pre-build step. */
|
|
758
|
-
export interface PreBuildStep {
|
|
759
|
-
/** Description of the pre-build step. */
|
|
760
|
-
description?: string;
|
|
761
|
-
/** List of custom commands to run. */
|
|
762
|
-
scripts?: string[];
|
|
763
|
-
/** Http get request to send before the build. */
|
|
764
|
-
httpGet?: HttpGet;
|
|
765
|
-
}
|
|
766
|
-
/** Model representing a http get request. */
|
|
767
|
-
export interface HttpGet {
|
|
768
|
-
/** URL to make HTTP GET request against. */
|
|
769
|
-
url: string;
|
|
770
|
-
/** Name of the file that the request should be saved to. */
|
|
771
|
-
fileName?: string;
|
|
772
|
-
/** List of headers to send with the request. */
|
|
773
|
-
headers?: string[];
|
|
774
|
-
}
|
|
775
|
-
/** Build Auth Token. */
|
|
776
|
-
export interface BuildToken {
|
|
777
|
-
/**
|
|
778
|
-
* Authentication token.
|
|
779
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
780
|
-
*/
|
|
781
|
-
readonly token?: string;
|
|
782
|
-
/**
|
|
783
|
-
* Token expiration date.
|
|
784
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
785
|
-
*/
|
|
786
|
-
readonly expires?: Date;
|
|
787
|
-
}
|
|
788
562
|
/** Collection of connectedEnvironments */
|
|
789
563
|
export interface ConnectedEnvironmentCollection {
|
|
790
564
|
/** Collection of resources. */
|
|
@@ -931,8 +705,6 @@ export interface CertificateProperties {
|
|
|
931
705
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
932
706
|
*/
|
|
933
707
|
readonly publicKeyHash?: string;
|
|
934
|
-
/** The type of the certificate. Allowed values are `ServerSSLCertificate` and `ImagePullTrustedCA` */
|
|
935
|
-
certificateType?: CertificateType;
|
|
936
708
|
}
|
|
937
709
|
/** A certificate to update */
|
|
938
710
|
export interface CertificatePatch {
|
|
@@ -941,37 +713,16 @@ export interface CertificatePatch {
|
|
|
941
713
|
[propertyName: string]: string;
|
|
942
714
|
};
|
|
943
715
|
}
|
|
944
|
-
/**
|
|
945
|
-
export interface
|
|
946
|
-
/** Collection of
|
|
947
|
-
value:
|
|
716
|
+
/** Dapr Components ARM resource. */
|
|
717
|
+
export interface DaprComponentsCollection {
|
|
718
|
+
/** Collection of resources. */
|
|
719
|
+
value: DaprComponent[];
|
|
948
720
|
/**
|
|
949
721
|
* Link to next page of resources.
|
|
950
722
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
951
723
|
*/
|
|
952
724
|
readonly nextLink?: string;
|
|
953
725
|
}
|
|
954
|
-
/** Dapr Component resource specific properties */
|
|
955
|
-
export interface DaprComponentProperties {
|
|
956
|
-
/** Component type */
|
|
957
|
-
componentType?: string;
|
|
958
|
-
/** Component version */
|
|
959
|
-
version?: string;
|
|
960
|
-
/** Boolean describing if the component errors are ignores */
|
|
961
|
-
ignoreErrors?: boolean;
|
|
962
|
-
/** Initialization timeout */
|
|
963
|
-
initTimeout?: string;
|
|
964
|
-
/** Collection of secrets used by a Dapr component */
|
|
965
|
-
secrets?: Secret[];
|
|
966
|
-
/** Name of a Dapr component to retrieve component secrets from */
|
|
967
|
-
secretStoreComponent?: string;
|
|
968
|
-
/** Component metadata */
|
|
969
|
-
metadata?: DaprMetadata[];
|
|
970
|
-
/** Names of container apps that can use this Dapr component */
|
|
971
|
-
scopes?: string[];
|
|
972
|
-
/** List of container app services that are bound to the Dapr component */
|
|
973
|
-
serviceComponentBind?: DaprComponentServiceBinding[];
|
|
974
|
-
}
|
|
975
726
|
/** Secret definition. */
|
|
976
727
|
export interface Secret {
|
|
977
728
|
/** Secret Name. */
|
|
@@ -992,22 +743,6 @@ export interface DaprMetadata {
|
|
|
992
743
|
/** Name of the Dapr Component secret from which to pull the metadata property value. */
|
|
993
744
|
secretRef?: string;
|
|
994
745
|
}
|
|
995
|
-
/** Configuration to bind a Dapr Component to a dev ContainerApp Service */
|
|
996
|
-
export interface DaprComponentServiceBinding {
|
|
997
|
-
/** Name of the service bind */
|
|
998
|
-
name?: string;
|
|
999
|
-
/** Resource id of the target service */
|
|
1000
|
-
serviceId?: string;
|
|
1001
|
-
/** Service bind metadata */
|
|
1002
|
-
metadata?: DaprServiceBindMetadata;
|
|
1003
|
-
}
|
|
1004
|
-
/** Dapr component metadata. */
|
|
1005
|
-
export interface DaprServiceBindMetadata {
|
|
1006
|
-
/** Service bind metadata property name. */
|
|
1007
|
-
name?: string;
|
|
1008
|
-
/** Service bind metadata property value. */
|
|
1009
|
-
value?: string;
|
|
1010
|
-
}
|
|
1011
746
|
/** Dapr component Secrets Collection for ListSecrets Action. */
|
|
1012
747
|
export interface DaprSecretsCollection {
|
|
1013
748
|
/** Collection of secrets used by a Dapr component */
|
|
@@ -1033,6 +768,8 @@ export interface ConnectedEnvironmentStoragesCollection {
|
|
|
1033
768
|
}
|
|
1034
769
|
/** Storage properties */
|
|
1035
770
|
export interface ConnectedEnvironmentStorageProperties {
|
|
771
|
+
/** Azure file properties */
|
|
772
|
+
azureFile?: AzureFileProperties;
|
|
1036
773
|
/**
|
|
1037
774
|
* Provisioning state of the storage.
|
|
1038
775
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1043,10 +780,6 @@ export interface ConnectedEnvironmentStorageProperties {
|
|
|
1043
780
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1044
781
|
*/
|
|
1045
782
|
readonly deploymentErrors?: string;
|
|
1046
|
-
/** Azure file properties */
|
|
1047
|
-
azureFile?: AzureFileProperties;
|
|
1048
|
-
/** SMB storage properties */
|
|
1049
|
-
smb?: SmbStorage;
|
|
1050
783
|
}
|
|
1051
784
|
/** Azure File Properties. */
|
|
1052
785
|
export interface AzureFileProperties {
|
|
@@ -1068,21 +801,6 @@ export interface SecretKeyVaultProperties {
|
|
|
1068
801
|
/** URL pointing to the Azure Key Vault secret. */
|
|
1069
802
|
keyVaultUrl?: string;
|
|
1070
803
|
}
|
|
1071
|
-
/** SMB storage properties */
|
|
1072
|
-
export interface SmbStorage {
|
|
1073
|
-
/** The host name or IP address of the SMB server. */
|
|
1074
|
-
host?: string;
|
|
1075
|
-
/** The path to the SMB shared folder. */
|
|
1076
|
-
shareName?: string;
|
|
1077
|
-
/** The user to log on to the SMB server. */
|
|
1078
|
-
username?: string;
|
|
1079
|
-
/** The domain name for the user. */
|
|
1080
|
-
domain?: string;
|
|
1081
|
-
/** The password for the user. */
|
|
1082
|
-
password?: string;
|
|
1083
|
-
/** Access mode for storage */
|
|
1084
|
-
accessMode?: AccessMode;
|
|
1085
|
-
}
|
|
1086
804
|
/** Container App collection ARM resource. */
|
|
1087
805
|
export interface ContainerAppCollection {
|
|
1088
806
|
/** Collection of resources. */
|
|
@@ -1093,10 +811,37 @@ export interface ContainerAppCollection {
|
|
|
1093
811
|
*/
|
|
1094
812
|
readonly nextLink?: string;
|
|
1095
813
|
}
|
|
1096
|
-
/**
|
|
1097
|
-
export interface
|
|
1098
|
-
/**
|
|
1099
|
-
|
|
814
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
815
|
+
export interface ManagedServiceIdentity {
|
|
816
|
+
/**
|
|
817
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
818
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
819
|
+
*/
|
|
820
|
+
readonly principalId?: string;
|
|
821
|
+
/**
|
|
822
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
823
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
824
|
+
*/
|
|
825
|
+
readonly tenantId?: string;
|
|
826
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
827
|
+
type: ManagedServiceIdentityType;
|
|
828
|
+
/** 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. */
|
|
829
|
+
userAssignedIdentities?: {
|
|
830
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
831
|
+
};
|
|
832
|
+
}
|
|
833
|
+
/** User assigned identity properties */
|
|
834
|
+
export interface UserAssignedIdentity {
|
|
835
|
+
/**
|
|
836
|
+
* The principal ID of the assigned identity.
|
|
837
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
838
|
+
*/
|
|
839
|
+
readonly principalId?: string;
|
|
840
|
+
/**
|
|
841
|
+
* The client ID of the assigned identity.
|
|
842
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
843
|
+
*/
|
|
844
|
+
readonly clientId?: string;
|
|
1100
845
|
}
|
|
1101
846
|
/** Non versioned Container App configuration properties that define the mutable settings of a Container app */
|
|
1102
847
|
export interface Configuration {
|
|
@@ -1104,11 +849,9 @@ export interface Configuration {
|
|
|
1104
849
|
secrets?: Secret[];
|
|
1105
850
|
/**
|
|
1106
851
|
* ActiveRevisionsMode controls how active revisions are handled for the Container app:
|
|
1107
|
-
* <list><item>
|
|
852
|
+
* <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>
|
|
1108
853
|
*/
|
|
1109
854
|
activeRevisionsMode?: ActiveRevisionsMode;
|
|
1110
|
-
/** Required in labels revisions mode. Label to apply to newly created revision. */
|
|
1111
|
-
targetLabel?: string;
|
|
1112
855
|
/** Ingress configurations. */
|
|
1113
856
|
ingress?: Ingress;
|
|
1114
857
|
/** Collection of private container registry credentials for containers used by the Container app */
|
|
@@ -1119,8 +862,6 @@ export interface Configuration {
|
|
|
1119
862
|
runtime?: Runtime;
|
|
1120
863
|
/** Optional. Max inactive revisions a Container App can have. */
|
|
1121
864
|
maxInactiveRevisions?: number;
|
|
1122
|
-
/** Optional. The percent of the total number of replicas that must be brought up before revision transition occurs. Defaults to 100 when none is given. Value must be greater than 0 and less than or equal to 100. */
|
|
1123
|
-
revisionTransitionThreshold?: number;
|
|
1124
865
|
/** Container App to be a dev Container App Service */
|
|
1125
866
|
service?: Service;
|
|
1126
867
|
/** 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. */
|
|
@@ -1157,8 +898,6 @@ export interface Ingress {
|
|
|
1157
898
|
corsPolicy?: CorsPolicy;
|
|
1158
899
|
/** Settings to expose additional ports on container app */
|
|
1159
900
|
additionalPortMappings?: IngressPortMapping[];
|
|
1160
|
-
/** Whether an http app listens on http or https */
|
|
1161
|
-
targetPortHttpScheme?: IngressTargetPortHttpScheme;
|
|
1162
901
|
}
|
|
1163
902
|
/** Traffic weight assigned to a revision */
|
|
1164
903
|
export interface TrafficWeight {
|
|
@@ -1271,39 +1010,11 @@ export interface DaprAppHealth {
|
|
|
1271
1010
|
export interface Runtime {
|
|
1272
1011
|
/** Java app configuration */
|
|
1273
1012
|
java?: RuntimeJava;
|
|
1274
|
-
/** .NET app configuration */
|
|
1275
|
-
dotnet?: RuntimeDotnet;
|
|
1276
1013
|
}
|
|
1277
1014
|
/** Java app configuration */
|
|
1278
1015
|
export interface RuntimeJava {
|
|
1279
1016
|
/** Enable jmx core metrics for the java app */
|
|
1280
1017
|
enableMetrics?: boolean;
|
|
1281
|
-
/** Diagnostic capabilities achieved by java agent */
|
|
1282
|
-
javaAgent?: RuntimeJavaAgent;
|
|
1283
|
-
}
|
|
1284
|
-
/** Diagnostic capabilities achieved by java agent */
|
|
1285
|
-
export interface RuntimeJavaAgent {
|
|
1286
|
-
/** Enable java agent injection for the java app. */
|
|
1287
|
-
enabled?: boolean;
|
|
1288
|
-
/** Capabilities on the java logging scenario. */
|
|
1289
|
-
logging?: RuntimeJavaAgentLogging;
|
|
1290
|
-
}
|
|
1291
|
-
/** Capabilities on the java logging scenario. */
|
|
1292
|
-
export interface RuntimeJavaAgentLogging {
|
|
1293
|
-
/** Settings of the logger for the java app. */
|
|
1294
|
-
loggerSettings?: LoggerSetting[];
|
|
1295
|
-
}
|
|
1296
|
-
/** Logger settings for java workloads. */
|
|
1297
|
-
export interface LoggerSetting {
|
|
1298
|
-
/** Logger name. */
|
|
1299
|
-
logger: string;
|
|
1300
|
-
/** The specified logger's log level. */
|
|
1301
|
-
level: Level;
|
|
1302
|
-
}
|
|
1303
|
-
/** .NET app configuration */
|
|
1304
|
-
export interface RuntimeDotnet {
|
|
1305
|
-
/** Auto configure the ASP.NET Core Data Protection feature */
|
|
1306
|
-
autoConfigureDataProtection?: boolean;
|
|
1307
1018
|
}
|
|
1308
1019
|
/** Container App to be a dev service */
|
|
1309
1020
|
export interface Service {
|
|
@@ -1342,8 +1053,6 @@ export interface Template {
|
|
|
1342
1053
|
export interface BaseContainer {
|
|
1343
1054
|
/** Container image tag. */
|
|
1344
1055
|
image?: string;
|
|
1345
|
-
/** The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image. */
|
|
1346
|
-
imageType?: ImageType;
|
|
1347
1056
|
/** Custom container name. */
|
|
1348
1057
|
name?: string;
|
|
1349
1058
|
/** Container start command. */
|
|
@@ -1377,8 +1086,6 @@ export interface ContainerResources {
|
|
|
1377
1086
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1378
1087
|
*/
|
|
1379
1088
|
readonly ephemeralStorage?: string;
|
|
1380
|
-
/** Required GPU in cores for GPU based app, e.g. 1.0 */
|
|
1381
|
-
gpu?: number;
|
|
1382
1089
|
}
|
|
1383
1090
|
/** Volume mount for the Container App. */
|
|
1384
1091
|
export interface VolumeMount {
|
|
@@ -1443,9 +1150,9 @@ export interface Scale {
|
|
|
1443
1150
|
minReplicas?: number;
|
|
1444
1151
|
/** Optional. Maximum number of container replicas. Defaults to 10 if not set. */
|
|
1445
1152
|
maxReplicas?: number;
|
|
1446
|
-
/** Optional. KEDA Cooldown Period. Defaults to 300 seconds if not set. */
|
|
1153
|
+
/** Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set. */
|
|
1447
1154
|
cooldownPeriod?: number;
|
|
1448
|
-
/** Optional. KEDA Polling Interval. Defaults to 30 seconds if not set. */
|
|
1155
|
+
/** Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set. */
|
|
1449
1156
|
pollingInterval?: number;
|
|
1450
1157
|
/** Scaling rules. */
|
|
1451
1158
|
rules?: ScaleRule[];
|
|
@@ -1547,12 +1254,6 @@ export interface ServiceBind {
|
|
|
1547
1254
|
serviceId?: string;
|
|
1548
1255
|
/** Name of the service bind */
|
|
1549
1256
|
name?: string;
|
|
1550
|
-
/** Type of the client to be used to connect to the service */
|
|
1551
|
-
clientType?: string;
|
|
1552
|
-
/** Customized keys for customizing injected values to the app */
|
|
1553
|
-
customizedKeys?: {
|
|
1554
|
-
[propertyName: string]: string;
|
|
1555
|
-
};
|
|
1556
1257
|
}
|
|
1557
1258
|
/** Custom domain analysis. */
|
|
1558
1259
|
export interface CustomHostnameAnalysisResult {
|
|
@@ -1668,184 +1369,6 @@ export interface ContainerAppSecret {
|
|
|
1668
1369
|
*/
|
|
1669
1370
|
readonly keyVaultUrl?: string;
|
|
1670
1371
|
}
|
|
1671
|
-
/** The response of a Container Apps Build Resource list operation. */
|
|
1672
|
-
export interface ContainerAppsBuildCollection {
|
|
1673
|
-
/** The Container Apps Build Resource items on this page */
|
|
1674
|
-
value: ContainerAppsBuildResource[];
|
|
1675
|
-
/** The link to the next page of items */
|
|
1676
|
-
nextLink?: string;
|
|
1677
|
-
}
|
|
1678
|
-
/** Configuration of the build. */
|
|
1679
|
-
export interface ContainerAppsBuildConfiguration {
|
|
1680
|
-
/**
|
|
1681
|
-
* Base OS used to build and run the app.
|
|
1682
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1683
|
-
*/
|
|
1684
|
-
readonly baseOs?: string;
|
|
1685
|
-
/**
|
|
1686
|
-
* Platform to be used to build and run the app.
|
|
1687
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1688
|
-
*/
|
|
1689
|
-
readonly platform?: string;
|
|
1690
|
-
/**
|
|
1691
|
-
* Platform version to be used to build and run the app.
|
|
1692
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1693
|
-
*/
|
|
1694
|
-
readonly platformVersion?: string;
|
|
1695
|
-
/**
|
|
1696
|
-
* List of environment variables to be passed to the build, secrets should not be used in environment variable.
|
|
1697
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1698
|
-
*/
|
|
1699
|
-
readonly environmentVariables?: EnvironmentVariable[];
|
|
1700
|
-
/**
|
|
1701
|
-
* List of steps to perform before the build.
|
|
1702
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1703
|
-
*/
|
|
1704
|
-
readonly preBuildSteps?: PreBuildStep[];
|
|
1705
|
-
}
|
|
1706
|
-
/** Container App Label History collection ARM resource. */
|
|
1707
|
-
export interface LabelHistoryCollection {
|
|
1708
|
-
/** Collection of resources. */
|
|
1709
|
-
value: LabelHistory[];
|
|
1710
|
-
/**
|
|
1711
|
-
* Link to next page of resources.
|
|
1712
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1713
|
-
*/
|
|
1714
|
-
readonly nextLink?: string;
|
|
1715
|
-
}
|
|
1716
|
-
/** Container App Label History resource specific properties */
|
|
1717
|
-
export interface LabelHistoryProperties {
|
|
1718
|
-
/**
|
|
1719
|
-
* List of label history records.
|
|
1720
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1721
|
-
*/
|
|
1722
|
-
readonly records?: LabelHistoryRecordItem[];
|
|
1723
|
-
}
|
|
1724
|
-
/** Container App Label History Item resource specific properties */
|
|
1725
|
-
export interface LabelHistoryRecordItem {
|
|
1726
|
-
/**
|
|
1727
|
-
* Container App revision name that label was applied to.
|
|
1728
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1729
|
-
*/
|
|
1730
|
-
readonly revision?: string;
|
|
1731
|
-
/**
|
|
1732
|
-
* Timestamp describing when the label was applied to the revision.
|
|
1733
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1734
|
-
*/
|
|
1735
|
-
readonly start?: Date;
|
|
1736
|
-
/**
|
|
1737
|
-
* Timestamp describing when the label was removed from the revision. Only meaningful when the label is currently applied to the revision.
|
|
1738
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1739
|
-
*/
|
|
1740
|
-
readonly stop?: Date;
|
|
1741
|
-
/**
|
|
1742
|
-
* Status of the label history record.
|
|
1743
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1744
|
-
*/
|
|
1745
|
-
readonly status?: Status;
|
|
1746
|
-
}
|
|
1747
|
-
/** Container App patch collection */
|
|
1748
|
-
export interface PatchCollection {
|
|
1749
|
-
/** Collection of patch resources. */
|
|
1750
|
-
value: ContainerAppsPatchResource[];
|
|
1751
|
-
/** the link to the next page of items */
|
|
1752
|
-
nextLink?: string;
|
|
1753
|
-
}
|
|
1754
|
-
/** Top level properties that describes current states of the patch resource */
|
|
1755
|
-
export interface PatchProperties {
|
|
1756
|
-
/** The Azure resource id of the target environment for the patch. */
|
|
1757
|
-
targetEnvironmentId?: string;
|
|
1758
|
-
/** The Azure resource id of the target container app for the patch. */
|
|
1759
|
-
targetContainerAppId?: string;
|
|
1760
|
-
/** The Azure resource id of the target revision for the patch. */
|
|
1761
|
-
targetRevisionId?: string;
|
|
1762
|
-
/**
|
|
1763
|
-
* The status of the patch operation.
|
|
1764
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1765
|
-
*/
|
|
1766
|
-
readonly patchApplyStatus?: PatchApplyStatus;
|
|
1767
|
-
/**
|
|
1768
|
-
* The UTC timestamp that describes when the patch object was created.
|
|
1769
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1770
|
-
*/
|
|
1771
|
-
readonly createdAt?: Date;
|
|
1772
|
-
/**
|
|
1773
|
-
* The UTC timestamp that describes when the patch object was last updated.
|
|
1774
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1775
|
-
*/
|
|
1776
|
-
readonly lastModifiedAt?: Date;
|
|
1777
|
-
/**
|
|
1778
|
-
* Detailed info describes the patch operation for the target container app.
|
|
1779
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1780
|
-
*/
|
|
1781
|
-
readonly patchDetails?: PatchDetails[];
|
|
1782
|
-
}
|
|
1783
|
-
/** The detailed info of patch operation performing when applying a patch. */
|
|
1784
|
-
export interface PatchDetails {
|
|
1785
|
-
/**
|
|
1786
|
-
* The name of the target container for the patch.
|
|
1787
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1788
|
-
*/
|
|
1789
|
-
readonly targetContainerName: string;
|
|
1790
|
-
/**
|
|
1791
|
-
* The name of the target image for the patch.
|
|
1792
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1793
|
-
*/
|
|
1794
|
-
readonly targetImage: string;
|
|
1795
|
-
/**
|
|
1796
|
-
* The UTC timestamp that describes the latest detection was done.
|
|
1797
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1798
|
-
*/
|
|
1799
|
-
readonly lastDetectionTime: Date;
|
|
1800
|
-
/**
|
|
1801
|
-
* The status of the patch detection.
|
|
1802
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1803
|
-
*/
|
|
1804
|
-
readonly detectionStatus: DetectionStatus;
|
|
1805
|
-
/**
|
|
1806
|
-
* The name of the new image created by the patch.
|
|
1807
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1808
|
-
*/
|
|
1809
|
-
readonly newImageName?: string;
|
|
1810
|
-
/**
|
|
1811
|
-
* New layer update details in the target image.
|
|
1812
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1813
|
-
*/
|
|
1814
|
-
readonly newLayer?: PatchDetailsNewLayer;
|
|
1815
|
-
/**
|
|
1816
|
-
* The old layer details in the target image.
|
|
1817
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1818
|
-
*/
|
|
1819
|
-
readonly oldLayer?: PatchDetailsOldLayer;
|
|
1820
|
-
/**
|
|
1821
|
-
* The type for the patch.
|
|
1822
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1823
|
-
*/
|
|
1824
|
-
readonly patchType?: PatchType;
|
|
1825
|
-
}
|
|
1826
|
-
/** New layer update details in the target image. */
|
|
1827
|
-
export interface PatchDetailsNewLayer {
|
|
1828
|
-
/** The details of the new layer for the target image. */
|
|
1829
|
-
name?: string;
|
|
1830
|
-
/** The framework and its version in the new run image for the target image. */
|
|
1831
|
-
frameworkAndVersion?: string;
|
|
1832
|
-
/** The OS name and its version in the new run image for the target image. */
|
|
1833
|
-
osAndVersion?: string;
|
|
1834
|
-
}
|
|
1835
|
-
/** The old layer details in the target image. */
|
|
1836
|
-
export interface PatchDetailsOldLayer {
|
|
1837
|
-
/** The details of the old layer for the target image. */
|
|
1838
|
-
name?: string;
|
|
1839
|
-
/** The framework and its version in the old run image for the target image. */
|
|
1840
|
-
frameworkAndVersion?: string;
|
|
1841
|
-
/** The OS name and its version in the old run image for the target image. */
|
|
1842
|
-
osAndVersion?: string;
|
|
1843
|
-
}
|
|
1844
|
-
/** The configuration for patcher to skip a patch or not. */
|
|
1845
|
-
export interface PatchSkipConfig {
|
|
1846
|
-
/** The flag to indicate whether to skip the patch or not. */
|
|
1847
|
-
skip?: boolean;
|
|
1848
|
-
}
|
|
1849
1372
|
/** Container App Revisions collection ARM resource. */
|
|
1850
1373
|
export interface RevisionCollection {
|
|
1851
1374
|
/** Collection of resources. */
|
|
@@ -1888,11 +1411,6 @@ export interface ReplicaContainer {
|
|
|
1888
1411
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1889
1412
|
*/
|
|
1890
1413
|
readonly execEndpoint?: string;
|
|
1891
|
-
/**
|
|
1892
|
-
* Container debug endpoint
|
|
1893
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1894
|
-
*/
|
|
1895
|
-
readonly debugEndpoint?: string;
|
|
1896
1414
|
}
|
|
1897
1415
|
/** Container App Revision Replicas collection ARM resource. */
|
|
1898
1416
|
export interface ReplicaCollection {
|
|
@@ -2058,82 +1576,11 @@ export interface LogAnalyticsConfiguration {
|
|
|
2058
1576
|
customerId?: string;
|
|
2059
1577
|
/** Log analytics customer key */
|
|
2060
1578
|
sharedKey?: string;
|
|
2061
|
-
/** Boolean indicating whether to parse json string log into dynamic json columns */
|
|
2062
|
-
dynamicJsonColumns?: boolean;
|
|
2063
|
-
}
|
|
2064
|
-
/** Configuration of Application Insights */
|
|
2065
|
-
export interface AppInsightsConfiguration {
|
|
2066
|
-
/** Application Insights connection string */
|
|
2067
|
-
connectionString?: string;
|
|
2068
|
-
}
|
|
2069
|
-
/** Configuration of Open Telemetry */
|
|
2070
|
-
export interface OpenTelemetryConfiguration {
|
|
2071
|
-
/** Open telemetry destinations configuration */
|
|
2072
|
-
destinationsConfiguration?: DestinationsConfiguration;
|
|
2073
|
-
/** Open telemetry trace configuration */
|
|
2074
|
-
tracesConfiguration?: TracesConfiguration;
|
|
2075
|
-
/** Open telemetry logs configuration */
|
|
2076
|
-
logsConfiguration?: LogsConfiguration;
|
|
2077
|
-
/** Open telemetry metrics configuration */
|
|
2078
|
-
metricsConfiguration?: MetricsConfiguration;
|
|
2079
|
-
}
|
|
2080
|
-
/** Configuration of Open Telemetry destinations */
|
|
2081
|
-
export interface DestinationsConfiguration {
|
|
2082
|
-
/** Open telemetry datadog destination configuration */
|
|
2083
|
-
dataDogConfiguration?: DataDogConfiguration;
|
|
2084
|
-
/** Open telemetry otlp configurations */
|
|
2085
|
-
otlpConfigurations?: OtlpConfiguration[];
|
|
2086
|
-
}
|
|
2087
|
-
/** Configuration of datadog */
|
|
2088
|
-
export interface DataDogConfiguration {
|
|
2089
|
-
/** The data dog site */
|
|
2090
|
-
site?: string;
|
|
2091
|
-
/** The data dog api key */
|
|
2092
|
-
key?: string;
|
|
2093
|
-
}
|
|
2094
|
-
/** Configuration of otlp */
|
|
2095
|
-
export interface OtlpConfiguration {
|
|
2096
|
-
/** The name of otlp configuration */
|
|
2097
|
-
name?: string;
|
|
2098
|
-
/** The endpoint of otlp configuration */
|
|
2099
|
-
endpoint?: string;
|
|
2100
|
-
/** Boolean indicating if otlp configuration is insecure */
|
|
2101
|
-
insecure?: boolean;
|
|
2102
|
-
/** Headers of otlp configurations */
|
|
2103
|
-
headers?: Header[];
|
|
2104
|
-
}
|
|
2105
|
-
/** Header of otlp configuration */
|
|
2106
|
-
export interface Header {
|
|
2107
|
-
/** The key of otlp configuration header */
|
|
2108
|
-
key?: string;
|
|
2109
|
-
/** The value of otlp configuration header */
|
|
2110
|
-
value?: string;
|
|
2111
|
-
}
|
|
2112
|
-
/** Configuration of Open Telemetry traces */
|
|
2113
|
-
export interface TracesConfiguration {
|
|
2114
|
-
/** Boolean indicating if including dapr traces */
|
|
2115
|
-
includeDapr?: boolean;
|
|
2116
|
-
/** Open telemetry traces destinations */
|
|
2117
|
-
destinations?: string[];
|
|
2118
|
-
}
|
|
2119
|
-
/** Configuration of Open Telemetry logs */
|
|
2120
|
-
export interface LogsConfiguration {
|
|
2121
|
-
/** Open telemetry logs destinations */
|
|
2122
|
-
destinations?: string[];
|
|
2123
|
-
}
|
|
2124
|
-
/** Configuration of Open Telemetry metrics */
|
|
2125
|
-
export interface MetricsConfiguration {
|
|
2126
|
-
/** Boolean indicating if including keda metrics */
|
|
2127
|
-
includeKeda?: boolean;
|
|
2128
|
-
/** Open telemetry metrics destinations */
|
|
2129
|
-
destinations?: string[];
|
|
2130
1579
|
}
|
|
2131
1580
|
/** Workload profile to scope container app execution. */
|
|
2132
1581
|
export interface WorkloadProfile {
|
|
2133
1582
|
/** Workload profile type for the workloads to run on. */
|
|
2134
1583
|
name: string;
|
|
2135
|
-
/** Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles. */
|
|
2136
|
-
enableFips?: boolean;
|
|
2137
1584
|
/** Workload profile type for the workloads to run on. */
|
|
2138
1585
|
workloadProfileType: string;
|
|
2139
1586
|
/** The minimum capacity. */
|
|
@@ -2181,22 +1628,13 @@ export interface ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption
|
|
|
2181
1628
|
export interface IngressConfiguration {
|
|
2182
1629
|
/** Name of the workload profile used by the ingress component. Required. */
|
|
2183
1630
|
workloadProfileName?: string;
|
|
2184
|
-
/** Scaling configuration for the ingress component. Required. */
|
|
2185
|
-
scale?: IngressConfigurationScale;
|
|
2186
1631
|
/** Time (in seconds) to allow active connections to complete on termination. Must be between 0 and 3600. Defaults to 480 seconds. */
|
|
2187
1632
|
terminationGracePeriodSeconds?: number;
|
|
2188
1633
|
/** Maximum number of headers per request allowed by the ingress. Must be at least 1. Defaults to 100. */
|
|
2189
1634
|
headerCountLimit?: number;
|
|
2190
|
-
/** Duration (in minutes) before idle requests are timed out. Must be
|
|
1635
|
+
/** Duration (in minutes) before idle requests are timed out. Must be between 4 and 30 inclusive. Defaults to 4 minutes. */
|
|
2191
1636
|
requestIdleTimeout?: number;
|
|
2192
1637
|
}
|
|
2193
|
-
/** Scaling configuration for the ingress component. Required. */
|
|
2194
|
-
export interface IngressConfigurationScale {
|
|
2195
|
-
/** Minimum number of ingress replicas. Must be at least 2. Required. */
|
|
2196
|
-
minReplicas?: number;
|
|
2197
|
-
/** Maximum number of ingress replicas. Must be greater than or equal to minReplicas. */
|
|
2198
|
-
maxReplicas?: number;
|
|
2199
|
-
}
|
|
2200
1638
|
/** The Private Endpoint resource. */
|
|
2201
1639
|
export interface PrivateEndpoint {
|
|
2202
1640
|
/**
|
|
@@ -2214,23 +1652,6 @@ export interface PrivateLinkServiceConnectionState {
|
|
|
2214
1652
|
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
2215
1653
|
actionsRequired?: string;
|
|
2216
1654
|
}
|
|
2217
|
-
/** Configuration properties for disk encryption */
|
|
2218
|
-
export interface DiskEncryptionConfiguration {
|
|
2219
|
-
/** The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment. */
|
|
2220
|
-
keyVaultConfiguration?: DiskEncryptionConfigurationKeyVaultConfiguration;
|
|
2221
|
-
}
|
|
2222
|
-
/** The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment. */
|
|
2223
|
-
export interface DiskEncryptionConfigurationKeyVaultConfiguration {
|
|
2224
|
-
/** Key URL pointing to a key in KeyVault. Version segment of the Url is required. */
|
|
2225
|
-
keyUrl?: string;
|
|
2226
|
-
/** Configuration properties for the authentication to the Key Vault */
|
|
2227
|
-
auth?: DiskEncryptionConfigurationKeyVaultConfigurationAuth;
|
|
2228
|
-
}
|
|
2229
|
-
/** Configuration properties for the authentication to the Key Vault */
|
|
2230
|
-
export interface DiskEncryptionConfigurationKeyVaultConfigurationAuth {
|
|
2231
|
-
/** Resource ID of a user-assigned managed identity to authenticate to the Key Vault. The identity must be assigned to the managed environment, in the same tenant as the Key Vault, and it must have the following key permissions on the Key Vault: wrapkey, unwrapkey, get. */
|
|
2232
|
-
identity?: string;
|
|
2233
|
-
}
|
|
2234
1655
|
/** Non versioned Container Apps Job configuration properties */
|
|
2235
1656
|
export interface JobConfiguration {
|
|
2236
1657
|
/** Collection of secrets used by a Container Apps Job */
|
|
@@ -2301,41 +1722,17 @@ export interface JobScaleRule {
|
|
|
2301
1722
|
metadata?: Record<string, unknown>;
|
|
2302
1723
|
/** Authentication secrets for the scale rule. */
|
|
2303
1724
|
auth?: ScaleRuleAuth[];
|
|
2304
|
-
/** The resource ID of a user-assigned managed identity that is assigned to the
|
|
1725
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
2305
1726
|
identity?: string;
|
|
2306
1727
|
}
|
|
2307
1728
|
/** 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 */
|
|
2308
1729
|
export interface JobTemplate {
|
|
2309
1730
|
/** List of specialized containers that run before app containers. */
|
|
2310
1731
|
initContainers?: InitContainer[];
|
|
2311
|
-
/** List of container definitions for the Container App. */
|
|
2312
|
-
containers?: Container[];
|
|
2313
|
-
/** List of volume definitions for the Container App. */
|
|
2314
|
-
volumes?: Volume[];
|
|
2315
|
-
}
|
|
2316
|
-
/** .NET Components ARM resource. */
|
|
2317
|
-
export interface DotNetComponentsCollection {
|
|
2318
|
-
/** Collection of resources. */
|
|
2319
|
-
value: DotNetComponent[];
|
|
2320
|
-
/**
|
|
2321
|
-
* Link to next page of resources.
|
|
2322
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2323
|
-
*/
|
|
2324
|
-
readonly nextLink?: string;
|
|
2325
|
-
}
|
|
2326
|
-
/** Configuration properties for a .NET Component */
|
|
2327
|
-
export interface DotNetComponentConfigurationProperty {
|
|
2328
|
-
/** The name of the property */
|
|
2329
|
-
propertyName?: string;
|
|
2330
|
-
/** The value of the property */
|
|
2331
|
-
value?: string;
|
|
2332
|
-
}
|
|
2333
|
-
/** Configuration to bind a .NET Component to another .NET Component */
|
|
2334
|
-
export interface DotNetComponentServiceBind {
|
|
2335
|
-
/** Name of the service bind */
|
|
2336
|
-
name?: string;
|
|
2337
|
-
/** Resource id of the target service */
|
|
2338
|
-
serviceId?: string;
|
|
1732
|
+
/** List of container definitions for the Container App. */
|
|
1733
|
+
containers?: Container[];
|
|
1734
|
+
/** List of volume definitions for the Container App. */
|
|
1735
|
+
volumes?: Volume[];
|
|
2339
1736
|
}
|
|
2340
1737
|
/** Available operations of the service */
|
|
2341
1738
|
export interface AvailableOperations {
|
|
@@ -2382,7 +1779,7 @@ export interface JavaComponentsCollection {
|
|
|
2382
1779
|
/** Java Component common properties. */
|
|
2383
1780
|
export interface JavaComponentProperties {
|
|
2384
1781
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2385
|
-
componentType: "
|
|
1782
|
+
componentType: "SpringBootAdmin" | "SpringCloudEureka" | "SpringCloudConfig";
|
|
2386
1783
|
/**
|
|
2387
1784
|
* Provisioning state of the Java Component.
|
|
2388
1785
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2428,8 +1825,6 @@ export interface JobsCollection {
|
|
|
2428
1825
|
}
|
|
2429
1826
|
/** Container Apps Job resource specific properties. */
|
|
2430
1827
|
export interface JobPatchProperties {
|
|
2431
|
-
/** The complex type of the extended location. */
|
|
2432
|
-
extendedLocation?: ExtendedLocation;
|
|
2433
1828
|
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
2434
1829
|
identity?: ManagedServiceIdentity;
|
|
2435
1830
|
/** Resource tags. */
|
|
@@ -2508,115 +1903,12 @@ export interface JobExecution {
|
|
|
2508
1903
|
endTime?: Date;
|
|
2509
1904
|
/** Job's execution container. */
|
|
2510
1905
|
template?: JobExecutionTemplate;
|
|
2511
|
-
/** Detailed status of the job execution. */
|
|
2512
|
-
detailedStatus?: ExecutionStatus;
|
|
2513
|
-
}
|
|
2514
|
-
/** Container Apps Job execution status. */
|
|
2515
|
-
export interface ExecutionStatus {
|
|
2516
|
-
/** Replicas in the execution. */
|
|
2517
|
-
replicas?: ReplicaExecutionStatus[];
|
|
2518
|
-
}
|
|
2519
|
-
/** Container Apps Job execution replica status. */
|
|
2520
|
-
export interface ReplicaExecutionStatus {
|
|
2521
|
-
/** Replica Name. */
|
|
2522
|
-
name?: string;
|
|
2523
|
-
/** Containers in the execution replica */
|
|
2524
|
-
containers?: ContainerExecutionStatus[];
|
|
2525
|
-
}
|
|
2526
|
-
/** Container Apps Job execution container status. Contains status code and reason */
|
|
2527
|
-
export interface ContainerExecutionStatus {
|
|
2528
|
-
/** Container Name. */
|
|
2529
|
-
name?: string;
|
|
2530
|
-
/** Exit code */
|
|
2531
|
-
code?: number;
|
|
2532
|
-
/** Additional information for the container status */
|
|
2533
|
-
additionalInformation?: string;
|
|
2534
|
-
/** Status of the container */
|
|
2535
|
-
status?: string;
|
|
2536
1906
|
}
|
|
2537
1907
|
/** Container Apps Job Secrets Collection ARM resource. */
|
|
2538
1908
|
export interface JobSecretsCollection {
|
|
2539
1909
|
/** Collection of resources. */
|
|
2540
1910
|
value: Secret[];
|
|
2541
1911
|
}
|
|
2542
|
-
/** Collection of workflow information elements. */
|
|
2543
|
-
export interface WorkflowEnvelopeCollection {
|
|
2544
|
-
/** Collection of resources. */
|
|
2545
|
-
value: WorkflowEnvelope[];
|
|
2546
|
-
/**
|
|
2547
|
-
* Link to next page of resources.
|
|
2548
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2549
|
-
*/
|
|
2550
|
-
readonly nextLink?: string;
|
|
2551
|
-
}
|
|
2552
|
-
/** Workflow properties definition. */
|
|
2553
|
-
export interface WorkflowEnvelope {
|
|
2554
|
-
/**
|
|
2555
|
-
* The resource id.
|
|
2556
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2557
|
-
*/
|
|
2558
|
-
readonly id?: string;
|
|
2559
|
-
/**
|
|
2560
|
-
* Gets the resource name.
|
|
2561
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2562
|
-
*/
|
|
2563
|
-
readonly name?: string;
|
|
2564
|
-
/**
|
|
2565
|
-
* Gets the resource type.
|
|
2566
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2567
|
-
*/
|
|
2568
|
-
readonly type?: string;
|
|
2569
|
-
/** The resource kind. */
|
|
2570
|
-
kind?: string;
|
|
2571
|
-
/** The resource location. */
|
|
2572
|
-
location?: string;
|
|
2573
|
-
/** Additional workflow properties. */
|
|
2574
|
-
properties?: WorkflowEnvelopeProperties;
|
|
2575
|
-
}
|
|
2576
|
-
/** Additional workflow properties. */
|
|
2577
|
-
export interface WorkflowEnvelopeProperties {
|
|
2578
|
-
/** Gets or sets the files. */
|
|
2579
|
-
files?: Record<string, unknown>;
|
|
2580
|
-
/** Gets or sets the state of the workflow. */
|
|
2581
|
-
flowState?: WorkflowState;
|
|
2582
|
-
/** Gets or sets workflow health. */
|
|
2583
|
-
health?: WorkflowHealth;
|
|
2584
|
-
}
|
|
2585
|
-
/** Represents the workflow health. */
|
|
2586
|
-
export interface WorkflowHealth {
|
|
2587
|
-
/** Gets or sets the workflow health state. */
|
|
2588
|
-
state: WorkflowHealthState;
|
|
2589
|
-
/** Gets or sets the workflow error. */
|
|
2590
|
-
error?: ErrorEntity;
|
|
2591
|
-
}
|
|
2592
|
-
/** Body of the error response returned from the API. */
|
|
2593
|
-
export interface ErrorEntity {
|
|
2594
|
-
/** Type of error. */
|
|
2595
|
-
extendedCode?: string;
|
|
2596
|
-
/** Message template. */
|
|
2597
|
-
messageTemplate?: string;
|
|
2598
|
-
/** Parameters for the template. */
|
|
2599
|
-
parameters?: string[];
|
|
2600
|
-
/** Inner errors. */
|
|
2601
|
-
innerErrors?: ErrorEntity[];
|
|
2602
|
-
/** Error Details. */
|
|
2603
|
-
details?: ErrorEntity[];
|
|
2604
|
-
/** The error target. */
|
|
2605
|
-
target?: string;
|
|
2606
|
-
/** Basic error code. */
|
|
2607
|
-
code?: string;
|
|
2608
|
-
/** Any details of the error. */
|
|
2609
|
-
message?: string;
|
|
2610
|
-
}
|
|
2611
|
-
/** The workflow filter. */
|
|
2612
|
-
export interface WorkflowArtifacts {
|
|
2613
|
-
/** Application settings of the workflow. */
|
|
2614
|
-
appSettings?: Record<string, unknown>;
|
|
2615
|
-
/** Files of the app. */
|
|
2616
|
-
files?: Record<string, unknown>;
|
|
2617
|
-
/** Files of the app to delete. */
|
|
2618
|
-
filesToDelete?: string[];
|
|
2619
|
-
}
|
|
2620
1912
|
/** Collection of Environments */
|
|
2621
1913
|
export interface ManagedEnvironmentsCollection {
|
|
2622
1914
|
/** Collection of resources. */
|
|
@@ -2705,100 +1997,10 @@ export interface PrivateLinkResourceListResult {
|
|
|
2705
1997
|
*/
|
|
2706
1998
|
readonly nextLink?: string;
|
|
2707
1999
|
}
|
|
2708
|
-
/** Dapr Component Resiliency Policies ARM resource. */
|
|
2709
|
-
export interface DaprComponentResiliencyPoliciesCollection {
|
|
2710
|
-
/** Collection of resources. */
|
|
2711
|
-
value: DaprComponentResiliencyPolicy[];
|
|
2712
|
-
/**
|
|
2713
|
-
* Link to next page of resources.
|
|
2714
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2715
|
-
*/
|
|
2716
|
-
readonly nextLink?: string;
|
|
2717
|
-
}
|
|
2718
|
-
/** Dapr Component Resiliency Policy Configuration. */
|
|
2719
|
-
export interface DaprComponentResiliencyPolicyConfiguration {
|
|
2720
|
-
/** The optional HTTP retry policy configuration */
|
|
2721
|
-
httpRetryPolicy?: DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration;
|
|
2722
|
-
/** The optional timeout policy configuration */
|
|
2723
|
-
timeoutPolicy?: DaprComponentResiliencyPolicyTimeoutPolicyConfiguration;
|
|
2724
|
-
/** The optional circuit breaker policy configuration */
|
|
2725
|
-
circuitBreakerPolicy?: DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration;
|
|
2726
|
-
}
|
|
2727
|
-
/** Dapr Component Resiliency Policy HTTP Retry Policy Configuration. */
|
|
2728
|
-
export interface DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration {
|
|
2729
|
-
/** The optional maximum number of retries */
|
|
2730
|
-
maxRetries?: number;
|
|
2731
|
-
/** The optional retry backoff configuration */
|
|
2732
|
-
retryBackOff?: DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration;
|
|
2733
|
-
}
|
|
2734
|
-
/** Dapr Component Resiliency Policy HTTP Retry Backoff Configuration. */
|
|
2735
|
-
export interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration {
|
|
2736
|
-
/** The optional initial delay in milliseconds before an operation is retried */
|
|
2737
|
-
initialDelayInMilliseconds?: number;
|
|
2738
|
-
/** The optional maximum time interval in milliseconds between retry attempts */
|
|
2739
|
-
maxIntervalInMilliseconds?: number;
|
|
2740
|
-
}
|
|
2741
|
-
/** Dapr Component Resiliency Policy Timeout Policy Configuration. */
|
|
2742
|
-
export interface DaprComponentResiliencyPolicyTimeoutPolicyConfiguration {
|
|
2743
|
-
/** The optional response timeout in seconds */
|
|
2744
|
-
responseTimeoutInSeconds?: number;
|
|
2745
|
-
}
|
|
2746
|
-
/** Dapr Component Resiliency Policy Circuit Breaker Policy Configuration. */
|
|
2747
|
-
export interface DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration {
|
|
2748
|
-
/** The number of consecutive errors before the circuit is opened. */
|
|
2749
|
-
consecutiveErrors?: number;
|
|
2750
|
-
/** The interval in seconds until a retry attempt is made after the circuit is opened. */
|
|
2751
|
-
timeoutInSeconds?: number;
|
|
2752
|
-
/** The optional interval in seconds after which the error count resets to 0. An interval of 0 will never reset. If not specified, the timeoutInSeconds value will be used. */
|
|
2753
|
-
intervalInSeconds?: number;
|
|
2754
|
-
}
|
|
2755
|
-
/** Dapr Components ARM resource. */
|
|
2756
|
-
export interface DaprComponentsCollection {
|
|
2757
|
-
/** Collection of resources. */
|
|
2758
|
-
value: DaprComponent[];
|
|
2759
|
-
/**
|
|
2760
|
-
* Link to next page of resources.
|
|
2761
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2762
|
-
*/
|
|
2763
|
-
readonly nextLink?: string;
|
|
2764
|
-
}
|
|
2765
|
-
/** Dapr Subscriptions ARM resource. */
|
|
2766
|
-
export interface DaprSubscriptionsCollection {
|
|
2767
|
-
/** Collection of resources. */
|
|
2768
|
-
value: DaprSubscription[];
|
|
2769
|
-
/**
|
|
2770
|
-
* Link to next page of resources.
|
|
2771
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2772
|
-
*/
|
|
2773
|
-
readonly nextLink?: string;
|
|
2774
|
-
}
|
|
2775
|
-
/** Dapr PubSub Event Subscription Routes configuration. */
|
|
2776
|
-
export interface DaprSubscriptionRoutes {
|
|
2777
|
-
/** The list of Dapr PubSub Event Subscription Route Rules. */
|
|
2778
|
-
rules?: DaprSubscriptionRouteRule[];
|
|
2779
|
-
/** The default path to deliver events that do not match any of the rules. */
|
|
2780
|
-
default?: string;
|
|
2781
|
-
}
|
|
2782
|
-
/** Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path. */
|
|
2783
|
-
export interface DaprSubscriptionRouteRule {
|
|
2784
|
-
/** The optional CEL expression used to match the event. If the match is not specified, then the route is considered the default. The rules are tested in the order specified, so they should be define from most-to-least specific. The default route should appear last in the list. */
|
|
2785
|
-
match?: string;
|
|
2786
|
-
/** The path for events that match this rule */
|
|
2787
|
-
path?: string;
|
|
2788
|
-
}
|
|
2789
|
-
/** Dapr PubSub Bulk Subscription Options. */
|
|
2790
|
-
export interface DaprSubscriptionBulkSubscribeOptions {
|
|
2791
|
-
/** Enable bulk subscription */
|
|
2792
|
-
enabled?: boolean;
|
|
2793
|
-
/** Maximum number of messages to deliver in a bulk message. */
|
|
2794
|
-
maxMessagesCount?: number;
|
|
2795
|
-
/** Maximum duration in milliseconds to wait before a bulk message is sent to the app. */
|
|
2796
|
-
maxAwaitDurationMs?: number;
|
|
2797
|
-
}
|
|
2798
2000
|
/** Http Route Config properties */
|
|
2799
2001
|
export interface HttpRouteConfigProperties {
|
|
2800
2002
|
/**
|
|
2801
|
-
* The provisioning state of the Http Route Config
|
|
2003
|
+
* The provisioning state of the Http Route Config
|
|
2802
2004
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2803
2005
|
*/
|
|
2804
2006
|
readonly provisioningState?: HttpRouteProvisioningState;
|
|
@@ -2812,12 +2014,12 @@ export interface HttpRouteConfigProperties {
|
|
|
2812
2014
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2813
2015
|
*/
|
|
2814
2016
|
readonly fqdn?: string;
|
|
2815
|
-
/** Custom domain bindings for
|
|
2017
|
+
/** Custom domain bindings for Http Routes' hostnames. */
|
|
2816
2018
|
customDomains?: CustomDomain[];
|
|
2817
|
-
/** Routing Rules for
|
|
2019
|
+
/** Routing Rules for the Http Route resource. */
|
|
2818
2020
|
rules?: HttpRouteRule[];
|
|
2819
2021
|
}
|
|
2820
|
-
/** List of provisioning errors for a
|
|
2022
|
+
/** List of provisioning errors for a Http Route Config object */
|
|
2821
2023
|
export interface HttpRouteProvisioningErrors {
|
|
2822
2024
|
/**
|
|
2823
2025
|
* Timestamp error occured at
|
|
@@ -2830,7 +2032,7 @@ export interface HttpRouteProvisioningErrors {
|
|
|
2830
2032
|
*/
|
|
2831
2033
|
readonly message?: string;
|
|
2832
2034
|
}
|
|
2833
|
-
/**
|
|
2035
|
+
/** A set of routing conditions and targets. */
|
|
2834
2036
|
export interface HttpRouteRule {
|
|
2835
2037
|
/** Targets- container apps, revisions, labels */
|
|
2836
2038
|
targets?: HttpRouteTarget[];
|
|
@@ -2845,12 +2047,10 @@ export interface HttpRouteTarget {
|
|
|
2845
2047
|
containerApp: string;
|
|
2846
2048
|
/** Revision to route requests to */
|
|
2847
2049
|
revision?: string;
|
|
2848
|
-
/** Label
|
|
2050
|
+
/** Label to route requests to */
|
|
2849
2051
|
label?: string;
|
|
2850
|
-
/** Weighted routing */
|
|
2851
|
-
weight?: number;
|
|
2852
2052
|
}
|
|
2853
|
-
/** Http Routes
|
|
2053
|
+
/** Http Routes, including paths to match on and whether or not rewrites are to be done. */
|
|
2854
2054
|
export interface HttpRoute {
|
|
2855
2055
|
/** Conditions route will match on */
|
|
2856
2056
|
match?: HttpRouteMatch;
|
|
@@ -2873,7 +2073,7 @@ export interface HttpRouteAction {
|
|
|
2873
2073
|
/** Rewrite prefix, default is no rewrites */
|
|
2874
2074
|
prefixRewrite?: string;
|
|
2875
2075
|
}
|
|
2876
|
-
/** Collection of
|
|
2076
|
+
/** Collection of rule based Http Route Config resources. */
|
|
2877
2077
|
export interface HttpRouteConfigCollection {
|
|
2878
2078
|
/** Collection of resources. */
|
|
2879
2079
|
value: HttpRouteConfig[];
|
|
@@ -2916,7 +2116,7 @@ export interface ManagedEnvironmentStorageProperties {
|
|
|
2916
2116
|
}
|
|
2917
2117
|
/** NFS Azure File Properties. */
|
|
2918
2118
|
export interface NfsAzureFileProperties {
|
|
2919
|
-
/** Server for NFS azure file. */
|
|
2119
|
+
/** Server for NFS azure file. Specify the Azure storage account server address. */
|
|
2920
2120
|
server?: string;
|
|
2921
2121
|
/** Access mode for storage */
|
|
2922
2122
|
accessMode?: AccessMode;
|
|
@@ -2995,8 +2195,6 @@ export interface SessionContainer {
|
|
|
2995
2195
|
env?: EnvironmentVar[];
|
|
2996
2196
|
/** Container resource requirements. */
|
|
2997
2197
|
resources?: SessionContainerResources;
|
|
2998
|
-
/** List of probes for the container. */
|
|
2999
|
-
probes?: SessionProbe[];
|
|
3000
2198
|
}
|
|
3001
2199
|
/** Container resource requirements for sessions of the session pool. */
|
|
3002
2200
|
export interface SessionContainerResources {
|
|
@@ -3005,54 +2203,6 @@ export interface SessionContainerResources {
|
|
|
3005
2203
|
/** Required memory, e.g. "250Mb" */
|
|
3006
2204
|
memory?: string;
|
|
3007
2205
|
}
|
|
3008
|
-
/** Session probe configuration. */
|
|
3009
|
-
export interface SessionProbe {
|
|
3010
|
-
/** Denotes the type of probe. Can be Liveness or Startup, Readiness probe is not supported in sessions. Type must be unique for each probe within the context of a list of probes (SessionProbes). */
|
|
3011
|
-
type?: SessionProbeType;
|
|
3012
|
-
/** HTTPGet specifies the http request to perform. */
|
|
3013
|
-
httpGet?: SessionProbeHttpGet;
|
|
3014
|
-
/** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */
|
|
3015
|
-
tcpSocket?: SessionProbeTcpSocket;
|
|
3016
|
-
/** Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. Maximum value is 10. */
|
|
3017
|
-
failureThreshold?: number;
|
|
3018
|
-
/** Number of seconds after the container has started before liveness probes are initiated. Minimum value is 1. Maximum value is 60. */
|
|
3019
|
-
initialDelaySeconds?: number;
|
|
3020
|
-
/** How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value is 240. */
|
|
3021
|
-
periodSeconds?: number;
|
|
3022
|
-
/** 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. */
|
|
3023
|
-
successThreshold?: number;
|
|
3024
|
-
/** 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) */
|
|
3025
|
-
terminationGracePeriodSeconds?: number;
|
|
3026
|
-
/** Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 240. */
|
|
3027
|
-
timeoutSeconds?: number;
|
|
3028
|
-
}
|
|
3029
|
-
/** HTTPGet specifies the http request to perform. */
|
|
3030
|
-
export interface SessionProbeHttpGet {
|
|
3031
|
-
/** Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. */
|
|
3032
|
-
host?: string;
|
|
3033
|
-
/** Custom headers to set in the request. HTTP allows repeated headers. */
|
|
3034
|
-
httpHeaders?: SessionProbeHttpGetHttpHeadersItem[];
|
|
3035
|
-
/** Path to access on the HTTP server. */
|
|
3036
|
-
path?: string;
|
|
3037
|
-
/** 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. */
|
|
3038
|
-
port: number;
|
|
3039
|
-
/** Scheme to use for connecting to the host. Defaults to HTTP. */
|
|
3040
|
-
scheme?: Scheme;
|
|
3041
|
-
}
|
|
3042
|
-
/** HTTPHeader describes a custom header to be used in HTTP probes */
|
|
3043
|
-
export interface SessionProbeHttpGetHttpHeadersItem {
|
|
3044
|
-
/** The header field name */
|
|
3045
|
-
name: string;
|
|
3046
|
-
/** The header field value */
|
|
3047
|
-
value: string;
|
|
3048
|
-
}
|
|
3049
|
-
/** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */
|
|
3050
|
-
export interface SessionProbeTcpSocket {
|
|
3051
|
-
/** Optional: Host name to connect to, defaults to the pod IP. */
|
|
3052
|
-
host?: string;
|
|
3053
|
-
/** 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. */
|
|
3054
|
-
port: number;
|
|
3055
|
-
}
|
|
3056
2206
|
/** Session pool ingress configuration. */
|
|
3057
2207
|
export interface SessionIngress {
|
|
3058
2208
|
/** Target port in containers for traffic from ingress */
|
|
@@ -3107,8 +2257,6 @@ export interface GithubActionConfiguration {
|
|
|
3107
2257
|
azureCredentials?: AzureCredentials;
|
|
3108
2258
|
/** Context path */
|
|
3109
2259
|
contextPath?: string;
|
|
3110
|
-
/** Dockerfile path */
|
|
3111
|
-
dockerfilePath?: string;
|
|
3112
2260
|
/** One time Github PAT to configure github environment */
|
|
3113
2261
|
githubPersonalAccessToken?: string;
|
|
3114
2262
|
/** Image name */
|
|
@@ -3121,8 +2269,6 @@ export interface GithubActionConfiguration {
|
|
|
3121
2269
|
runtimeStack?: string;
|
|
3122
2270
|
/** Runtime version */
|
|
3123
2271
|
runtimeVersion?: string;
|
|
3124
|
-
/** List of environment variables to be passed to the build. */
|
|
3125
|
-
buildEnvironmentVariables?: EnvironmentVariable[];
|
|
3126
2272
|
}
|
|
3127
2273
|
/** Container App registry information. */
|
|
3128
2274
|
export interface RegistryInfo {
|
|
@@ -3170,18 +2316,50 @@ export interface UsageName {
|
|
|
3170
2316
|
/** The localized name of the resource. */
|
|
3171
2317
|
localizedValue?: string;
|
|
3172
2318
|
}
|
|
3173
|
-
/**
|
|
3174
|
-
export interface
|
|
3175
|
-
/**
|
|
3176
|
-
|
|
3177
|
-
/**
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
2319
|
+
/** Collection of workflow information elements. */
|
|
2320
|
+
export interface WorkflowEnvelopeCollection {
|
|
2321
|
+
/** Collection of resources. */
|
|
2322
|
+
value: WorkflowEnvelope[];
|
|
2323
|
+
/**
|
|
2324
|
+
* Link to next page of resources.
|
|
2325
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2326
|
+
*/
|
|
2327
|
+
readonly nextLink?: string;
|
|
2328
|
+
}
|
|
2329
|
+
/** Additional workflow properties. */
|
|
2330
|
+
export interface WorkflowEnvelopeProperties {
|
|
2331
|
+
/** Gets or sets the files. */
|
|
2332
|
+
files?: Record<string, unknown>;
|
|
2333
|
+
/** Gets or sets the state of the workflow. */
|
|
2334
|
+
flowState?: WorkflowState;
|
|
2335
|
+
/** Gets or sets workflow health. */
|
|
2336
|
+
health?: WorkflowHealth;
|
|
2337
|
+
}
|
|
2338
|
+
/** Represents the workflow health. */
|
|
2339
|
+
export interface WorkflowHealth {
|
|
2340
|
+
/** Gets or sets the workflow health state. */
|
|
2341
|
+
state: WorkflowHealthState;
|
|
2342
|
+
/** Gets or sets the workflow error. */
|
|
2343
|
+
error?: ErrorEntity;
|
|
2344
|
+
}
|
|
2345
|
+
/** Body of the error response returned from the API. */
|
|
2346
|
+
export interface ErrorEntity {
|
|
2347
|
+
/** Type of error. */
|
|
2348
|
+
extendedCode?: string;
|
|
2349
|
+
/** Message template. */
|
|
2350
|
+
messageTemplate?: string;
|
|
2351
|
+
/** Parameters for the template. */
|
|
2352
|
+
parameters?: string[];
|
|
2353
|
+
/** Inner errors. */
|
|
2354
|
+
innerErrors?: ErrorEntity[];
|
|
2355
|
+
/** Error Details. */
|
|
2356
|
+
details?: ErrorEntity[];
|
|
2357
|
+
/** The error target. */
|
|
2358
|
+
target?: string;
|
|
2359
|
+
/** Basic error code. */
|
|
2360
|
+
code?: string;
|
|
2361
|
+
/** Any details of the error. */
|
|
2362
|
+
message?: string;
|
|
3185
2363
|
}
|
|
3186
2364
|
/** Container App Ingress configuration. */
|
|
3187
2365
|
export interface JavaComponentIngress {
|
|
@@ -3243,19 +2421,6 @@ export interface PrivateLinkResource extends Resource {
|
|
|
3243
2421
|
/** Connected environment patch properties */
|
|
3244
2422
|
export interface ConnectedEnvironmentPatchResource extends ResourceTags {
|
|
3245
2423
|
}
|
|
3246
|
-
/** Dapr component properties */
|
|
3247
|
-
export interface ConnectedEnvironmentDaprComponentProperties extends DaprComponentProperties {
|
|
3248
|
-
/**
|
|
3249
|
-
* Provisioning state of the Connected Environment Dapr Component.
|
|
3250
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3251
|
-
*/
|
|
3252
|
-
readonly provisioningState?: ConnectedEnvironmentDaprComponentProvisioningState;
|
|
3253
|
-
/**
|
|
3254
|
-
* Any errors that occurred during deployment or deployment validation
|
|
3255
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3256
|
-
*/
|
|
3257
|
-
readonly deploymentErrors?: string;
|
|
3258
|
-
}
|
|
3259
2424
|
/** Container App init container definition */
|
|
3260
2425
|
export interface InitContainer extends BaseContainer {
|
|
3261
2426
|
}
|
|
@@ -3264,15 +2429,6 @@ export interface Container extends BaseContainer {
|
|
|
3264
2429
|
/** List of probes for the container. */
|
|
3265
2430
|
probes?: ContainerAppProbe[];
|
|
3266
2431
|
}
|
|
3267
|
-
/** Spring Cloud Gateway properties. */
|
|
3268
|
-
export interface SpringCloudGatewayComponent extends JavaComponentProperties {
|
|
3269
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3270
|
-
componentType: "SpringCloudGateway";
|
|
3271
|
-
/** Java Component Ingress configurations. */
|
|
3272
|
-
ingress?: JavaComponentIngress;
|
|
3273
|
-
/** Gateway route definition */
|
|
3274
|
-
springCloudGatewayRoutes?: ScgRoute[];
|
|
3275
|
-
}
|
|
3276
2432
|
/** Spring Boot Admin properties. */
|
|
3277
2433
|
export interface SpringBootAdminComponent extends JavaComponentProperties {
|
|
3278
2434
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -3280,13 +2436,6 @@ export interface SpringBootAdminComponent extends JavaComponentProperties {
|
|
|
3280
2436
|
/** Java Component Ingress configurations. */
|
|
3281
2437
|
ingress?: JavaComponentIngress;
|
|
3282
2438
|
}
|
|
3283
|
-
/** Nacos properties. */
|
|
3284
|
-
export interface NacosComponent extends JavaComponentProperties {
|
|
3285
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3286
|
-
componentType: "Nacos";
|
|
3287
|
-
/** Java Component Ingress configurations. */
|
|
3288
|
-
ingress?: JavaComponentIngress;
|
|
3289
|
-
}
|
|
3290
2439
|
/** Spring Cloud Eureka properties. */
|
|
3291
2440
|
export interface SpringCloudEurekaComponent extends JavaComponentProperties {
|
|
3292
2441
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -3299,21 +2448,6 @@ export interface SpringCloudConfigComponent extends JavaComponentProperties {
|
|
|
3299
2448
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3300
2449
|
componentType: "SpringCloudConfig";
|
|
3301
2450
|
}
|
|
3302
|
-
/** Configuration to setup App Resiliency */
|
|
3303
|
-
export interface AppResiliency extends ProxyResource {
|
|
3304
|
-
/** Policy to set request timeouts */
|
|
3305
|
-
timeoutPolicy?: TimeoutPolicy;
|
|
3306
|
-
/** Policy that defines http request retry conditions */
|
|
3307
|
-
httpRetryPolicy?: HttpRetryPolicy;
|
|
3308
|
-
/** Policy that defines tcp request retry conditions */
|
|
3309
|
-
tcpRetryPolicy?: TcpRetryPolicy;
|
|
3310
|
-
/** Policy that defines circuit breaker conditions */
|
|
3311
|
-
circuitBreakerPolicy?: CircuitBreakerPolicy;
|
|
3312
|
-
/** Defines parameters for http connection pooling */
|
|
3313
|
-
httpConnectionPool?: HttpConnectionPool;
|
|
3314
|
-
/** Defines parameters for tcp connection pooling */
|
|
3315
|
-
tcpConnectionPool?: TcpConnectionPool;
|
|
3316
|
-
}
|
|
3317
2451
|
/** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */
|
|
3318
2452
|
export interface AuthConfig extends ProxyResource {
|
|
3319
2453
|
/** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */
|
|
@@ -3336,40 +2470,15 @@ export interface AvailableWorkloadProfile extends ProxyResource {
|
|
|
3336
2470
|
/** Revision resource specific properties */
|
|
3337
2471
|
properties?: AvailableWorkloadProfileProperties;
|
|
3338
2472
|
}
|
|
3339
|
-
/**
|
|
3340
|
-
export interface
|
|
3341
|
-
/**
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
readonly provisioningState?: BuildProvisioningState;
|
|
3346
|
-
/**
|
|
3347
|
-
* Status of the build once it has been provisioned.
|
|
3348
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3349
|
-
*/
|
|
3350
|
-
readonly buildStatus?: BuildStatus;
|
|
3351
|
-
/** Container registry that the final image will be uploaded to. */
|
|
3352
|
-
destinationContainerRegistry?: ContainerRegistryWithCustomImage;
|
|
3353
|
-
/** Configuration of the build. */
|
|
3354
|
-
configuration?: BuildConfiguration;
|
|
3355
|
-
/**
|
|
3356
|
-
* Endpoint to which the source code should be uploaded.
|
|
3357
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3358
|
-
*/
|
|
3359
|
-
readonly uploadEndpoint?: string;
|
|
3360
|
-
/**
|
|
3361
|
-
* Endpoint from which the build logs can be streamed.
|
|
3362
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3363
|
-
*/
|
|
3364
|
-
readonly logStreamEndpoint?: string;
|
|
3365
|
-
/**
|
|
3366
|
-
* Endpoint to use to retrieve an authentication token for log streaming and uploading source code.
|
|
3367
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3368
|
-
*/
|
|
3369
|
-
readonly tokenEndpoint?: string;
|
|
2473
|
+
/** Billing meter. */
|
|
2474
|
+
export interface BillingMeter extends ProxyResource {
|
|
2475
|
+
/** Region for the billing meter. */
|
|
2476
|
+
location?: string;
|
|
2477
|
+
/** Revision resource specific properties */
|
|
2478
|
+
properties?: BillingMeterProperties;
|
|
3370
2479
|
}
|
|
3371
2480
|
/** Dapr Component. */
|
|
3372
|
-
export interface
|
|
2481
|
+
export interface DaprComponent extends ProxyResource {
|
|
3373
2482
|
/** Component type */
|
|
3374
2483
|
componentType?: string;
|
|
3375
2484
|
/** Component version */
|
|
@@ -3381,69 +2490,26 @@ export interface ConnectedEnvironmentDaprComponent extends ProxyResource {
|
|
|
3381
2490
|
/** Collection of secrets used by a Dapr component */
|
|
3382
2491
|
secrets?: Secret[];
|
|
3383
2492
|
/** Name of a Dapr component to retrieve component secrets from */
|
|
3384
|
-
secretStoreComponent?: string;
|
|
3385
|
-
/** Component metadata */
|
|
3386
|
-
metadata?: DaprMetadata[];
|
|
3387
|
-
/** Names of container apps that can use this Dapr component */
|
|
3388
|
-
scopes?: string[];
|
|
3389
|
-
/** List of container app services that are bound to the Dapr component */
|
|
3390
|
-
serviceComponentBind?: DaprComponentServiceBinding[];
|
|
3391
|
-
/**
|
|
3392
|
-
* Provisioning state of the Connected Environment Dapr Component.
|
|
3393
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3394
|
-
*/
|
|
3395
|
-
readonly provisioningState?: ConnectedEnvironmentDaprComponentProvisioningState;
|
|
3396
|
-
/**
|
|
3397
|
-
* Any errors that occurred during deployment or deployment validation
|
|
3398
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3399
|
-
*/
|
|
3400
|
-
readonly deploymentErrors?: string;
|
|
3401
|
-
}
|
|
3402
|
-
/** Storage resource for connectedEnvironment. */
|
|
3403
|
-
export interface ConnectedEnvironmentStorage extends ProxyResource {
|
|
3404
|
-
/** Storage properties */
|
|
3405
|
-
properties?: ConnectedEnvironmentStorageProperties;
|
|
3406
|
-
}
|
|
3407
|
-
/** Information pertaining to an individual build. */
|
|
3408
|
-
export interface ContainerAppsBuildResource extends ProxyResource {
|
|
3409
|
-
/**
|
|
3410
|
-
* Build provisioning state.
|
|
3411
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3412
|
-
*/
|
|
3413
|
-
readonly provisioningState?: BuildProvisioningState;
|
|
3414
|
-
/**
|
|
3415
|
-
* Status of the build once it has been provisioned.
|
|
3416
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3417
|
-
*/
|
|
3418
|
-
readonly buildStatus?: BuildStatus;
|
|
3419
|
-
/**
|
|
3420
|
-
* Container registry that the final image will be uploaded to.
|
|
3421
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3422
|
-
*/
|
|
3423
|
-
readonly destinationContainerRegistry?: ContainerRegistryWithCustomImage;
|
|
2493
|
+
secretStoreComponent?: string;
|
|
2494
|
+
/** Component metadata */
|
|
2495
|
+
metadata?: DaprMetadata[];
|
|
2496
|
+
/** Names of container apps that can use this Dapr component */
|
|
2497
|
+
scopes?: string[];
|
|
3424
2498
|
/**
|
|
3425
|
-
*
|
|
2499
|
+
* Provisioning state of the Dapr Component.
|
|
3426
2500
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3427
2501
|
*/
|
|
3428
|
-
readonly
|
|
2502
|
+
readonly provisioningState?: DaprComponentProvisioningState;
|
|
3429
2503
|
/**
|
|
3430
|
-
*
|
|
2504
|
+
* Any errors that occurred during deployment or deployment validation
|
|
3431
2505
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3432
2506
|
*/
|
|
3433
|
-
readonly
|
|
3434
|
-
}
|
|
3435
|
-
/** Container App Label History. */
|
|
3436
|
-
export interface LabelHistory extends ProxyResource {
|
|
3437
|
-
/** Container App Label History resource specific properties */
|
|
3438
|
-
properties?: LabelHistoryProperties;
|
|
2507
|
+
readonly deploymentErrors?: string;
|
|
3439
2508
|
}
|
|
3440
|
-
/**
|
|
3441
|
-
export interface
|
|
3442
|
-
/**
|
|
3443
|
-
|
|
3444
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3445
|
-
*/
|
|
3446
|
-
readonly properties?: PatchProperties;
|
|
2509
|
+
/** Storage resource for connectedEnvironment. */
|
|
2510
|
+
export interface ConnectedEnvironmentStorage extends ProxyResource {
|
|
2511
|
+
/** Storage properties */
|
|
2512
|
+
properties?: ConnectedEnvironmentStorageProperties;
|
|
3447
2513
|
}
|
|
3448
2514
|
/** Container App Revision. */
|
|
3449
2515
|
export interface Revision extends ProxyResource {
|
|
@@ -3485,11 +2551,6 @@ export interface Revision extends ProxyResource {
|
|
|
3485
2551
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3486
2552
|
*/
|
|
3487
2553
|
readonly trafficWeight?: number;
|
|
3488
|
-
/**
|
|
3489
|
-
* List of labels assigned to this revision.
|
|
3490
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3491
|
-
*/
|
|
3492
|
-
readonly labels?: string[];
|
|
3493
2554
|
/**
|
|
3494
2555
|
* Optional Field - Platform Error Message
|
|
3495
2556
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3538,83 +2599,17 @@ export interface Diagnostics extends ProxyResource {
|
|
|
3538
2599
|
/** Diagnostics resource specific properties */
|
|
3539
2600
|
properties?: DiagnosticsProperties;
|
|
3540
2601
|
}
|
|
3541
|
-
/** .NET Component. */
|
|
3542
|
-
export interface DotNetComponent extends ProxyResource {
|
|
3543
|
-
/** Type of the .NET Component. */
|
|
3544
|
-
componentType?: DotNetComponentType;
|
|
3545
|
-
/**
|
|
3546
|
-
* Provisioning state of the .NET Component.
|
|
3547
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3548
|
-
*/
|
|
3549
|
-
readonly provisioningState?: DotNetComponentProvisioningState;
|
|
3550
|
-
/** List of .NET Components configuration properties */
|
|
3551
|
-
configurations?: DotNetComponentConfigurationProperty[];
|
|
3552
|
-
/** List of .NET Components that are bound to the .NET component */
|
|
3553
|
-
serviceBinds?: DotNetComponentServiceBind[];
|
|
3554
|
-
}
|
|
3555
2602
|
/** Java Component. */
|
|
3556
2603
|
export interface JavaComponent extends ProxyResource {
|
|
3557
2604
|
/** Java Component resource specific properties */
|
|
3558
2605
|
properties?: JavaComponentPropertiesUnion;
|
|
3559
2606
|
}
|
|
3560
|
-
/** A logic app extension resource */
|
|
3561
|
-
export interface LogicApp extends ProxyResource {
|
|
3562
|
-
/** The resource-specific properties for this resource. */
|
|
3563
|
-
properties?: Record<string, unknown>;
|
|
3564
|
-
}
|
|
3565
2607
|
/** Collection of all the workload Profile States for a Managed Environment.. */
|
|
3566
2608
|
export interface WorkloadProfileStates extends ProxyResource {
|
|
3567
2609
|
/** Workload Profile resource specific properties. */
|
|
3568
2610
|
properties?: WorkloadProfileStatesProperties;
|
|
3569
2611
|
}
|
|
3570
|
-
/**
|
|
3571
|
-
export interface DaprComponentResiliencyPolicy extends ProxyResource {
|
|
3572
|
-
/** The optional inbound component resiliency policy configuration */
|
|
3573
|
-
inboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
|
|
3574
|
-
/** The optional outbound component resiliency policy configuration */
|
|
3575
|
-
outboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
|
|
3576
|
-
}
|
|
3577
|
-
/** Dapr Component. */
|
|
3578
|
-
export interface DaprComponent extends ProxyResource {
|
|
3579
|
-
/** Component type */
|
|
3580
|
-
componentType?: string;
|
|
3581
|
-
/** Component version */
|
|
3582
|
-
version?: string;
|
|
3583
|
-
/** Boolean describing if the component errors are ignores */
|
|
3584
|
-
ignoreErrors?: boolean;
|
|
3585
|
-
/** Initialization timeout */
|
|
3586
|
-
initTimeout?: string;
|
|
3587
|
-
/** Collection of secrets used by a Dapr component */
|
|
3588
|
-
secrets?: Secret[];
|
|
3589
|
-
/** Name of a Dapr component to retrieve component secrets from */
|
|
3590
|
-
secretStoreComponent?: string;
|
|
3591
|
-
/** Component metadata */
|
|
3592
|
-
metadata?: DaprMetadata[];
|
|
3593
|
-
/** Names of container apps that can use this Dapr component */
|
|
3594
|
-
scopes?: string[];
|
|
3595
|
-
/** List of container app services that are bound to the Dapr component */
|
|
3596
|
-
serviceComponentBind?: DaprComponentServiceBinding[];
|
|
3597
|
-
}
|
|
3598
|
-
/** Dapr PubSub Event Subscription. */
|
|
3599
|
-
export interface DaprSubscription extends ProxyResource {
|
|
3600
|
-
/** Dapr PubSub component name */
|
|
3601
|
-
pubsubName?: string;
|
|
3602
|
-
/** Topic name */
|
|
3603
|
-
topic?: string;
|
|
3604
|
-
/** Deadletter topic name */
|
|
3605
|
-
deadLetterTopic?: string;
|
|
3606
|
-
/** Subscription routes */
|
|
3607
|
-
routes?: DaprSubscriptionRoutes;
|
|
3608
|
-
/** Application scopes to restrict the subscription to specific apps. */
|
|
3609
|
-
scopes?: string[];
|
|
3610
|
-
/** Subscription metadata */
|
|
3611
|
-
metadata?: {
|
|
3612
|
-
[propertyName: string]: string;
|
|
3613
|
-
};
|
|
3614
|
-
/** Bulk subscription options */
|
|
3615
|
-
bulkSubscribe?: DaprSubscriptionBulkSubscribeOptions;
|
|
3616
|
-
}
|
|
3617
|
-
/** Advanced Ingress routing for path/header based routing for a Container App Environment */
|
|
2612
|
+
/** A set of host names and http request routing rules for a Container App Environment */
|
|
3618
2613
|
export interface HttpRouteConfig extends ProxyResource {
|
|
3619
2614
|
/** Http Route Config properties */
|
|
3620
2615
|
properties?: HttpRouteConfigProperties;
|
|
@@ -3647,19 +2642,15 @@ export interface SourceControl extends ProxyResource {
|
|
|
3647
2642
|
*/
|
|
3648
2643
|
githubActionConfiguration?: GithubActionConfiguration;
|
|
3649
2644
|
}
|
|
3650
|
-
/**
|
|
3651
|
-
export interface
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
/** Resource ID of the container apps environment that the builder is associated with. */
|
|
3660
|
-
environmentId?: string;
|
|
3661
|
-
/** List of mappings of container registries and the managed identity used to connect to it. */
|
|
3662
|
-
containerRegistries?: ContainerRegistry[];
|
|
2645
|
+
/** A logic app extension resource */
|
|
2646
|
+
export interface LogicApp extends ProxyResource {
|
|
2647
|
+
}
|
|
2648
|
+
/** Schema for the workflow object. */
|
|
2649
|
+
export interface WorkflowEnvelope extends ProxyResource {
|
|
2650
|
+
/** Gets the logic app hybrid workflow kind. */
|
|
2651
|
+
kind?: WorkflowKind;
|
|
2652
|
+
/** Additional workflow properties. */
|
|
2653
|
+
properties?: WorkflowEnvelopeProperties;
|
|
3663
2654
|
}
|
|
3664
2655
|
/** An environment for Kubernetes cluster specialized for web workloads by Azure App Service */
|
|
3665
2656
|
export interface ConnectedEnvironment extends TrackedResource {
|
|
@@ -3700,7 +2691,7 @@ export interface ContainerApp extends TrackedResource {
|
|
|
3700
2691
|
identity?: ManagedServiceIdentity;
|
|
3701
2692
|
/** 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. */
|
|
3702
2693
|
managedBy?: string;
|
|
3703
|
-
/** Metadata
|
|
2694
|
+
/** Metadata to represent the container app kind, representing if a container app is workflowapp or functionapp. */
|
|
3704
2695
|
kind?: Kind;
|
|
3705
2696
|
/**
|
|
3706
2697
|
* Provisioning state of the Container App.
|
|
@@ -3712,19 +2703,12 @@ export interface ContainerApp extends TrackedResource {
|
|
|
3712
2703
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3713
2704
|
*/
|
|
3714
2705
|
readonly runningStatus?: ContainerAppRunningStatus;
|
|
3715
|
-
/**
|
|
3716
|
-
* Any errors that occurred during deployment
|
|
3717
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3718
|
-
*/
|
|
3719
|
-
readonly deploymentErrors?: string;
|
|
3720
2706
|
/** Deprecated. Resource ID of the Container App's environment. */
|
|
3721
2707
|
managedEnvironmentId?: string;
|
|
3722
2708
|
/** Resource ID of environment. */
|
|
3723
2709
|
environmentId?: string;
|
|
3724
2710
|
/** Workload profile name to pin for container app execution. */
|
|
3725
2711
|
workloadProfileName?: string;
|
|
3726
|
-
/** Container App auto patch configuration. */
|
|
3727
|
-
patchingConfiguration?: ContainerAppPropertiesPatchingConfiguration;
|
|
3728
2712
|
/**
|
|
3729
2713
|
* Name of the latest revision of the Container App.
|
|
3730
2714
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3800,26 +2784,15 @@ export interface ManagedEnvironment extends TrackedResource {
|
|
|
3800
2784
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3801
2785
|
*/
|
|
3802
2786
|
readonly defaultDomain?: string;
|
|
3803
|
-
/**
|
|
3804
|
-
* Private Link Default Domain Name for the environment
|
|
3805
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3806
|
-
*/
|
|
3807
|
-
readonly privateLinkDefaultDomain?: string;
|
|
3808
2787
|
/**
|
|
3809
2788
|
* Static IP of the Environment
|
|
3810
2789
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3811
2790
|
*/
|
|
3812
2791
|
readonly staticIp?: string;
|
|
3813
|
-
/** Cluster configuration which enables the log daemon to export app logs to configured destination */
|
|
2792
|
+
/** Cluster configuration which enables the log daemon to export app logs to configured destination. */
|
|
3814
2793
|
appLogsConfiguration?: AppLogsConfiguration;
|
|
3815
|
-
/** Environment level Application Insights configuration */
|
|
3816
|
-
appInsightsConfiguration?: AppInsightsConfiguration;
|
|
3817
|
-
/** Environment Open Telemetry configuration */
|
|
3818
|
-
openTelemetryConfiguration?: OpenTelemetryConfiguration;
|
|
3819
2794
|
/** Whether or not this Managed Environment is zone-redundant. */
|
|
3820
2795
|
zoneRedundant?: boolean;
|
|
3821
|
-
/** The list of availability zones to use for managed environment */
|
|
3822
|
-
availabilityZones?: string[];
|
|
3823
2796
|
/** Custom domain configuration for the environment */
|
|
3824
2797
|
customDomainConfiguration?: CustomDomainConfiguration;
|
|
3825
2798
|
/**
|
|
@@ -3848,13 +2821,9 @@ export interface ManagedEnvironment extends TrackedResource {
|
|
|
3848
2821
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
3849
2822
|
/** Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'. */
|
|
3850
2823
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
3851
|
-
/** Disk encryption configuration for the Managed Environment. */
|
|
3852
|
-
diskEncryptionConfiguration?: DiskEncryptionConfiguration;
|
|
3853
2824
|
}
|
|
3854
2825
|
/** Container App Job */
|
|
3855
2826
|
export interface Job extends TrackedResource {
|
|
3856
|
-
/** The complex type of the extended location. */
|
|
3857
|
-
extendedLocation?: ExtendedLocation;
|
|
3858
2827
|
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
3859
2828
|
identity?: ManagedServiceIdentity;
|
|
3860
2829
|
/**
|
|
@@ -3862,11 +2831,6 @@ export interface Job extends TrackedResource {
|
|
|
3862
2831
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3863
2832
|
*/
|
|
3864
2833
|
readonly provisioningState?: JobProvisioningState;
|
|
3865
|
-
/**
|
|
3866
|
-
* Current running state of the job
|
|
3867
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3868
|
-
*/
|
|
3869
|
-
readonly runningState?: JobRunningState;
|
|
3870
2834
|
/** Resource ID of environment. */
|
|
3871
2835
|
environmentId?: string;
|
|
3872
2836
|
/** Workload profile name to pin for container apps job execution. */
|
|
@@ -3942,30 +2906,18 @@ export interface SessionPool extends TrackedResource {
|
|
|
3942
2906
|
/** Optional settings for a Managed Identity that is assigned to the Session pool. */
|
|
3943
2907
|
managedIdentitySettings?: ManagedIdentitySetting[];
|
|
3944
2908
|
}
|
|
3945
|
-
/** Defines headers for
|
|
3946
|
-
export interface
|
|
2909
|
+
/** Defines headers for ConnectedEnvironments_createOrUpdate operation. */
|
|
2910
|
+
export interface ConnectedEnvironmentsCreateOrUpdateHeaders {
|
|
3947
2911
|
azureAsyncOperation?: string;
|
|
3948
2912
|
}
|
|
3949
|
-
/** Defines headers for Builders_update operation. */
|
|
3950
|
-
export interface BuildersUpdateHeaders {
|
|
3951
|
-
location?: string;
|
|
3952
|
-
}
|
|
3953
|
-
/** Defines headers for Builders_delete operation. */
|
|
3954
|
-
export interface BuildersDeleteHeaders {
|
|
3955
|
-
location?: string;
|
|
3956
|
-
}
|
|
3957
|
-
/** Defines headers for Builds_createOrUpdate operation. */
|
|
3958
|
-
export interface BuildsCreateOrUpdateHeaders {
|
|
3959
|
-
azureAsyncOperation?: string;
|
|
3960
|
-
}
|
|
3961
|
-
/** Defines headers for Builds_delete operation. */
|
|
3962
|
-
export interface BuildsDeleteHeaders {
|
|
3963
|
-
location?: string;
|
|
3964
|
-
}
|
|
3965
2913
|
/** Defines headers for ConnectedEnvironments_delete operation. */
|
|
3966
2914
|
export interface ConnectedEnvironmentsDeleteHeaders {
|
|
3967
2915
|
location?: string;
|
|
3968
2916
|
}
|
|
2917
|
+
/** Defines headers for ConnectedEnvironmentsCertificates_createOrUpdate operation. */
|
|
2918
|
+
export interface ConnectedEnvironmentsCertificatesCreateOrUpdateHeaders {
|
|
2919
|
+
azureAsyncOperation?: string;
|
|
2920
|
+
}
|
|
3969
2921
|
/** Defines headers for ConnectedEnvironmentsCertificates_delete operation. */
|
|
3970
2922
|
export interface ConnectedEnvironmentsCertificatesDeleteHeaders {
|
|
3971
2923
|
location?: string;
|
|
@@ -3974,10 +2926,18 @@ export interface ConnectedEnvironmentsCertificatesDeleteHeaders {
|
|
|
3974
2926
|
export interface ConnectedEnvironmentsCertificatesUpdateHeaders {
|
|
3975
2927
|
location?: string;
|
|
3976
2928
|
}
|
|
2929
|
+
/** Defines headers for ConnectedEnvironmentsDaprComponents_createOrUpdate operation. */
|
|
2930
|
+
export interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateHeaders {
|
|
2931
|
+
azureAsyncOperation?: string;
|
|
2932
|
+
}
|
|
3977
2933
|
/** Defines headers for ConnectedEnvironmentsDaprComponents_delete operation. */
|
|
3978
2934
|
export interface ConnectedEnvironmentsDaprComponentsDeleteHeaders {
|
|
3979
2935
|
location?: string;
|
|
3980
2936
|
}
|
|
2937
|
+
/** Defines headers for ConnectedEnvironmentsStorages_createOrUpdate operation. */
|
|
2938
|
+
export interface ConnectedEnvironmentsStoragesCreateOrUpdateHeaders {
|
|
2939
|
+
azureAsyncOperation?: string;
|
|
2940
|
+
}
|
|
3981
2941
|
/** Defines headers for ConnectedEnvironmentsStorages_delete operation. */
|
|
3982
2942
|
export interface ConnectedEnvironmentsStoragesDeleteHeaders {
|
|
3983
2943
|
location?: string;
|
|
@@ -3998,23 +2958,6 @@ export interface ContainerAppsStartHeaders {
|
|
|
3998
2958
|
export interface ContainerAppsStopHeaders {
|
|
3999
2959
|
location?: string;
|
|
4000
2960
|
}
|
|
4001
|
-
/** Defines headers for ContainerAppsBuilds_delete operation. */
|
|
4002
|
-
export interface ContainerAppsBuildsDeleteHeaders {
|
|
4003
|
-
location?: string;
|
|
4004
|
-
}
|
|
4005
|
-
/** Defines headers for ContainerAppsPatches_delete operation. */
|
|
4006
|
-
export interface ContainerAppsPatchesDeleteHeaders {
|
|
4007
|
-
location?: string;
|
|
4008
|
-
}
|
|
4009
|
-
/** Defines headers for ContainerAppsPatches_skipConfigure operation. */
|
|
4010
|
-
export interface ContainerAppsPatchesSkipConfigureHeaders {
|
|
4011
|
-
location?: string;
|
|
4012
|
-
}
|
|
4013
|
-
/** Defines headers for ContainerAppsPatches_apply operation. */
|
|
4014
|
-
export interface ContainerAppsPatchesApplyHeaders {
|
|
4015
|
-
azureAsyncOperation?: string;
|
|
4016
|
-
location?: string;
|
|
4017
|
-
}
|
|
4018
2961
|
/** Defines headers for Jobs_delete operation. */
|
|
4019
2962
|
export interface JobsDeleteHeaders {
|
|
4020
2963
|
location?: string;
|
|
@@ -4035,24 +2978,6 @@ export interface JobsStopExecutionHeaders {
|
|
|
4035
2978
|
export interface JobsStopMultipleExecutionsHeaders {
|
|
4036
2979
|
location?: string;
|
|
4037
2980
|
}
|
|
4038
|
-
/** Defines headers for Jobs_resume operation. */
|
|
4039
|
-
export interface JobsResumeHeaders {
|
|
4040
|
-
azureAsyncOperation?: string;
|
|
4041
|
-
location?: string;
|
|
4042
|
-
}
|
|
4043
|
-
/** Defines headers for Jobs_suspend operation. */
|
|
4044
|
-
export interface JobsSuspendHeaders {
|
|
4045
|
-
azureAsyncOperation?: string;
|
|
4046
|
-
location?: string;
|
|
4047
|
-
}
|
|
4048
|
-
/** Defines headers for DotNetComponents_update operation. */
|
|
4049
|
-
export interface DotNetComponentsUpdateHeaders {
|
|
4050
|
-
location?: string;
|
|
4051
|
-
}
|
|
4052
|
-
/** Defines headers for DotNetComponents_delete operation. */
|
|
4053
|
-
export interface DotNetComponentsDeleteHeaders {
|
|
4054
|
-
location?: string;
|
|
4055
|
-
}
|
|
4056
2981
|
/** Defines headers for JavaComponents_update operation. */
|
|
4057
2982
|
export interface JavaComponentsUpdateHeaders {
|
|
4058
2983
|
location?: string;
|
|
@@ -4065,6 +2990,10 @@ export interface JavaComponentsDeleteHeaders {
|
|
|
4065
2990
|
export interface ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders {
|
|
4066
2991
|
location?: string;
|
|
4067
2992
|
}
|
|
2993
|
+
/** Defines headers for HttpRouteConfig_delete operation. */
|
|
2994
|
+
export interface HttpRouteConfigDeleteHeaders {
|
|
2995
|
+
location?: string;
|
|
2996
|
+
}
|
|
4068
2997
|
/** Defines headers for ContainerAppsSessionPools_update operation. */
|
|
4069
2998
|
export interface ContainerAppsSessionPoolsUpdateHeaders {
|
|
4070
2999
|
location?: string;
|
|
@@ -4111,109 +3040,6 @@ export declare enum KnownApplicability {
|
|
|
4111
3040
|
* **Custom**
|
|
4112
3041
|
*/
|
|
4113
3042
|
export type Applicability = string;
|
|
4114
|
-
/** Known values of {@link BuilderProvisioningState} that the service accepts. */
|
|
4115
|
-
export declare enum KnownBuilderProvisioningState {
|
|
4116
|
-
/** Succeeded */
|
|
4117
|
-
Succeeded = "Succeeded",
|
|
4118
|
-
/** Failed */
|
|
4119
|
-
Failed = "Failed",
|
|
4120
|
-
/** Canceled */
|
|
4121
|
-
Canceled = "Canceled",
|
|
4122
|
-
/** Creating */
|
|
4123
|
-
Creating = "Creating",
|
|
4124
|
-
/** Updating */
|
|
4125
|
-
Updating = "Updating",
|
|
4126
|
-
/** Deleting */
|
|
4127
|
-
Deleting = "Deleting"
|
|
4128
|
-
}
|
|
4129
|
-
/**
|
|
4130
|
-
* Defines values for BuilderProvisioningState. \
|
|
4131
|
-
* {@link KnownBuilderProvisioningState} can be used interchangeably with BuilderProvisioningState,
|
|
4132
|
-
* this enum contains the known values that the service supports.
|
|
4133
|
-
* ### Known values supported by the service
|
|
4134
|
-
* **Succeeded** \
|
|
4135
|
-
* **Failed** \
|
|
4136
|
-
* **Canceled** \
|
|
4137
|
-
* **Creating** \
|
|
4138
|
-
* **Updating** \
|
|
4139
|
-
* **Deleting**
|
|
4140
|
-
*/
|
|
4141
|
-
export type BuilderProvisioningState = string;
|
|
4142
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
4143
|
-
export declare enum KnownManagedServiceIdentityType {
|
|
4144
|
-
/** None */
|
|
4145
|
-
None = "None",
|
|
4146
|
-
/** SystemAssigned */
|
|
4147
|
-
SystemAssigned = "SystemAssigned",
|
|
4148
|
-
/** UserAssigned */
|
|
4149
|
-
UserAssigned = "UserAssigned",
|
|
4150
|
-
/** SystemAssignedUserAssigned */
|
|
4151
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
4152
|
-
}
|
|
4153
|
-
/**
|
|
4154
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
4155
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
4156
|
-
* this enum contains the known values that the service supports.
|
|
4157
|
-
* ### Known values supported by the service
|
|
4158
|
-
* **None** \
|
|
4159
|
-
* **SystemAssigned** \
|
|
4160
|
-
* **UserAssigned** \
|
|
4161
|
-
* **SystemAssigned,UserAssigned**
|
|
4162
|
-
*/
|
|
4163
|
-
export type ManagedServiceIdentityType = string;
|
|
4164
|
-
/** Known values of {@link BuildProvisioningState} that the service accepts. */
|
|
4165
|
-
export declare enum KnownBuildProvisioningState {
|
|
4166
|
-
/** Succeeded */
|
|
4167
|
-
Succeeded = "Succeeded",
|
|
4168
|
-
/** Failed */
|
|
4169
|
-
Failed = "Failed",
|
|
4170
|
-
/** Canceled */
|
|
4171
|
-
Canceled = "Canceled",
|
|
4172
|
-
/** Creating */
|
|
4173
|
-
Creating = "Creating",
|
|
4174
|
-
/** Updating */
|
|
4175
|
-
Updating = "Updating",
|
|
4176
|
-
/** Deleting */
|
|
4177
|
-
Deleting = "Deleting"
|
|
4178
|
-
}
|
|
4179
|
-
/**
|
|
4180
|
-
* Defines values for BuildProvisioningState. \
|
|
4181
|
-
* {@link KnownBuildProvisioningState} can be used interchangeably with BuildProvisioningState,
|
|
4182
|
-
* this enum contains the known values that the service supports.
|
|
4183
|
-
* ### Known values supported by the service
|
|
4184
|
-
* **Succeeded** \
|
|
4185
|
-
* **Failed** \
|
|
4186
|
-
* **Canceled** \
|
|
4187
|
-
* **Creating** \
|
|
4188
|
-
* **Updating** \
|
|
4189
|
-
* **Deleting**
|
|
4190
|
-
*/
|
|
4191
|
-
export type BuildProvisioningState = string;
|
|
4192
|
-
/** Known values of {@link BuildStatus} that the service accepts. */
|
|
4193
|
-
export declare enum KnownBuildStatus {
|
|
4194
|
-
/** NotStarted */
|
|
4195
|
-
NotStarted = "NotStarted",
|
|
4196
|
-
/** InProgress */
|
|
4197
|
-
InProgress = "InProgress",
|
|
4198
|
-
/** Succeeded */
|
|
4199
|
-
Succeeded = "Succeeded",
|
|
4200
|
-
/** Canceled */
|
|
4201
|
-
Canceled = "Canceled",
|
|
4202
|
-
/** Failed */
|
|
4203
|
-
Failed = "Failed"
|
|
4204
|
-
}
|
|
4205
|
-
/**
|
|
4206
|
-
* Defines values for BuildStatus. \
|
|
4207
|
-
* {@link KnownBuildStatus} can be used interchangeably with BuildStatus,
|
|
4208
|
-
* this enum contains the known values that the service supports.
|
|
4209
|
-
* ### Known values supported by the service
|
|
4210
|
-
* **NotStarted** \
|
|
4211
|
-
* **InProgress** \
|
|
4212
|
-
* **Succeeded** \
|
|
4213
|
-
* **Canceled** \
|
|
4214
|
-
* **Failed**
|
|
4215
|
-
*/
|
|
4216
|
-
export type BuildStatus = string;
|
|
4217
3043
|
/** Known values of {@link ExtendedLocationTypes} that the service accepts. */
|
|
4218
3044
|
export declare enum KnownExtendedLocationTypes {
|
|
4219
3045
|
/** CustomLocation */
|
|
@@ -4305,24 +3131,8 @@ export declare enum KnownCertificateProvisioningState {
|
|
|
4305
3131
|
* **Deleting**
|
|
4306
3132
|
*/
|
|
4307
3133
|
export type CertificateProvisioningState = string;
|
|
4308
|
-
/** Known values of {@link
|
|
4309
|
-
export declare enum
|
|
4310
|
-
/** ServerSSLCertificate */
|
|
4311
|
-
ServerSSLCertificate = "ServerSSLCertificate",
|
|
4312
|
-
/** ImagePullTrustedCA */
|
|
4313
|
-
ImagePullTrustedCA = "ImagePullTrustedCA"
|
|
4314
|
-
}
|
|
4315
|
-
/**
|
|
4316
|
-
* Defines values for CertificateType. \
|
|
4317
|
-
* {@link KnownCertificateType} can be used interchangeably with CertificateType,
|
|
4318
|
-
* this enum contains the known values that the service supports.
|
|
4319
|
-
* ### Known values supported by the service
|
|
4320
|
-
* **ServerSSLCertificate** \
|
|
4321
|
-
* **ImagePullTrustedCA**
|
|
4322
|
-
*/
|
|
4323
|
-
export type CertificateType = string;
|
|
4324
|
-
/** Known values of {@link ConnectedEnvironmentDaprComponentProvisioningState} that the service accepts. */
|
|
4325
|
-
export declare enum KnownConnectedEnvironmentDaprComponentProvisioningState {
|
|
3134
|
+
/** Known values of {@link DaprComponentProvisioningState} that the service accepts. */
|
|
3135
|
+
export declare enum KnownDaprComponentProvisioningState {
|
|
4326
3136
|
/** Succeeded */
|
|
4327
3137
|
Succeeded = "Succeeded",
|
|
4328
3138
|
/** Failed */
|
|
@@ -4335,8 +3145,8 @@ export declare enum KnownConnectedEnvironmentDaprComponentProvisioningState {
|
|
|
4335
3145
|
Deleting = "Deleting"
|
|
4336
3146
|
}
|
|
4337
3147
|
/**
|
|
4338
|
-
* Defines values for
|
|
4339
|
-
* {@link
|
|
3148
|
+
* Defines values for DaprComponentProvisioningState. \
|
|
3149
|
+
* {@link KnownDaprComponentProvisioningState} can be used interchangeably with DaprComponentProvisioningState,
|
|
4340
3150
|
* this enum contains the known values that the service supports.
|
|
4341
3151
|
* ### Known values supported by the service
|
|
4342
3152
|
* **Succeeded** \
|
|
@@ -4345,7 +3155,23 @@ export declare enum KnownConnectedEnvironmentDaprComponentProvisioningState {
|
|
|
4345
3155
|
* **InProgress** \
|
|
4346
3156
|
* **Deleting**
|
|
4347
3157
|
*/
|
|
4348
|
-
export type
|
|
3158
|
+
export type DaprComponentProvisioningState = string;
|
|
3159
|
+
/** Known values of {@link AccessMode} that the service accepts. */
|
|
3160
|
+
export declare enum KnownAccessMode {
|
|
3161
|
+
/** ReadOnly */
|
|
3162
|
+
ReadOnly = "ReadOnly",
|
|
3163
|
+
/** ReadWrite */
|
|
3164
|
+
ReadWrite = "ReadWrite"
|
|
3165
|
+
}
|
|
3166
|
+
/**
|
|
3167
|
+
* Defines values for AccessMode. \
|
|
3168
|
+
* {@link KnownAccessMode} can be used interchangeably with AccessMode,
|
|
3169
|
+
* this enum contains the known values that the service supports.
|
|
3170
|
+
* ### Known values supported by the service
|
|
3171
|
+
* **ReadOnly** \
|
|
3172
|
+
* **ReadWrite**
|
|
3173
|
+
*/
|
|
3174
|
+
export type AccessMode = string;
|
|
4349
3175
|
/** Known values of {@link ConnectedEnvironmentStorageProvisioningState} that the service accepts. */
|
|
4350
3176
|
export declare enum KnownConnectedEnvironmentStorageProvisioningState {
|
|
4351
3177
|
/** Succeeded */
|
|
@@ -4371,33 +3197,42 @@ export declare enum KnownConnectedEnvironmentStorageProvisioningState {
|
|
|
4371
3197
|
* **Deleting**
|
|
4372
3198
|
*/
|
|
4373
3199
|
export type ConnectedEnvironmentStorageProvisioningState = string;
|
|
4374
|
-
/** Known values of {@link
|
|
4375
|
-
export declare enum
|
|
4376
|
-
/**
|
|
4377
|
-
|
|
4378
|
-
/**
|
|
4379
|
-
|
|
3200
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
3201
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
3202
|
+
/** None */
|
|
3203
|
+
None = "None",
|
|
3204
|
+
/** SystemAssigned */
|
|
3205
|
+
SystemAssigned = "SystemAssigned",
|
|
3206
|
+
/** UserAssigned */
|
|
3207
|
+
UserAssigned = "UserAssigned",
|
|
3208
|
+
/** SystemAssignedUserAssigned */
|
|
3209
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
4380
3210
|
}
|
|
4381
3211
|
/**
|
|
4382
|
-
* Defines values for
|
|
4383
|
-
* {@link
|
|
3212
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
3213
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
4384
3214
|
* this enum contains the known values that the service supports.
|
|
4385
3215
|
* ### Known values supported by the service
|
|
4386
|
-
* **
|
|
4387
|
-
* **
|
|
3216
|
+
* **None** \
|
|
3217
|
+
* **SystemAssigned** \
|
|
3218
|
+
* **UserAssigned** \
|
|
3219
|
+
* **SystemAssigned,UserAssigned**
|
|
4388
3220
|
*/
|
|
4389
|
-
export type
|
|
3221
|
+
export type ManagedServiceIdentityType = string;
|
|
4390
3222
|
/** Known values of {@link Kind} that the service accepts. */
|
|
4391
3223
|
export declare enum KnownKind {
|
|
4392
3224
|
/** Workflowapp */
|
|
4393
|
-
Workflowapp = "workflowapp"
|
|
3225
|
+
Workflowapp = "workflowapp",
|
|
3226
|
+
/** Functionapp */
|
|
3227
|
+
Functionapp = "functionapp"
|
|
4394
3228
|
}
|
|
4395
3229
|
/**
|
|
4396
3230
|
* Defines values for Kind. \
|
|
4397
3231
|
* {@link KnownKind} can be used interchangeably with Kind,
|
|
4398
3232
|
* this enum contains the known values that the service supports.
|
|
4399
3233
|
* ### Known values supported by the service
|
|
4400
|
-
* **workflowapp**
|
|
3234
|
+
* **workflowapp** \
|
|
3235
|
+
* **functionapp**
|
|
4401
3236
|
*/
|
|
4402
3237
|
export type Kind = string;
|
|
4403
3238
|
/** Known values of {@link ContainerAppProvisioningState} that the service accepts. */
|
|
@@ -4450,33 +3285,12 @@ export declare enum KnownContainerAppRunningStatus {
|
|
|
4450
3285
|
* **Ready**: Container App Job is in Ready state.
|
|
4451
3286
|
*/
|
|
4452
3287
|
export type ContainerAppRunningStatus = string;
|
|
4453
|
-
/** Known values of {@link PatchingMode} that the service accepts. */
|
|
4454
|
-
export declare enum KnownPatchingMode {
|
|
4455
|
-
/** Automatic */
|
|
4456
|
-
Automatic = "Automatic",
|
|
4457
|
-
/** Manual */
|
|
4458
|
-
Manual = "Manual",
|
|
4459
|
-
/** Disabled */
|
|
4460
|
-
Disabled = "Disabled"
|
|
4461
|
-
}
|
|
4462
|
-
/**
|
|
4463
|
-
* Defines values for PatchingMode. \
|
|
4464
|
-
* {@link KnownPatchingMode} can be used interchangeably with PatchingMode,
|
|
4465
|
-
* this enum contains the known values that the service supports.
|
|
4466
|
-
* ### Known values supported by the service
|
|
4467
|
-
* **Automatic** \
|
|
4468
|
-
* **Manual** \
|
|
4469
|
-
* **Disabled**
|
|
4470
|
-
*/
|
|
4471
|
-
export type PatchingMode = string;
|
|
4472
3288
|
/** Known values of {@link ActiveRevisionsMode} that the service accepts. */
|
|
4473
3289
|
export declare enum KnownActiveRevisionsMode {
|
|
4474
3290
|
/** Multiple */
|
|
4475
3291
|
Multiple = "Multiple",
|
|
4476
3292
|
/** Single */
|
|
4477
|
-
Single = "Single"
|
|
4478
|
-
/** Labels */
|
|
4479
|
-
Labels = "Labels"
|
|
3293
|
+
Single = "Single"
|
|
4480
3294
|
}
|
|
4481
3295
|
/**
|
|
4482
3296
|
* Defines values for ActiveRevisionsMode. \
|
|
@@ -4484,8 +3298,7 @@ export declare enum KnownActiveRevisionsMode {
|
|
|
4484
3298
|
* this enum contains the known values that the service supports.
|
|
4485
3299
|
* ### Known values supported by the service
|
|
4486
3300
|
* **Multiple** \
|
|
4487
|
-
* **Single**
|
|
4488
|
-
* **Labels**
|
|
3301
|
+
* **Single**
|
|
4489
3302
|
*/
|
|
4490
3303
|
export type ActiveRevisionsMode = string;
|
|
4491
3304
|
/** Known values of {@link IngressTransportMethod} that the service accepts. */
|
|
@@ -4575,27 +3388,11 @@ export declare enum KnownIngressClientCertificateMode {
|
|
|
4575
3388
|
* {@link KnownIngressClientCertificateMode} can be used interchangeably with IngressClientCertificateMode,
|
|
4576
3389
|
* this enum contains the known values that the service supports.
|
|
4577
3390
|
* ### Known values supported by the service
|
|
4578
|
-
* **ignore** \
|
|
4579
|
-
* **accept** \
|
|
4580
|
-
* **require**
|
|
4581
|
-
*/
|
|
4582
|
-
export type IngressClientCertificateMode = string;
|
|
4583
|
-
/** Known values of {@link IngressTargetPortHttpScheme} that the service accepts. */
|
|
4584
|
-
export declare enum KnownIngressTargetPortHttpScheme {
|
|
4585
|
-
/** Http */
|
|
4586
|
-
Http = "http",
|
|
4587
|
-
/** Https */
|
|
4588
|
-
Https = "https"
|
|
4589
|
-
}
|
|
4590
|
-
/**
|
|
4591
|
-
* Defines values for IngressTargetPortHttpScheme. \
|
|
4592
|
-
* {@link KnownIngressTargetPortHttpScheme} can be used interchangeably with IngressTargetPortHttpScheme,
|
|
4593
|
-
* this enum contains the known values that the service supports.
|
|
4594
|
-
* ### Known values supported by the service
|
|
4595
|
-
* **http** \
|
|
4596
|
-
* **https**
|
|
3391
|
+
* **ignore** \
|
|
3392
|
+
* **accept** \
|
|
3393
|
+
* **require**
|
|
4597
3394
|
*/
|
|
4598
|
-
export type
|
|
3395
|
+
export type IngressClientCertificateMode = string;
|
|
4599
3396
|
/** Known values of {@link AppProtocol} that the service accepts. */
|
|
4600
3397
|
export declare enum KnownAppProtocol {
|
|
4601
3398
|
/** Http */
|
|
@@ -4634,34 +3431,6 @@ export declare enum KnownLogLevel {
|
|
|
4634
3431
|
* **error**
|
|
4635
3432
|
*/
|
|
4636
3433
|
export type LogLevel = string;
|
|
4637
|
-
/** Known values of {@link Level} that the service accepts. */
|
|
4638
|
-
export declare enum KnownLevel {
|
|
4639
|
-
/** Off */
|
|
4640
|
-
Off = "off",
|
|
4641
|
-
/** Error */
|
|
4642
|
-
Error = "error",
|
|
4643
|
-
/** Info */
|
|
4644
|
-
Info = "info",
|
|
4645
|
-
/** Debug */
|
|
4646
|
-
Debug = "debug",
|
|
4647
|
-
/** Trace */
|
|
4648
|
-
Trace = "trace",
|
|
4649
|
-
/** Warn */
|
|
4650
|
-
Warn = "warn"
|
|
4651
|
-
}
|
|
4652
|
-
/**
|
|
4653
|
-
* Defines values for Level. \
|
|
4654
|
-
* {@link KnownLevel} can be used interchangeably with Level,
|
|
4655
|
-
* this enum contains the known values that the service supports.
|
|
4656
|
-
* ### Known values supported by the service
|
|
4657
|
-
* **off** \
|
|
4658
|
-
* **error** \
|
|
4659
|
-
* **info** \
|
|
4660
|
-
* **debug** \
|
|
4661
|
-
* **trace** \
|
|
4662
|
-
* **warn**
|
|
4663
|
-
*/
|
|
4664
|
-
export type Level = string;
|
|
4665
3434
|
/** Known values of {@link IdentitySettingsLifeCycle} that the service accepts. */
|
|
4666
3435
|
export declare enum KnownIdentitySettingsLifeCycle {
|
|
4667
3436
|
/** Init */
|
|
@@ -4684,22 +3453,6 @@ export declare enum KnownIdentitySettingsLifeCycle {
|
|
|
4684
3453
|
* **All**
|
|
4685
3454
|
*/
|
|
4686
3455
|
export type IdentitySettingsLifeCycle = string;
|
|
4687
|
-
/** Known values of {@link ImageType} that the service accepts. */
|
|
4688
|
-
export declare enum KnownImageType {
|
|
4689
|
-
/** CloudBuild */
|
|
4690
|
-
CloudBuild = "CloudBuild",
|
|
4691
|
-
/** ContainerImage */
|
|
4692
|
-
ContainerImage = "ContainerImage"
|
|
4693
|
-
}
|
|
4694
|
-
/**
|
|
4695
|
-
* Defines values for ImageType. \
|
|
4696
|
-
* {@link KnownImageType} can be used interchangeably with ImageType,
|
|
4697
|
-
* this enum contains the known values that the service supports.
|
|
4698
|
-
* ### Known values supported by the service
|
|
4699
|
-
* **CloudBuild** \
|
|
4700
|
-
* **ContainerImage**
|
|
4701
|
-
*/
|
|
4702
|
-
export type ImageType = string;
|
|
4703
3456
|
/** Known values of {@link Scheme} that the service accepts. */
|
|
4704
3457
|
export declare enum KnownScheme {
|
|
4705
3458
|
/** Http */
|
|
@@ -4744,9 +3497,7 @@ export declare enum KnownStorageType {
|
|
|
4744
3497
|
/** Secret */
|
|
4745
3498
|
Secret = "Secret",
|
|
4746
3499
|
/** NfsAzureFile */
|
|
4747
|
-
NfsAzureFile = "NfsAzureFile"
|
|
4748
|
-
/** Smb */
|
|
4749
|
-
Smb = "Smb"
|
|
3500
|
+
NfsAzureFile = "NfsAzureFile"
|
|
4750
3501
|
}
|
|
4751
3502
|
/**
|
|
4752
3503
|
* Defines values for StorageType. \
|
|
@@ -4756,107 +3507,9 @@ export declare enum KnownStorageType {
|
|
|
4756
3507
|
* **AzureFile** \
|
|
4757
3508
|
* **EmptyDir** \
|
|
4758
3509
|
* **Secret** \
|
|
4759
|
-
* **NfsAzureFile**
|
|
4760
|
-
* **Smb**
|
|
3510
|
+
* **NfsAzureFile**
|
|
4761
3511
|
*/
|
|
4762
3512
|
export type StorageType = string;
|
|
4763
|
-
/** Known values of {@link Status} that the service accepts. */
|
|
4764
|
-
export declare enum KnownStatus {
|
|
4765
|
-
/** Succeeded */
|
|
4766
|
-
Succeeded = "Succeeded",
|
|
4767
|
-
/** Failed */
|
|
4768
|
-
Failed = "Failed",
|
|
4769
|
-
/** Starting */
|
|
4770
|
-
Starting = "Starting"
|
|
4771
|
-
}
|
|
4772
|
-
/**
|
|
4773
|
-
* Defines values for Status. \
|
|
4774
|
-
* {@link KnownStatus} can be used interchangeably with Status,
|
|
4775
|
-
* this enum contains the known values that the service supports.
|
|
4776
|
-
* ### Known values supported by the service
|
|
4777
|
-
* **Succeeded** \
|
|
4778
|
-
* **Failed** \
|
|
4779
|
-
* **Starting**
|
|
4780
|
-
*/
|
|
4781
|
-
export type Status = string;
|
|
4782
|
-
/** Known values of {@link PatchApplyStatus} that the service accepts. */
|
|
4783
|
-
export declare enum KnownPatchApplyStatus {
|
|
4784
|
-
/** NotStarted */
|
|
4785
|
-
NotStarted = "NotStarted",
|
|
4786
|
-
/** RebaseInProgress */
|
|
4787
|
-
RebaseInProgress = "RebaseInProgress",
|
|
4788
|
-
/** CreatingRevision */
|
|
4789
|
-
CreatingRevision = "CreatingRevision",
|
|
4790
|
-
/** Succeeded */
|
|
4791
|
-
Succeeded = "Succeeded",
|
|
4792
|
-
/** Canceled */
|
|
4793
|
-
Canceled = "Canceled",
|
|
4794
|
-
/** RebaseFailed */
|
|
4795
|
-
RebaseFailed = "RebaseFailed",
|
|
4796
|
-
/** RevisionCreationFailed */
|
|
4797
|
-
RevisionCreationFailed = "RevisionCreationFailed",
|
|
4798
|
-
/** ImagePushPullFailed */
|
|
4799
|
-
ImagePushPullFailed = "ImagePushPullFailed",
|
|
4800
|
-
/** ManuallySkipped */
|
|
4801
|
-
ManuallySkipped = "ManuallySkipped"
|
|
4802
|
-
}
|
|
4803
|
-
/**
|
|
4804
|
-
* Defines values for PatchApplyStatus. \
|
|
4805
|
-
* {@link KnownPatchApplyStatus} can be used interchangeably with PatchApplyStatus,
|
|
4806
|
-
* this enum contains the known values that the service supports.
|
|
4807
|
-
* ### Known values supported by the service
|
|
4808
|
-
* **NotStarted** \
|
|
4809
|
-
* **RebaseInProgress** \
|
|
4810
|
-
* **CreatingRevision** \
|
|
4811
|
-
* **Succeeded** \
|
|
4812
|
-
* **Canceled** \
|
|
4813
|
-
* **RebaseFailed** \
|
|
4814
|
-
* **RevisionCreationFailed** \
|
|
4815
|
-
* **ImagePushPullFailed** \
|
|
4816
|
-
* **ManuallySkipped**
|
|
4817
|
-
*/
|
|
4818
|
-
export type PatchApplyStatus = string;
|
|
4819
|
-
/** Known values of {@link DetectionStatus} that the service accepts. */
|
|
4820
|
-
export declare enum KnownDetectionStatus {
|
|
4821
|
-
/** Succeeded */
|
|
4822
|
-
Succeeded = "Succeeded",
|
|
4823
|
-
/** RegistryLoginFailed */
|
|
4824
|
-
RegistryLoginFailed = "RegistryLoginFailed",
|
|
4825
|
-
/** Failed */
|
|
4826
|
-
Failed = "Failed"
|
|
4827
|
-
}
|
|
4828
|
-
/**
|
|
4829
|
-
* Defines values for DetectionStatus. \
|
|
4830
|
-
* {@link KnownDetectionStatus} can be used interchangeably with DetectionStatus,
|
|
4831
|
-
* this enum contains the known values that the service supports.
|
|
4832
|
-
* ### Known values supported by the service
|
|
4833
|
-
* **Succeeded** \
|
|
4834
|
-
* **RegistryLoginFailed** \
|
|
4835
|
-
* **Failed**
|
|
4836
|
-
*/
|
|
4837
|
-
export type DetectionStatus = string;
|
|
4838
|
-
/** Known values of {@link PatchType} that the service accepts. */
|
|
4839
|
-
export declare enum KnownPatchType {
|
|
4840
|
-
/** FrameworkSecurity */
|
|
4841
|
-
FrameworkSecurity = "FrameworkSecurity",
|
|
4842
|
-
/** OSSecurity */
|
|
4843
|
-
OSSecurity = "OSSecurity",
|
|
4844
|
-
/** FrameworkAndOSSecurity */
|
|
4845
|
-
FrameworkAndOSSecurity = "FrameworkAndOSSecurity",
|
|
4846
|
-
/** Other */
|
|
4847
|
-
Other = "Other"
|
|
4848
|
-
}
|
|
4849
|
-
/**
|
|
4850
|
-
* Defines values for PatchType. \
|
|
4851
|
-
* {@link KnownPatchType} can be used interchangeably with PatchType,
|
|
4852
|
-
* this enum contains the known values that the service supports.
|
|
4853
|
-
* ### Known values supported by the service
|
|
4854
|
-
* **FrameworkSecurity** \
|
|
4855
|
-
* **OSSecurity** \
|
|
4856
|
-
* **FrameworkAndOSSecurity** \
|
|
4857
|
-
* **Other**
|
|
4858
|
-
*/
|
|
4859
|
-
export type PatchType = string;
|
|
4860
3513
|
/** Known values of {@link RevisionHealthState} that the service accepts. */
|
|
4861
3514
|
export declare enum KnownRevisionHealthState {
|
|
4862
3515
|
/** Healthy */
|
|
@@ -5101,25 +3754,6 @@ export declare enum KnownJobProvisioningState {
|
|
|
5101
3754
|
* **Deleting**
|
|
5102
3755
|
*/
|
|
5103
3756
|
export type JobProvisioningState = string;
|
|
5104
|
-
/** Known values of {@link JobRunningState} that the service accepts. */
|
|
5105
|
-
export declare enum KnownJobRunningState {
|
|
5106
|
-
/** Ready */
|
|
5107
|
-
Ready = "Ready",
|
|
5108
|
-
/** Progressing */
|
|
5109
|
-
Progressing = "Progressing",
|
|
5110
|
-
/** Suspended */
|
|
5111
|
-
Suspended = "Suspended"
|
|
5112
|
-
}
|
|
5113
|
-
/**
|
|
5114
|
-
* Defines values for JobRunningState. \
|
|
5115
|
-
* {@link KnownJobRunningState} can be used interchangeably with JobRunningState,
|
|
5116
|
-
* this enum contains the known values that the service supports.
|
|
5117
|
-
* ### Known values supported by the service
|
|
5118
|
-
* **Ready** \
|
|
5119
|
-
* **Progressing** \
|
|
5120
|
-
* **Suspended**
|
|
5121
|
-
*/
|
|
5122
|
-
export type JobRunningState = string;
|
|
5123
3757
|
/** Known values of {@link TriggerType} that the service accepts. */
|
|
5124
3758
|
export declare enum KnownTriggerType {
|
|
5125
3759
|
/** Schedule */
|
|
@@ -5139,44 +3773,6 @@ export declare enum KnownTriggerType {
|
|
|
5139
3773
|
* **Manual**
|
|
5140
3774
|
*/
|
|
5141
3775
|
export type TriggerType = string;
|
|
5142
|
-
/** Known values of {@link DotNetComponentType} that the service accepts. */
|
|
5143
|
-
export declare enum KnownDotNetComponentType {
|
|
5144
|
-
/** AspireDashboard */
|
|
5145
|
-
AspireDashboard = "AspireDashboard"
|
|
5146
|
-
}
|
|
5147
|
-
/**
|
|
5148
|
-
* Defines values for DotNetComponentType. \
|
|
5149
|
-
* {@link KnownDotNetComponentType} can be used interchangeably with DotNetComponentType,
|
|
5150
|
-
* this enum contains the known values that the service supports.
|
|
5151
|
-
* ### Known values supported by the service
|
|
5152
|
-
* **AspireDashboard**
|
|
5153
|
-
*/
|
|
5154
|
-
export type DotNetComponentType = string;
|
|
5155
|
-
/** Known values of {@link DotNetComponentProvisioningState} that the service accepts. */
|
|
5156
|
-
export declare enum KnownDotNetComponentProvisioningState {
|
|
5157
|
-
/** Succeeded */
|
|
5158
|
-
Succeeded = "Succeeded",
|
|
5159
|
-
/** Failed */
|
|
5160
|
-
Failed = "Failed",
|
|
5161
|
-
/** Canceled */
|
|
5162
|
-
Canceled = "Canceled",
|
|
5163
|
-
/** Deleting */
|
|
5164
|
-
Deleting = "Deleting",
|
|
5165
|
-
/** InProgress */
|
|
5166
|
-
InProgress = "InProgress"
|
|
5167
|
-
}
|
|
5168
|
-
/**
|
|
5169
|
-
* Defines values for DotNetComponentProvisioningState. \
|
|
5170
|
-
* {@link KnownDotNetComponentProvisioningState} can be used interchangeably with DotNetComponentProvisioningState,
|
|
5171
|
-
* this enum contains the known values that the service supports.
|
|
5172
|
-
* ### Known values supported by the service
|
|
5173
|
-
* **Succeeded** \
|
|
5174
|
-
* **Failed** \
|
|
5175
|
-
* **Canceled** \
|
|
5176
|
-
* **Deleting** \
|
|
5177
|
-
* **InProgress**
|
|
5178
|
-
*/
|
|
5179
|
-
export type DotNetComponentProvisioningState = string;
|
|
5180
3776
|
/** Known values of {@link JavaComponentType} that the service accepts. */
|
|
5181
3777
|
export declare enum KnownJavaComponentType {
|
|
5182
3778
|
/** SpringBootAdmin */
|
|
@@ -5184,11 +3780,7 @@ export declare enum KnownJavaComponentType {
|
|
|
5184
3780
|
/** SpringCloudEureka */
|
|
5185
3781
|
SpringCloudEureka = "SpringCloudEureka",
|
|
5186
3782
|
/** SpringCloudConfig */
|
|
5187
|
-
SpringCloudConfig = "SpringCloudConfig"
|
|
5188
|
-
/** SpringCloudGateway */
|
|
5189
|
-
SpringCloudGateway = "SpringCloudGateway",
|
|
5190
|
-
/** Nacos */
|
|
5191
|
-
Nacos = "Nacos"
|
|
3783
|
+
SpringCloudConfig = "SpringCloudConfig"
|
|
5192
3784
|
}
|
|
5193
3785
|
/**
|
|
5194
3786
|
* Defines values for JavaComponentType. \
|
|
@@ -5197,9 +3789,7 @@ export declare enum KnownJavaComponentType {
|
|
|
5197
3789
|
* ### Known values supported by the service
|
|
5198
3790
|
* **SpringBootAdmin** \
|
|
5199
3791
|
* **SpringCloudEureka** \
|
|
5200
|
-
* **SpringCloudConfig**
|
|
5201
|
-
* **SpringCloudGateway** \
|
|
5202
|
-
* **Nacos**
|
|
3792
|
+
* **SpringCloudConfig**
|
|
5203
3793
|
*/
|
|
5204
3794
|
export type JavaComponentType = string;
|
|
5205
3795
|
/** Known values of {@link JavaComponentProvisioningState} that the service accepts. */
|
|
@@ -5258,50 +3848,6 @@ export declare enum KnownJobExecutionRunningState {
|
|
|
5258
3848
|
* **Succeeded**
|
|
5259
3849
|
*/
|
|
5260
3850
|
export type JobExecutionRunningState = string;
|
|
5261
|
-
/** Known values of {@link WorkflowState} that the service accepts. */
|
|
5262
|
-
export declare enum KnownWorkflowState {
|
|
5263
|
-
/** NotSpecified */
|
|
5264
|
-
NotSpecified = "NotSpecified",
|
|
5265
|
-
/** Completed */
|
|
5266
|
-
Completed = "Completed",
|
|
5267
|
-
/** Enabled */
|
|
5268
|
-
Enabled = "Enabled",
|
|
5269
|
-
/** Disabled */
|
|
5270
|
-
Disabled = "Disabled",
|
|
5271
|
-
/** Deleted */
|
|
5272
|
-
Deleted = "Deleted",
|
|
5273
|
-
/** Suspended */
|
|
5274
|
-
Suspended = "Suspended"
|
|
5275
|
-
}
|
|
5276
|
-
/**
|
|
5277
|
-
* Defines values for WorkflowState. \
|
|
5278
|
-
* {@link KnownWorkflowState} can be used interchangeably with WorkflowState,
|
|
5279
|
-
* this enum contains the known values that the service supports.
|
|
5280
|
-
* ### Known values supported by the service
|
|
5281
|
-
* **NotSpecified** \
|
|
5282
|
-
* **Completed** \
|
|
5283
|
-
* **Enabled** \
|
|
5284
|
-
* **Disabled** \
|
|
5285
|
-
* **Deleted** \
|
|
5286
|
-
* **Suspended**
|
|
5287
|
-
*/
|
|
5288
|
-
export type WorkflowState = string;
|
|
5289
|
-
/** Known values of {@link LogicAppsProxyMethod} that the service accepts. */
|
|
5290
|
-
export declare enum KnownLogicAppsProxyMethod {
|
|
5291
|
-
/** GET */
|
|
5292
|
-
GET = "GET",
|
|
5293
|
-
/** Post */
|
|
5294
|
-
Post = "POST"
|
|
5295
|
-
}
|
|
5296
|
-
/**
|
|
5297
|
-
* Defines values for LogicAppsProxyMethod. \
|
|
5298
|
-
* {@link KnownLogicAppsProxyMethod} can be used interchangeably with LogicAppsProxyMethod,
|
|
5299
|
-
* this enum contains the known values that the service supports.
|
|
5300
|
-
* ### Known values supported by the service
|
|
5301
|
-
* **GET** \
|
|
5302
|
-
* **POST**
|
|
5303
|
-
*/
|
|
5304
|
-
export type LogicAppsProxyMethod = string;
|
|
5305
3851
|
/** Known values of {@link ManagedCertificateDomainControlValidation} that the service accepts. */
|
|
5306
3852
|
export declare enum KnownManagedCertificateDomainControlValidation {
|
|
5307
3853
|
/** Cname */
|
|
@@ -5400,22 +3946,6 @@ export declare enum KnownLifecycleType {
|
|
|
5400
3946
|
* **OnContainerExit**
|
|
5401
3947
|
*/
|
|
5402
3948
|
export type LifecycleType = string;
|
|
5403
|
-
/** Known values of {@link SessionProbeType} that the service accepts. */
|
|
5404
|
-
export declare enum KnownSessionProbeType {
|
|
5405
|
-
/** Liveness */
|
|
5406
|
-
Liveness = "Liveness",
|
|
5407
|
-
/** Startup */
|
|
5408
|
-
Startup = "Startup"
|
|
5409
|
-
}
|
|
5410
|
-
/**
|
|
5411
|
-
* Defines values for SessionProbeType. \
|
|
5412
|
-
* {@link KnownSessionProbeType} can be used interchangeably with SessionProbeType,
|
|
5413
|
-
* this enum contains the known values that the service supports.
|
|
5414
|
-
* ### Known values supported by the service
|
|
5415
|
-
* **Liveness** \
|
|
5416
|
-
* **Startup**
|
|
5417
|
-
*/
|
|
5418
|
-
export type SessionProbeType = string;
|
|
5419
3949
|
/** Known values of {@link SessionNetworkStatus} that the service accepts. */
|
|
5420
3950
|
export declare enum KnownSessionNetworkStatus {
|
|
5421
3951
|
/** EgressEnabled */
|
|
@@ -5479,174 +4009,103 @@ export declare enum KnownSourceControlOperationState {
|
|
|
5479
4009
|
* **Canceled**
|
|
5480
4010
|
*/
|
|
5481
4011
|
export type SourceControlOperationState = string;
|
|
4012
|
+
/** Known values of {@link WorkflowKind} that the service accepts. */
|
|
4013
|
+
export declare enum KnownWorkflowKind {
|
|
4014
|
+
/** Stateful */
|
|
4015
|
+
Stateful = "Stateful",
|
|
4016
|
+
/** Stateless */
|
|
4017
|
+
Stateless = "Stateless",
|
|
4018
|
+
/** Agentic */
|
|
4019
|
+
Agentic = "Agentic"
|
|
4020
|
+
}
|
|
4021
|
+
/**
|
|
4022
|
+
* Defines values for WorkflowKind. \
|
|
4023
|
+
* {@link KnownWorkflowKind} can be used interchangeably with WorkflowKind,
|
|
4024
|
+
* this enum contains the known values that the service supports.
|
|
4025
|
+
* ### Known values supported by the service
|
|
4026
|
+
* **Stateful** \
|
|
4027
|
+
* **Stateless** \
|
|
4028
|
+
* **Agentic**
|
|
4029
|
+
*/
|
|
4030
|
+
export type WorkflowKind = string;
|
|
4031
|
+
/** Known values of {@link WorkflowState} that the service accepts. */
|
|
4032
|
+
export declare enum KnownWorkflowState {
|
|
4033
|
+
/** NotSpecified */
|
|
4034
|
+
NotSpecified = "NotSpecified",
|
|
4035
|
+
/** Completed */
|
|
4036
|
+
Completed = "Completed",
|
|
4037
|
+
/** Enabled */
|
|
4038
|
+
Enabled = "Enabled",
|
|
4039
|
+
/** Disabled */
|
|
4040
|
+
Disabled = "Disabled",
|
|
4041
|
+
/** Deleted */
|
|
4042
|
+
Deleted = "Deleted",
|
|
4043
|
+
/** Suspended */
|
|
4044
|
+
Suspended = "Suspended"
|
|
4045
|
+
}
|
|
4046
|
+
/**
|
|
4047
|
+
* Defines values for WorkflowState. \
|
|
4048
|
+
* {@link KnownWorkflowState} can be used interchangeably with WorkflowState,
|
|
4049
|
+
* this enum contains the known values that the service supports.
|
|
4050
|
+
* ### Known values supported by the service
|
|
4051
|
+
* **NotSpecified** \
|
|
4052
|
+
* **Completed** \
|
|
4053
|
+
* **Enabled** \
|
|
4054
|
+
* **Disabled** \
|
|
4055
|
+
* **Deleted** \
|
|
4056
|
+
* **Suspended**
|
|
4057
|
+
*/
|
|
4058
|
+
export type WorkflowState = string;
|
|
5482
4059
|
/** Defines values for UnauthenticatedClientActionV2. */
|
|
5483
4060
|
export type UnauthenticatedClientActionV2 = "RedirectToLoginPage" | "AllowAnonymous" | "Return401" | "Return403";
|
|
5484
4061
|
/** Defines values for CookieExpirationConvention. */
|
|
5485
4062
|
export type CookieExpirationConvention = "FixedTime" | "IdentityProviderDerived";
|
|
5486
|
-
/** Defines values for ForwardProxyConvention. */
|
|
5487
|
-
export type ForwardProxyConvention = "NoProxy" | "Standard" | "Custom";
|
|
5488
|
-
/** Defines values for DnsVerificationTestResult. */
|
|
5489
|
-
export type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
|
|
5490
|
-
/** Defines values for
|
|
5491
|
-
export type
|
|
5492
|
-
/** Defines values for
|
|
5493
|
-
export type
|
|
5494
|
-
/** Optional parameters. */
|
|
5495
|
-
export interface AppResiliencyCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5496
|
-
}
|
|
5497
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
5498
|
-
export type AppResiliencyCreateOrUpdateResponse = AppResiliency;
|
|
5499
|
-
/** Optional parameters. */
|
|
5500
|
-
export interface AppResiliencyUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5501
|
-
}
|
|
5502
|
-
/** Contains response data for the update operation. */
|
|
5503
|
-
export type AppResiliencyUpdateResponse = AppResiliency;
|
|
5504
|
-
/** Optional parameters. */
|
|
5505
|
-
export interface AppResiliencyDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5506
|
-
}
|
|
5507
|
-
/** Optional parameters. */
|
|
5508
|
-
export interface AppResiliencyGetOptionalParams extends coreClient.OperationOptions {
|
|
5509
|
-
}
|
|
5510
|
-
/** Contains response data for the get operation. */
|
|
5511
|
-
export type AppResiliencyGetResponse = AppResiliency;
|
|
5512
|
-
/** Optional parameters. */
|
|
5513
|
-
export interface AppResiliencyListOptionalParams extends coreClient.OperationOptions {
|
|
5514
|
-
}
|
|
5515
|
-
/** Contains response data for the list operation. */
|
|
5516
|
-
export type AppResiliencyListResponse = AppResiliencyCollection;
|
|
5517
|
-
/** Optional parameters. */
|
|
5518
|
-
export interface AppResiliencyListNextOptionalParams extends coreClient.OperationOptions {
|
|
5519
|
-
}
|
|
5520
|
-
/** Contains response data for the listNext operation. */
|
|
5521
|
-
export type AppResiliencyListNextResponse = AppResiliencyCollection;
|
|
5522
|
-
/** Optional parameters. */
|
|
5523
|
-
export interface ContainerAppsAuthConfigsListByContainerAppOptionalParams extends coreClient.OperationOptions {
|
|
5524
|
-
}
|
|
5525
|
-
/** Contains response data for the listByContainerApp operation. */
|
|
5526
|
-
export type ContainerAppsAuthConfigsListByContainerAppResponse = AuthConfigCollection;
|
|
5527
|
-
/** Optional parameters. */
|
|
5528
|
-
export interface ContainerAppsAuthConfigsGetOptionalParams extends coreClient.OperationOptions {
|
|
5529
|
-
}
|
|
5530
|
-
/** Contains response data for the get operation. */
|
|
5531
|
-
export type ContainerAppsAuthConfigsGetResponse = AuthConfig;
|
|
5532
|
-
/** Optional parameters. */
|
|
5533
|
-
export interface ContainerAppsAuthConfigsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5534
|
-
}
|
|
5535
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
5536
|
-
export type ContainerAppsAuthConfigsCreateOrUpdateResponse = AuthConfig;
|
|
5537
|
-
/** Optional parameters. */
|
|
5538
|
-
export interface ContainerAppsAuthConfigsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5539
|
-
}
|
|
5540
|
-
/** Optional parameters. */
|
|
5541
|
-
export interface ContainerAppsAuthConfigsListByContainerAppNextOptionalParams extends coreClient.OperationOptions {
|
|
5542
|
-
}
|
|
5543
|
-
/** Contains response data for the listByContainerAppNext operation. */
|
|
5544
|
-
export type ContainerAppsAuthConfigsListByContainerAppNextResponse = AuthConfigCollection;
|
|
5545
|
-
/** Optional parameters. */
|
|
5546
|
-
export interface AvailableWorkloadProfilesGetOptionalParams extends coreClient.OperationOptions {
|
|
5547
|
-
}
|
|
5548
|
-
/** Contains response data for the get operation. */
|
|
5549
|
-
export type AvailableWorkloadProfilesGetResponse = AvailableWorkloadProfilesCollection;
|
|
5550
|
-
/** Optional parameters. */
|
|
5551
|
-
export interface AvailableWorkloadProfilesGetNextOptionalParams extends coreClient.OperationOptions {
|
|
5552
|
-
}
|
|
5553
|
-
/** Contains response data for the getNext operation. */
|
|
5554
|
-
export type AvailableWorkloadProfilesGetNextResponse = AvailableWorkloadProfilesCollection;
|
|
5555
|
-
/** Optional parameters. */
|
|
5556
|
-
export interface BillingMetersGetOptionalParams extends coreClient.OperationOptions {
|
|
5557
|
-
}
|
|
5558
|
-
/** Contains response data for the get operation. */
|
|
5559
|
-
export type BillingMetersGetResponse = BillingMeterCollection;
|
|
5560
|
-
/** Optional parameters. */
|
|
5561
|
-
export interface BuildersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
5562
|
-
}
|
|
5563
|
-
/** Contains response data for the listBySubscription operation. */
|
|
5564
|
-
export type BuildersListBySubscriptionResponse = BuilderCollection;
|
|
5565
|
-
/** Optional parameters. */
|
|
5566
|
-
export interface BuildersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
5567
|
-
}
|
|
5568
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
5569
|
-
export type BuildersListByResourceGroupResponse = BuilderCollection;
|
|
5570
|
-
/** Optional parameters. */
|
|
5571
|
-
export interface BuildersGetOptionalParams extends coreClient.OperationOptions {
|
|
5572
|
-
}
|
|
5573
|
-
/** Contains response data for the get operation. */
|
|
5574
|
-
export type BuildersGetResponse = BuilderResource;
|
|
5575
|
-
/** Optional parameters. */
|
|
5576
|
-
export interface BuildersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5577
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
5578
|
-
updateIntervalInMs?: number;
|
|
5579
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5580
|
-
resumeFrom?: string;
|
|
5581
|
-
}
|
|
5582
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
5583
|
-
export type BuildersCreateOrUpdateResponse = BuilderResource;
|
|
5584
|
-
/** Optional parameters. */
|
|
5585
|
-
export interface BuildersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5586
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
5587
|
-
updateIntervalInMs?: number;
|
|
5588
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5589
|
-
resumeFrom?: string;
|
|
5590
|
-
}
|
|
5591
|
-
/** Contains response data for the update operation. */
|
|
5592
|
-
export type BuildersUpdateResponse = BuilderResource;
|
|
4063
|
+
/** Defines values for ForwardProxyConvention. */
|
|
4064
|
+
export type ForwardProxyConvention = "NoProxy" | "Standard" | "Custom";
|
|
4065
|
+
/** Defines values for DnsVerificationTestResult. */
|
|
4066
|
+
export type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
|
|
4067
|
+
/** Defines values for WeekDay. */
|
|
4068
|
+
export type WeekDay = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
|
|
4069
|
+
/** Defines values for WorkflowHealthState. */
|
|
4070
|
+
export type WorkflowHealthState = "NotSpecified" | "Healthy" | "Unhealthy" | "Unknown";
|
|
5593
4071
|
/** Optional parameters. */
|
|
5594
|
-
export interface
|
|
5595
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
5596
|
-
updateIntervalInMs?: number;
|
|
5597
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5598
|
-
resumeFrom?: string;
|
|
4072
|
+
export interface ContainerAppsAuthConfigsListByContainerAppOptionalParams extends coreClient.OperationOptions {
|
|
5599
4073
|
}
|
|
5600
|
-
/** Contains response data for the
|
|
5601
|
-
export type
|
|
4074
|
+
/** Contains response data for the listByContainerApp operation. */
|
|
4075
|
+
export type ContainerAppsAuthConfigsListByContainerAppResponse = AuthConfigCollection;
|
|
5602
4076
|
/** Optional parameters. */
|
|
5603
|
-
export interface
|
|
4077
|
+
export interface ContainerAppsAuthConfigsGetOptionalParams extends coreClient.OperationOptions {
|
|
5604
4078
|
}
|
|
5605
|
-
/** Contains response data for the
|
|
5606
|
-
export type
|
|
4079
|
+
/** Contains response data for the get operation. */
|
|
4080
|
+
export type ContainerAppsAuthConfigsGetResponse = AuthConfig;
|
|
5607
4081
|
/** Optional parameters. */
|
|
5608
|
-
export interface
|
|
4082
|
+
export interface ContainerAppsAuthConfigsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5609
4083
|
}
|
|
5610
|
-
/** Contains response data for the
|
|
5611
|
-
export type
|
|
4084
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4085
|
+
export type ContainerAppsAuthConfigsCreateOrUpdateResponse = AuthConfig;
|
|
5612
4086
|
/** Optional parameters. */
|
|
5613
|
-
export interface
|
|
4087
|
+
export interface ContainerAppsAuthConfigsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5614
4088
|
}
|
|
5615
|
-
/** Contains response data for the list operation. */
|
|
5616
|
-
export type BuildsByBuilderResourceListResponse = BuildCollection;
|
|
5617
4089
|
/** Optional parameters. */
|
|
5618
|
-
export interface
|
|
4090
|
+
export interface ContainerAppsAuthConfigsListByContainerAppNextOptionalParams extends coreClient.OperationOptions {
|
|
5619
4091
|
}
|
|
5620
|
-
/** Contains response data for the
|
|
5621
|
-
export type
|
|
4092
|
+
/** Contains response data for the listByContainerAppNext operation. */
|
|
4093
|
+
export type ContainerAppsAuthConfigsListByContainerAppNextResponse = AuthConfigCollection;
|
|
5622
4094
|
/** Optional parameters. */
|
|
5623
|
-
export interface
|
|
4095
|
+
export interface AvailableWorkloadProfilesGetOptionalParams extends coreClient.OperationOptions {
|
|
5624
4096
|
}
|
|
5625
4097
|
/** Contains response data for the get operation. */
|
|
5626
|
-
export type
|
|
5627
|
-
/** Optional parameters. */
|
|
5628
|
-
export interface BuildsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5629
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
5630
|
-
updateIntervalInMs?: number;
|
|
5631
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5632
|
-
resumeFrom?: string;
|
|
5633
|
-
}
|
|
5634
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
5635
|
-
export type BuildsCreateOrUpdateResponse = BuildResource;
|
|
4098
|
+
export type AvailableWorkloadProfilesGetResponse = AvailableWorkloadProfilesCollection;
|
|
5636
4099
|
/** Optional parameters. */
|
|
5637
|
-
export interface
|
|
5638
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
5639
|
-
updateIntervalInMs?: number;
|
|
5640
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5641
|
-
resumeFrom?: string;
|
|
4100
|
+
export interface AvailableWorkloadProfilesGetNextOptionalParams extends coreClient.OperationOptions {
|
|
5642
4101
|
}
|
|
5643
|
-
/** Contains response data for the
|
|
5644
|
-
export type
|
|
4102
|
+
/** Contains response data for the getNext operation. */
|
|
4103
|
+
export type AvailableWorkloadProfilesGetNextResponse = AvailableWorkloadProfilesCollection;
|
|
5645
4104
|
/** Optional parameters. */
|
|
5646
|
-
export interface
|
|
4105
|
+
export interface BillingMetersGetOptionalParams extends coreClient.OperationOptions {
|
|
5647
4106
|
}
|
|
5648
|
-
/** Contains response data for the
|
|
5649
|
-
export type
|
|
4107
|
+
/** Contains response data for the get operation. */
|
|
4108
|
+
export type BillingMetersGetResponse = BillingMeterCollection;
|
|
5650
4109
|
/** Optional parameters. */
|
|
5651
4110
|
export interface ConnectedEnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
5652
4111
|
}
|
|
@@ -5680,8 +4139,6 @@ export interface ConnectedEnvironmentsDeleteOptionalParams extends coreClient.Op
|
|
|
5680
4139
|
}
|
|
5681
4140
|
/** Optional parameters. */
|
|
5682
4141
|
export interface ConnectedEnvironmentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5683
|
-
/** Configuration details of the connectedEnvironment. */
|
|
5684
|
-
environmentEnvelope?: ConnectedEnvironmentPatchResource;
|
|
5685
4142
|
}
|
|
5686
4143
|
/** Contains response data for the update operation. */
|
|
5687
4144
|
export type ConnectedEnvironmentsUpdateResponse = ConnectedEnvironment;
|
|
@@ -5748,12 +4205,12 @@ export type ConnectedEnvironmentsCertificatesListNextResponse = CertificateColle
|
|
|
5748
4205
|
export interface ConnectedEnvironmentsDaprComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
5749
4206
|
}
|
|
5750
4207
|
/** Contains response data for the list operation. */
|
|
5751
|
-
export type ConnectedEnvironmentsDaprComponentsListResponse =
|
|
4208
|
+
export type ConnectedEnvironmentsDaprComponentsListResponse = DaprComponentsCollection;
|
|
5752
4209
|
/** Optional parameters. */
|
|
5753
4210
|
export interface ConnectedEnvironmentsDaprComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
5754
4211
|
}
|
|
5755
4212
|
/** Contains response data for the get operation. */
|
|
5756
|
-
export type ConnectedEnvironmentsDaprComponentsGetResponse =
|
|
4213
|
+
export type ConnectedEnvironmentsDaprComponentsGetResponse = DaprComponent;
|
|
5757
4214
|
/** Optional parameters. */
|
|
5758
4215
|
export interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5759
4216
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -5762,7 +4219,7 @@ export interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams
|
|
|
5762
4219
|
resumeFrom?: string;
|
|
5763
4220
|
}
|
|
5764
4221
|
/** Contains response data for the createOrUpdate operation. */
|
|
5765
|
-
export type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse =
|
|
4222
|
+
export type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse = DaprComponent;
|
|
5766
4223
|
/** Optional parameters. */
|
|
5767
4224
|
export interface ConnectedEnvironmentsDaprComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5768
4225
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -5781,7 +4238,7 @@ export type ConnectedEnvironmentsDaprComponentsListSecretsResponse = DaprSecrets
|
|
|
5781
4238
|
export interface ConnectedEnvironmentsDaprComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
5782
4239
|
}
|
|
5783
4240
|
/** Contains response data for the listNext operation. */
|
|
5784
|
-
export type ConnectedEnvironmentsDaprComponentsListNextResponse =
|
|
4241
|
+
export type ConnectedEnvironmentsDaprComponentsListNextResponse = DaprComponentsCollection;
|
|
5785
4242
|
/** Optional parameters. */
|
|
5786
4243
|
export interface ConnectedEnvironmentsStoragesListOptionalParams extends coreClient.OperationOptions {
|
|
5787
4244
|
}
|
|
@@ -5896,94 +4353,6 @@ export interface ContainerAppsListByResourceGroupNextOptionalParams extends core
|
|
|
5896
4353
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
5897
4354
|
export type ContainerAppsListByResourceGroupNextResponse = ContainerAppCollection;
|
|
5898
4355
|
/** Optional parameters. */
|
|
5899
|
-
export interface ContainerAppsBuildsByContainerAppListOptionalParams extends coreClient.OperationOptions {
|
|
5900
|
-
}
|
|
5901
|
-
/** Contains response data for the list operation. */
|
|
5902
|
-
export type ContainerAppsBuildsByContainerAppListResponse = ContainerAppsBuildCollection;
|
|
5903
|
-
/** Optional parameters. */
|
|
5904
|
-
export interface ContainerAppsBuildsByContainerAppListNextOptionalParams extends coreClient.OperationOptions {
|
|
5905
|
-
}
|
|
5906
|
-
/** Contains response data for the listNext operation. */
|
|
5907
|
-
export type ContainerAppsBuildsByContainerAppListNextResponse = ContainerAppsBuildCollection;
|
|
5908
|
-
/** Optional parameters. */
|
|
5909
|
-
export interface ContainerAppsBuildsGetOptionalParams extends coreClient.OperationOptions {
|
|
5910
|
-
}
|
|
5911
|
-
/** Contains response data for the get operation. */
|
|
5912
|
-
export type ContainerAppsBuildsGetResponse = ContainerAppsBuildResource;
|
|
5913
|
-
/** Optional parameters. */
|
|
5914
|
-
export interface ContainerAppsBuildsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5915
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
5916
|
-
updateIntervalInMs?: number;
|
|
5917
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5918
|
-
resumeFrom?: string;
|
|
5919
|
-
}
|
|
5920
|
-
/** Contains response data for the delete operation. */
|
|
5921
|
-
export type ContainerAppsBuildsDeleteResponse = ContainerAppsBuildsDeleteHeaders;
|
|
5922
|
-
/** Optional parameters. */
|
|
5923
|
-
export interface ContainerAppsLabelHistoryListLabelHistoryOptionalParams extends coreClient.OperationOptions {
|
|
5924
|
-
/** The filter to apply on the operation. */
|
|
5925
|
-
filter?: string;
|
|
5926
|
-
}
|
|
5927
|
-
/** Contains response data for the listLabelHistory operation. */
|
|
5928
|
-
export type ContainerAppsLabelHistoryListLabelHistoryResponse = LabelHistoryCollection;
|
|
5929
|
-
/** Optional parameters. */
|
|
5930
|
-
export interface ContainerAppsLabelHistoryGetLabelHistoryOptionalParams extends coreClient.OperationOptions {
|
|
5931
|
-
}
|
|
5932
|
-
/** Contains response data for the getLabelHistory operation. */
|
|
5933
|
-
export type ContainerAppsLabelHistoryGetLabelHistoryResponse = LabelHistory;
|
|
5934
|
-
/** Optional parameters. */
|
|
5935
|
-
export interface ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams extends coreClient.OperationOptions {
|
|
5936
|
-
}
|
|
5937
|
-
/** Optional parameters. */
|
|
5938
|
-
export interface ContainerAppsLabelHistoryListLabelHistoryNextOptionalParams extends coreClient.OperationOptions {
|
|
5939
|
-
}
|
|
5940
|
-
/** Contains response data for the listLabelHistoryNext operation. */
|
|
5941
|
-
export type ContainerAppsLabelHistoryListLabelHistoryNextResponse = LabelHistoryCollection;
|
|
5942
|
-
/** Optional parameters. */
|
|
5943
|
-
export interface ContainerAppsPatchesListByContainerAppOptionalParams extends coreClient.OperationOptions {
|
|
5944
|
-
/** The filter to apply on the operation. For example, $filter=properties/patchApplyStatus eq 'Succeeded' */
|
|
5945
|
-
filter?: string;
|
|
5946
|
-
}
|
|
5947
|
-
/** Contains response data for the listByContainerApp operation. */
|
|
5948
|
-
export type ContainerAppsPatchesListByContainerAppResponse = PatchCollection;
|
|
5949
|
-
/** Optional parameters. */
|
|
5950
|
-
export interface ContainerAppsPatchesGetOptionalParams extends coreClient.OperationOptions {
|
|
5951
|
-
}
|
|
5952
|
-
/** Contains response data for the get operation. */
|
|
5953
|
-
export type ContainerAppsPatchesGetResponse = ContainerAppsPatchResource;
|
|
5954
|
-
/** Optional parameters. */
|
|
5955
|
-
export interface ContainerAppsPatchesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5956
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
5957
|
-
updateIntervalInMs?: number;
|
|
5958
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5959
|
-
resumeFrom?: string;
|
|
5960
|
-
}
|
|
5961
|
-
/** Contains response data for the delete operation. */
|
|
5962
|
-
export type ContainerAppsPatchesDeleteResponse = ContainerAppsPatchesDeleteHeaders;
|
|
5963
|
-
/** Optional parameters. */
|
|
5964
|
-
export interface ContainerAppsPatchesSkipConfigureOptionalParams extends coreClient.OperationOptions {
|
|
5965
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
5966
|
-
updateIntervalInMs?: number;
|
|
5967
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5968
|
-
resumeFrom?: string;
|
|
5969
|
-
}
|
|
5970
|
-
/** Contains response data for the skipConfigure operation. */
|
|
5971
|
-
export type ContainerAppsPatchesSkipConfigureResponse = ContainerAppsPatchesSkipConfigureHeaders;
|
|
5972
|
-
/** Optional parameters. */
|
|
5973
|
-
export interface ContainerAppsPatchesApplyOptionalParams extends coreClient.OperationOptions {
|
|
5974
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
5975
|
-
updateIntervalInMs?: number;
|
|
5976
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5977
|
-
resumeFrom?: string;
|
|
5978
|
-
}
|
|
5979
|
-
/** Contains response data for the apply operation. */
|
|
5980
|
-
export type ContainerAppsPatchesApplyResponse = ContainerAppsPatchResource;
|
|
5981
|
-
/** Optional parameters. */
|
|
5982
|
-
export interface ContainerAppsPatchesListByContainerAppNextOptionalParams extends coreClient.OperationOptions {
|
|
5983
|
-
}
|
|
5984
|
-
/** Contains response data for the listByContainerAppNext operation. */
|
|
5985
|
-
export type ContainerAppsPatchesListByContainerAppNextResponse = PatchCollection;
|
|
5986
|
-
/** Optional parameters. */
|
|
5987
4356
|
export interface ContainerAppsRevisionsListRevisionsOptionalParams extends coreClient.OperationOptions {
|
|
5988
4357
|
/** The filter to apply on the operation. */
|
|
5989
4358
|
filter?: string;
|
|
@@ -6159,24 +4528,6 @@ export interface JobsListSecretsOptionalParams extends coreClient.OperationOptio
|
|
|
6159
4528
|
/** Contains response data for the listSecrets operation. */
|
|
6160
4529
|
export type JobsListSecretsResponse = JobSecretsCollection;
|
|
6161
4530
|
/** Optional parameters. */
|
|
6162
|
-
export interface JobsResumeOptionalParams extends coreClient.OperationOptions {
|
|
6163
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6164
|
-
updateIntervalInMs?: number;
|
|
6165
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6166
|
-
resumeFrom?: string;
|
|
6167
|
-
}
|
|
6168
|
-
/** Contains response data for the resume operation. */
|
|
6169
|
-
export type JobsResumeResponse = Job;
|
|
6170
|
-
/** Optional parameters. */
|
|
6171
|
-
export interface JobsSuspendOptionalParams extends coreClient.OperationOptions {
|
|
6172
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6173
|
-
updateIntervalInMs?: number;
|
|
6174
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6175
|
-
resumeFrom?: string;
|
|
6176
|
-
}
|
|
6177
|
-
/** Contains response data for the suspend operation. */
|
|
6178
|
-
export type JobsSuspendResponse = Job;
|
|
6179
|
-
/** Optional parameters. */
|
|
6180
4531
|
export interface JobsListDetectorsNextOptionalParams extends coreClient.OperationOptions {
|
|
6181
4532
|
}
|
|
6182
4533
|
/** Contains response data for the listDetectorsNext operation. */
|
|
@@ -6192,56 +4543,6 @@ export interface JobsListByResourceGroupNextOptionalParams extends coreClient.Op
|
|
|
6192
4543
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
6193
4544
|
export type JobsListByResourceGroupNextResponse = JobsCollection;
|
|
6194
4545
|
/** Optional parameters. */
|
|
6195
|
-
export interface DotNetComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
6196
|
-
}
|
|
6197
|
-
/** Contains response data for the list operation. */
|
|
6198
|
-
export type DotNetComponentsListResponse = DotNetComponentsCollection;
|
|
6199
|
-
/** Optional parameters. */
|
|
6200
|
-
export interface DotNetComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
6201
|
-
}
|
|
6202
|
-
/** Contains response data for the get operation. */
|
|
6203
|
-
export type DotNetComponentsGetResponse = DotNetComponent;
|
|
6204
|
-
/** Optional parameters. */
|
|
6205
|
-
export interface DotNetComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6206
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6207
|
-
updateIntervalInMs?: number;
|
|
6208
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6209
|
-
resumeFrom?: string;
|
|
6210
|
-
}
|
|
6211
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
6212
|
-
export type DotNetComponentsCreateOrUpdateResponse = DotNetComponent;
|
|
6213
|
-
/** Optional parameters. */
|
|
6214
|
-
export interface DotNetComponentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6215
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6216
|
-
updateIntervalInMs?: number;
|
|
6217
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6218
|
-
resumeFrom?: string;
|
|
6219
|
-
}
|
|
6220
|
-
/** Contains response data for the update operation. */
|
|
6221
|
-
export type DotNetComponentsUpdateResponse = DotNetComponent;
|
|
6222
|
-
/** Optional parameters. */
|
|
6223
|
-
export interface DotNetComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6224
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6225
|
-
updateIntervalInMs?: number;
|
|
6226
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6227
|
-
resumeFrom?: string;
|
|
6228
|
-
}
|
|
6229
|
-
/** Contains response data for the delete operation. */
|
|
6230
|
-
export type DotNetComponentsDeleteResponse = DotNetComponentsDeleteHeaders;
|
|
6231
|
-
/** Optional parameters. */
|
|
6232
|
-
export interface DotNetComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
6233
|
-
}
|
|
6234
|
-
/** Contains response data for the listNext operation. */
|
|
6235
|
-
export type DotNetComponentsListNextResponse = DotNetComponentsCollection;
|
|
6236
|
-
/** Optional parameters. */
|
|
6237
|
-
export interface FunctionsExtensionInvokeFunctionsHostOptionalParams extends coreClient.OperationOptions {
|
|
6238
|
-
}
|
|
6239
|
-
/** Contains response data for the invokeFunctionsHost operation. */
|
|
6240
|
-
export type FunctionsExtensionInvokeFunctionsHostResponse = {
|
|
6241
|
-
/** The parsed response body. */
|
|
6242
|
-
body: string;
|
|
6243
|
-
};
|
|
6244
|
-
/** Optional parameters. */
|
|
6245
4546
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
6246
4547
|
}
|
|
6247
4548
|
/** Contains response data for the list operation. */
|
|
@@ -6319,49 +4620,6 @@ export type GetCustomDomainVerificationIdResponse = {
|
|
|
6319
4620
|
body: string;
|
|
6320
4621
|
};
|
|
6321
4622
|
/** Optional parameters. */
|
|
6322
|
-
export interface LogicAppsGetOptionalParams extends coreClient.OperationOptions {
|
|
6323
|
-
}
|
|
6324
|
-
/** Contains response data for the get operation. */
|
|
6325
|
-
export type LogicAppsGetResponse = LogicApp;
|
|
6326
|
-
/** Optional parameters. */
|
|
6327
|
-
export interface LogicAppsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6328
|
-
}
|
|
6329
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
6330
|
-
export type LogicAppsCreateOrUpdateResponse = LogicApp;
|
|
6331
|
-
/** Optional parameters. */
|
|
6332
|
-
export interface LogicAppsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6333
|
-
}
|
|
6334
|
-
/** Optional parameters. */
|
|
6335
|
-
export interface LogicAppsListWorkflowsOptionalParams extends coreClient.OperationOptions {
|
|
6336
|
-
}
|
|
6337
|
-
/** Contains response data for the listWorkflows operation. */
|
|
6338
|
-
export type LogicAppsListWorkflowsResponse = WorkflowEnvelopeCollection;
|
|
6339
|
-
/** Optional parameters. */
|
|
6340
|
-
export interface LogicAppsGetWorkflowOptionalParams extends coreClient.OperationOptions {
|
|
6341
|
-
}
|
|
6342
|
-
/** Contains response data for the getWorkflow operation. */
|
|
6343
|
-
export type LogicAppsGetWorkflowResponse = WorkflowEnvelope;
|
|
6344
|
-
/** Optional parameters. */
|
|
6345
|
-
export interface LogicAppsDeployWorkflowArtifactsOptionalParams extends coreClient.OperationOptions {
|
|
6346
|
-
/** Application settings and files of the workflow. */
|
|
6347
|
-
workflowArtifacts?: WorkflowArtifacts;
|
|
6348
|
-
}
|
|
6349
|
-
/** Optional parameters. */
|
|
6350
|
-
export interface LogicAppsListWorkflowsConnectionsOptionalParams extends coreClient.OperationOptions {
|
|
6351
|
-
}
|
|
6352
|
-
/** Contains response data for the listWorkflowsConnections operation. */
|
|
6353
|
-
export type LogicAppsListWorkflowsConnectionsResponse = WorkflowEnvelope;
|
|
6354
|
-
/** Optional parameters. */
|
|
6355
|
-
export interface LogicAppsInvokeOptionalParams extends coreClient.OperationOptions {
|
|
6356
|
-
}
|
|
6357
|
-
/** Contains response data for the invoke operation. */
|
|
6358
|
-
export type LogicAppsInvokeResponse = Record<string, unknown>;
|
|
6359
|
-
/** Optional parameters. */
|
|
6360
|
-
export interface LogicAppsListWorkflowsNextOptionalParams extends coreClient.OperationOptions {
|
|
6361
|
-
}
|
|
6362
|
-
/** Contains response data for the listWorkflowsNext operation. */
|
|
6363
|
-
export type LogicAppsListWorkflowsNextResponse = WorkflowEnvelopeCollection;
|
|
6364
|
-
/** Optional parameters. */
|
|
6365
4623
|
export interface ManagedEnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
6366
4624
|
}
|
|
6367
4625
|
/** Contains response data for the listBySubscription operation. */
|
|
@@ -6539,29 +4797,6 @@ export interface ManagedEnvironmentPrivateLinkResourcesListNextOptionalParams ex
|
|
|
6539
4797
|
/** Contains response data for the listNext operation. */
|
|
6540
4798
|
export type ManagedEnvironmentPrivateLinkResourcesListNextResponse = PrivateLinkResourceListResult;
|
|
6541
4799
|
/** Optional parameters. */
|
|
6542
|
-
export interface DaprComponentResiliencyPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
6543
|
-
}
|
|
6544
|
-
/** Contains response data for the list operation. */
|
|
6545
|
-
export type DaprComponentResiliencyPoliciesListResponse = DaprComponentResiliencyPoliciesCollection;
|
|
6546
|
-
/** Optional parameters. */
|
|
6547
|
-
export interface DaprComponentResiliencyPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
6548
|
-
}
|
|
6549
|
-
/** Contains response data for the get operation. */
|
|
6550
|
-
export type DaprComponentResiliencyPoliciesGetResponse = DaprComponentResiliencyPolicy;
|
|
6551
|
-
/** Optional parameters. */
|
|
6552
|
-
export interface DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6553
|
-
}
|
|
6554
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
6555
|
-
export type DaprComponentResiliencyPoliciesCreateOrUpdateResponse = DaprComponentResiliencyPolicy;
|
|
6556
|
-
/** Optional parameters. */
|
|
6557
|
-
export interface DaprComponentResiliencyPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6558
|
-
}
|
|
6559
|
-
/** Optional parameters. */
|
|
6560
|
-
export interface DaprComponentResiliencyPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
6561
|
-
}
|
|
6562
|
-
/** Contains response data for the listNext operation. */
|
|
6563
|
-
export type DaprComponentResiliencyPoliciesListNextResponse = DaprComponentResiliencyPoliciesCollection;
|
|
6564
|
-
/** Optional parameters. */
|
|
6565
4800
|
export interface DaprComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
6566
4801
|
}
|
|
6567
4802
|
/** Contains response data for the list operation. */
|
|
@@ -6590,36 +4825,13 @@ export interface DaprComponentsListNextOptionalParams extends coreClient.Operati
|
|
|
6590
4825
|
/** Contains response data for the listNext operation. */
|
|
6591
4826
|
export type DaprComponentsListNextResponse = DaprComponentsCollection;
|
|
6592
4827
|
/** Optional parameters. */
|
|
6593
|
-
export interface DaprSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
6594
|
-
}
|
|
6595
|
-
/** Contains response data for the list operation. */
|
|
6596
|
-
export type DaprSubscriptionsListResponse = DaprSubscriptionsCollection;
|
|
6597
|
-
/** Optional parameters. */
|
|
6598
|
-
export interface DaprSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
6599
|
-
}
|
|
6600
|
-
/** Contains response data for the get operation. */
|
|
6601
|
-
export type DaprSubscriptionsGetResponse = DaprSubscription;
|
|
6602
|
-
/** Optional parameters. */
|
|
6603
|
-
export interface DaprSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6604
|
-
}
|
|
6605
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
6606
|
-
export type DaprSubscriptionsCreateOrUpdateResponse = DaprSubscription;
|
|
6607
|
-
/** Optional parameters. */
|
|
6608
|
-
export interface DaprSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6609
|
-
}
|
|
6610
|
-
/** Optional parameters. */
|
|
6611
|
-
export interface DaprSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
6612
|
-
}
|
|
6613
|
-
/** Contains response data for the listNext operation. */
|
|
6614
|
-
export type DaprSubscriptionsListNextResponse = DaprSubscriptionsCollection;
|
|
6615
|
-
/** Optional parameters. */
|
|
6616
4828
|
export interface HttpRouteConfigGetOptionalParams extends coreClient.OperationOptions {
|
|
6617
4829
|
}
|
|
6618
4830
|
/** Contains response data for the get operation. */
|
|
6619
4831
|
export type HttpRouteConfigGetResponse = HttpRouteConfig;
|
|
6620
4832
|
/** Optional parameters. */
|
|
6621
4833
|
export interface HttpRouteConfigCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6622
|
-
/** Http Route
|
|
4834
|
+
/** Http Route Config to be created or updated */
|
|
6623
4835
|
httpRouteConfigEnvelope?: HttpRouteConfig;
|
|
6624
4836
|
}
|
|
6625
4837
|
/** Contains response data for the createOrUpdate operation. */
|
|
@@ -6631,7 +4843,13 @@ export interface HttpRouteConfigUpdateOptionalParams extends coreClient.Operatio
|
|
|
6631
4843
|
export type HttpRouteConfigUpdateResponse = HttpRouteConfig;
|
|
6632
4844
|
/** Optional parameters. */
|
|
6633
4845
|
export interface HttpRouteConfigDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4846
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4847
|
+
updateIntervalInMs?: number;
|
|
4848
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4849
|
+
resumeFrom?: string;
|
|
6634
4850
|
}
|
|
4851
|
+
/** Contains response data for the delete operation. */
|
|
4852
|
+
export type HttpRouteConfigDeleteResponse = HttpRouteConfigDeleteHeaders;
|
|
6635
4853
|
/** Optional parameters. */
|
|
6636
4854
|
export interface HttpRouteConfigListOptionalParams extends coreClient.OperationOptions {
|
|
6637
4855
|
}
|
|
@@ -6747,8 +4965,6 @@ export interface ContainerAppsSourceControlsGetOptionalParams extends coreClient
|
|
|
6747
4965
|
export type ContainerAppsSourceControlsGetResponse = SourceControl;
|
|
6748
4966
|
/** Optional parameters. */
|
|
6749
4967
|
export interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6750
|
-
/** Github personal access token used for SourceControl. */
|
|
6751
|
-
xMsGithubAuxiliary?: string;
|
|
6752
4968
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6753
4969
|
updateIntervalInMs?: number;
|
|
6754
4970
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6758,12 +4974,6 @@ export interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams extends
|
|
|
6758
4974
|
export type ContainerAppsSourceControlsCreateOrUpdateResponse = SourceControl;
|
|
6759
4975
|
/** Optional parameters. */
|
|
6760
4976
|
export interface ContainerAppsSourceControlsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6761
|
-
/** Github personal access token used for SourceControl. */
|
|
6762
|
-
xMsGithubAuxiliary?: string;
|
|
6763
|
-
/** Ignore Workflow Deletion Failure. */
|
|
6764
|
-
ignoreWorkflowDeletionFailure?: boolean;
|
|
6765
|
-
/** Delete workflow. */
|
|
6766
|
-
deleteWorkflow?: boolean;
|
|
6767
4977
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6768
4978
|
updateIntervalInMs?: number;
|
|
6769
4979
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6795,6 +5005,41 @@ export interface ManagedEnvironmentUsagesListNextOptionalParams extends coreClie
|
|
|
6795
5005
|
/** Contains response data for the listNext operation. */
|
|
6796
5006
|
export type ManagedEnvironmentUsagesListNextResponse = ListUsagesResult;
|
|
6797
5007
|
/** Optional parameters. */
|
|
5008
|
+
export interface LogicAppsGetOptionalParams extends coreClient.OperationOptions {
|
|
5009
|
+
}
|
|
5010
|
+
/** Contains response data for the get operation. */
|
|
5011
|
+
export type LogicAppsGetResponse = LogicApp;
|
|
5012
|
+
/** Optional parameters. */
|
|
5013
|
+
export interface LogicAppsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5014
|
+
/** Logic app resource properties. */
|
|
5015
|
+
resource?: LogicApp;
|
|
5016
|
+
}
|
|
5017
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5018
|
+
export type LogicAppsCreateOrUpdateResponse = LogicApp;
|
|
5019
|
+
/** Optional parameters. */
|
|
5020
|
+
export interface LogicAppsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5021
|
+
}
|
|
5022
|
+
/** Optional parameters. */
|
|
5023
|
+
export interface LogicAppsListWorkflowsOptionalParams extends coreClient.OperationOptions {
|
|
5024
|
+
}
|
|
5025
|
+
/** Contains response data for the listWorkflows operation. */
|
|
5026
|
+
export type LogicAppsListWorkflowsResponse = WorkflowEnvelopeCollection;
|
|
5027
|
+
/** Optional parameters. */
|
|
5028
|
+
export interface LogicAppsGetWorkflowOptionalParams extends coreClient.OperationOptions {
|
|
5029
|
+
}
|
|
5030
|
+
/** Contains response data for the getWorkflow operation. */
|
|
5031
|
+
export type LogicAppsGetWorkflowResponse = WorkflowEnvelope;
|
|
5032
|
+
/** Optional parameters. */
|
|
5033
|
+
export interface LogicAppsListWorkflowsConnectionsOptionalParams extends coreClient.OperationOptions {
|
|
5034
|
+
}
|
|
5035
|
+
/** Contains response data for the listWorkflowsConnections operation. */
|
|
5036
|
+
export type LogicAppsListWorkflowsConnectionsResponse = WorkflowEnvelope;
|
|
5037
|
+
/** Optional parameters. */
|
|
5038
|
+
export interface LogicAppsListWorkflowsNextOptionalParams extends coreClient.OperationOptions {
|
|
5039
|
+
}
|
|
5040
|
+
/** Contains response data for the listWorkflowsNext operation. */
|
|
5041
|
+
export type LogicAppsListWorkflowsNextResponse = WorkflowEnvelopeCollection;
|
|
5042
|
+
/** Optional parameters. */
|
|
6798
5043
|
export interface ContainerAppsAPIClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
6799
5044
|
/** server parameter */
|
|
6800
5045
|
$host?: string;
|