@azure/arm-appcontainers 2.2.0-beta.1 → 3.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +3 -3
- package/README.md +24 -18
- package/dist/browser/containerAppsAPIClient.d.ts +77 -0
- package/dist/browser/containerAppsAPIClient.d.ts.map +1 -0
- package/dist/browser/containerAppsAPIClient.js +252 -0
- package/dist/browser/containerAppsAPIClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +6806 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +772 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +374 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +11388 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +89 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +754 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/appResiliencyOperations.d.ts +72 -0
- package/dist/browser/operations/appResiliencyOperations.d.ts.map +1 -0
- package/dist/browser/operations/appResiliencyOperations.js +269 -0
- package/dist/browser/operations/appResiliencyOperations.js.map +1 -0
- package/dist/browser/operations/availableWorkloadProfiles.d.ts +35 -0
- package/dist/browser/operations/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/browser/operations/availableWorkloadProfiles.js +124 -0
- package/dist/browser/operations/availableWorkloadProfiles.js.map +1 -0
- package/dist/browser/operations/billingMeters.d.ts +19 -0
- package/dist/browser/operations/billingMeters.d.ts.map +1 -0
- package/dist/browser/operations/billingMeters.js +48 -0
- package/dist/browser/operations/billingMeters.js.map +1 -0
- package/dist/browser/operations/buildAuthToken.d.ts +21 -0
- package/dist/browser/operations/buildAuthToken.d.ts.map +1 -0
- package/dist/browser/operations/buildAuthToken.js +56 -0
- package/dist/browser/operations/buildAuthToken.js.map +1 -0
- package/dist/browser/operations/builders.d.ts +107 -0
- package/dist/browser/operations/builders.d.ts.map +1 -0
- package/dist/browser/operations/builders.js +515 -0
- package/dist/browser/operations/builders.js.map +1 -0
- package/dist/browser/operations/builds.d.ts +56 -0
- package/dist/browser/operations/builds.d.ts.map +1 -0
- package/dist/browser/operations/builds.js +248 -0
- package/dist/browser/operations/builds.js.map +1 -0
- package/dist/browser/operations/buildsByBuilderResource.d.ts +38 -0
- package/dist/browser/operations/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/browser/operations/buildsByBuilderResource.js +133 -0
- package/dist/browser/operations/buildsByBuilderResource.js.map +1 -0
- package/dist/browser/operations/certificates.d.ts +71 -0
- package/dist/browser/operations/certificates.d.ts.map +1 -0
- package/dist/browser/operations/certificates.js +271 -0
- package/dist/browser/operations/certificates.js.map +1 -0
- package/dist/browser/operations/connectedEnvironments.d.ts +106 -0
- package/dist/browser/operations/connectedEnvironments.d.ts.map +1 -0
- package/dist/browser/operations/connectedEnvironments.js +491 -0
- package/dist/browser/operations/connectedEnvironments.js.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts +97 -0
- package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsCertificates.js +459 -0
- package/dist/browser/operations/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts +89 -0
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js +394 -0
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsStorages.d.ts +63 -0
- package/dist/browser/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsStorages.js +283 -0
- package/dist/browser/operations/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/browser/operations/containerApps.d.ts +156 -0
- package/dist/browser/operations/containerApps.d.ts.map +1 -0
- package/dist/browser/operations/containerApps.js +786 -0
- package/dist/browser/operations/containerApps.js.map +1 -0
- package/dist/browser/operations/containerAppsAuthConfigs.d.ts +63 -0
- package/dist/browser/operations/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsAuthConfigs.js +237 -0
- package/dist/browser/operations/containerAppsAuthConfigs.js.map +1 -0
- package/dist/browser/operations/containerAppsBuilds.d.ts +38 -0
- package/dist/browser/operations/containerAppsBuilds.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsBuilds.js +148 -0
- package/dist/browser/operations/containerAppsBuilds.js.map +1 -0
- package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
- package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsBuildsByContainerApp.js +133 -0
- package/dist/browser/operations/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/browser/operations/containerAppsDiagnostics.d.ts +85 -0
- package/dist/browser/operations/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsDiagnostics.js +337 -0
- package/dist/browser/operations/containerAppsDiagnostics.js.map +1 -0
- package/dist/browser/operations/containerAppsLabelHistory.d.ts +54 -0
- package/dist/browser/operations/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsLabelHistory.js +196 -0
- package/dist/browser/operations/containerAppsLabelHistory.js.map +1 -0
- package/dist/browser/operations/containerAppsPatches.d.ts +97 -0
- package/dist/browser/operations/containerAppsPatches.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsPatches.js +447 -0
- package/dist/browser/operations/containerAppsPatches.js.map +1 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.d.ts +30 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.js +96 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/browser/operations/containerAppsRevisions.d.ts +70 -0
- package/dist/browser/operations/containerAppsRevisions.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsRevisions.js +255 -0
- package/dist/browser/operations/containerAppsRevisions.js.map +1 -0
- package/dist/browser/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist/browser/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsSessionPools.js +525 -0
- package/dist/browser/operations/containerAppsSessionPools.js.map +1 -0
- package/dist/browser/operations/containerAppsSourceControls.d.ts +81 -0
- package/dist/browser/operations/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsSourceControls.js +351 -0
- package/dist/browser/operations/containerAppsSourceControls.js.map +1 -0
- package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts +70 -0
- package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/browser/operations/daprComponentResiliencyPolicies.js +253 -0
- package/dist/browser/operations/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/browser/operations/daprComponents.d.ts +71 -0
- package/dist/browser/operations/daprComponents.d.ts.map +1 -0
- package/dist/browser/operations/daprComponents.js +269 -0
- package/dist/browser/operations/daprComponents.js.map +1 -0
- package/dist/browser/operations/daprSubscriptions.d.ts +63 -0
- package/dist/browser/operations/daprSubscriptions.d.ts.map +1 -0
- package/dist/browser/operations/daprSubscriptions.js +240 -0
- package/dist/browser/operations/daprSubscriptions.js.map +1 -0
- package/dist/browser/operations/dotNetComponents.d.ts +99 -0
- package/dist/browser/operations/dotNetComponents.d.ts.map +1 -0
- package/dist/browser/operations/dotNetComponents.js +456 -0
- package/dist/browser/operations/dotNetComponents.js.map +1 -0
- package/dist/browser/operations/functionsExtension.d.ts +22 -0
- package/dist/browser/operations/functionsExtension.d.ts.map +1 -0
- package/dist/browser/operations/functionsExtension.js +64 -0
- package/dist/browser/operations/functionsExtension.js.map +1 -0
- package/dist/browser/operations/httpRouteConfigOperations.d.ts +71 -0
- package/dist/browser/operations/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/browser/operations/httpRouteConfigOperations.js +274 -0
- package/dist/browser/operations/httpRouteConfigOperations.js.map +1 -0
- package/dist/browser/operations/index.d.ts +46 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +53 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/javaComponents.d.ts +99 -0
- package/dist/browser/operations/javaComponents.d.ts.map +1 -0
- package/dist/browser/operations/javaComponents.js +456 -0
- package/dist/browser/operations/javaComponents.js.map +1 -0
- package/dist/browser/operations/jobs.d.ts +226 -0
- package/dist/browser/operations/jobs.d.ts.map +1 -0
- package/dist/browser/operations/jobs.js +1139 -0
- package/dist/browser/operations/jobs.js.map +1 -0
- package/dist/browser/operations/jobsExecutions.d.ts +38 -0
- package/dist/browser/operations/jobsExecutions.d.ts.map +1 -0
- package/dist/browser/operations/jobsExecutions.js +133 -0
- package/dist/browser/operations/jobsExecutions.js.map +1 -0
- package/dist/browser/operations/logicApps.d.ts +101 -0
- package/dist/browser/operations/logicApps.d.ts.map +1 -0
- package/dist/browser/operations/logicApps.js +390 -0
- package/dist/browser/operations/logicApps.js.map +1 -0
- package/dist/browser/operations/maintenanceConfigurations.d.ts +64 -0
- package/dist/browser/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/maintenanceConfigurations.js +241 -0
- package/dist/browser/operations/maintenanceConfigurations.js.map +1 -0
- package/dist/browser/operations/managedCertificates.d.ts +80 -0
- package/dist/browser/operations/managedCertificates.d.ts.map +1 -0
- package/dist/browser/operations/managedCertificates.js +339 -0
- package/dist/browser/operations/managedCertificates.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts +28 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.js +86 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js +370 -0
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js +133 -0
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentUsages.d.ts +38 -0
- package/dist/browser/operations/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentUsages.js +133 -0
- package/dist/browser/operations/managedEnvironmentUsages.js.map +1 -0
- package/dist/browser/operations/managedEnvironments.d.ts +139 -0
- package/dist/browser/operations/managedEnvironments.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironments.js +652 -0
- package/dist/browser/operations/managedEnvironments.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js +54 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentsStorages.d.ts +45 -0
- package/dist/browser/operations/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentsStorages.js +161 -0
- package/dist/browser/operations/managedEnvironmentsStorages.js.map +1 -0
- package/dist/browser/operations/namespaces.d.ts +21 -0
- package/dist/browser/operations/namespaces.d.ts.map +1 -0
- package/dist/browser/operations/namespaces.js +62 -0
- package/dist/browser/operations/namespaces.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +116 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +37 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +126 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/appResiliencyOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/billingMeters.d.ts +11 -0
- package/dist/browser/operationsInterfaces/billingMeters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/billingMeters.js.map +1 -0
- package/dist/browser/operationsInterfaces/buildAuthToken.d.ts +13 -0
- package/dist/browser/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/buildAuthToken.js.map +1 -0
- package/dist/browser/operationsInterfaces/builders.d.ts +71 -0
- package/dist/browser/operationsInterfaces/builders.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/builders.js.map +1 -0
- package/dist/browser/operationsInterfaces/builds.d.ts +48 -0
- package/dist/browser/operationsInterfaces/builds.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/builds.js.map +1 -0
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
- package/dist/browser/operationsInterfaces/certificates.d.ts +46 -0
- package/dist/browser/operationsInterfaces/certificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/certificates.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironments.d.ts +70 -0
- package/dist/browser/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironments.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +72 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +64 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts +55 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerApps.d.ts +120 -0
- package/dist/browser/operationsInterfaces/containerApps.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerApps.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
- package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsBuilds.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.js +9 -0
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts +72 -0
- package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsPatches.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisions.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/daprComponents.d.ts +46 -0
- package/dist/browser/operationsInterfaces/daprComponents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/daprComponents.js.map +1 -0
- package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts +38 -0
- package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/daprSubscriptions.js.map +1 -0
- package/dist/browser/operationsInterfaces/dotNetComponents.d.ts +74 -0
- package/dist/browser/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dotNetComponents.js.map +1 -0
- package/dist/browser/operationsInterfaces/functionsExtension.d.ts +14 -0
- package/dist/browser/operationsInterfaces/functionsExtension.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/functionsExtension.js.map +1 -0
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.js +9 -0
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +46 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +53 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist/browser/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobs.d.ts +173 -0
- package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobs.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobsExecutions.d.ts +13 -0
- package/dist/browser/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobsExecutions.js.map +1 -0
- package/dist/browser/operationsInterfaces/logicApps.d.ts +74 -0
- package/dist/browser/operationsInterfaces/logicApps.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/logicApps.js.map +1 -0
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +9 -0
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedCertificates.d.ts +55 -0
- package/dist/browser/operationsInterfaces/managedCertificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedCertificates.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironments.d.ts +85 -0
- package/dist/browser/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironments.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
- package/dist/browser/operationsInterfaces/namespaces.d.ts +13 -0
- package/dist/browser/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/namespaces.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/containerAppsAPIClient.d.ts +77 -0
- package/dist/commonjs/containerAppsAPIClient.d.ts.map +1 -0
- package/dist/commonjs/containerAppsAPIClient.js +257 -0
- package/dist/commonjs/containerAppsAPIClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +28 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +6806 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +776 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +374 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +11398 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +89 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +758 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/appResiliencyOperations.d.ts +72 -0
- package/dist/commonjs/operations/appResiliencyOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/appResiliencyOperations.js +274 -0
- package/dist/commonjs/operations/appResiliencyOperations.js.map +1 -0
- package/dist/commonjs/operations/availableWorkloadProfiles.d.ts +35 -0
- package/dist/commonjs/operations/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/commonjs/operations/availableWorkloadProfiles.js +129 -0
- package/dist/commonjs/operations/availableWorkloadProfiles.js.map +1 -0
- package/dist/commonjs/operations/billingMeters.d.ts +19 -0
- package/dist/commonjs/operations/billingMeters.d.ts.map +1 -0
- package/dist/commonjs/operations/billingMeters.js +53 -0
- package/dist/commonjs/operations/billingMeters.js.map +1 -0
- package/dist/commonjs/operations/buildAuthToken.d.ts +21 -0
- package/dist/commonjs/operations/buildAuthToken.d.ts.map +1 -0
- package/dist/commonjs/operations/buildAuthToken.js +61 -0
- package/dist/commonjs/operations/buildAuthToken.js.map +1 -0
- package/dist/commonjs/operations/builders.d.ts +107 -0
- package/dist/commonjs/operations/builders.d.ts.map +1 -0
- package/dist/commonjs/operations/builders.js +520 -0
- package/dist/commonjs/operations/builders.js.map +1 -0
- package/dist/commonjs/operations/builds.d.ts +56 -0
- package/dist/commonjs/operations/builds.d.ts.map +1 -0
- package/dist/commonjs/operations/builds.js +253 -0
- package/dist/commonjs/operations/builds.js.map +1 -0
- package/dist/commonjs/operations/buildsByBuilderResource.d.ts +38 -0
- package/dist/commonjs/operations/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/commonjs/operations/buildsByBuilderResource.js +138 -0
- package/dist/commonjs/operations/buildsByBuilderResource.js.map +1 -0
- package/dist/commonjs/operations/certificates.d.ts +71 -0
- package/dist/commonjs/operations/certificates.d.ts.map +1 -0
- package/dist/commonjs/operations/certificates.js +276 -0
- package/dist/commonjs/operations/certificates.js.map +1 -0
- package/dist/commonjs/operations/connectedEnvironments.d.ts +106 -0
- package/dist/commonjs/operations/connectedEnvironments.d.ts.map +1 -0
- package/dist/commonjs/operations/connectedEnvironments.js +496 -0
- package/dist/commonjs/operations/connectedEnvironments.js.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts +97 -0
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js +464 -0
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts +89 -0
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js +399 -0
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts +63 -0
- package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js +288 -0
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/commonjs/operations/containerApps.d.ts +156 -0
- package/dist/commonjs/operations/containerApps.d.ts.map +1 -0
- package/dist/commonjs/operations/containerApps.js +791 -0
- package/dist/commonjs/operations/containerApps.js.map +1 -0
- package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts +63 -0
- package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsAuthConfigs.js +242 -0
- package/dist/commonjs/operations/containerAppsAuthConfigs.js.map +1 -0
- package/dist/commonjs/operations/containerAppsBuilds.d.ts +38 -0
- package/dist/commonjs/operations/containerAppsBuilds.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsBuilds.js +153 -0
- package/dist/commonjs/operations/containerAppsBuilds.js.map +1 -0
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js +138 -0
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/commonjs/operations/containerAppsDiagnostics.d.ts +85 -0
- package/dist/commonjs/operations/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsDiagnostics.js +342 -0
- package/dist/commonjs/operations/containerAppsDiagnostics.js.map +1 -0
- package/dist/commonjs/operations/containerAppsLabelHistory.d.ts +54 -0
- package/dist/commonjs/operations/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsLabelHistory.js +201 -0
- package/dist/commonjs/operations/containerAppsLabelHistory.js.map +1 -0
- package/dist/commonjs/operations/containerAppsPatches.d.ts +97 -0
- package/dist/commonjs/operations/containerAppsPatches.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsPatches.js +452 -0
- package/dist/commonjs/operations/containerAppsPatches.js.map +1 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts +30 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js +101 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/commonjs/operations/containerAppsRevisions.d.ts +70 -0
- package/dist/commonjs/operations/containerAppsRevisions.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsRevisions.js +260 -0
- package/dist/commonjs/operations/containerAppsRevisions.js.map +1 -0
- package/dist/commonjs/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist/commonjs/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsSessionPools.js +530 -0
- package/dist/commonjs/operations/containerAppsSessionPools.js.map +1 -0
- package/dist/commonjs/operations/containerAppsSourceControls.d.ts +81 -0
- package/dist/commonjs/operations/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsSourceControls.js +356 -0
- package/dist/commonjs/operations/containerAppsSourceControls.js.map +1 -0
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts +70 -0
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.js +258 -0
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/commonjs/operations/daprComponents.d.ts +71 -0
- package/dist/commonjs/operations/daprComponents.d.ts.map +1 -0
- package/dist/commonjs/operations/daprComponents.js +274 -0
- package/dist/commonjs/operations/daprComponents.js.map +1 -0
- package/dist/commonjs/operations/daprSubscriptions.d.ts +63 -0
- package/dist/commonjs/operations/daprSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/daprSubscriptions.js +245 -0
- package/dist/commonjs/operations/daprSubscriptions.js.map +1 -0
- package/dist/commonjs/operations/dotNetComponents.d.ts +99 -0
- package/dist/commonjs/operations/dotNetComponents.d.ts.map +1 -0
- package/dist/commonjs/operations/dotNetComponents.js +461 -0
- package/dist/commonjs/operations/dotNetComponents.js.map +1 -0
- package/dist/commonjs/operations/functionsExtension.d.ts +22 -0
- package/dist/commonjs/operations/functionsExtension.d.ts.map +1 -0
- package/dist/commonjs/operations/functionsExtension.js +69 -0
- package/dist/commonjs/operations/functionsExtension.js.map +1 -0
- package/dist/commonjs/operations/httpRouteConfigOperations.d.ts +71 -0
- package/dist/commonjs/operations/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/httpRouteConfigOperations.js +279 -0
- package/dist/commonjs/operations/httpRouteConfigOperations.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +46 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +56 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/javaComponents.d.ts +99 -0
- package/dist/commonjs/operations/javaComponents.d.ts.map +1 -0
- package/dist/commonjs/operations/javaComponents.js +461 -0
- package/dist/commonjs/operations/javaComponents.js.map +1 -0
- package/dist/commonjs/operations/jobs.d.ts +226 -0
- package/dist/commonjs/operations/jobs.d.ts.map +1 -0
- package/dist/commonjs/operations/jobs.js +1144 -0
- package/dist/commonjs/operations/jobs.js.map +1 -0
- package/dist/commonjs/operations/jobsExecutions.d.ts +38 -0
- package/dist/commonjs/operations/jobsExecutions.d.ts.map +1 -0
- package/dist/commonjs/operations/jobsExecutions.js +138 -0
- package/dist/commonjs/operations/jobsExecutions.js.map +1 -0
- package/dist/commonjs/operations/logicApps.d.ts +101 -0
- package/dist/commonjs/operations/logicApps.d.ts.map +1 -0
- package/dist/commonjs/operations/logicApps.js +395 -0
- package/dist/commonjs/operations/logicApps.js.map +1 -0
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts +64 -0
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/maintenanceConfigurations.js +246 -0
- package/dist/commonjs/operations/maintenanceConfigurations.js.map +1 -0
- package/dist/commonjs/operations/managedCertificates.d.ts +80 -0
- package/dist/commonjs/operations/managedCertificates.d.ts.map +1 -0
- package/dist/commonjs/operations/managedCertificates.js +344 -0
- package/dist/commonjs/operations/managedCertificates.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts +28 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js +91 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js +375 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js +138 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentUsages.d.ts +38 -0
- package/dist/commonjs/operations/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentUsages.js +138 -0
- package/dist/commonjs/operations/managedEnvironmentUsages.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironments.d.ts +139 -0
- package/dist/commonjs/operations/managedEnvironments.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironments.js +657 -0
- package/dist/commonjs/operations/managedEnvironments.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js +59 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts +45 -0
- package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentsStorages.js +166 -0
- package/dist/commonjs/operations/managedEnvironmentsStorages.js.map +1 -0
- package/dist/commonjs/operations/namespaces.d.ts +21 -0
- package/dist/commonjs/operations/namespaces.d.ts.map +1 -0
- package/dist/commonjs/operations/namespaces.js +67 -0
- package/dist/commonjs/operations/namespaces.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +37 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +131 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/billingMeters.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/billingMeters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/billingMeters.js +10 -0
- package/dist/commonjs/operationsInterfaces/billingMeters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/buildAuthToken.js +10 -0
- package/dist/commonjs/operationsInterfaces/buildAuthToken.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/builders.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/builders.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/builders.js +10 -0
- package/dist/commonjs/operationsInterfaces/builders.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/builds.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/builds.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/builds.js +10 -0
- package/dist/commonjs/operationsInterfaces/builds.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js +10 -0
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificates.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/certificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/certificates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +72 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +64 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerApps.d.ts +120 -0
- package/dist/commonjs/operationsInterfaces/containerApps.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerApps.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerApps.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts +72 -0
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprComponents.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/daprComponents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprComponents.js +10 -0
- package/dist/commonjs/operationsInterfaces/daprComponents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dotNetComponents.js +10 -0
- package/dist/commonjs/operationsInterfaces/dotNetComponents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/functionsExtension.js +10 -0
- package/dist/commonjs/operationsInterfaces/functionsExtension.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +56 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/javaComponents.js +10 -0
- package/dist/commonjs/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobs.d.ts +173 -0
- package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobs.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobsExecutions.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobsExecutions.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobsExecutions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/logicApps.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/logicApps.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/logicApps.js +10 -0
- package/dist/commonjs/operationsInterfaces/logicApps.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedCertificates.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/managedCertificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedCertificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedCertificates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironments.d.ts +85 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironments.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/namespaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/namespaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/containerAppsAPIClient.d.ts +77 -0
- package/dist/esm/containerAppsAPIClient.d.ts.map +1 -0
- package/dist/esm/containerAppsAPIClient.js +252 -0
- package/dist/esm/containerAppsAPIClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +6806 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +772 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +374 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +11388 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +89 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +754 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/appResiliencyOperations.d.ts +72 -0
- package/dist/esm/operations/appResiliencyOperations.d.ts.map +1 -0
- package/dist/esm/operations/appResiliencyOperations.js +269 -0
- package/dist/esm/operations/appResiliencyOperations.js.map +1 -0
- package/dist/esm/operations/availableWorkloadProfiles.d.ts +35 -0
- package/dist/esm/operations/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/esm/operations/availableWorkloadProfiles.js +124 -0
- package/dist/esm/operations/availableWorkloadProfiles.js.map +1 -0
- package/dist/esm/operations/billingMeters.d.ts +19 -0
- package/dist/esm/operations/billingMeters.d.ts.map +1 -0
- package/dist/esm/operations/billingMeters.js +48 -0
- package/dist/esm/operations/billingMeters.js.map +1 -0
- package/dist/esm/operations/buildAuthToken.d.ts +21 -0
- package/dist/esm/operations/buildAuthToken.d.ts.map +1 -0
- package/dist/esm/operations/buildAuthToken.js +56 -0
- package/dist/esm/operations/buildAuthToken.js.map +1 -0
- package/dist/esm/operations/builders.d.ts +107 -0
- package/dist/esm/operations/builders.d.ts.map +1 -0
- package/dist/esm/operations/builders.js +515 -0
- package/dist/esm/operations/builders.js.map +1 -0
- package/dist/esm/operations/builds.d.ts +56 -0
- package/dist/esm/operations/builds.d.ts.map +1 -0
- package/dist/esm/operations/builds.js +248 -0
- package/dist/esm/operations/builds.js.map +1 -0
- package/dist/esm/operations/buildsByBuilderResource.d.ts +38 -0
- package/dist/esm/operations/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/esm/operations/buildsByBuilderResource.js +133 -0
- package/dist/esm/operations/buildsByBuilderResource.js.map +1 -0
- package/dist/esm/operations/certificates.d.ts +71 -0
- package/dist/esm/operations/certificates.d.ts.map +1 -0
- package/dist/esm/operations/certificates.js +271 -0
- package/dist/esm/operations/certificates.js.map +1 -0
- package/dist/esm/operations/connectedEnvironments.d.ts +106 -0
- package/dist/esm/operations/connectedEnvironments.d.ts.map +1 -0
- package/dist/esm/operations/connectedEnvironments.js +491 -0
- package/dist/esm/operations/connectedEnvironments.js.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts +97 -0
- package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsCertificates.js +459 -0
- package/dist/esm/operations/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts +89 -0
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js +394 -0
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsStorages.d.ts +63 -0
- package/dist/esm/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsStorages.js +283 -0
- package/dist/esm/operations/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/esm/operations/containerApps.d.ts +156 -0
- package/dist/esm/operations/containerApps.d.ts.map +1 -0
- package/dist/esm/operations/containerApps.js +786 -0
- package/dist/esm/operations/containerApps.js.map +1 -0
- package/dist/esm/operations/containerAppsAuthConfigs.d.ts +63 -0
- package/dist/esm/operations/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsAuthConfigs.js +237 -0
- package/dist/esm/operations/containerAppsAuthConfigs.js.map +1 -0
- package/dist/esm/operations/containerAppsBuilds.d.ts +38 -0
- package/dist/esm/operations/containerAppsBuilds.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsBuilds.js +148 -0
- package/dist/esm/operations/containerAppsBuilds.js.map +1 -0
- package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
- package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsBuildsByContainerApp.js +133 -0
- package/dist/esm/operations/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/esm/operations/containerAppsDiagnostics.d.ts +85 -0
- package/dist/esm/operations/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsDiagnostics.js +337 -0
- package/dist/esm/operations/containerAppsDiagnostics.js.map +1 -0
- package/dist/esm/operations/containerAppsLabelHistory.d.ts +54 -0
- package/dist/esm/operations/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsLabelHistory.js +196 -0
- package/dist/esm/operations/containerAppsLabelHistory.js.map +1 -0
- package/dist/esm/operations/containerAppsPatches.d.ts +97 -0
- package/dist/esm/operations/containerAppsPatches.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsPatches.js +447 -0
- package/dist/esm/operations/containerAppsPatches.js.map +1 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.d.ts +30 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.js +96 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/esm/operations/containerAppsRevisions.d.ts +70 -0
- package/dist/esm/operations/containerAppsRevisions.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsRevisions.js +255 -0
- package/dist/esm/operations/containerAppsRevisions.js.map +1 -0
- package/dist/esm/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist/esm/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsSessionPools.js +525 -0
- package/dist/esm/operations/containerAppsSessionPools.js.map +1 -0
- package/dist/esm/operations/containerAppsSourceControls.d.ts +81 -0
- package/dist/esm/operations/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsSourceControls.js +351 -0
- package/dist/esm/operations/containerAppsSourceControls.js.map +1 -0
- package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts +70 -0
- package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/esm/operations/daprComponentResiliencyPolicies.js +253 -0
- package/dist/esm/operations/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/esm/operations/daprComponents.d.ts +71 -0
- package/dist/esm/operations/daprComponents.d.ts.map +1 -0
- package/dist/esm/operations/daprComponents.js +269 -0
- package/dist/esm/operations/daprComponents.js.map +1 -0
- package/dist/esm/operations/daprSubscriptions.d.ts +63 -0
- package/dist/esm/operations/daprSubscriptions.d.ts.map +1 -0
- package/dist/esm/operations/daprSubscriptions.js +240 -0
- package/dist/esm/operations/daprSubscriptions.js.map +1 -0
- package/dist/esm/operations/dotNetComponents.d.ts +99 -0
- package/dist/esm/operations/dotNetComponents.d.ts.map +1 -0
- package/dist/esm/operations/dotNetComponents.js +456 -0
- package/dist/esm/operations/dotNetComponents.js.map +1 -0
- package/dist/esm/operations/functionsExtension.d.ts +22 -0
- package/dist/esm/operations/functionsExtension.d.ts.map +1 -0
- package/dist/esm/operations/functionsExtension.js +64 -0
- package/dist/esm/operations/functionsExtension.js.map +1 -0
- package/dist/esm/operations/httpRouteConfigOperations.d.ts +71 -0
- package/dist/esm/operations/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/esm/operations/httpRouteConfigOperations.js +274 -0
- package/dist/esm/operations/httpRouteConfigOperations.js.map +1 -0
- package/dist/esm/operations/index.d.ts +46 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +53 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/javaComponents.d.ts +99 -0
- package/dist/esm/operations/javaComponents.d.ts.map +1 -0
- package/dist/esm/operations/javaComponents.js +456 -0
- package/dist/esm/operations/javaComponents.js.map +1 -0
- package/dist/esm/operations/jobs.d.ts +226 -0
- package/dist/esm/operations/jobs.d.ts.map +1 -0
- package/dist/esm/operations/jobs.js +1139 -0
- package/dist/esm/operations/jobs.js.map +1 -0
- package/dist/esm/operations/jobsExecutions.d.ts +38 -0
- package/dist/esm/operations/jobsExecutions.d.ts.map +1 -0
- package/dist/esm/operations/jobsExecutions.js +133 -0
- package/dist/esm/operations/jobsExecutions.js.map +1 -0
- package/dist/esm/operations/logicApps.d.ts +101 -0
- package/dist/esm/operations/logicApps.d.ts.map +1 -0
- package/dist/esm/operations/logicApps.js +390 -0
- package/dist/esm/operations/logicApps.js.map +1 -0
- package/dist/esm/operations/maintenanceConfigurations.d.ts +64 -0
- package/dist/esm/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/maintenanceConfigurations.js +241 -0
- package/dist/esm/operations/maintenanceConfigurations.js.map +1 -0
- package/dist/esm/operations/managedCertificates.d.ts +80 -0
- package/dist/esm/operations/managedCertificates.d.ts.map +1 -0
- package/dist/esm/operations/managedCertificates.js +339 -0
- package/dist/esm/operations/managedCertificates.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts +28 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.js +86 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js +370 -0
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js +133 -0
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentUsages.d.ts +38 -0
- package/dist/esm/operations/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentUsages.js +133 -0
- package/dist/esm/operations/managedEnvironmentUsages.js.map +1 -0
- package/dist/esm/operations/managedEnvironments.d.ts +139 -0
- package/dist/esm/operations/managedEnvironments.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironments.js +652 -0
- package/dist/esm/operations/managedEnvironments.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js +54 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentsStorages.d.ts +45 -0
- package/dist/esm/operations/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentsStorages.js +161 -0
- package/dist/esm/operations/managedEnvironmentsStorages.js.map +1 -0
- package/dist/esm/operations/namespaces.d.ts +21 -0
- package/dist/esm/operations/namespaces.d.ts.map +1 -0
- package/dist/esm/operations/namespaces.js +62 -0
- package/dist/esm/operations/namespaces.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +37 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +126 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/appResiliencyOperations.js +9 -0
- package/dist/esm/operationsInterfaces/appResiliencyOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.js +9 -0
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/billingMeters.d.ts +11 -0
- package/dist/esm/operationsInterfaces/billingMeters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/billingMeters.js +9 -0
- package/dist/esm/operationsInterfaces/billingMeters.js.map +1 -0
- package/dist/esm/operationsInterfaces/buildAuthToken.d.ts +13 -0
- package/dist/esm/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/buildAuthToken.js +9 -0
- package/dist/esm/operationsInterfaces/buildAuthToken.js.map +1 -0
- package/dist/esm/operationsInterfaces/builders.d.ts +71 -0
- package/dist/esm/operationsInterfaces/builders.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/builders.js +9 -0
- package/dist/esm/operationsInterfaces/builders.js.map +1 -0
- package/dist/esm/operationsInterfaces/builds.d.ts +48 -0
- package/dist/esm/operationsInterfaces/builds.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/builds.js +9 -0
- package/dist/esm/operationsInterfaces/builds.js.map +1 -0
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.js +9 -0
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
- package/dist/esm/operationsInterfaces/certificates.d.ts +46 -0
- package/dist/esm/operationsInterfaces/certificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/certificates.js +9 -0
- package/dist/esm/operationsInterfaces/certificates.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironments.d.ts +70 -0
- package/dist/esm/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironments.js +9 -0
- package/dist/esm/operationsInterfaces/connectedEnvironments.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +72 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js +9 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +64 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js +9 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts +55 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js +9 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerApps.d.ts +120 -0
- package/dist/esm/operationsInterfaces/containerApps.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerApps.js +9 -0
- package/dist/esm/operationsInterfaces/containerApps.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
- package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsBuilds.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsBuilds.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts +72 -0
- package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsPatches.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsPatches.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisions.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisions.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/daprComponents.d.ts +46 -0
- package/dist/esm/operationsInterfaces/daprComponents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/daprComponents.js +9 -0
- package/dist/esm/operationsInterfaces/daprComponents.js.map +1 -0
- package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts +38 -0
- package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/daprSubscriptions.js +9 -0
- package/dist/esm/operationsInterfaces/daprSubscriptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/dotNetComponents.d.ts +74 -0
- package/dist/esm/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dotNetComponents.js +9 -0
- package/dist/esm/operationsInterfaces/dotNetComponents.js.map +1 -0
- package/dist/esm/operationsInterfaces/functionsExtension.d.ts +14 -0
- package/dist/esm/operationsInterfaces/functionsExtension.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/functionsExtension.js +9 -0
- package/dist/esm/operationsInterfaces/functionsExtension.js.map +1 -0
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.js +9 -0
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +46 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +53 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist/esm/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/javaComponents.js +9 -0
- package/dist/esm/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobs.d.ts +173 -0
- package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobs.js +9 -0
- package/dist/esm/operationsInterfaces/jobs.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobsExecutions.d.ts +13 -0
- package/dist/esm/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobsExecutions.js +9 -0
- package/dist/esm/operationsInterfaces/jobsExecutions.js.map +1 -0
- package/dist/esm/operationsInterfaces/logicApps.d.ts +74 -0
- package/dist/esm/operationsInterfaces/logicApps.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/logicApps.js +9 -0
- package/dist/esm/operationsInterfaces/logicApps.js.map +1 -0
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedCertificates.d.ts +55 -0
- package/dist/esm/operationsInterfaces/managedCertificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedCertificates.js +9 -0
- package/dist/esm/operationsInterfaces/managedCertificates.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironments.d.ts +85 -0
- package/dist/esm/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironments.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironments.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
- package/dist/esm/operationsInterfaces/namespaces.d.ts +13 -0
- package/dist/esm/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/namespaces.js +9 -0
- package/dist/esm/operationsInterfaces/namespaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/containerAppsAPIClient.d.ts +77 -0
- package/dist/react-native/containerAppsAPIClient.d.ts.map +1 -0
- package/dist/react-native/containerAppsAPIClient.js +252 -0
- package/dist/react-native/containerAppsAPIClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +6806 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +772 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +374 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +11388 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +89 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +754 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/appResiliencyOperations.d.ts +72 -0
- package/dist/react-native/operations/appResiliencyOperations.d.ts.map +1 -0
- package/dist/react-native/operations/appResiliencyOperations.js +269 -0
- package/dist/react-native/operations/appResiliencyOperations.js.map +1 -0
- package/dist/react-native/operations/availableWorkloadProfiles.d.ts +35 -0
- package/dist/react-native/operations/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/react-native/operations/availableWorkloadProfiles.js +124 -0
- package/dist/react-native/operations/availableWorkloadProfiles.js.map +1 -0
- package/dist/react-native/operations/billingMeters.d.ts +19 -0
- package/dist/react-native/operations/billingMeters.d.ts.map +1 -0
- package/dist/react-native/operations/billingMeters.js +48 -0
- package/dist/react-native/operations/billingMeters.js.map +1 -0
- package/dist/react-native/operations/buildAuthToken.d.ts +21 -0
- package/dist/react-native/operations/buildAuthToken.d.ts.map +1 -0
- package/dist/react-native/operations/buildAuthToken.js +56 -0
- package/dist/react-native/operations/buildAuthToken.js.map +1 -0
- package/dist/react-native/operations/builders.d.ts +107 -0
- package/dist/react-native/operations/builders.d.ts.map +1 -0
- package/dist/react-native/operations/builders.js +515 -0
- package/dist/react-native/operations/builders.js.map +1 -0
- package/dist/react-native/operations/builds.d.ts +56 -0
- package/dist/react-native/operations/builds.d.ts.map +1 -0
- package/dist/react-native/operations/builds.js +248 -0
- package/dist/react-native/operations/builds.js.map +1 -0
- package/dist/react-native/operations/buildsByBuilderResource.d.ts +38 -0
- package/dist/react-native/operations/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/react-native/operations/buildsByBuilderResource.js +133 -0
- package/dist/react-native/operations/buildsByBuilderResource.js.map +1 -0
- package/dist/react-native/operations/certificates.d.ts +71 -0
- package/dist/react-native/operations/certificates.d.ts.map +1 -0
- package/dist/react-native/operations/certificates.js +271 -0
- package/dist/react-native/operations/certificates.js.map +1 -0
- package/dist/react-native/operations/connectedEnvironments.d.ts +106 -0
- package/dist/react-native/operations/connectedEnvironments.d.ts.map +1 -0
- package/dist/react-native/operations/connectedEnvironments.js +491 -0
- package/dist/react-native/operations/connectedEnvironments.js.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts +97 -0
- package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js +459 -0
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts +89 -0
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js +394 -0
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts +63 -0
- package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsStorages.js +283 -0
- package/dist/react-native/operations/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/react-native/operations/containerApps.d.ts +156 -0
- package/dist/react-native/operations/containerApps.d.ts.map +1 -0
- package/dist/react-native/operations/containerApps.js +786 -0
- package/dist/react-native/operations/containerApps.js.map +1 -0
- package/dist/react-native/operations/containerAppsAuthConfigs.d.ts +63 -0
- package/dist/react-native/operations/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsAuthConfigs.js +237 -0
- package/dist/react-native/operations/containerAppsAuthConfigs.js.map +1 -0
- package/dist/react-native/operations/containerAppsBuilds.d.ts +38 -0
- package/dist/react-native/operations/containerAppsBuilds.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsBuilds.js +148 -0
- package/dist/react-native/operations/containerAppsBuilds.js.map +1 -0
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.js +133 -0
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/react-native/operations/containerAppsDiagnostics.d.ts +85 -0
- package/dist/react-native/operations/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsDiagnostics.js +337 -0
- package/dist/react-native/operations/containerAppsDiagnostics.js.map +1 -0
- package/dist/react-native/operations/containerAppsLabelHistory.d.ts +54 -0
- package/dist/react-native/operations/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsLabelHistory.js +196 -0
- package/dist/react-native/operations/containerAppsLabelHistory.js.map +1 -0
- package/dist/react-native/operations/containerAppsPatches.d.ts +97 -0
- package/dist/react-native/operations/containerAppsPatches.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsPatches.js +447 -0
- package/dist/react-native/operations/containerAppsPatches.js.map +1 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts +30 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.js +96 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/react-native/operations/containerAppsRevisions.d.ts +70 -0
- package/dist/react-native/operations/containerAppsRevisions.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsRevisions.js +255 -0
- package/dist/react-native/operations/containerAppsRevisions.js.map +1 -0
- package/dist/react-native/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist/react-native/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsSessionPools.js +525 -0
- package/dist/react-native/operations/containerAppsSessionPools.js.map +1 -0
- package/dist/react-native/operations/containerAppsSourceControls.d.ts +81 -0
- package/dist/react-native/operations/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsSourceControls.js +351 -0
- package/dist/react-native/operations/containerAppsSourceControls.js.map +1 -0
- package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts +70 -0
- package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/daprComponentResiliencyPolicies.js +253 -0
- package/dist/react-native/operations/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/react-native/operations/daprComponents.d.ts +71 -0
- package/dist/react-native/operations/daprComponents.d.ts.map +1 -0
- package/dist/react-native/operations/daprComponents.js +269 -0
- package/dist/react-native/operations/daprComponents.js.map +1 -0
- package/dist/react-native/operations/daprSubscriptions.d.ts +63 -0
- package/dist/react-native/operations/daprSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/daprSubscriptions.js +240 -0
- package/dist/react-native/operations/daprSubscriptions.js.map +1 -0
- package/dist/react-native/operations/dotNetComponents.d.ts +99 -0
- package/dist/react-native/operations/dotNetComponents.d.ts.map +1 -0
- package/dist/react-native/operations/dotNetComponents.js +456 -0
- package/dist/react-native/operations/dotNetComponents.js.map +1 -0
- package/dist/react-native/operations/functionsExtension.d.ts +22 -0
- package/dist/react-native/operations/functionsExtension.d.ts.map +1 -0
- package/dist/react-native/operations/functionsExtension.js +64 -0
- package/dist/react-native/operations/functionsExtension.js.map +1 -0
- package/dist/react-native/operations/httpRouteConfigOperations.d.ts +71 -0
- package/dist/react-native/operations/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/react-native/operations/httpRouteConfigOperations.js +274 -0
- package/dist/react-native/operations/httpRouteConfigOperations.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +46 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +53 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/javaComponents.d.ts +99 -0
- package/dist/react-native/operations/javaComponents.d.ts.map +1 -0
- package/dist/react-native/operations/javaComponents.js +456 -0
- package/dist/react-native/operations/javaComponents.js.map +1 -0
- package/dist/react-native/operations/jobs.d.ts +226 -0
- package/dist/react-native/operations/jobs.d.ts.map +1 -0
- package/dist/react-native/operations/jobs.js +1139 -0
- package/dist/react-native/operations/jobs.js.map +1 -0
- package/dist/react-native/operations/jobsExecutions.d.ts +38 -0
- package/dist/react-native/operations/jobsExecutions.d.ts.map +1 -0
- package/dist/react-native/operations/jobsExecutions.js +133 -0
- package/dist/react-native/operations/jobsExecutions.js.map +1 -0
- package/dist/react-native/operations/logicApps.d.ts +101 -0
- package/dist/react-native/operations/logicApps.d.ts.map +1 -0
- package/dist/react-native/operations/logicApps.js +390 -0
- package/dist/react-native/operations/logicApps.js.map +1 -0
- package/dist/react-native/operations/maintenanceConfigurations.d.ts +64 -0
- package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/maintenanceConfigurations.js +241 -0
- package/dist/react-native/operations/maintenanceConfigurations.js.map +1 -0
- package/dist/react-native/operations/managedCertificates.d.ts +80 -0
- package/dist/react-native/operations/managedCertificates.d.ts.map +1 -0
- package/dist/react-native/operations/managedCertificates.js +339 -0
- package/dist/react-native/operations/managedCertificates.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts +28 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js +86 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js +370 -0
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js +133 -0
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentUsages.d.ts +38 -0
- package/dist/react-native/operations/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentUsages.js +133 -0
- package/dist/react-native/operations/managedEnvironmentUsages.js.map +1 -0
- package/dist/react-native/operations/managedEnvironments.d.ts +139 -0
- package/dist/react-native/operations/managedEnvironments.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironments.js +652 -0
- package/dist/react-native/operations/managedEnvironments.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js +54 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentsStorages.d.ts +45 -0
- package/dist/react-native/operations/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentsStorages.js +161 -0
- package/dist/react-native/operations/managedEnvironmentsStorages.js.map +1 -0
- package/dist/react-native/operations/namespaces.d.ts +21 -0
- package/dist/react-native/operations/namespaces.d.ts.map +1 -0
- package/dist/react-native/operations/namespaces.js +62 -0
- package/dist/react-native/operations/namespaces.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +37 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +126 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.js +9 -0
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/billingMeters.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/billingMeters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/billingMeters.js +9 -0
- package/dist/react-native/operationsInterfaces/billingMeters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/buildAuthToken.js +9 -0
- package/dist/react-native/operationsInterfaces/buildAuthToken.js.map +1 -0
- package/dist/react-native/operationsInterfaces/builders.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/builders.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/builders.js +9 -0
- package/dist/react-native/operationsInterfaces/builders.js.map +1 -0
- package/dist/react-native/operationsInterfaces/builds.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/builds.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/builds.js +9 -0
- package/dist/react-native/operationsInterfaces/builds.js.map +1 -0
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js +9 -0
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
- package/dist/react-native/operationsInterfaces/certificates.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/certificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/certificates.js +9 -0
- package/dist/react-native/operationsInterfaces/certificates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironments.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironments.js +9 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +72 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js +9 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +64 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js +9 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js +9 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerApps.d.ts +120 -0
- package/dist/react-native/operationsInterfaces/containerApps.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerApps.js +9 -0
- package/dist/react-native/operationsInterfaces/containerApps.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts +72 -0
- package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsPatches.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsPatches.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/daprComponents.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/daprComponents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/daprComponents.js +9 -0
- package/dist/react-native/operationsInterfaces/daprComponents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/daprSubscriptions.js +9 -0
- package/dist/react-native/operationsInterfaces/daprSubscriptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dotNetComponents.js +9 -0
- package/dist/react-native/operationsInterfaces/dotNetComponents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/functionsExtension.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/functionsExtension.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/functionsExtension.js +9 -0
- package/dist/react-native/operationsInterfaces/functionsExtension.js.map +1 -0
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +53 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/javaComponents.js +9 -0
- package/dist/react-native/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobs.d.ts +173 -0
- package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobs.js +9 -0
- package/dist/react-native/operationsInterfaces/jobs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobsExecutions.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobsExecutions.js +9 -0
- package/dist/react-native/operationsInterfaces/jobsExecutions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/logicApps.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/logicApps.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/logicApps.js +9 -0
- package/dist/react-native/operationsInterfaces/logicApps.js.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedCertificates.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/managedCertificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedCertificates.js +9 -0
- package/dist/react-native/operationsInterfaces/managedCertificates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironments.d.ts +85 -0
- package/dist/react-native/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironments.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/namespaces.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/namespaces.js +9 -0
- package/dist/react-native/operationsInterfaces/namespaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +76 -58
- package/CHANGELOG.md +0 -1036
- package/dist/index.js +0 -24080
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js +0 -71
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyDeleteSample.js +0 -40
- package/dist-esm/samples-dev/appResiliencyDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyGetSample.js +0 -40
- package/dist-esm/samples-dev/appResiliencyGetSample.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyListSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyListSample.js +0 -55
- package/dist-esm/samples-dev/appResiliencyListSample.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyUpdateSample.js +0 -46
- package/dist-esm/samples-dev/appResiliencyUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js +0 -54
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/billingMetersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/billingMetersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/billingMetersGetSample.js +0 -38
- package/dist-esm/samples-dev/billingMetersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildAuthTokenListSample.js +0 -40
- package/dist-esm/samples-dev/buildAuthTokenListSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js +0 -60
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/buildersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersGetSample.js +0 -39
- package/dist-esm/samples-dev/buildersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersUpdateSample.js +0 -42
- package/dist-esm/samples-dev/buildersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js +0 -55
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js.map +0 -1
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js +0 -96
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/buildsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/buildsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/buildsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildsGetSample.js +0 -40
- package/dist-esm/samples-dev/buildsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js +0 -84
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/certificatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesGetSample.js +0 -40
- package/dist-esm/samples-dev/certificatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesListSample.js +0 -55
- package/dist-esm/samples-dev/certificatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesUpdateSample.js +0 -43
- package/dist-esm/samples-dev/certificatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js +0 -55
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js +0 -43
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js +0 -43
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js +0 -61
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js +0 -55
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js +0 -39
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js +0 -50
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js +0 -39
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js +0 -39
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js +0 -53
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js +0 -696
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsGetSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js +0 -43
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsListSecretsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsListSecretsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsListSecretsSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsListSecretsSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.js +0 -40
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js +0 -41
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js +0 -41
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js +0 -66
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js +0 -62
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js +0 -69
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js +0 -48
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsStartSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsStartSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsStopSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsStopSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsUpdateSample.js +0 -155
- package/dist-esm/samples-dev/containerAppsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js +0 -145
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js +0 -41
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js +0 -41
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js +0 -56
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js +0 -102
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/daprComponentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsGetSample.js +0 -60
- package/dist-esm/samples-dev/daprComponentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsListSample.js +0 -55
- package/dist-esm/samples-dev/daprComponentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.js +0 -40
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.js.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js +0 -108
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.js +0 -80
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsListSample.js +0 -55
- package/dist-esm/samples-dev/daprSubscriptionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js +0 -74
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsGetSample.js +0 -60
- package/dist-esm/samples-dev/dotNetComponentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsListSample.js +0 -90
- package/dist-esm/samples-dev/dotNetComponentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js +0 -74
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.d.ts +0 -2
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js +0 -41
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js.map +0 -1
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js +0 -37
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js +0 -92
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/javaComponentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsGetSample.js +0 -60
- package/dist-esm/samples-dev/javaComponentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsListSample.js +0 -90
- package/dist-esm/samples-dev/javaComponentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsUpdateSample.js +0 -92
- package/dist-esm/samples-dev/javaComponentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/jobExecutionSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobExecutionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobExecutionSample.js +0 -40
- package/dist-esm/samples-dev/jobExecutionSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +0 -233
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/jobsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsExecutionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsExecutionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsExecutionsListSample.js +0 -55
- package/dist-esm/samples-dev/jobsExecutionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsGetDetectorSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsGetDetectorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsGetDetectorSample.js +0 -40
- package/dist-esm/samples-dev/jobsGetDetectorSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsGetSample.js +0 -39
- package/dist-esm/samples-dev/jobsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListDetectorsSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListDetectorsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListDetectorsSample.js +0 -55
- package/dist-esm/samples-dev/jobsListDetectorsSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListSecretsSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListSecretsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListSecretsSample.js +0 -39
- package/dist-esm/samples-dev/jobsListSecretsSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsProxyGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsProxyGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsProxyGetSample.js +0 -40
- package/dist-esm/samples-dev/jobsProxyGetSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsResumeSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsResumeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsResumeSample.js +0 -39
- package/dist-esm/samples-dev/jobsResumeSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsStartSample.js +0 -58
- package/dist-esm/samples-dev/jobsStartSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsStopExecutionSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsStopExecutionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsStopExecutionSample.js +0 -40
- package/dist-esm/samples-dev/jobsStopExecutionSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js +0 -39
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsSuspendSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsSuspendSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsSuspendSample.js +0 -39
- package/dist-esm/samples-dev/jobsSuspendSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsUpdateSample.js +0 -78
- package/dist-esm/samples-dev/jobsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/logicAppsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js +0 -111
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsGetSample.js +0 -40
- package/dist-esm/samples-dev/logicAppsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js +0 -41
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsInvokeSample.js +0 -40
- package/dist-esm/samples-dev/logicAppsInvokeSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js +0 -40
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js +0 -56
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js +0 -50
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesGetSample.js +0 -40
- package/dist-esm/samples-dev/managedCertificatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesListSample.js +0 -55
- package/dist-esm/samples-dev/managedCertificatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.js +0 -43
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js +0 -40
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js +0 -55
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js +0 -55
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js +0 -54
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js +0 -169
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js +0 -55
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js +0 -79
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js +0 -60
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +0 -66
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -53
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/src/containerAppsAPIClient.d.ts +0 -74
- package/dist-esm/src/containerAppsAPIClient.d.ts.map +0 -1
- package/dist-esm/src/containerAppsAPIClient.js +0 -207
- package/dist-esm/src/containerAppsAPIClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -6097
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -686
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -335
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -9826
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -80
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -683
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/appResiliencyOperations.d.ts +0 -72
- package/dist-esm/src/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/appResiliencyOperations.js +0 -286
- package/dist-esm/src/operations/appResiliencyOperations.js.map +0 -1
- package/dist-esm/src/operations/availableWorkloadProfiles.d.ts +0 -35
- package/dist-esm/src/operations/availableWorkloadProfiles.d.ts.map +0 -1
- package/dist-esm/src/operations/availableWorkloadProfiles.js +0 -145
- package/dist-esm/src/operations/availableWorkloadProfiles.js.map +0 -1
- package/dist-esm/src/operations/billingMeters.d.ts +0 -19
- package/dist-esm/src/operations/billingMeters.d.ts.map +0 -1
- package/dist-esm/src/operations/billingMeters.js +0 -51
- package/dist-esm/src/operations/billingMeters.js.map +0 -1
- package/dist-esm/src/operations/buildAuthToken.d.ts +0 -21
- package/dist-esm/src/operations/buildAuthToken.d.ts.map +0 -1
- package/dist-esm/src/operations/buildAuthToken.js +0 -55
- package/dist-esm/src/operations/buildAuthToken.js.map +0 -1
- package/dist-esm/src/operations/builders.d.ts +0 -107
- package/dist-esm/src/operations/builders.d.ts.map +0 -1
- package/dist-esm/src/operations/builders.js +0 -554
- package/dist-esm/src/operations/builders.js.map +0 -1
- package/dist-esm/src/operations/builds.d.ts +0 -56
- package/dist-esm/src/operations/builds.d.ts.map +0 -1
- package/dist-esm/src/operations/builds.js +0 -246
- package/dist-esm/src/operations/builds.js.map +0 -1
- package/dist-esm/src/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist-esm/src/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist-esm/src/operations/buildsByBuilderResource.js +0 -150
- package/dist-esm/src/operations/buildsByBuilderResource.js.map +0 -1
- package/dist-esm/src/operations/certificates.d.ts +0 -71
- package/dist-esm/src/operations/certificates.d.ts.map +0 -1
- package/dist-esm/src/operations/certificates.js +0 -288
- package/dist-esm/src/operations/certificates.js.map +0 -1
- package/dist-esm/src/operations/connectedEnvironments.d.ts +0 -106
- package/dist-esm/src/operations/connectedEnvironments.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedEnvironments.js +0 -529
- package/dist-esm/src/operations/connectedEnvironments.js.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts +0 -71
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js +0 -288
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts +0 -71
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js +0 -286
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts +0 -45
- package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js +0 -157
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js.map +0 -1
- package/dist-esm/src/operations/containerApps.d.ts +0 -156
- package/dist-esm/src/operations/containerApps.d.ts.map +0 -1
- package/dist-esm/src/operations/containerApps.js +0 -823
- package/dist-esm/src/operations/containerApps.js.map +0 -1
- package/dist-esm/src/operations/containerAppsAuthConfigs.d.ts +0 -63
- package/dist-esm/src/operations/containerAppsAuthConfigs.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsAuthConfigs.js +0 -254
- package/dist-esm/src/operations/containerAppsAuthConfigs.js.map +0 -1
- package/dist-esm/src/operations/containerAppsBuilds.d.ts +0 -38
- package/dist-esm/src/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsBuilds.js +0 -147
- package/dist-esm/src/operations/containerAppsBuilds.js.map +0 -1
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js +0 -150
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist-esm/src/operations/containerAppsDiagnostics.d.ts +0 -85
- package/dist-esm/src/operations/containerAppsDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsDiagnostics.js +0 -371
- package/dist-esm/src/operations/containerAppsDiagnostics.js.map +0 -1
- package/dist-esm/src/operations/containerAppsPatches.d.ts +0 -97
- package/dist-esm/src/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsPatches.js +0 -461
- package/dist-esm/src/operations/containerAppsPatches.js.map +0 -1
- package/dist-esm/src/operations/containerAppsRevisionReplicas.d.ts +0 -30
- package/dist-esm/src/operations/containerAppsRevisionReplicas.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsRevisionReplicas.js +0 -95
- package/dist-esm/src/operations/containerAppsRevisionReplicas.js.map +0 -1
- package/dist-esm/src/operations/containerAppsRevisions.d.ts +0 -70
- package/dist-esm/src/operations/containerAppsRevisions.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsRevisions.js +0 -272
- package/dist-esm/src/operations/containerAppsRevisions.js.map +0 -1
- package/dist-esm/src/operations/containerAppsSessionPools.d.ts +0 -107
- package/dist-esm/src/operations/containerAppsSessionPools.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsSessionPools.js +0 -564
- package/dist-esm/src/operations/containerAppsSessionPools.js.map +0 -1
- package/dist-esm/src/operations/containerAppsSourceControls.d.ts +0 -81
- package/dist-esm/src/operations/containerAppsSourceControls.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsSourceControls.js +0 -370
- package/dist-esm/src/operations/containerAppsSourceControls.js.map +0 -1
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.js +0 -270
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist-esm/src/operations/daprComponents.d.ts +0 -71
- package/dist-esm/src/operations/daprComponents.d.ts.map +0 -1
- package/dist-esm/src/operations/daprComponents.js +0 -286
- package/dist-esm/src/operations/daprComponents.js.map +0 -1
- package/dist-esm/src/operations/daprSubscriptions.d.ts +0 -63
- package/dist-esm/src/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/daprSubscriptions.js +0 -257
- package/dist-esm/src/operations/daprSubscriptions.js.map +0 -1
- package/dist-esm/src/operations/dotNetComponents.d.ts +0 -99
- package/dist-esm/src/operations/dotNetComponents.d.ts.map +0 -1
- package/dist-esm/src/operations/dotNetComponents.js +0 -470
- package/dist-esm/src/operations/dotNetComponents.js.map +0 -1
- package/dist-esm/src/operations/functionsExtension.d.ts +0 -22
- package/dist-esm/src/operations/functionsExtension.d.ts.map +0 -1
- package/dist-esm/src/operations/functionsExtension.js +0 -63
- package/dist-esm/src/operations/functionsExtension.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -43
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -50
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/javaComponents.d.ts +0 -99
- package/dist-esm/src/operations/javaComponents.d.ts.map +0 -1
- package/dist-esm/src/operations/javaComponents.js +0 -470
- package/dist-esm/src/operations/javaComponents.js.map +0 -1
- package/dist-esm/src/operations/jobs.d.ts +0 -226
- package/dist-esm/src/operations/jobs.d.ts.map +0 -1
- package/dist-esm/src/operations/jobs.js +0 -1190
- package/dist-esm/src/operations/jobs.js.map +0 -1
- package/dist-esm/src/operations/jobsExecutions.d.ts +0 -38
- package/dist-esm/src/operations/jobsExecutions.d.ts.map +0 -1
- package/dist-esm/src/operations/jobsExecutions.js +0 -150
- package/dist-esm/src/operations/jobsExecutions.js.map +0 -1
- package/dist-esm/src/operations/logicApps.d.ts +0 -101
- package/dist-esm/src/operations/logicApps.d.ts.map +0 -1
- package/dist-esm/src/operations/logicApps.js +0 -407
- package/dist-esm/src/operations/logicApps.js.map +0 -1
- package/dist-esm/src/operations/managedCertificates.d.ts +0 -80
- package/dist-esm/src/operations/managedCertificates.d.ts.map +0 -1
- package/dist-esm/src/operations/managedCertificates.js +0 -355
- package/dist-esm/src/operations/managedCertificates.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts +0 -28
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.js +0 -85
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts +0 -86
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js +0 -385
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts +0 -38
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js +0 -150
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentUsages.d.ts +0 -38
- package/dist-esm/src/operations/managedEnvironmentUsages.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentUsages.js +0 -150
- package/dist-esm/src/operations/managedEnvironmentUsages.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironments.d.ts +0 -139
- package/dist-esm/src/operations/managedEnvironments.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironments.js +0 -708
- package/dist-esm/src/operations/managedEnvironments.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts +0 -20
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js +0 -53
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentsStorages.d.ts +0 -45
- package/dist-esm/src/operations/managedEnvironmentsStorages.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentsStorages.js +0 -157
- package/dist-esm/src/operations/managedEnvironmentsStorages.js.map +0 -1
- package/dist-esm/src/operations/namespaces.d.ts +0 -21
- package/dist-esm/src/operations/namespaces.d.ts.map +0 -1
- package/dist-esm/src/operations/namespaces.js +0 -61
- package/dist-esm/src/operations/namespaces.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -37
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -147
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/billingMeters.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/billingMeters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/billingMeters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/builders.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/builders.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/builds.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/builds.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificates.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/certificates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironments.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/connectedEnvironments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts +0 -120
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerApps.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsAuthConfigs.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsAuthConfigs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsRevisionReplicas.d.ts +0 -22
- package/dist-esm/src/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsRevisionReplicas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsRevisions.d.ts +0 -45
- package/dist-esm/src/operationsInterfaces/containerAppsRevisions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsRevisions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsSourceControls.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/containerAppsSourceControls.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsSourceControls.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprComponents.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/daprComponents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprComponents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/functionsExtension.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -50
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/javaComponents.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/javaComponents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/javaComponents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobs.d.ts +0 -173
- package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobsExecutions.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/jobsExecutions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobsExecutions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/logicApps.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/logicApps.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/logicApps.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedCertificates.d.ts +0 -55
- package/dist-esm/src/operationsInterfaces/managedCertificates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedCertificates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +0 -61
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironments.d.ts +0 -85
- package/dist-esm/src/operationsInterfaces/managedEnvironments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsStorages.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsStorages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/namespaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/appcontainers_examples.spec.d.ts +0 -4
- package/dist-esm/test/appcontainers_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/appcontainers_examples.spec.js +0 -161
- package/dist-esm/test/appcontainers_examples.spec.js.map +0 -1
- package/review/arm-appcontainers.api.md +0 -5003
- package/src/containerAppsAPIClient.ts +0 -407
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -7043
- package/src/models/mappers.ts +0 -10443
- package/src/models/parameters.ts +0 -797
- package/src/operations/appResiliencyOperations.ts +0 -374
- package/src/operations/availableWorkloadProfiles.ts +0 -171
- package/src/operations/billingMeters.ts +0 -68
- package/src/operations/buildAuthToken.ts +0 -74
- package/src/operations/builders.ts +0 -728
- package/src/operations/builds.ts +0 -347
- package/src/operations/buildsByBuilderResource.ts +0 -193
- package/src/operations/certificates.ts +0 -380
- package/src/operations/connectedEnvironments.ts +0 -676
- package/src/operations/connectedEnvironmentsCertificates.ts +0 -386
- package/src/operations/connectedEnvironmentsDaprComponents.ts +0 -383
- package/src/operations/connectedEnvironmentsStorages.ts +0 -211
- package/src/operations/containerApps.ts +0 -1089
- package/src/operations/containerAppsAuthConfigs.ts +0 -338
- package/src/operations/containerAppsBuilds.ts +0 -208
- package/src/operations/containerAppsBuildsByContainerApp.ts +0 -199
- package/src/operations/containerAppsDiagnostics.ts +0 -497
- package/src/operations/containerAppsPatches.ts +0 -648
- package/src/operations/containerAppsRevisionReplicas.ts +0 -128
- package/src/operations/containerAppsRevisions.ts +0 -364
- package/src/operations/containerAppsSessionPools.ts +0 -740
- package/src/operations/containerAppsSourceControls.ts +0 -510
- package/src/operations/daprComponentResiliencyPolicies.ts +0 -369
- package/src/operations/daprComponents.ts +0 -377
- package/src/operations/daprSubscriptions.ts +0 -337
- package/src/operations/dotNetComponents.ts +0 -655
- package/src/operations/functionsExtension.ts +0 -83
- package/src/operations/index.ts +0 -50
- package/src/operations/javaComponents.ts +0 -655
- package/src/operations/jobs.ts +0 -1572
- package/src/operations/jobsExecutions.ts +0 -193
- package/src/operations/logicApps.ts +0 -549
- package/src/operations/managedCertificates.ts +0 -479
- package/src/operations/managedEnvironmentDiagnostics.ts +0 -116
- package/src/operations/managedEnvironmentPrivateEndpointConnections.ts +0 -534
- package/src/operations/managedEnvironmentPrivateLinkResources.ts +0 -199
- package/src/operations/managedEnvironmentUsages.ts +0 -197
- package/src/operations/managedEnvironments.ts +0 -925
- package/src/operations/managedEnvironmentsDiagnostics.ts +0 -73
- package/src/operations/managedEnvironmentsStorages.ts +0 -211
- package/src/operations/namespaces.ts +0 -81
- package/src/operations/operations.ts +0 -149
- package/src/operations/usages.ts +0 -171
- package/src/operationsInterfaces/appResiliencyOperations.ts +0 -92
- package/src/operationsInterfaces/availableWorkloadProfiles.ts +0 -27
- package/src/operationsInterfaces/billingMeters.ts +0 -25
- package/src/operationsInterfaces/buildAuthToken.ts +0 -29
- package/src/operationsInterfaces/builders.ts +0 -145
- package/src/operationsInterfaces/builds.ts +0 -98
- package/src/operationsInterfaces/buildsByBuilderResource.ts +0 -29
- package/src/operationsInterfaces/certificates.ts +0 -91
- package/src/operationsInterfaces/connectedEnvironments.ts +0 -134
- package/src/operationsInterfaces/connectedEnvironmentsCertificates.ts +0 -91
- package/src/operationsInterfaces/connectedEnvironmentsDaprComponents.ts +0 -90
- package/src/operationsInterfaces/connectedEnvironmentsStorages.ts +0 -74
- package/src/operationsInterfaces/containerApps.ts +0 -235
- package/src/operationsInterfaces/containerAppsAuthConfigs.ts +0 -75
- package/src/operationsInterfaces/containerAppsBuilds.ts +0 -63
- package/src/operationsInterfaces/containerAppsBuildsByContainerApp.ts +0 -29
- package/src/operationsInterfaces/containerAppsDiagnostics.ts +0 -85
- package/src/operationsInterfaces/containerAppsPatches.ts +0 -149
- package/src/operationsInterfaces/containerAppsRevisionReplicas.ts +0 -46
- package/src/operationsInterfaces/containerAppsRevisions.ts +0 -86
- package/src/operationsInterfaces/containerAppsSessionPools.ts +0 -145
- package/src/operationsInterfaces/containerAppsSourceControls.ts +0 -109
- package/src/operationsInterfaces/daprComponentResiliencyPolicies.ts +0 -84
- package/src/operationsInterfaces/daprComponents.ts +0 -90
- package/src/operationsInterfaces/daprSubscriptions.ts +0 -75
- package/src/operationsInterfaces/dotNetComponents.ts +0 -152
- package/src/operationsInterfaces/functionsExtension.ts +0 -31
- package/src/operationsInterfaces/index.ts +0 -50
- package/src/operationsInterfaces/javaComponents.ts +0 -152
- package/src/operationsInterfaces/jobs.ts +0 -326
- package/src/operationsInterfaces/jobsExecutions.ts +0 -26
- package/src/operationsInterfaces/logicApps.ts +0 -144
- package/src/operationsInterfaces/managedCertificates.ts +0 -110
- package/src/operationsInterfaces/managedEnvironmentDiagnostics.ts +0 -42
- package/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.ts +0 -120
- package/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.ts +0 -29
- package/src/operationsInterfaces/managedEnvironmentUsages.ts +0 -26
- package/src/operationsInterfaces/managedEnvironments.ts +0 -164
- package/src/operationsInterfaces/managedEnvironmentsDiagnostics.ts +0 -27
- package/src/operationsInterfaces/managedEnvironmentsStorages.ts +0 -74
- package/src/operationsInterfaces/namespaces.ts +0 -30
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/usages.ts +0 -25
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-appcontainers.d.ts +0 -8790
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/appResiliencyOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/availableWorkloadProfiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/billingMeters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/buildAuthToken.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/builders.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/builds.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/buildsByBuilderResource.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironmentsCertificates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironmentsDaprComponents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironmentsStorages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerApps.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsAuthConfigs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsBuilds.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsDiagnostics.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsPatches.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsRevisionReplicas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsRevisions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsSessionPools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsSourceControls.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/daprComponents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/daprSubscriptions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dotNetComponents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/functionsExtension.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/javaComponents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobsExecutions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/logicApps.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCertificates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentDiagnostics.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentUsages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentsDiagnostics.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentsStorages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/namespaces.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const TimeoutPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimeoutPolicy\",\n modelProperties: {\n responseTimeoutInSeconds: {\n serializedName: \"responseTimeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n connectionTimeoutInSeconds: {\n serializedName: \"connectionTimeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HttpRetryPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRetryPolicy\",\n modelProperties: {\n maxRetries: {\n serializedName: \"maxRetries\",\n type: {\n name: \"Number\",\n },\n },\n headers: {\n serializedName: \"matches.headers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HeaderMatch\",\n },\n },\n },\n },\n httpStatusCodes: {\n serializedName: \"matches.httpStatusCodes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n errors: {\n serializedName: \"matches.errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n initialDelayInMilliseconds: {\n serializedName: \"retryBackOff.initialDelayInMilliseconds\",\n type: {\n name: \"Number\",\n },\n },\n maxIntervalInMilliseconds: {\n serializedName: \"retryBackOff.maxIntervalInMilliseconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HeaderMatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HeaderMatch\",\n modelProperties: {\n header: {\n serializedName: \"header\",\n type: {\n name: \"String\",\n },\n },\n exactMatch: {\n serializedName: \"match.exactMatch\",\n type: {\n name: \"String\",\n },\n },\n prefixMatch: {\n serializedName: \"match.prefixMatch\",\n type: {\n name: \"String\",\n },\n },\n suffixMatch: {\n serializedName: \"match.suffixMatch\",\n type: {\n name: \"String\",\n },\n },\n regexMatch: {\n serializedName: \"match.regexMatch\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TcpRetryPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TcpRetryPolicy\",\n modelProperties: {\n maxConnectAttempts: {\n serializedName: \"maxConnectAttempts\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CircuitBreakerPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CircuitBreakerPolicy\",\n modelProperties: {\n consecutiveErrors: {\n serializedName: \"consecutiveErrors\",\n type: {\n name: \"Number\",\n },\n },\n intervalInSeconds: {\n serializedName: \"intervalInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n maxEjectionPercent: {\n serializedName: \"maxEjectionPercent\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HttpConnectionPool: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpConnectionPool\",\n modelProperties: {\n http1MaxPendingRequests: {\n serializedName: \"http1MaxPendingRequests\",\n type: {\n name: \"Number\",\n },\n },\n http2MaxRequests: {\n serializedName: \"http2MaxRequests\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const TcpConnectionPool: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TcpConnectionPool\",\n modelProperties: {\n maxConnections: {\n serializedName: \"maxConnections\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const DefaultErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefaultErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"DefaultErrorResponseError\",\n },\n },\n },\n },\n};\n\nexport const DefaultErrorResponseError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefaultErrorResponseError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DefaultErrorResponseErrorDetailsItem\",\n },\n },\n },\n },\n innererror: {\n serializedName: \"innererror\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DefaultErrorResponseErrorDetailsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefaultErrorResponseErrorDetailsItem\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AppResiliencyCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppResiliencyCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AppResiliency\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AuthConfigCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthConfigCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AuthConfig\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AuthPlatform: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthPlatform\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n runtimeVersion: {\n serializedName: \"runtimeVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GlobalValidation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GlobalValidation\",\n modelProperties: {\n unauthenticatedClientAction: {\n serializedName: \"unauthenticatedClientAction\",\n type: {\n name: \"Enum\",\n allowedValues: [\"RedirectToLoginPage\", \"AllowAnonymous\", \"Return401\", \"Return403\"],\n },\n },\n redirectToProvider: {\n serializedName: \"redirectToProvider\",\n type: {\n name: \"String\",\n },\n },\n excludedPaths: {\n serializedName: \"excludedPaths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IdentityProviders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityProviders\",\n modelProperties: {\n azureActiveDirectory: {\n serializedName: \"azureActiveDirectory\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectory\",\n },\n },\n facebook: {\n serializedName: \"facebook\",\n type: {\n name: \"Composite\",\n className: \"Facebook\",\n },\n },\n gitHub: {\n serializedName: \"gitHub\",\n type: {\n name: \"Composite\",\n className: \"GitHub\",\n },\n },\n google: {\n serializedName: \"google\",\n type: {\n name: \"Composite\",\n className: \"Google\",\n },\n },\n twitter: {\n serializedName: \"twitter\",\n type: {\n name: \"Composite\",\n className: \"Twitter\",\n },\n },\n apple: {\n serializedName: \"apple\",\n type: {\n name: \"Composite\",\n className: \"Apple\",\n },\n },\n azureStaticWebApps: {\n serializedName: \"azureStaticWebApps\",\n type: {\n name: \"Composite\",\n className: \"AzureStaticWebApps\",\n },\n },\n customOpenIdConnectProviders: {\n serializedName: \"customOpenIdConnectProviders\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"CustomOpenIdConnectProvider\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AzureActiveDirectory: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectory\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryRegistration\",\n },\n },\n login: {\n serializedName: \"login\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryLogin\",\n },\n },\n validation: {\n serializedName: \"validation\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryValidation\",\n },\n },\n isAutoProvisioned: {\n serializedName: \"isAutoProvisioned\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AzureActiveDirectoryRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryRegistration\",\n modelProperties: {\n openIdIssuer: {\n serializedName: \"openIdIssuer\",\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n clientSecretSettingName: {\n serializedName: \"clientSecretSettingName\",\n type: {\n name: \"String\",\n },\n },\n clientSecretCertificateThumbprint: {\n serializedName: \"clientSecretCertificateThumbprint\",\n type: {\n name: \"String\",\n },\n },\n clientSecretCertificateSubjectAlternativeName: {\n serializedName: \"clientSecretCertificateSubjectAlternativeName\",\n type: {\n name: \"String\",\n },\n },\n clientSecretCertificateIssuer: {\n serializedName: \"clientSecretCertificateIssuer\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureActiveDirectoryLogin: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryLogin\",\n modelProperties: {\n loginParameters: {\n serializedName: \"loginParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n disableWWWAuthenticate: {\n serializedName: \"disableWWWAuthenticate\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AzureActiveDirectoryValidation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryValidation\",\n modelProperties: {\n jwtClaimChecks: {\n serializedName: \"jwtClaimChecks\",\n type: {\n name: \"Composite\",\n className: \"JwtClaimChecks\",\n },\n },\n allowedAudiences: {\n serializedName: \"allowedAudiences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n defaultAuthorizationPolicy: {\n serializedName: \"defaultAuthorizationPolicy\",\n type: {\n name: \"Composite\",\n className: \"DefaultAuthorizationPolicy\",\n },\n },\n },\n },\n};\n\nexport const JwtClaimChecks: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JwtClaimChecks\",\n modelProperties: {\n allowedGroups: {\n serializedName: \"allowedGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n allowedClientApplications: {\n serializedName: \"allowedClientApplications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DefaultAuthorizationPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefaultAuthorizationPolicy\",\n modelProperties: {\n allowedPrincipals: {\n serializedName: \"allowedPrincipals\",\n type: {\n name: \"Composite\",\n className: \"AllowedPrincipals\",\n },\n },\n allowedApplications: {\n serializedName: \"allowedApplications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AllowedPrincipals: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AllowedPrincipals\",\n modelProperties: {\n groups: {\n serializedName: \"groups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n identities: {\n serializedName: \"identities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Facebook: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Facebook\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"AppRegistration\",\n },\n },\n graphApiVersion: {\n serializedName: \"graphApiVersion\",\n type: {\n name: \"String\",\n },\n },\n login: {\n serializedName: \"login\",\n type: {\n name: \"Composite\",\n className: \"LoginScopes\",\n },\n },\n },\n },\n};\n\nexport const AppRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppRegistration\",\n modelProperties: {\n appId: {\n serializedName: \"appId\",\n type: {\n name: \"String\",\n },\n },\n appSecretSettingName: {\n serializedName: \"appSecretSettingName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LoginScopes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoginScopes\",\n modelProperties: {\n scopes: {\n serializedName: \"scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GitHub: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHub\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"ClientRegistration\",\n },\n },\n login: {\n serializedName: \"login\",\n type: {\n name: \"Composite\",\n className: \"LoginScopes\",\n },\n },\n },\n },\n};\n\nexport const ClientRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientRegistration\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n clientSecretSettingName: {\n serializedName: \"clientSecretSettingName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Google: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Google\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"ClientRegistration\",\n },\n },\n login: {\n serializedName: \"login\",\n type: {\n name: \"Composite\",\n className: \"LoginScopes\",\n },\n },\n validation: {\n serializedName: \"validation\",\n type: {\n name: \"Composite\",\n className: \"AllowedAudiencesValidation\",\n },\n },\n },\n },\n};\n\nexport const AllowedAudiencesValidation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AllowedAudiencesValidation\",\n modelProperties: {\n allowedAudiences: {\n serializedName: \"allowedAudiences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Twitter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Twitter\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"TwitterRegistration\",\n },\n },\n },\n },\n};\n\nexport const TwitterRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TwitterRegistration\",\n modelProperties: {\n consumerKey: {\n serializedName: \"consumerKey\",\n type: {\n name: \"String\",\n },\n },\n consumerSecretSettingName: {\n serializedName: \"consumerSecretSettingName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Apple: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Apple\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"AppleRegistration\",\n },\n },\n login: {\n serializedName: \"login\",\n type: {\n name: \"Composite\",\n className: \"LoginScopes\",\n },\n },\n },\n },\n};\n\nexport const AppleRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppleRegistration\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n clientSecretSettingName: {\n serializedName: \"clientSecretSettingName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureStaticWebApps: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureStaticWebApps\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"AzureStaticWebAppsRegistration\",\n },\n },\n },\n },\n};\n\nexport const AzureStaticWebAppsRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureStaticWebAppsRegistration\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomOpenIdConnectProvider: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomOpenIdConnectProvider\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectRegistration\",\n },\n },\n login: {\n serializedName: \"login\",\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectLogin\",\n },\n },\n },\n },\n};\n\nexport const OpenIdConnectRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectRegistration\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n clientCredential: {\n serializedName: \"clientCredential\",\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectClientCredential\",\n },\n },\n openIdConnectConfiguration: {\n serializedName: \"openIdConnectConfiguration\",\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectConfig\",\n },\n },\n },\n },\n};\n\nexport const OpenIdConnectClientCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectClientCredential\",\n modelProperties: {\n method: {\n defaultValue: \"ClientSecretPost\",\n isConstant: true,\n serializedName: \"method\",\n type: {\n name: \"String\",\n },\n },\n clientSecretSettingName: {\n serializedName: \"clientSecretSettingName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OpenIdConnectConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectConfig\",\n modelProperties: {\n authorizationEndpoint: {\n serializedName: \"authorizationEndpoint\",\n type: {\n name: \"String\",\n },\n },\n tokenEndpoint: {\n serializedName: \"tokenEndpoint\",\n type: {\n name: \"String\",\n },\n },\n issuer: {\n serializedName: \"issuer\",\n type: {\n name: \"String\",\n },\n },\n certificationUri: {\n serializedName: \"certificationUri\",\n type: {\n name: \"String\",\n },\n },\n wellKnownOpenIdConfiguration: {\n serializedName: \"wellKnownOpenIdConfiguration\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OpenIdConnectLogin: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectLogin\",\n modelProperties: {\n nameClaimType: {\n serializedName: \"nameClaimType\",\n type: {\n name: \"String\",\n },\n },\n scopes: {\n serializedName: \"scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Login: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Login\",\n modelProperties: {\n routes: {\n serializedName: \"routes\",\n type: {\n name: \"Composite\",\n className: \"LoginRoutes\",\n },\n },\n tokenStore: {\n serializedName: \"tokenStore\",\n type: {\n name: \"Composite\",\n className: \"TokenStore\",\n },\n },\n preserveUrlFragmentsForLogins: {\n serializedName: \"preserveUrlFragmentsForLogins\",\n type: {\n name: \"Boolean\",\n },\n },\n allowedExternalRedirectUrls: {\n serializedName: \"allowedExternalRedirectUrls\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n cookieExpiration: {\n serializedName: \"cookieExpiration\",\n type: {\n name: \"Composite\",\n className: \"CookieExpiration\",\n },\n },\n nonce: {\n serializedName: \"nonce\",\n type: {\n name: \"Composite\",\n className: \"Nonce\",\n },\n },\n },\n },\n};\n\nexport const LoginRoutes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoginRoutes\",\n modelProperties: {\n logoutEndpoint: {\n serializedName: \"logoutEndpoint\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TokenStore: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TokenStore\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n tokenRefreshExtensionHours: {\n serializedName: \"tokenRefreshExtensionHours\",\n type: {\n name: \"Number\",\n },\n },\n azureBlobStorage: {\n serializedName: \"azureBlobStorage\",\n type: {\n name: \"Composite\",\n className: \"BlobStorageTokenStore\",\n },\n },\n },\n },\n};\n\nexport const BlobStorageTokenStore: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BlobStorageTokenStore\",\n modelProperties: {\n sasUrlSettingName: {\n serializedName: \"sasUrlSettingName\",\n type: {\n name: \"String\",\n },\n },\n blobContainerUri: {\n serializedName: \"blobContainerUri\",\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n managedIdentityResourceId: {\n serializedName: \"managedIdentityResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CookieExpiration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CookieExpiration\",\n modelProperties: {\n convention: {\n serializedName: \"convention\",\n type: {\n name: \"Enum\",\n allowedValues: [\"FixedTime\", \"IdentityProviderDerived\"],\n },\n },\n timeToExpiration: {\n serializedName: \"timeToExpiration\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Nonce: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Nonce\",\n modelProperties: {\n validateNonce: {\n serializedName: \"validateNonce\",\n type: {\n name: \"Boolean\",\n },\n },\n nonceExpirationInterval: {\n serializedName: \"nonceExpirationInterval\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HttpSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpSettings\",\n modelProperties: {\n requireHttps: {\n serializedName: \"requireHttps\",\n type: {\n name: \"Boolean\",\n },\n },\n routes: {\n serializedName: \"routes\",\n type: {\n name: \"Composite\",\n className: \"HttpSettingsRoutes\",\n },\n },\n forwardProxy: {\n serializedName: \"forwardProxy\",\n type: {\n name: \"Composite\",\n className: \"ForwardProxy\",\n },\n },\n },\n },\n};\n\nexport const HttpSettingsRoutes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpSettingsRoutes\",\n modelProperties: {\n apiPrefix: {\n serializedName: \"apiPrefix\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ForwardProxy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ForwardProxy\",\n modelProperties: {\n convention: {\n serializedName: \"convention\",\n type: {\n name: \"Enum\",\n allowedValues: [\"NoProxy\", \"Standard\", \"Custom\"],\n },\n },\n customHostHeaderName: {\n serializedName: \"customHostHeaderName\",\n type: {\n name: \"String\",\n },\n },\n customProtoHeaderName: {\n serializedName: \"customProtoHeaderName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EncryptionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionSettings\",\n modelProperties: {\n containerAppAuthEncryptionSecretName: {\n serializedName: \"containerAppAuthEncryptionSecretName\",\n type: {\n name: \"String\",\n },\n },\n containerAppAuthSigningSecretName: {\n serializedName: \"containerAppAuthSigningSecretName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailableWorkloadProfilesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableWorkloadProfilesCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailableWorkloadProfile\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailableWorkloadProfileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableWorkloadProfileProperties\",\n modelProperties: {\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n applicability: {\n serializedName: \"applicability\",\n type: {\n name: \"String\",\n },\n },\n cores: {\n serializedName: \"cores\",\n type: {\n name: \"Number\",\n },\n },\n memoryGiB: {\n serializedName: \"memoryGiB\",\n type: {\n name: \"Number\",\n },\n },\n gpus: {\n serializedName: \"gpus\",\n type: {\n name: \"Number\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const BillingMeterCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingMeterCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingMeter\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BillingMeter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingMeter\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"BillingMeterProperties\",\n },\n },\n },\n },\n};\n\nexport const BillingMeterProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingMeterProperties\",\n modelProperties: {\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n meterType: {\n serializedName: \"meterType\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuilderCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuilderCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BuilderResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerRegistry: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerRegistry\",\n modelProperties: {\n containerRegistryServer: {\n serializedName: \"containerRegistryServer\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n identityResourceId: {\n serializedName: \"identityResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedServiceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const BuilderResourceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuilderResourceUpdate\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuildCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BuildResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerRegistryWithCustomImage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryWithCustomImage\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n image: {\n serializedName: \"image\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuildConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildConfiguration\",\n modelProperties: {\n baseOs: {\n serializedName: \"baseOs\",\n type: {\n name: \"String\",\n },\n },\n platform: {\n serializedName: \"platform\",\n type: {\n name: \"String\",\n },\n },\n platformVersion: {\n serializedName: \"platformVersion\",\n type: {\n name: \"String\",\n },\n },\n environmentVariables: {\n serializedName: \"environmentVariables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVariable\",\n },\n },\n },\n },\n preBuildSteps: {\n serializedName: \"preBuildSteps\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PreBuildStep\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EnvironmentVariable: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVariable\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PreBuildStep: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PreBuildStep\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n scripts: {\n serializedName: \"scripts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n httpGet: {\n serializedName: \"httpGet\",\n type: {\n name: \"Composite\",\n className: \"HttpGet\",\n },\n },\n },\n },\n};\n\nexport const HttpGet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpGet\",\n modelProperties: {\n url: {\n serializedName: \"url\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n fileName: {\n serializedName: \"fileName\",\n type: {\n name: \"String\",\n },\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BuildToken: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildToken\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expires: {\n serializedName: \"expires\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironment\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtendedLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomainConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomainConfiguration\",\n modelProperties: {\n customDomainVerificationId: {\n serializedName: \"customDomainVerificationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dnsSuffix: {\n serializedName: \"dnsSuffix\",\n type: {\n name: \"String\",\n },\n },\n certificateKeyVaultProperties: {\n serializedName: \"certificateKeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"CertificateKeyVaultProperties\",\n },\n },\n certificateValue: {\n serializedName: \"certificateValue\",\n type: {\n name: \"ByteArray\",\n },\n },\n certificatePassword: {\n serializedName: \"certificatePassword\",\n type: {\n name: \"String\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subjectName: {\n serializedName: \"subjectName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CertificateKeyVaultProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CertificateKeyVaultProperties\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n keyVaultUrl: {\n serializedName: \"keyVaultUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceTags: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceTags\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityResponse\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CertificateCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CertificateCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CertificateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CertificateProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentErrors: {\n serializedName: \"deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n certificateKeyVaultProperties: {\n serializedName: \"certificateKeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"CertificateKeyVaultProperties\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n subjectName: {\n serializedName: \"subjectName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subjectAlternativeNames: {\n serializedName: \"subjectAlternativeNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"ByteArray\",\n },\n },\n issuer: {\n serializedName: \"issuer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n issueDate: {\n serializedName: \"issueDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n valid: {\n serializedName: \"valid\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n publicKeyHash: {\n serializedName: \"publicKeyHash\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n certificateType: {\n serializedName: \"certificateType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CertificatePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CertificatePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentDaprComponentsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentDaprComponentsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentDaprComponent\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentProperties\",\n modelProperties: {\n componentType: {\n serializedName: \"componentType\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n ignoreErrors: {\n defaultValue: false,\n serializedName: \"ignoreErrors\",\n type: {\n name: \"Boolean\",\n },\n },\n initTimeout: {\n serializedName: \"initTimeout\",\n type: {\n name: \"String\",\n },\n },\n secrets: {\n serializedName: \"secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n secretStoreComponent: {\n serializedName: \"secretStoreComponent\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprMetadata\",\n },\n },\n },\n },\n scopes: {\n serializedName: \"scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n serviceComponentBind: {\n serializedName: \"serviceComponentBind\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprComponentServiceBinding\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Secret: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n keyVaultUrl: {\n serializedName: \"keyVaultUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprMetadata\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n secretRef: {\n serializedName: \"secretRef\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentServiceBinding: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentServiceBinding\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n serviceId: {\n serializedName: \"serviceId\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"DaprServiceBindMetadata\",\n },\n },\n },\n },\n};\n\nexport const DaprServiceBindMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprServiceBindMetadata\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprSecretsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSecretsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprSecret\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DaprSecret: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSecret\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentStoragesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentStoragesCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentStorage\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentStorageProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentStorageProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentErrors: {\n serializedName: \"deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n azureFile: {\n serializedName: \"azureFile\",\n type: {\n name: \"Composite\",\n className: \"AzureFileProperties\",\n },\n },\n smb: {\n serializedName: \"smb\",\n type: {\n name: \"Composite\",\n className: \"SmbStorage\",\n },\n },\n },\n },\n};\n\nexport const AzureFileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureFileProperties\",\n modelProperties: {\n accountName: {\n serializedName: \"accountName\",\n type: {\n name: \"String\",\n },\n },\n accountKey: {\n serializedName: \"accountKey\",\n type: {\n name: \"String\",\n },\n },\n accountKeyVaultProperties: {\n serializedName: \"accountKeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"SecretKeyVaultProperties\",\n },\n },\n accessMode: {\n serializedName: \"accessMode\",\n type: {\n name: \"String\",\n },\n },\n shareName: {\n serializedName: \"shareName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecretKeyVaultProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretKeyVaultProperties\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n keyVaultUrl: {\n serializedName: \"keyVaultUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SmbStorage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SmbStorage\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n shareName: {\n serializedName: \"shareName\",\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n domain: {\n serializedName: \"domain\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n accessMode: {\n serializedName: \"accessMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerApp\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppPropertiesPatchingConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppPropertiesPatchingConfiguration\",\n modelProperties: {\n patchingMode: {\n serializedName: \"patchingMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Configuration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Configuration\",\n modelProperties: {\n secrets: {\n serializedName: \"secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n activeRevisionsMode: {\n defaultValue: \"Single\",\n serializedName: \"activeRevisionsMode\",\n type: {\n name: \"String\",\n },\n },\n targetLabel: {\n serializedName: \"targetLabel\",\n type: {\n name: \"String\",\n },\n },\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"Ingress\",\n },\n },\n registries: {\n serializedName: \"registries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegistryCredentials\",\n },\n },\n },\n },\n dapr: {\n serializedName: \"dapr\",\n type: {\n name: \"Composite\",\n className: \"Dapr\",\n },\n },\n runtime: {\n serializedName: \"runtime\",\n type: {\n name: \"Composite\",\n className: \"Runtime\",\n },\n },\n maxInactiveRevisions: {\n serializedName: \"maxInactiveRevisions\",\n type: {\n name: \"Number\",\n },\n },\n revisionTransitionThreshold: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 1,\n },\n serializedName: \"revisionTransitionThreshold\",\n type: {\n name: \"Number\",\n },\n },\n service: {\n serializedName: \"service\",\n type: {\n name: \"Composite\",\n className: \"Service\",\n },\n },\n identitySettings: {\n serializedName: \"identitySettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IdentitySettings\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Ingress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Ingress\",\n modelProperties: {\n fqdn: {\n serializedName: \"fqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n external: {\n defaultValue: false,\n serializedName: \"external\",\n type: {\n name: \"Boolean\",\n },\n },\n targetPort: {\n serializedName: \"targetPort\",\n type: {\n name: \"Number\",\n },\n },\n exposedPort: {\n serializedName: \"exposedPort\",\n type: {\n name: \"Number\",\n },\n },\n transport: {\n defaultValue: \"auto\",\n serializedName: \"transport\",\n type: {\n name: \"String\",\n },\n },\n traffic: {\n serializedName: \"traffic\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TrafficWeight\",\n },\n },\n },\n },\n customDomains: {\n serializedName: \"customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomDomain\",\n },\n },\n },\n },\n allowInsecure: {\n defaultValue: false,\n serializedName: \"allowInsecure\",\n type: {\n name: \"Boolean\",\n },\n },\n ipSecurityRestrictions: {\n serializedName: \"ipSecurityRestrictions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpSecurityRestrictionRule\",\n },\n },\n },\n },\n stickySessions: {\n serializedName: \"stickySessions\",\n type: {\n name: \"Composite\",\n className: \"IngressStickySessions\",\n },\n },\n clientCertificateMode: {\n serializedName: \"clientCertificateMode\",\n type: {\n name: \"String\",\n },\n },\n corsPolicy: {\n serializedName: \"corsPolicy\",\n type: {\n name: \"Composite\",\n className: \"CorsPolicy\",\n },\n },\n additionalPortMappings: {\n serializedName: \"additionalPortMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IngressPortMapping\",\n },\n },\n },\n },\n targetPortHttpScheme: {\n serializedName: \"targetPortHttpScheme\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrafficWeight: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrafficWeight\",\n modelProperties: {\n revisionName: {\n serializedName: \"revisionName\",\n type: {\n name: \"String\",\n },\n },\n weight: {\n serializedName: \"weight\",\n type: {\n name: \"Number\",\n },\n },\n latestRevision: {\n defaultValue: false,\n serializedName: \"latestRevision\",\n type: {\n name: \"Boolean\",\n },\n },\n label: {\n serializedName: \"label\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomain: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomain\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n bindingType: {\n serializedName: \"bindingType\",\n type: {\n name: \"String\",\n },\n },\n certificateId: {\n serializedName: \"certificateId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IpSecurityRestrictionRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IpSecurityRestrictionRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n ipAddressRange: {\n serializedName: \"ipAddressRange\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n action: {\n serializedName: \"action\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IngressStickySessions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngressStickySessions\",\n modelProperties: {\n affinity: {\n serializedName: \"affinity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CorsPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CorsPolicy\",\n modelProperties: {\n allowedOrigins: {\n serializedName: \"allowedOrigins\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n allowedMethods: {\n serializedName: \"allowedMethods\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n allowedHeaders: {\n serializedName: \"allowedHeaders\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n exposeHeaders: {\n serializedName: \"exposeHeaders\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n maxAge: {\n serializedName: \"maxAge\",\n type: {\n name: \"Number\",\n },\n },\n allowCredentials: {\n serializedName: \"allowCredentials\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const IngressPortMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngressPortMapping\",\n modelProperties: {\n external: {\n serializedName: \"external\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n targetPort: {\n serializedName: \"targetPort\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n exposedPort: {\n serializedName: \"exposedPort\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const RegistryCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryCredentials\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n passwordSecretRef: {\n serializedName: \"passwordSecretRef\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Dapr: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Dapr\",\n modelProperties: {\n enabled: {\n defaultValue: false,\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n appId: {\n serializedName: \"appId\",\n type: {\n name: \"String\",\n },\n },\n appProtocol: {\n defaultValue: \"http\",\n serializedName: \"appProtocol\",\n type: {\n name: \"String\",\n },\n },\n appPort: {\n serializedName: \"appPort\",\n type: {\n name: \"Number\",\n },\n },\n httpReadBufferSize: {\n serializedName: \"httpReadBufferSize\",\n type: {\n name: \"Number\",\n },\n },\n httpMaxRequestSize: {\n serializedName: \"httpMaxRequestSize\",\n type: {\n name: \"Number\",\n },\n },\n logLevel: {\n serializedName: \"logLevel\",\n type: {\n name: \"String\",\n },\n },\n enableApiLogging: {\n serializedName: \"enableApiLogging\",\n type: {\n name: \"Boolean\",\n },\n },\n appHealth: {\n serializedName: \"appHealth\",\n type: {\n name: \"Composite\",\n className: \"DaprAppHealth\",\n },\n },\n maxConcurrency: {\n serializedName: \"maxConcurrency\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DaprAppHealth: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprAppHealth\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n probeIntervalSeconds: {\n constraints: {\n InclusiveMinimum: 1,\n },\n serializedName: \"probeIntervalSeconds\",\n type: {\n name: \"Number\",\n },\n },\n probeTimeoutMilliseconds: {\n constraints: {\n InclusiveMinimum: 1,\n },\n serializedName: \"probeTimeoutMilliseconds\",\n type: {\n name: \"Number\",\n },\n },\n threshold: {\n constraints: {\n InclusiveMinimum: 1,\n },\n serializedName: \"threshold\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const Runtime: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Runtime\",\n modelProperties: {\n java: {\n serializedName: \"java\",\n type: {\n name: \"Composite\",\n className: \"RuntimeJava\",\n },\n },\n dotnet: {\n serializedName: \"dotnet\",\n type: {\n name: \"Composite\",\n className: \"RuntimeDotnet\",\n },\n },\n },\n },\n};\n\nexport const RuntimeJava: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuntimeJava\",\n modelProperties: {\n enableMetrics: {\n serializedName: \"enableMetrics\",\n type: {\n name: \"Boolean\",\n },\n },\n javaAgent: {\n serializedName: \"javaAgent\",\n type: {\n name: \"Composite\",\n className: \"RuntimeJavaAgent\",\n },\n },\n },\n },\n};\n\nexport const RuntimeJavaAgent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuntimeJavaAgent\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n logging: {\n serializedName: \"logging\",\n type: {\n name: \"Composite\",\n className: \"RuntimeJavaAgentLogging\",\n },\n },\n },\n },\n};\n\nexport const RuntimeJavaAgentLogging: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuntimeJavaAgentLogging\",\n modelProperties: {\n loggerSettings: {\n serializedName: \"loggerSettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LoggerSetting\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LoggerSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoggerSetting\",\n modelProperties: {\n logger: {\n serializedName: \"logger\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n level: {\n serializedName: \"level\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuntimeDotnet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuntimeDotnet\",\n modelProperties: {\n autoConfigureDataProtection: {\n serializedName: \"autoConfigureDataProtection\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const Service: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Service\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentitySettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentitySettings\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n lifecycle: {\n serializedName: \"lifecycle\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Template: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Template\",\n modelProperties: {\n revisionSuffix: {\n serializedName: \"revisionSuffix\",\n type: {\n name: \"String\",\n },\n },\n terminationGracePeriodSeconds: {\n serializedName: \"terminationGracePeriodSeconds\",\n type: {\n name: \"Number\",\n },\n },\n initContainers: {\n serializedName: \"initContainers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InitContainer\",\n },\n },\n },\n },\n containers: {\n serializedName: \"containers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Container\",\n },\n },\n },\n },\n scale: {\n serializedName: \"scale\",\n type: {\n name: \"Composite\",\n className: \"Scale\",\n },\n },\n volumes: {\n serializedName: \"volumes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Volume\",\n },\n },\n },\n },\n serviceBinds: {\n serializedName: \"serviceBinds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceBind\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BaseContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BaseContainer\",\n modelProperties: {\n image: {\n serializedName: \"image\",\n type: {\n name: \"String\",\n },\n },\n imageType: {\n serializedName: \"imageType\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n command: {\n serializedName: \"command\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n args: {\n serializedName: \"args\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n env: {\n serializedName: \"env\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVar\",\n },\n },\n },\n },\n resources: {\n serializedName: \"resources\",\n type: {\n name: \"Composite\",\n className: \"ContainerResources\",\n },\n },\n volumeMounts: {\n serializedName: \"volumeMounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VolumeMount\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EnvironmentVar: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVar\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n secretRef: {\n serializedName: \"secretRef\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerResources: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerResources\",\n modelProperties: {\n cpu: {\n serializedName: \"cpu\",\n type: {\n name: \"Number\",\n },\n },\n memory: {\n serializedName: \"memory\",\n type: {\n name: \"String\",\n },\n },\n ephemeralStorage: {\n serializedName: \"ephemeralStorage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n gpu: {\n serializedName: \"gpu\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const VolumeMount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VolumeMount\",\n modelProperties: {\n volumeName: {\n serializedName: \"volumeName\",\n type: {\n name: \"String\",\n },\n },\n mountPath: {\n serializedName: \"mountPath\",\n type: {\n name: \"String\",\n },\n },\n subPath: {\n serializedName: \"subPath\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppProbe: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbe\",\n modelProperties: {\n failureThreshold: {\n serializedName: \"failureThreshold\",\n type: {\n name: \"Number\",\n },\n },\n httpGet: {\n serializedName: \"httpGet\",\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbeHttpGet\",\n },\n },\n initialDelaySeconds: {\n serializedName: \"initialDelaySeconds\",\n type: {\n name: \"Number\",\n },\n },\n periodSeconds: {\n serializedName: \"periodSeconds\",\n type: {\n name: \"Number\",\n },\n },\n successThreshold: {\n serializedName: \"successThreshold\",\n type: {\n name: \"Number\",\n },\n },\n tcpSocket: {\n serializedName: \"tcpSocket\",\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbeTcpSocket\",\n },\n },\n terminationGracePeriodSeconds: {\n serializedName: \"terminationGracePeriodSeconds\",\n type: {\n name: \"Number\",\n },\n },\n timeoutSeconds: {\n serializedName: \"timeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppProbeHttpGet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbeHttpGet\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n httpHeaders: {\n serializedName: \"httpHeaders\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbeHttpGetHttpHeadersItem\",\n },\n },\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n scheme: {\n serializedName: \"scheme\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppProbeHttpGetHttpHeadersItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbeHttpGetHttpHeadersItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppProbeTcpSocket: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbeTcpSocket\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const Scale: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Scale\",\n modelProperties: {\n minReplicas: {\n serializedName: \"minReplicas\",\n type: {\n name: \"Number\",\n },\n },\n maxReplicas: {\n defaultValue: 10,\n serializedName: \"maxReplicas\",\n type: {\n name: \"Number\",\n },\n },\n cooldownPeriod: {\n serializedName: \"cooldownPeriod\",\n type: {\n name: \"Number\",\n },\n },\n pollingInterval: {\n serializedName: \"pollingInterval\",\n type: {\n name: \"Number\",\n },\n },\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ScaleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n azureQueue: {\n serializedName: \"azureQueue\",\n type: {\n name: \"Composite\",\n className: \"QueueScaleRule\",\n },\n },\n custom: {\n serializedName: \"custom\",\n type: {\n name: \"Composite\",\n className: \"CustomScaleRule\",\n },\n },\n http: {\n serializedName: \"http\",\n type: {\n name: \"Composite\",\n className: \"HttpScaleRule\",\n },\n },\n tcp: {\n serializedName: \"tcp\",\n type: {\n name: \"Composite\",\n className: \"TcpScaleRule\",\n },\n },\n },\n },\n};\n\nexport const QueueScaleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueueScaleRule\",\n modelProperties: {\n accountName: {\n serializedName: \"accountName\",\n type: {\n name: \"String\",\n },\n },\n queueName: {\n serializedName: \"queueName\",\n type: {\n name: \"String\",\n },\n },\n queueLength: {\n serializedName: \"queueLength\",\n type: {\n name: \"Number\",\n },\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleAuth\",\n },\n },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScaleRuleAuth: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleAuth\",\n modelProperties: {\n secretRef: {\n serializedName: \"secretRef\",\n type: {\n name: \"String\",\n },\n },\n triggerParameter: {\n serializedName: \"triggerParameter\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomScaleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomScaleRule\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleAuth\",\n },\n },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HttpScaleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpScaleRule\",\n modelProperties: {\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleAuth\",\n },\n },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TcpScaleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TcpScaleRule\",\n modelProperties: {\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleAuth\",\n },\n },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Volume: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Volume\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n storageType: {\n serializedName: \"storageType\",\n type: {\n name: \"String\",\n },\n },\n storageName: {\n serializedName: \"storageName\",\n type: {\n name: \"String\",\n },\n },\n secrets: {\n serializedName: \"secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecretVolumeItem\",\n },\n },\n },\n },\n mountOptions: {\n serializedName: \"mountOptions\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecretVolumeItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretVolumeItem\",\n modelProperties: {\n secretRef: {\n serializedName: \"secretRef\",\n type: {\n name: \"String\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceBind: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceBind\",\n modelProperties: {\n serviceId: {\n serializedName: \"serviceId\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n clientType: {\n serializedName: \"clientType\",\n type: {\n name: \"String\",\n },\n },\n customizedKeys: {\n serializedName: \"customizedKeys\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const CustomHostnameAnalysisResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomHostnameAnalysisResult\",\n modelProperties: {\n hostName: {\n serializedName: \"hostName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isHostnameAlreadyVerified: {\n serializedName: \"isHostnameAlreadyVerified\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n customDomainVerificationTest: {\n serializedName: \"customDomainVerificationTest\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Passed\", \"Failed\", \"Skipped\"],\n },\n },\n customDomainVerificationFailureInfo: {\n serializedName: \"customDomainVerificationFailureInfo\",\n type: {\n name: \"Composite\",\n className: \"CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo\",\n },\n },\n hasConflictOnManagedEnvironment: {\n serializedName: \"hasConflictOnManagedEnvironment\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n conflictWithEnvironmentCustomDomain: {\n serializedName: \"conflictWithEnvironmentCustomDomain\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n conflictingContainerAppResourceId: {\n serializedName: \"conflictingContainerAppResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cNameRecords: {\n serializedName: \"cNameRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n txtRecords: {\n serializedName: \"txtRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n aRecords: {\n serializedName: \"aRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n alternateCNameRecords: {\n serializedName: \"alternateCNameRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n alternateTxtRecords: {\n serializedName: \"alternateTxtRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SecretsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerAppSecret\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ContainerAppSecret: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppSecret\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n keyVaultUrl: {\n serializedName: \"keyVaultUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsBuildCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsBuildCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsBuildResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsBuildConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsBuildConfiguration\",\n modelProperties: {\n baseOs: {\n serializedName: \"baseOs\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n platform: {\n serializedName: \"platform\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n platformVersion: {\n serializedName: \"platformVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n environmentVariables: {\n serializedName: \"environmentVariables\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVariable\",\n },\n },\n },\n },\n preBuildSteps: {\n serializedName: \"preBuildSteps\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PreBuildStep\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LabelHistoryCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabelHistoryCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabelHistory\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LabelHistoryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabelHistoryProperties\",\n modelProperties: {\n records: {\n serializedName: \"records\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabelHistoryRecordItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LabelHistoryRecordItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabelHistoryRecordItem\",\n modelProperties: {\n revision: {\n serializedName: \"revision\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n start: {\n serializedName: \"start\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n stop: {\n serializedName: \"stop\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PatchCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsPatchResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PatchProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchProperties\",\n modelProperties: {\n targetEnvironmentId: {\n serializedName: \"targetEnvironmentId\",\n type: {\n name: \"String\",\n },\n },\n targetContainerAppId: {\n serializedName: \"targetContainerAppId\",\n type: {\n name: \"String\",\n },\n },\n targetRevisionId: {\n serializedName: \"targetRevisionId\",\n type: {\n name: \"String\",\n },\n },\n patchApplyStatus: {\n serializedName: \"patchApplyStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n patchDetails: {\n serializedName: \"patchDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PatchDetails\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PatchDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchDetails\",\n modelProperties: {\n targetContainerName: {\n serializedName: \"targetContainerName\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetImage: {\n serializedName: \"targetImage\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastDetectionTime: {\n serializedName: \"lastDetectionTime\",\n required: true,\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n detectionStatus: {\n serializedName: \"detectionStatus\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n newImageName: {\n serializedName: \"newImageName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n newLayer: {\n serializedName: \"newLayer\",\n type: {\n name: \"Composite\",\n className: \"PatchDetailsNewLayer\",\n },\n },\n oldLayer: {\n serializedName: \"oldLayer\",\n type: {\n name: \"Composite\",\n className: \"PatchDetailsOldLayer\",\n },\n },\n patchType: {\n serializedName: \"patchType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PatchDetailsNewLayer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchDetailsNewLayer\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n frameworkAndVersion: {\n serializedName: \"frameworkAndVersion\",\n type: {\n name: \"String\",\n },\n },\n osAndVersion: {\n serializedName: \"osAndVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PatchDetailsOldLayer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchDetailsOldLayer\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n frameworkAndVersion: {\n serializedName: \"frameworkAndVersion\",\n type: {\n name: \"String\",\n },\n },\n osAndVersion: {\n serializedName: \"osAndVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PatchSkipConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchSkipConfig\",\n modelProperties: {\n skip: {\n serializedName: \"skip\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const RevisionCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RevisionCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Revision\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ReplicaContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReplicaContainer\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n containerId: {\n serializedName: \"containerId\",\n type: {\n name: \"String\",\n },\n },\n ready: {\n serializedName: \"ready\",\n type: {\n name: \"Boolean\",\n },\n },\n started: {\n serializedName: \"started\",\n type: {\n name: \"Boolean\",\n },\n },\n restartCount: {\n serializedName: \"restartCount\",\n type: {\n name: \"Number\",\n },\n },\n runningState: {\n serializedName: \"runningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runningStateDetails: {\n serializedName: \"runningStateDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n logStreamEndpoint: {\n serializedName: \"logStreamEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n execEndpoint: {\n serializedName: \"execEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n debugEndpoint: {\n serializedName: \"debugEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ReplicaCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReplicaCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Replica\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DiagnosticsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Diagnostics\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsProperties\",\n modelProperties: {\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticsDefinition\",\n },\n },\n dataset: {\n serializedName: \"dataset\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsDataApiResponse\",\n },\n },\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticsStatus\",\n },\n },\n dataProviderMetadata: {\n serializedName: \"dataProviderMetadata\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataProviderMetadata\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticsDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsDefinition\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n author: {\n serializedName: \"author\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n category: {\n serializedName: \"category\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportTopicList: {\n serializedName: \"supportTopicList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiagnosticSupportTopic\",\n },\n },\n },\n },\n analysisTypes: {\n serializedName: \"analysisTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n score: {\n serializedName: \"score\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticSupportTopic: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticSupportTopic\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n pesId: {\n serializedName: \"pesId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticsDataApiResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsDataApiResponse\",\n modelProperties: {\n table: {\n serializedName: \"table\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataTableResponseObject\",\n },\n },\n renderingProperties: {\n serializedName: \"renderingProperties\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticRendering\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticDataTableResponseObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataTableResponseObject\",\n modelProperties: {\n tableName: {\n serializedName: \"tableName\",\n type: {\n name: \"String\",\n },\n },\n columns: {\n serializedName: \"columns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataTableResponseColumn\",\n },\n },\n },\n },\n rows: {\n serializedName: \"rows\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n },\n },\n};\n\nexport const DiagnosticDataTableResponseColumn: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataTableResponseColumn\",\n modelProperties: {\n columnName: {\n serializedName: \"columnName\",\n type: {\n name: \"String\",\n },\n },\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\",\n },\n },\n columnType: {\n serializedName: \"columnType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticRendering: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticRendering\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"Number\",\n },\n },\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n isVisible: {\n serializedName: \"isVisible\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticsStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsStatus\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n statusId: {\n serializedName: \"statusId\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticDataProviderMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataProviderMetadata\",\n modelProperties: {\n providerName: {\n serializedName: \"providerName\",\n type: {\n name: \"String\",\n },\n },\n propertyBag: {\n serializedName: \"propertyBag\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataProviderMetadataPropertyBagItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DiagnosticDataProviderMetadataPropertyBagItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataProviderMetadataPropertyBagItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VnetConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VnetConfiguration\",\n modelProperties: {\n internal: {\n serializedName: \"internal\",\n type: {\n name: \"Boolean\",\n },\n },\n infrastructureSubnetId: {\n serializedName: \"infrastructureSubnetId\",\n type: {\n name: \"String\",\n },\n },\n dockerBridgeCidr: {\n serializedName: \"dockerBridgeCidr\",\n type: {\n name: \"String\",\n },\n },\n platformReservedCidr: {\n serializedName: \"platformReservedCidr\",\n type: {\n name: \"String\",\n },\n },\n platformReservedDnsIP: {\n serializedName: \"platformReservedDnsIP\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AppLogsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppLogsConfiguration\",\n modelProperties: {\n destination: {\n serializedName: \"destination\",\n type: {\n name: \"String\",\n },\n },\n logAnalyticsConfiguration: {\n serializedName: \"logAnalyticsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"LogAnalyticsConfiguration\",\n },\n },\n },\n },\n};\n\nexport const LogAnalyticsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogAnalyticsConfiguration\",\n modelProperties: {\n customerId: {\n serializedName: \"customerId\",\n type: {\n name: \"String\",\n },\n },\n sharedKey: {\n serializedName: \"sharedKey\",\n type: {\n name: \"String\",\n },\n },\n dynamicJsonColumns: {\n serializedName: \"dynamicJsonColumns\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AppInsightsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppInsightsConfiguration\",\n modelProperties: {\n connectionString: {\n serializedName: \"connectionString\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OpenTelemetryConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenTelemetryConfiguration\",\n modelProperties: {\n destinationsConfiguration: {\n serializedName: \"destinationsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DestinationsConfiguration\",\n },\n },\n tracesConfiguration: {\n serializedName: \"tracesConfiguration\",\n type: {\n name: \"Composite\",\n className: \"TracesConfiguration\",\n },\n },\n logsConfiguration: {\n serializedName: \"logsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"LogsConfiguration\",\n },\n },\n metricsConfiguration: {\n serializedName: \"metricsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"MetricsConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DestinationsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DestinationsConfiguration\",\n modelProperties: {\n dataDogConfiguration: {\n serializedName: \"dataDogConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DataDogConfiguration\",\n },\n },\n otlpConfigurations: {\n serializedName: \"otlpConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OtlpConfiguration\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DataDogConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataDogConfiguration\",\n modelProperties: {\n site: {\n serializedName: \"site\",\n type: {\n name: \"String\",\n },\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OtlpConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OtlpConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n endpoint: {\n serializedName: \"endpoint\",\n type: {\n name: \"String\",\n },\n },\n insecure: {\n serializedName: \"insecure\",\n type: {\n name: \"Boolean\",\n },\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Header\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Header: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Header\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TracesConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TracesConfiguration\",\n modelProperties: {\n includeDapr: {\n serializedName: \"includeDapr\",\n type: {\n name: \"Boolean\",\n },\n },\n destinations: {\n serializedName: \"destinations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LogsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogsConfiguration\",\n modelProperties: {\n destinations: {\n serializedName: \"destinations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricsConfiguration\",\n modelProperties: {\n includeKeda: {\n serializedName: \"includeKeda\",\n type: {\n name: \"Boolean\",\n },\n },\n destinations: {\n serializedName: \"destinations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkloadProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadProfile\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n enableFips: {\n defaultValue: false,\n serializedName: \"enableFips\",\n type: {\n name: \"Boolean\",\n },\n },\n workloadProfileType: {\n serializedName: \"workloadProfileType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n minimumCount: {\n serializedName: \"minimumCount\",\n type: {\n name: \"Number\",\n },\n },\n maximumCount: {\n serializedName: \"maximumCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const KedaConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KedaConfiguration\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprConfiguration\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentPropertiesPeerAuthentication: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPropertiesPeerAuthentication\",\n modelProperties: {\n mtls: {\n serializedName: \"mtls\",\n type: {\n name: \"Composite\",\n className: \"Mtls\",\n },\n },\n },\n },\n};\n\nexport const Mtls: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Mtls\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentPropertiesPeerTrafficConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPropertiesPeerTrafficConfiguration\",\n modelProperties: {\n encryption: {\n serializedName: \"encryption\",\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption\",\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const IngressConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngressConfiguration\",\n modelProperties: {\n workloadProfileName: {\n serializedName: \"workloadProfileName\",\n type: {\n name: \"String\",\n },\n },\n scale: {\n serializedName: \"scale\",\n type: {\n name: \"Composite\",\n className: \"IngressConfigurationScale\",\n },\n },\n terminationGracePeriodSeconds: {\n serializedName: \"terminationGracePeriodSeconds\",\n type: {\n name: \"Number\",\n },\n },\n headerCountLimit: {\n serializedName: \"headerCountLimit\",\n type: {\n name: \"Number\",\n },\n },\n requestIdleTimeout: {\n serializedName: \"requestIdleTimeout\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const IngressConfigurationScale: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngressConfigurationScale\",\n modelProperties: {\n minReplicas: {\n serializedName: \"minReplicas\",\n type: {\n name: \"Number\",\n },\n },\n maxReplicas: {\n serializedName: \"maxReplicas\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DiskEncryptionConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfiguration\",\n modelProperties: {\n keyVaultConfiguration: {\n serializedName: \"keyVaultConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfigurationKeyVaultConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DiskEncryptionConfigurationKeyVaultConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfigurationKeyVaultConfiguration\",\n modelProperties: {\n keyUrl: {\n serializedName: \"keyUrl\",\n type: {\n name: \"String\",\n },\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfigurationKeyVaultConfigurationAuth\",\n },\n },\n },\n },\n};\n\nexport const DiskEncryptionConfigurationKeyVaultConfigurationAuth: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfigurationKeyVaultConfigurationAuth\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobConfiguration\",\n modelProperties: {\n secrets: {\n serializedName: \"secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n triggerType: {\n defaultValue: \"Manual\",\n serializedName: \"triggerType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n replicaTimeout: {\n serializedName: \"replicaTimeout\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n replicaRetryLimit: {\n serializedName: \"replicaRetryLimit\",\n type: {\n name: \"Number\",\n },\n },\n manualTriggerConfig: {\n serializedName: \"manualTriggerConfig\",\n type: {\n name: \"Composite\",\n className: \"JobConfigurationManualTriggerConfig\",\n },\n },\n scheduleTriggerConfig: {\n serializedName: \"scheduleTriggerConfig\",\n type: {\n name: \"Composite\",\n className: \"JobConfigurationScheduleTriggerConfig\",\n },\n },\n eventTriggerConfig: {\n serializedName: \"eventTriggerConfig\",\n type: {\n name: \"Composite\",\n className: \"JobConfigurationEventTriggerConfig\",\n },\n },\n registries: {\n serializedName: \"registries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegistryCredentials\",\n },\n },\n },\n },\n identitySettings: {\n serializedName: \"identitySettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IdentitySettings\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JobConfigurationManualTriggerConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobConfigurationManualTriggerConfig\",\n modelProperties: {\n replicaCompletionCount: {\n serializedName: \"replicaCompletionCount\",\n type: {\n name: \"Number\",\n },\n },\n parallelism: {\n serializedName: \"parallelism\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const JobConfigurationScheduleTriggerConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobConfigurationScheduleTriggerConfig\",\n modelProperties: {\n replicaCompletionCount: {\n serializedName: \"replicaCompletionCount\",\n type: {\n name: \"Number\",\n },\n },\n cronExpression: {\n serializedName: \"cronExpression\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n parallelism: {\n serializedName: \"parallelism\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const JobConfigurationEventTriggerConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobConfigurationEventTriggerConfig\",\n modelProperties: {\n replicaCompletionCount: {\n serializedName: \"replicaCompletionCount\",\n type: {\n name: \"Number\",\n },\n },\n parallelism: {\n serializedName: \"parallelism\",\n type: {\n name: \"Number\",\n },\n },\n scale: {\n serializedName: \"scale\",\n type: {\n name: \"Composite\",\n className: \"JobScale\",\n },\n },\n },\n },\n};\n\nexport const JobScale: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobScale\",\n modelProperties: {\n pollingInterval: {\n serializedName: \"pollingInterval\",\n type: {\n name: \"Number\",\n },\n },\n minExecutions: {\n defaultValue: 0,\n serializedName: \"minExecutions\",\n type: {\n name: \"Number\",\n },\n },\n maxExecutions: {\n defaultValue: 100,\n serializedName: \"maxExecutions\",\n type: {\n name: \"Number\",\n },\n },\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobScaleRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JobScaleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobScaleRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleAuth\",\n },\n },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobTemplate\",\n modelProperties: {\n initContainers: {\n serializedName: \"initContainers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InitContainer\",\n },\n },\n },\n },\n containers: {\n serializedName: \"containers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Container\",\n },\n },\n },\n },\n volumes: {\n serializedName: \"volumes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Volume\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DotNetComponentsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DotNetComponent\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DotNetComponentConfigurationProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentConfigurationProperty\",\n modelProperties: {\n propertyName: {\n serializedName: \"propertyName\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DotNetComponentServiceBind: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentServiceBind\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n serviceId: {\n serializedName: \"serviceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailableOperations: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableOperations\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationDetail\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDetail\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JavaComponent\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentProperties\",\n uberParent: \"JavaComponentProperties\",\n polymorphicDiscriminator: {\n serializedName: \"componentType\",\n clientName: \"componentType\",\n },\n modelProperties: {\n componentType: {\n serializedName: \"componentType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n configurations: {\n serializedName: \"configurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JavaComponentConfigurationProperty\",\n },\n },\n },\n },\n scale: {\n serializedName: \"scale\",\n type: {\n name: \"Composite\",\n className: \"JavaComponentPropertiesScale\",\n },\n },\n serviceBinds: {\n serializedName: \"serviceBinds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JavaComponentServiceBind\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JavaComponentConfigurationProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentConfigurationProperty\",\n modelProperties: {\n propertyName: {\n serializedName: \"propertyName\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentPropertiesScale: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentPropertiesScale\",\n modelProperties: {\n minReplicas: {\n serializedName: \"minReplicas\",\n type: {\n name: \"Number\",\n },\n },\n maxReplicas: {\n serializedName: \"maxReplicas\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentServiceBind: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentServiceBind\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n serviceId: {\n serializedName: \"serviceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Job\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobPatchProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobPatchProperties\",\n modelProperties: {\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"JobPatchPropertiesProperties\",\n },\n },\n },\n },\n};\n\nexport const JobPatchPropertiesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobPatchPropertiesProperties\",\n modelProperties: {\n environmentId: {\n serializedName: \"environmentId\",\n type: {\n name: \"String\",\n },\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className: \"JobConfiguration\",\n },\n },\n template: {\n serializedName: \"template\",\n type: {\n name: \"Composite\",\n className: \"JobTemplate\",\n },\n },\n outboundIpAddresses: {\n serializedName: \"outboundIpAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n eventStreamEndpoint: {\n serializedName: \"eventStreamEndpoint\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobExecutionTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobExecutionTemplate\",\n modelProperties: {\n containers: {\n serializedName: \"containers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobExecutionContainer\",\n },\n },\n },\n },\n initContainers: {\n serializedName: \"initContainers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobExecutionContainer\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JobExecutionContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobExecutionContainer\",\n modelProperties: {\n image: {\n serializedName: \"image\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n command: {\n serializedName: \"command\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n args: {\n serializedName: \"args\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n env: {\n serializedName: \"env\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVar\",\n },\n },\n },\n },\n resources: {\n serializedName: \"resources\",\n type: {\n name: \"Composite\",\n className: \"ContainerResources\",\n },\n },\n },\n },\n};\n\nexport const JobExecutionBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobExecutionBase\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppJobExecutions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppJobExecutions\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobExecution\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobExecution: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobExecution\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n template: {\n serializedName: \"properties.template\",\n type: {\n name: \"Composite\",\n className: \"JobExecutionTemplate\",\n },\n },\n detailedStatus: {\n serializedName: \"properties.detailedStatus\",\n type: {\n name: \"Composite\",\n className: \"ExecutionStatus\",\n },\n },\n },\n },\n};\n\nexport const ExecutionStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExecutionStatus\",\n modelProperties: {\n replicas: {\n serializedName: \"replicas\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReplicaExecutionStatus\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ReplicaExecutionStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReplicaExecutionStatus\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n containers: {\n serializedName: \"containers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerExecutionStatus\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ContainerExecutionStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerExecutionStatus\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n code: {\n serializedName: \"code\",\n type: {\n name: \"Number\",\n },\n },\n additionalInformation: {\n serializedName: \"additionalInformation\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobSecretsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobSecretsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkflowEnvelopeCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowEnvelopeCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkflowEnvelope\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkflowEnvelope: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowEnvelope\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"WorkflowEnvelopeProperties\",\n },\n },\n },\n },\n};\n\nexport const WorkflowEnvelopeProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowEnvelopeProperties\",\n modelProperties: {\n files: {\n serializedName: \"files\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n flowState: {\n serializedName: \"flowState\",\n type: {\n name: \"String\",\n },\n },\n health: {\n serializedName: \"health\",\n type: {\n name: \"Composite\",\n className: \"WorkflowHealth\",\n },\n },\n },\n },\n};\n\nexport const WorkflowHealth: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowHealth\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"NotSpecified\", \"Healthy\", \"Unhealthy\", \"Unknown\"],\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorEntity\",\n },\n },\n },\n },\n};\n\nexport const ErrorEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorEntity\",\n modelProperties: {\n extendedCode: {\n serializedName: \"extendedCode\",\n type: {\n name: \"String\",\n },\n },\n messageTemplate: {\n serializedName: \"messageTemplate\",\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n innerErrors: {\n serializedName: \"innerErrors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorEntity\",\n },\n },\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorEntity\",\n },\n },\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkflowArtifacts: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowArtifacts\",\n modelProperties: {\n appSettings: {\n serializedName: \"appSettings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n files: {\n serializedName: \"files\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n filesToDelete: {\n serializedName: \"filesToDelete\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironment\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedCertificateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedCertificateProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subjectName: {\n serializedName: \"subjectName\",\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n domainControlValidation: {\n serializedName: \"domainControlValidation\",\n type: {\n name: \"String\",\n },\n },\n validationToken: {\n serializedName: \"validationToken\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedCertificatePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedCertificatePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ManagedCertificateCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedCertificateCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedCertificate\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkloadProfileStatesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadProfileStatesCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkloadProfileStates\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkloadProfileStatesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadProfileStatesProperties\",\n modelProperties: {\n minimumCount: {\n serializedName: \"minimumCount\",\n type: {\n name: \"Number\",\n },\n },\n maximumCount: {\n serializedName: \"maximumCount\",\n type: {\n name: \"Number\",\n },\n },\n currentCount: {\n serializedName: \"currentCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentResiliencyPoliciesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPoliciesCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicy\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentResiliencyPolicyConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyConfiguration\",\n modelProperties: {\n httpRetryPolicy: {\n serializedName: \"httpRetryPolicy\",\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration\",\n },\n },\n timeoutPolicy: {\n serializedName: \"timeoutPolicy\",\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyTimeoutPolicyConfiguration\",\n },\n },\n circuitBreakerPolicy: {\n serializedName: \"circuitBreakerPolicy\",\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration\",\n modelProperties: {\n maxRetries: {\n serializedName: \"maxRetries\",\n type: {\n name: \"Number\",\n },\n },\n retryBackOff: {\n serializedName: \"retryBackOff\",\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration\",\n },\n },\n },\n },\n };\n\nexport const DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration\",\n modelProperties: {\n initialDelayInMilliseconds: {\n serializedName: \"initialDelayInMilliseconds\",\n type: {\n name: \"Number\",\n },\n },\n maxIntervalInMilliseconds: {\n serializedName: \"maxIntervalInMilliseconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const DaprComponentResiliencyPolicyTimeoutPolicyConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyTimeoutPolicyConfiguration\",\n modelProperties: {\n responseTimeoutInSeconds: {\n serializedName: \"responseTimeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration\",\n modelProperties: {\n consecutiveErrors: {\n serializedName: \"consecutiveErrors\",\n type: {\n name: \"Number\",\n },\n },\n timeoutInSeconds: {\n serializedName: \"timeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n intervalInSeconds: {\n serializedName: \"intervalInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const DaprComponentsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprComponent\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprSubscriptionsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprSubscription\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprSubscriptionRoutes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionRoutes\",\n modelProperties: {\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionRouteRule\",\n },\n },\n },\n },\n default: {\n serializedName: \"default\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprSubscriptionRouteRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionRouteRule\",\n modelProperties: {\n match: {\n serializedName: \"match\",\n type: {\n name: \"String\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprSubscriptionBulkSubscribeOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionBulkSubscribeOptions\",\n modelProperties: {\n enabled: {\n defaultValue: false,\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n maxMessagesCount: {\n serializedName: \"maxMessagesCount\",\n type: {\n name: \"Number\",\n },\n },\n maxAwaitDurationMs: {\n serializedName: \"maxAwaitDurationMs\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteConfigProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteConfigProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningErrors: {\n serializedName: \"provisioningErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpRouteProvisioningErrors\",\n },\n },\n },\n },\n fqdn: {\n serializedName: \"fqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customDomains: {\n serializedName: \"customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomDomain\",\n },\n },\n },\n },\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpRouteRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const HttpRouteProvisioningErrors: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteProvisioningErrors\",\n modelProperties: {\n timestamp: {\n serializedName: \"timestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteRule\",\n modelProperties: {\n targets: {\n serializedName: \"targets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpRouteTarget\",\n },\n },\n },\n },\n routes: {\n serializedName: \"routes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpRoute\",\n },\n },\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteTarget: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteTarget\",\n modelProperties: {\n containerApp: {\n serializedName: \"containerApp\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n revision: {\n serializedName: \"revision\",\n type: {\n name: \"String\",\n },\n },\n label: {\n serializedName: \"label\",\n type: {\n name: \"String\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"weight\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HttpRoute: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRoute\",\n modelProperties: {\n match: {\n serializedName: \"match\",\n type: {\n name: \"Composite\",\n className: \"HttpRouteMatch\",\n },\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"Composite\",\n className: \"HttpRouteAction\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteMatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteMatch\",\n modelProperties: {\n prefix: {\n serializedName: \"prefix\",\n type: {\n name: \"String\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n pathSeparatedPrefix: {\n serializedName: \"pathSeparatedPrefix\",\n type: {\n name: \"String\",\n },\n },\n caseSensitive: {\n serializedName: \"caseSensitive\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteAction\",\n modelProperties: {\n prefixRewrite: {\n serializedName: \"prefixRewrite\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteConfigCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteConfigCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpRouteConfig\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MaintenanceConfigurationCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfigurationCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfigurationResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScheduledEntry: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduledEntry\",\n modelProperties: {\n weekDay: {\n serializedName: \"weekDay\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\",\n \"Saturday\",\n \"Sunday\",\n ],\n },\n },\n startHourUtc: {\n serializedName: \"startHourUtc\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n durationHours: {\n serializedName: \"durationHours\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentStoragesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentStoragesCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentStorage\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentStorageProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentStorageProperties\",\n modelProperties: {\n azureFile: {\n serializedName: \"azureFile\",\n type: {\n name: \"Composite\",\n className: \"AzureFileProperties\",\n },\n },\n nfsAzureFile: {\n serializedName: \"nfsAzureFile\",\n type: {\n name: \"Composite\",\n className: \"NfsAzureFileProperties\",\n },\n },\n },\n },\n};\n\nexport const NfsAzureFileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NfsAzureFileProperties\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n type: {\n name: \"String\",\n },\n },\n accessMode: {\n serializedName: \"accessMode\",\n type: {\n name: \"String\",\n },\n },\n shareName: {\n serializedName: \"shareName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionPoolCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionPoolCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionPool\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScaleConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleConfiguration\",\n modelProperties: {\n maxConcurrentSessions: {\n serializedName: \"maxConcurrentSessions\",\n type: {\n name: \"Number\",\n },\n },\n readySessionInstances: {\n serializedName: \"readySessionInstances\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SessionPoolSecret: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionPoolSecret\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DynamicPoolConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DynamicPoolConfiguration\",\n modelProperties: {\n lifecycleConfiguration: {\n serializedName: \"lifecycleConfiguration\",\n type: {\n name: \"Composite\",\n className: \"LifecycleConfiguration\",\n },\n },\n },\n },\n};\n\nexport const LifecycleConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LifecycleConfiguration\",\n modelProperties: {\n lifecycleType: {\n serializedName: \"lifecycleType\",\n type: {\n name: \"String\",\n },\n },\n cooldownPeriodInSeconds: {\n serializedName: \"cooldownPeriodInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n maxAlivePeriodInSeconds: {\n serializedName: \"maxAlivePeriodInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CustomContainerTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomContainerTemplate\",\n modelProperties: {\n registryCredentials: {\n serializedName: \"registryCredentials\",\n type: {\n name: \"Composite\",\n className: \"SessionRegistryCredentials\",\n },\n },\n containers: {\n serializedName: \"containers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionContainer\",\n },\n },\n },\n },\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"SessionIngress\",\n },\n },\n },\n },\n};\n\nexport const SessionRegistryCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionRegistryCredentials\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n passwordSecretRef: {\n serializedName: \"passwordSecretRef\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionContainer\",\n modelProperties: {\n image: {\n serializedName: \"image\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n command: {\n serializedName: \"command\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n args: {\n serializedName: \"args\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n env: {\n serializedName: \"env\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVar\",\n },\n },\n },\n },\n resources: {\n serializedName: \"resources\",\n type: {\n name: \"Composite\",\n className: \"SessionContainerResources\",\n },\n },\n probes: {\n serializedName: \"probes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionProbe\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SessionContainerResources: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionContainerResources\",\n modelProperties: {\n cpu: {\n serializedName: \"cpu\",\n type: {\n name: \"Number\",\n },\n },\n memory: {\n serializedName: \"memory\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionProbe: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionProbe\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n httpGet: {\n serializedName: \"httpGet\",\n type: {\n name: \"Composite\",\n className: \"SessionProbeHttpGet\",\n },\n },\n tcpSocket: {\n serializedName: \"tcpSocket\",\n type: {\n name: \"Composite\",\n className: \"SessionProbeTcpSocket\",\n },\n },\n failureThreshold: {\n serializedName: \"failureThreshold\",\n type: {\n name: \"Number\",\n },\n },\n initialDelaySeconds: {\n serializedName: \"initialDelaySeconds\",\n type: {\n name: \"Number\",\n },\n },\n periodSeconds: {\n serializedName: \"periodSeconds\",\n type: {\n name: \"Number\",\n },\n },\n successThreshold: {\n serializedName: \"successThreshold\",\n type: {\n name: \"Number\",\n },\n },\n terminationGracePeriodSeconds: {\n serializedName: \"terminationGracePeriodSeconds\",\n type: {\n name: \"Number\",\n },\n },\n timeoutSeconds: {\n serializedName: \"timeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SessionProbeHttpGet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionProbeHttpGet\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n httpHeaders: {\n serializedName: \"httpHeaders\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionProbeHttpGetHttpHeadersItem\",\n },\n },\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n scheme: {\n serializedName: \"scheme\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionProbeHttpGetHttpHeadersItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionProbeHttpGetHttpHeadersItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionProbeTcpSocket: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionProbeTcpSocket\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SessionIngress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionIngress\",\n modelProperties: {\n targetPort: {\n serializedName: \"targetPort\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SessionNetworkConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionNetworkConfiguration\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedIdentitySetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedIdentitySetting\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n lifecycle: {\n serializedName: \"lifecycle\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionPoolUpdatableProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionPoolUpdatableProperties\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n scaleConfiguration: {\n serializedName: \"properties.scaleConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ScaleConfiguration\",\n },\n },\n secrets: {\n serializedName: \"properties.secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionPoolSecret\",\n },\n },\n },\n },\n dynamicPoolConfiguration: {\n serializedName: \"properties.dynamicPoolConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DynamicPoolConfiguration\",\n },\n },\n customContainerTemplate: {\n serializedName: \"properties.customContainerTemplate\",\n type: {\n name: \"Composite\",\n className: \"CustomContainerTemplate\",\n },\n },\n sessionNetworkConfiguration: {\n serializedName: \"properties.sessionNetworkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SessionNetworkConfiguration\",\n },\n },\n },\n },\n};\n\nexport const SourceControlCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceControl\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GithubActionConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GithubActionConfiguration\",\n modelProperties: {\n registryInfo: {\n serializedName: \"registryInfo\",\n type: {\n name: \"Composite\",\n className: \"RegistryInfo\",\n },\n },\n azureCredentials: {\n serializedName: \"azureCredentials\",\n type: {\n name: \"Composite\",\n className: \"AzureCredentials\",\n },\n },\n contextPath: {\n serializedName: \"contextPath\",\n type: {\n name: \"String\",\n },\n },\n dockerfilePath: {\n serializedName: \"dockerfilePath\",\n type: {\n name: \"String\",\n },\n },\n githubPersonalAccessToken: {\n serializedName: \"githubPersonalAccessToken\",\n type: {\n name: \"String\",\n },\n },\n image: {\n serializedName: \"image\",\n type: {\n name: \"String\",\n },\n },\n publishType: {\n serializedName: \"publishType\",\n type: {\n name: \"String\",\n },\n },\n os: {\n serializedName: \"os\",\n type: {\n name: \"String\",\n },\n },\n runtimeStack: {\n serializedName: \"runtimeStack\",\n type: {\n name: \"String\",\n },\n },\n runtimeVersion: {\n serializedName: \"runtimeVersion\",\n type: {\n name: \"String\",\n },\n },\n buildEnvironmentVariables: {\n serializedName: \"buildEnvironmentVariables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVariable\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RegistryInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryInfo\",\n modelProperties: {\n registryUrl: {\n serializedName: \"registryUrl\",\n type: {\n name: \"String\",\n },\n },\n registryUserName: {\n serializedName: \"registryUserName\",\n type: {\n name: \"String\",\n },\n },\n registryPassword: {\n serializedName: \"registryPassword\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureCredentials\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n clientSecret: {\n serializedName: \"clientSecret\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ListUsagesResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListUsagesResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Usage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n unit: {\n defaultValue: \"Count\",\n isConstant: true,\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n limit: {\n serializedName: \"limit\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"UsageName\",\n },\n },\n },\n },\n};\n\nexport const UsageName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsageName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScgRoute: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScgRoute\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n uri: {\n serializedName: \"uri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n predicates: {\n serializedName: \"predicates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n filters: {\n serializedName: \"filters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n order: {\n serializedName: \"order\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentIngress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentIngress\",\n modelProperties: {\n fqdn: {\n serializedName: \"fqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobExecutionNamesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobExecutionNamesCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobExecutionBase\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupIds: {\n serializedName: \"properties.groupIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentPatchResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentPatchResource\",\n modelProperties: {\n ...ResourceTags.type.modelProperties,\n },\n },\n};\n\nexport const ConnectedEnvironmentDaprComponentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentDaprComponentProperties\",\n modelProperties: {\n ...DaprComponentProperties.type.modelProperties,\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentErrors: {\n serializedName: \"deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InitContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InitContainer\",\n modelProperties: {\n ...BaseContainer.type.modelProperties,\n },\n },\n};\n\nexport const Container: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Container\",\n modelProperties: {\n ...BaseContainer.type.modelProperties,\n probes: {\n serializedName: \"probes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbe\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SpringCloudGatewayComponent: coreClient.CompositeMapper = {\n serializedName: \"SpringCloudGateway\",\n type: {\n name: \"Composite\",\n className: \"SpringCloudGatewayComponent\",\n uberParent: \"JavaComponentProperties\",\n polymorphicDiscriminator: JavaComponentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...JavaComponentProperties.type.modelProperties,\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"JavaComponentIngress\",\n },\n },\n springCloudGatewayRoutes: {\n serializedName: \"springCloudGatewayRoutes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScgRoute\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SpringBootAdminComponent: coreClient.CompositeMapper = {\n serializedName: \"SpringBootAdmin\",\n type: {\n name: \"Composite\",\n className: \"SpringBootAdminComponent\",\n uberParent: \"JavaComponentProperties\",\n polymorphicDiscriminator: JavaComponentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...JavaComponentProperties.type.modelProperties,\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"JavaComponentIngress\",\n },\n },\n },\n },\n};\n\nexport const NacosComponent: coreClient.CompositeMapper = {\n serializedName: \"Nacos\",\n type: {\n name: \"Composite\",\n className: \"NacosComponent\",\n uberParent: \"JavaComponentProperties\",\n polymorphicDiscriminator: JavaComponentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...JavaComponentProperties.type.modelProperties,\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"JavaComponentIngress\",\n },\n },\n },\n },\n};\n\nexport const SpringCloudEurekaComponent: coreClient.CompositeMapper = {\n serializedName: \"SpringCloudEureka\",\n type: {\n name: \"Composite\",\n className: \"SpringCloudEurekaComponent\",\n uberParent: \"JavaComponentProperties\",\n polymorphicDiscriminator: JavaComponentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...JavaComponentProperties.type.modelProperties,\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"JavaComponentIngress\",\n },\n },\n },\n },\n};\n\nexport const SpringCloudConfigComponent: coreClient.CompositeMapper = {\n serializedName: \"SpringCloudConfig\",\n type: {\n name: \"Composite\",\n className: \"SpringCloudConfigComponent\",\n uberParent: \"JavaComponentProperties\",\n polymorphicDiscriminator: JavaComponentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...JavaComponentProperties.type.modelProperties,\n },\n },\n};\n\nexport const AppResiliency: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppResiliency\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n timeoutPolicy: {\n serializedName: \"properties.timeoutPolicy\",\n type: {\n name: \"Composite\",\n className: \"TimeoutPolicy\",\n },\n },\n httpRetryPolicy: {\n serializedName: \"properties.httpRetryPolicy\",\n type: {\n name: \"Composite\",\n className: \"HttpRetryPolicy\",\n },\n },\n tcpRetryPolicy: {\n serializedName: \"properties.tcpRetryPolicy\",\n type: {\n name: \"Composite\",\n className: \"TcpRetryPolicy\",\n },\n },\n circuitBreakerPolicy: {\n serializedName: \"properties.circuitBreakerPolicy\",\n type: {\n name: \"Composite\",\n className: \"CircuitBreakerPolicy\",\n },\n },\n httpConnectionPool: {\n serializedName: \"properties.httpConnectionPool\",\n type: {\n name: \"Composite\",\n className: \"HttpConnectionPool\",\n },\n },\n tcpConnectionPool: {\n serializedName: \"properties.tcpConnectionPool\",\n type: {\n name: \"Composite\",\n className: \"TcpConnectionPool\",\n },\n },\n },\n },\n};\n\nexport const AuthConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthConfig\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n platform: {\n serializedName: \"properties.platform\",\n type: {\n name: \"Composite\",\n className: \"AuthPlatform\",\n },\n },\n globalValidation: {\n serializedName: \"properties.globalValidation\",\n type: {\n name: \"Composite\",\n className: \"GlobalValidation\",\n },\n },\n identityProviders: {\n serializedName: \"properties.identityProviders\",\n type: {\n name: \"Composite\",\n className: \"IdentityProviders\",\n },\n },\n login: {\n serializedName: \"properties.login\",\n type: {\n name: \"Composite\",\n className: \"Login\",\n },\n },\n httpSettings: {\n serializedName: \"properties.httpSettings\",\n type: {\n name: \"Composite\",\n className: \"HttpSettings\",\n },\n },\n encryptionSettings: {\n serializedName: \"properties.encryptionSettings\",\n type: {\n name: \"Composite\",\n className: \"EncryptionSettings\",\n },\n },\n },\n },\n};\n\nexport const AvailableWorkloadProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableWorkloadProfile\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AvailableWorkloadProfileProperties\",\n },\n },\n },\n },\n};\n\nexport const BuildResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n buildStatus: {\n serializedName: \"properties.buildStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n destinationContainerRegistry: {\n serializedName: \"properties.destinationContainerRegistry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryWithCustomImage\",\n },\n },\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"BuildConfiguration\",\n },\n },\n uploadEndpoint: {\n serializedName: \"properties.uploadEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n logStreamEndpoint: {\n serializedName: \"properties.logStreamEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tokenEndpoint: {\n serializedName: \"properties.tokenEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentDaprComponent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentDaprComponent\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n componentType: {\n serializedName: \"properties.componentType\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\",\n },\n },\n ignoreErrors: {\n defaultValue: false,\n serializedName: \"properties.ignoreErrors\",\n type: {\n name: \"Boolean\",\n },\n },\n initTimeout: {\n serializedName: \"properties.initTimeout\",\n type: {\n name: \"String\",\n },\n },\n secrets: {\n serializedName: \"properties.secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n secretStoreComponent: {\n serializedName: \"properties.secretStoreComponent\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprMetadata\",\n },\n },\n },\n },\n scopes: {\n serializedName: \"properties.scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n serviceComponentBind: {\n serializedName: \"properties.serviceComponentBind\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprComponentServiceBinding\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentErrors: {\n serializedName: \"properties.deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentStorage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentStorage\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentStorageProperties\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsBuildResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsBuildResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n buildStatus: {\n serializedName: \"properties.buildStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n destinationContainerRegistry: {\n serializedName: \"properties.destinationContainerRegistry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryWithCustomImage\",\n },\n },\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"ContainerAppsBuildConfiguration\",\n },\n },\n logStreamEndpoint: {\n serializedName: \"properties.logStreamEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LabelHistory: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabelHistory\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"LabelHistoryProperties\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsPatchResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsPatchResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PatchProperties\",\n },\n },\n },\n },\n};\n\nexport const Revision: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Revision\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n createdTime: {\n serializedName: \"properties.createdTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n lastActiveTime: {\n serializedName: \"properties.lastActiveTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fqdn: {\n serializedName: \"properties.fqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n template: {\n serializedName: \"properties.template\",\n type: {\n name: \"Composite\",\n className: \"Template\",\n },\n },\n active: {\n serializedName: \"properties.active\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n replicas: {\n serializedName: \"properties.replicas\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n trafficWeight: {\n serializedName: \"properties.trafficWeight\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n labels: {\n serializedName: \"properties.labels\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n provisioningError: {\n serializedName: \"properties.provisioningError\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n healthState: {\n serializedName: \"properties.healthState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runningState: {\n serializedName: \"properties.runningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Replica: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Replica\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n createdTime: {\n serializedName: \"properties.createdTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n runningState: {\n serializedName: \"properties.runningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runningStateDetails: {\n serializedName: \"properties.runningStateDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n containers: {\n serializedName: \"properties.containers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReplicaContainer\",\n },\n },\n },\n },\n initContainers: {\n serializedName: \"properties.initContainers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReplicaContainer\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Diagnostics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Diagnostics\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticsProperties\",\n },\n },\n },\n },\n};\n\nexport const DotNetComponent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DotNetComponent\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n componentType: {\n serializedName: \"properties.componentType\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n configurations: {\n serializedName: \"properties.configurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentConfigurationProperty\",\n },\n },\n },\n },\n serviceBinds: {\n serializedName: \"properties.serviceBinds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentServiceBind\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JavaComponent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponent\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"JavaComponentProperties\",\n },\n },\n },\n },\n};\n\nexport const LogicApp: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogicApp\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const WorkloadProfileStates: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadProfileStates\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"WorkloadProfileStatesProperties\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentResiliencyPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicy\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n inboundPolicy: {\n serializedName: \"properties.inboundPolicy\",\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyConfiguration\",\n },\n },\n outboundPolicy: {\n serializedName: \"properties.outboundPolicy\",\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DaprComponent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponent\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n componentType: {\n serializedName: \"properties.componentType\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\",\n },\n },\n ignoreErrors: {\n defaultValue: false,\n serializedName: \"properties.ignoreErrors\",\n type: {\n name: \"Boolean\",\n },\n },\n initTimeout: {\n serializedName: \"properties.initTimeout\",\n type: {\n name: \"String\",\n },\n },\n secrets: {\n serializedName: \"properties.secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n secretStoreComponent: {\n serializedName: \"properties.secretStoreComponent\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprMetadata\",\n },\n },\n },\n },\n scopes: {\n serializedName: \"properties.scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n serviceComponentBind: {\n serializedName: \"properties.serviceComponentBind\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprComponentServiceBinding\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DaprSubscription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSubscription\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n pubsubName: {\n serializedName: \"properties.pubsubName\",\n type: {\n name: \"String\",\n },\n },\n topic: {\n serializedName: \"properties.topic\",\n type: {\n name: \"String\",\n },\n },\n deadLetterTopic: {\n serializedName: \"properties.deadLetterTopic\",\n type: {\n name: \"String\",\n },\n },\n routes: {\n serializedName: \"properties.routes\",\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionRoutes\",\n },\n },\n scopes: {\n serializedName: \"properties.scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n bulkSubscribe: {\n serializedName: \"properties.bulkSubscribe\",\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionBulkSubscribeOptions\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteConfig\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"HttpRouteConfigProperties\",\n },\n },\n },\n },\n};\n\nexport const MaintenanceConfigurationResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfigurationResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n scheduledEntries: {\n serializedName: \"properties.scheduledEntries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScheduledEntry\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentStorage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentStorage\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentStorageProperties\",\n },\n },\n },\n },\n};\n\nexport const SourceControl: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControl\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n operationState: {\n serializedName: \"properties.operationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n repoUrl: {\n serializedName: \"properties.repoUrl\",\n type: {\n name: \"String\",\n },\n },\n branch: {\n serializedName: \"properties.branch\",\n type: {\n name: \"String\",\n },\n },\n githubActionConfiguration: {\n serializedName: \"properties.githubActionConfiguration\",\n type: {\n name: \"Composite\",\n className: \"GithubActionConfiguration\",\n },\n },\n },\n },\n};\n\nexport const BuilderResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuilderResource\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\",\n },\n },\n containerRegistries: {\n serializedName: \"properties.containerRegistries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerRegistry\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironment\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentErrors: {\n serializedName: \"properties.deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultDomain: {\n serializedName: \"properties.defaultDomain\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n staticIp: {\n serializedName: \"properties.staticIp\",\n type: {\n name: \"String\",\n },\n },\n daprAIConnectionString: {\n serializedName: \"properties.daprAIConnectionString\",\n type: {\n name: \"String\",\n },\n },\n customDomainConfiguration: {\n serializedName: \"properties.customDomainConfiguration\",\n type: {\n name: \"Composite\",\n className: \"CustomDomainConfiguration\",\n },\n },\n },\n },\n};\n\nexport const Certificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CertificateProperties\",\n },\n },\n },\n },\n};\n\nexport const ContainerApp: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerApp\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n managedBy: {\n serializedName: \"managedBy\",\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runningStatus: {\n serializedName: \"properties.runningStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentErrors: {\n serializedName: \"properties.deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n managedEnvironmentId: {\n serializedName: \"properties.managedEnvironmentId\",\n type: {\n name: \"String\",\n },\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\",\n },\n },\n workloadProfileName: {\n serializedName: \"properties.workloadProfileName\",\n type: {\n name: \"String\",\n },\n },\n patchingConfiguration: {\n serializedName: \"properties.patchingConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ContainerAppPropertiesPatchingConfiguration\",\n },\n },\n latestRevisionName: {\n serializedName: \"properties.latestRevisionName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n latestReadyRevisionName: {\n serializedName: \"properties.latestReadyRevisionName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n latestRevisionFqdn: {\n serializedName: \"properties.latestRevisionFqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customDomainVerificationId: {\n serializedName: \"properties.customDomainVerificationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"Configuration\",\n },\n },\n template: {\n serializedName: \"properties.template\",\n type: {\n name: \"Composite\",\n className: \"Template\",\n },\n },\n outboundIpAddresses: {\n serializedName: \"properties.outboundIpAddresses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n eventStreamEndpoint: {\n serializedName: \"properties.eventStreamEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppAuthToken: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppAuthToken\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n token: {\n serializedName: \"properties.token\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expires: {\n serializedName: \"properties.expires\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironment\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n daprAIInstrumentationKey: {\n serializedName: \"properties.daprAIInstrumentationKey\",\n type: {\n name: \"String\",\n },\n },\n daprAIConnectionString: {\n serializedName: \"properties.daprAIConnectionString\",\n type: {\n name: \"String\",\n },\n },\n vnetConfiguration: {\n serializedName: \"properties.vnetConfiguration\",\n type: {\n name: \"Composite\",\n className: \"VnetConfiguration\",\n },\n },\n deploymentErrors: {\n serializedName: \"properties.deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultDomain: {\n serializedName: \"properties.defaultDomain\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateLinkDefaultDomain: {\n serializedName: \"properties.privateLinkDefaultDomain\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n staticIp: {\n serializedName: \"properties.staticIp\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n appLogsConfiguration: {\n serializedName: \"properties.appLogsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AppLogsConfiguration\",\n },\n },\n appInsightsConfiguration: {\n serializedName: \"properties.appInsightsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AppInsightsConfiguration\",\n },\n },\n openTelemetryConfiguration: {\n serializedName: \"properties.openTelemetryConfiguration\",\n type: {\n name: \"Composite\",\n className: \"OpenTelemetryConfiguration\",\n },\n },\n zoneRedundant: {\n serializedName: \"properties.zoneRedundant\",\n type: {\n name: \"Boolean\",\n },\n },\n availabilityZones: {\n serializedName: \"properties.availabilityZones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n customDomainConfiguration: {\n serializedName: \"properties.customDomainConfiguration\",\n type: {\n name: \"Composite\",\n className: \"CustomDomainConfiguration\",\n },\n },\n eventStreamEndpoint: {\n serializedName: \"properties.eventStreamEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n workloadProfiles: {\n serializedName: \"properties.workloadProfiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkloadProfile\",\n },\n },\n },\n },\n kedaConfiguration: {\n serializedName: \"properties.kedaConfiguration\",\n type: {\n name: \"Composite\",\n className: \"KedaConfiguration\",\n },\n },\n daprConfiguration: {\n serializedName: \"properties.daprConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DaprConfiguration\",\n },\n },\n infrastructureResourceGroup: {\n serializedName: \"properties.infrastructureResourceGroup\",\n type: {\n name: \"String\",\n },\n },\n peerAuthentication: {\n serializedName: \"properties.peerAuthentication\",\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPropertiesPeerAuthentication\",\n },\n },\n peerTrafficConfiguration: {\n serializedName: \"properties.peerTrafficConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPropertiesPeerTrafficConfiguration\",\n },\n },\n ingressConfiguration: {\n serializedName: \"properties.ingressConfiguration\",\n type: {\n name: \"Composite\",\n className: \"IngressConfiguration\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n diskEncryptionConfiguration: {\n serializedName: \"properties.diskEncryptionConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfiguration\",\n },\n },\n },\n },\n};\n\nexport const Job: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Job\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runningState: {\n serializedName: \"properties.runningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\",\n },\n },\n workloadProfileName: {\n serializedName: \"properties.workloadProfileName\",\n type: {\n name: \"String\",\n },\n },\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"JobConfiguration\",\n },\n },\n template: {\n serializedName: \"properties.template\",\n type: {\n name: \"Composite\",\n className: \"JobTemplate\",\n },\n },\n outboundIpAddresses: {\n serializedName: \"properties.outboundIpAddresses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n eventStreamEndpoint: {\n serializedName: \"properties.eventStreamEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedCertificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedCertificate\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ManagedCertificateProperties\",\n },\n },\n },\n },\n};\n\nexport const EnvironmentAuthToken: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentAuthToken\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n token: {\n serializedName: \"properties.token\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expires: {\n serializedName: \"properties.expires\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const SessionPool: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionPool\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\",\n },\n },\n containerType: {\n serializedName: \"properties.containerType\",\n type: {\n name: \"String\",\n },\n },\n poolManagementType: {\n serializedName: \"properties.poolManagementType\",\n type: {\n name: \"String\",\n },\n },\n nodeCount: {\n serializedName: \"properties.nodeCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n scaleConfiguration: {\n serializedName: \"properties.scaleConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ScaleConfiguration\",\n },\n },\n secrets: {\n serializedName: \"properties.secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionPoolSecret\",\n },\n },\n },\n },\n dynamicPoolConfiguration: {\n serializedName: \"properties.dynamicPoolConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DynamicPoolConfiguration\",\n },\n },\n customContainerTemplate: {\n serializedName: \"properties.customContainerTemplate\",\n type: {\n name: \"Composite\",\n className: \"CustomContainerTemplate\",\n },\n },\n sessionNetworkConfiguration: {\n serializedName: \"properties.sessionNetworkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SessionNetworkConfiguration\",\n },\n },\n poolManagementEndpoint: {\n serializedName: \"properties.poolManagementEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n managedIdentitySettings: {\n serializedName: \"properties.managedIdentitySettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedIdentitySetting\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BuildersCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildersCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuildersUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildersUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuildersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuildsCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildsCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuildsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentsCertificatesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentsCertificatesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentsCertificatesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentsCertificatesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentsDaprComponentsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentsDaprComponentsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentsStoragesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentsStoragesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsStartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsStopHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsStopHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsBuildsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsBuildsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsPatchesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsPatchesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsPatchesSkipConfigureHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsPatchesSkipConfigureHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsPatchesApplyHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsPatchesApplyHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsStartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsStopExecutionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsStopExecutionHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsStopMultipleExecutionsHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsStopMultipleExecutionsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsResumeHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsResumeHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsSuspendHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsSuspendHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DotNetComponentsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DotNetComponentsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ContainerAppsSessionPoolsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsSessionPoolsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsSessionPoolsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsSessionPoolsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n JavaComponentProperties: JavaComponentProperties,\n \"JavaComponentProperties.SpringCloudGateway\": SpringCloudGatewayComponent,\n \"JavaComponentProperties.SpringBootAdmin\": SpringBootAdminComponent,\n \"JavaComponentProperties.Nacos\": NacosComponent,\n \"JavaComponentProperties.SpringCloudEureka\": SpringCloudEurekaComponent,\n \"JavaComponentProperties.SpringCloudConfig\": SpringCloudConfigComponent,\n};\n"]}
|