@azure/arm-appcontainers 2.0.1-alpha.20240308.1 → 2.1.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/CHANGELOG.md +225 -11
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +12499 -7127
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js +71 -0
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/appResiliencyDeleteSample.js +40 -0
- package/dist-esm/samples-dev/appResiliencyDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/appResiliencyGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/appResiliencyGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/appResiliencyGetSample.js +40 -0
- package/dist-esm/samples-dev/appResiliencyGetSample.js.map +1 -0
- package/dist-esm/samples-dev/appResiliencyListSample.d.ts +2 -0
- package/dist-esm/samples-dev/appResiliencyListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/appResiliencyListSample.js +55 -0
- package/dist-esm/samples-dev/appResiliencyListSample.js.map +1 -0
- package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/appResiliencyUpdateSample.js +46 -0
- package/dist-esm/samples-dev/appResiliencyUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js +1 -1
- package/dist-esm/samples-dev/billingMetersGetSample.js +1 -1
- package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildAuthTokenListSample.js +40 -0
- package/dist-esm/samples-dev/buildAuthTokenListSample.js.map +1 -0
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js +60 -0
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/buildersDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildersDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildersDeleteSample.js +39 -0
- package/dist-esm/samples-dev/buildersDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/buildersGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildersGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildersGetSample.js +39 -0
- package/dist-esm/samples-dev/buildersGetSample.js.map +1 -0
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.js +54 -0
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.js +53 -0
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/buildersUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildersUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildersUpdateSample.js +42 -0
- package/dist-esm/samples-dev/buildersUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js +55 -0
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js.map +1 -0
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js +96 -0
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/buildsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/buildsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/buildsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildsGetSample.js +40 -0
- package/dist-esm/samples-dev/buildsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js +39 -5
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/certificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/certificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/certificatesListSample.js +1 -1
- package/dist-esm/samples-dev/certificatesUpdateSample.js +3 -3
- package/dist-esm/samples-dev/certificatesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js +5 -7
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js +3 -3
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js +3 -3
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js +11 -4
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js +5 -5
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js +8 -4
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js +207 -52
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsGetSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js +3 -3
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js +10 -6
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsStartSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsStopSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsUpdateSample.js +28 -26
- package/dist-esm/samples-dev/containerAppsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js +145 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js +41 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js +41 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js +56 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js.map +1 -0
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js +21 -7
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/daprComponentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/daprComponentsGetSample.js +2 -2
- package/dist-esm/samples-dev/daprComponentsListSample.js +1 -1
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js +108 -0
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.js +80 -0
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsListSample.js +55 -0
- package/dist-esm/samples-dev/daprSubscriptionsListSample.js.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js +74 -0
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsGetSample.js +60 -0
- package/dist-esm/samples-dev/dotNetComponentsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsListSample.js +90 -0
- package/dist-esm/samples-dev/dotNetComponentsListSample.js.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js +74 -0
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.d.ts +2 -0
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js +37 -0
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js.map +1 -0
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js +86 -0
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/javaComponentsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/javaComponentsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/javaComponentsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/javaComponentsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/javaComponentsGetSample.js +60 -0
- package/dist-esm/samples-dev/javaComponentsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/javaComponentsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/javaComponentsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/javaComponentsListSample.js +90 -0
- package/dist-esm/samples-dev/javaComponentsListSample.js.map +1 -0
- package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/javaComponentsUpdateSample.js +86 -0
- package/dist-esm/samples-dev/javaComponentsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/jobExecutionSample.js +1 -1
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +97 -23
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/jobsExecutionsListSample.js +1 -1
- package/dist-esm/samples-dev/jobsGetDetectorSample.d.ts +2 -0
- package/dist-esm/samples-dev/jobsGetDetectorSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/jobsGetDetectorSample.js +40 -0
- package/dist-esm/samples-dev/jobsGetDetectorSample.js.map +1 -0
- package/dist-esm/samples-dev/jobsGetSample.js +1 -1
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/jobsListDetectorsSample.d.ts +2 -0
- package/dist-esm/samples-dev/jobsListDetectorsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/jobsListDetectorsSample.js +39 -0
- package/dist-esm/samples-dev/jobsListDetectorsSample.js.map +1 -0
- package/dist-esm/samples-dev/jobsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/jobsProxyGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/jobsProxyGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/jobsProxyGetSample.js +39 -0
- package/dist-esm/samples-dev/jobsProxyGetSample.js.map +1 -0
- package/dist-esm/samples-dev/jobsStartSample.js +7 -7
- package/dist-esm/samples-dev/jobsStartSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsStopExecutionSample.js +1 -1
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js +1 -1
- package/dist-esm/samples-dev/jobsUpdateSample.js +13 -13
- package/dist-esm/samples-dev/jobsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js +5 -5
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesListSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.js +3 -3
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js +54 -0
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js +51 -19
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js +34 -5
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js +23 -3
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js +3 -3
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +5 -5
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/usagesListSample.js +53 -0
- package/dist-esm/samples-dev/usagesListSample.js.map +1 -0
- package/dist-esm/src/containerAppsAPIClient.d.ts +20 -4
- package/dist-esm/src/containerAppsAPIClient.d.ts.map +1 -1
- package/dist-esm/src/containerAppsAPIClient.js +57 -19
- package/dist-esm/src/containerAppsAPIClient.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +1329 -202
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +122 -12
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +81 -11
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +5308 -3413
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +22 -3
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +289 -118
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/appResiliencyOperations.d.ts +72 -0
- package/dist-esm/src/operations/appResiliencyOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/appResiliencyOperations.js +286 -0
- package/dist-esm/src/operations/appResiliencyOperations.js.map +1 -0
- package/dist-esm/src/operations/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist-esm/src/operations/availableWorkloadProfiles.js +11 -11
- package/dist-esm/src/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist-esm/src/operations/billingMeters.js +5 -5
- package/dist-esm/src/operations/billingMeters.js.map +1 -1
- package/dist-esm/src/operations/buildAuthToken.d.ts +21 -0
- package/dist-esm/src/operations/buildAuthToken.d.ts.map +1 -0
- package/dist-esm/src/operations/buildAuthToken.js +55 -0
- package/dist-esm/src/operations/buildAuthToken.js.map +1 -0
- package/dist-esm/src/operations/builders.d.ts +107 -0
- package/dist-esm/src/operations/builders.d.ts.map +1 -0
- package/dist-esm/src/operations/builders.js +554 -0
- package/dist-esm/src/operations/builders.js.map +1 -0
- package/dist-esm/src/operations/builds.d.ts +56 -0
- package/dist-esm/src/operations/builds.d.ts.map +1 -0
- package/dist-esm/src/operations/builds.js +246 -0
- package/dist-esm/src/operations/builds.js.map +1 -0
- package/dist-esm/src/operations/buildsByBuilderResource.d.ts +38 -0
- package/dist-esm/src/operations/buildsByBuilderResource.d.ts.map +1 -0
- package/dist-esm/src/operations/buildsByBuilderResource.js +150 -0
- package/dist-esm/src/operations/buildsByBuilderResource.js.map +1 -0
- package/dist-esm/src/operations/certificates.js +33 -33
- package/dist-esm/src/operations/certificates.js.map +1 -1
- package/dist-esm/src/operations/connectedEnvironments.d.ts.map +1 -1
- package/dist-esm/src/operations/connectedEnvironments.js +61 -61
- package/dist-esm/src/operations/connectedEnvironments.js.map +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js +33 -33
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js +32 -32
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js +21 -21
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist-esm/src/operations/containerApps.d.ts.map +1 -1
- package/dist-esm/src/operations/containerApps.js +104 -104
- package/dist-esm/src/operations/containerApps.js.map +1 -1
- package/dist-esm/src/operations/containerAppsAuthConfigs.js +27 -27
- package/dist-esm/src/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist-esm/src/operations/containerAppsDiagnostics.js +38 -38
- package/dist-esm/src/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist-esm/src/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist-esm/src/operations/containerAppsRevisionReplicas.js +11 -11
- package/dist-esm/src/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist-esm/src/operations/containerAppsRevisions.js +28 -28
- package/dist-esm/src/operations/containerAppsRevisions.js.map +1 -1
- package/dist-esm/src/operations/containerAppsSourceControls.d.ts.map +1 -1
- package/dist-esm/src/operations/containerAppsSourceControls.js +39 -39
- package/dist-esm/src/operations/containerAppsSourceControls.js.map +1 -1
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts +70 -0
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.js +270 -0
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist-esm/src/operations/daprComponents.js +32 -32
- package/dist-esm/src/operations/daprComponents.js.map +1 -1
- package/dist-esm/src/operations/daprSubscriptions.d.ts +63 -0
- package/dist-esm/src/operations/daprSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/daprSubscriptions.js +257 -0
- package/dist-esm/src/operations/daprSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/dotNetComponents.d.ts +99 -0
- package/dist-esm/src/operations/dotNetComponents.d.ts.map +1 -0
- package/dist-esm/src/operations/dotNetComponents.js +470 -0
- package/dist-esm/src/operations/dotNetComponents.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +12 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +12 -1
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/javaComponents.d.ts +99 -0
- package/dist-esm/src/operations/javaComponents.d.ts.map +1 -0
- package/dist-esm/src/operations/javaComponents.js +470 -0
- package/dist-esm/src/operations/javaComponents.js.map +1 -0
- package/dist-esm/src/operations/jobs.d.ts +23 -1
- package/dist-esm/src/operations/jobs.d.ts.map +1 -1
- package/dist-esm/src/operations/jobs.js +192 -99
- package/dist-esm/src/operations/jobs.js.map +1 -1
- package/dist-esm/src/operations/jobsExecutions.js +11 -11
- package/dist-esm/src/operations/jobsExecutions.js.map +1 -1
- package/dist-esm/src/operations/managedCertificates.d.ts.map +1 -1
- package/dist-esm/src/operations/managedCertificates.js +43 -43
- package/dist-esm/src/operations/managedCertificates.js.map +1 -1
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.js +10 -10
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist-esm/src/operations/managedEnvironmentUsages.d.ts +38 -0
- package/dist-esm/src/operations/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist-esm/src/operations/managedEnvironmentUsages.js +150 -0
- package/dist-esm/src/operations/managedEnvironmentUsages.js.map +1 -0
- package/dist-esm/src/operations/managedEnvironments.d.ts.map +1 -1
- package/dist-esm/src/operations/managedEnvironments.js +79 -79
- package/dist-esm/src/operations/managedEnvironments.js.map +1 -1
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js +5 -5
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist-esm/src/operations/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist-esm/src/operations/managedEnvironmentsStorages.js +21 -21
- package/dist-esm/src/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist-esm/src/operations/namespaces.js +7 -7
- package/dist-esm/src/operations/namespaces.js.map +1 -1
- package/dist-esm/src/operations/operations.js +9 -9
- package/dist-esm/src/operations/usages.d.ts +37 -0
- package/dist-esm/src/operations/usages.d.ts.map +1 -0
- package/dist-esm/src/operations/usages.js +147 -0
- package/dist-esm/src/operations/usages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/buildAuthToken.js +9 -0
- package/dist-esm/src/operationsInterfaces/buildAuthToken.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/builders.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/builders.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/builders.js +9 -0
- package/dist-esm/src/operationsInterfaces/builders.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/builds.d.ts +48 -0
- package/dist-esm/src/operationsInterfaces/builds.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/builds.js +9 -0
- package/dist-esm/src/operationsInterfaces/builds.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js +9 -0
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dotNetComponents.js +9 -0
- package/dist-esm/src/operationsInterfaces/dotNetComponents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +12 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +12 -1
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/javaComponents.js +9 -0
- package/dist-esm/src/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/jobs.d.ts +23 -1
- package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.js +9 -0
- package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
- package/dist-esm/test/appcontainers_examples.spec.js +1 -1
- package/dist-esm/test/appcontainers_examples.spec.js.map +1 -1
- package/package.json +10 -10
- package/review/arm-appcontainers.api.md +1071 -5
- package/src/containerAppsAPIClient.ts +119 -46
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +1701 -343
- package/src/models/mappers.ts +4476 -2434
- package/src/models/parameters.ts +317 -119
- package/src/operations/appResiliencyOperations.ts +374 -0
- package/src/operations/availableWorkloadProfiles.ts +22 -22
- package/src/operations/billingMeters.ts +9 -10
- package/src/operations/buildAuthToken.ts +74 -0
- package/src/operations/builders.ts +728 -0
- package/src/operations/builds.ts +347 -0
- package/src/operations/buildsByBuilderResource.ts +193 -0
- package/src/operations/certificates.ts +58 -63
- package/src/operations/connectedEnvironments.ts +112 -121
- package/src/operations/connectedEnvironmentsCertificates.ts +61 -65
- package/src/operations/connectedEnvironmentsDaprComponents.ts +60 -64
- package/src/operations/connectedEnvironmentsStorages.ts +36 -39
- package/src/operations/containerApps.ts +190 -205
- package/src/operations/containerAppsAuthConfigs.ts +50 -54
- package/src/operations/containerAppsDiagnostics.ts +74 -79
- package/src/operations/containerAppsRevisionReplicas.ts +20 -21
- package/src/operations/containerAppsRevisions.ts +54 -59
- package/src/operations/containerAppsSourceControls.ts +80 -85
- package/src/operations/daprComponentResiliencyPolicies.ts +369 -0
- package/src/operations/daprComponents.ts +57 -62
- package/src/operations/daprSubscriptions.ts +337 -0
- package/src/operations/dotNetComponents.ts +655 -0
- package/src/operations/index.ts +12 -1
- package/src/operations/javaComponents.ts +655 -0
- package/src/operations/jobs.ts +312 -203
- package/src/operations/jobsExecutions.ts +23 -24
- package/src/operations/managedCertificates.ts +76 -82
- package/src/operations/managedEnvironmentDiagnostics.ts +19 -20
- package/src/operations/managedEnvironmentUsages.ts +197 -0
- package/src/operations/managedEnvironments.ts +151 -162
- package/src/operations/managedEnvironmentsDiagnostics.ts +11 -11
- package/src/operations/managedEnvironmentsStorages.ts +36 -39
- package/src/operations/namespaces.ts +11 -12
- package/src/operations/operations.ts +16 -16
- package/src/operations/usages.ts +171 -0
- package/src/operationsInterfaces/appResiliencyOperations.ts +92 -0
- package/src/operationsInterfaces/availableWorkloadProfiles.ts +2 -2
- package/src/operationsInterfaces/billingMeters.ts +2 -2
- package/src/operationsInterfaces/buildAuthToken.ts +29 -0
- package/src/operationsInterfaces/builders.ts +145 -0
- package/src/operationsInterfaces/builds.ts +98 -0
- package/src/operationsInterfaces/buildsByBuilderResource.ts +29 -0
- package/src/operationsInterfaces/certificates.ts +6 -6
- package/src/operationsInterfaces/connectedEnvironments.ts +10 -10
- package/src/operationsInterfaces/connectedEnvironmentsCertificates.ts +6 -6
- package/src/operationsInterfaces/connectedEnvironmentsDaprComponents.ts +6 -6
- package/src/operationsInterfaces/connectedEnvironmentsStorages.ts +5 -5
- package/src/operationsInterfaces/containerApps.ts +17 -17
- package/src/operationsInterfaces/containerAppsAuthConfigs.ts +5 -5
- package/src/operationsInterfaces/containerAppsDiagnostics.ts +6 -6
- package/src/operationsInterfaces/containerAppsRevisionReplicas.ts +3 -3
- package/src/operationsInterfaces/containerAppsRevisions.ts +6 -6
- package/src/operationsInterfaces/containerAppsSourceControls.ts +7 -7
- package/src/operationsInterfaces/daprComponentResiliencyPolicies.ts +84 -0
- package/src/operationsInterfaces/daprComponents.ts +6 -6
- package/src/operationsInterfaces/daprSubscriptions.ts +75 -0
- package/src/operationsInterfaces/dotNetComponents.ts +152 -0
- package/src/operationsInterfaces/index.ts +12 -1
- package/src/operationsInterfaces/javaComponents.ts +152 -0
- package/src/operationsInterfaces/jobs.ts +58 -17
- package/src/operationsInterfaces/jobsExecutions.ts +1 -1
- package/src/operationsInterfaces/managedCertificates.ts +7 -7
- package/src/operationsInterfaces/managedEnvironmentDiagnostics.ts +3 -3
- package/src/operationsInterfaces/managedEnvironmentUsages.ts +26 -0
- package/src/operationsInterfaces/managedEnvironments.ts +12 -12
- package/src/operationsInterfaces/managedEnvironmentsDiagnostics.ts +2 -2
- package/src/operationsInterfaces/managedEnvironmentsStorages.ts +5 -5
- package/src/operationsInterfaces/namespaces.ts +2 -2
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/usages.ts +25 -0
- package/src/pagingHelper.ts +1 -1
- package/types/arm-appcontainers.d.ts +2045 -272
- package/types/tsdoc-metadata.json +1 -1
package/src/models/index.ts
CHANGED
|
@@ -8,6 +8,179 @@
|
|
|
8
8
|
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
10
|
|
|
11
|
+
/** Policy to set request timeouts */
|
|
12
|
+
export interface TimeoutPolicy {
|
|
13
|
+
/** Timeout, in seconds, for a request to respond */
|
|
14
|
+
responseTimeoutInSeconds?: number;
|
|
15
|
+
/** Timeout, in seconds, for a request to initiate a connection */
|
|
16
|
+
connectionTimeoutInSeconds?: number;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/** Policy that defines http request retry conditions */
|
|
20
|
+
export interface HttpRetryPolicy {
|
|
21
|
+
/** Maximum number of times a request will retry */
|
|
22
|
+
maxRetries?: number;
|
|
23
|
+
/** Headers that must be present for a request to be retried */
|
|
24
|
+
headers?: HeaderMatch[];
|
|
25
|
+
/** Additional http status codes that can trigger a retry */
|
|
26
|
+
httpStatusCodes?: number[];
|
|
27
|
+
/** Errors that can trigger a retry */
|
|
28
|
+
errors?: string[];
|
|
29
|
+
/** Initial delay, in milliseconds, before retrying a request */
|
|
30
|
+
initialDelayInMilliseconds?: number;
|
|
31
|
+
/** Maximum interval, in milliseconds, between retries */
|
|
32
|
+
maxIntervalInMilliseconds?: number;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/** Conditions required to match a header */
|
|
36
|
+
export interface HeaderMatch {
|
|
37
|
+
/** Name of the header */
|
|
38
|
+
header?: string;
|
|
39
|
+
/** Exact value of the header */
|
|
40
|
+
exactMatch?: string;
|
|
41
|
+
/** Prefix value of the header */
|
|
42
|
+
prefixMatch?: string;
|
|
43
|
+
/** Suffix value of the header */
|
|
44
|
+
suffixMatch?: string;
|
|
45
|
+
/** Regex value of the header */
|
|
46
|
+
regexMatch?: string;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/** Policy that defines tcp request retry conditions */
|
|
50
|
+
export interface TcpRetryPolicy {
|
|
51
|
+
/** Maximum number of attempts to connect to the tcp service */
|
|
52
|
+
maxConnectAttempts?: number;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/** Policy that defines circuit breaker conditions */
|
|
56
|
+
export interface CircuitBreakerPolicy {
|
|
57
|
+
/** Number of consecutive errors before the circuit breaker opens */
|
|
58
|
+
consecutiveErrors?: number;
|
|
59
|
+
/** The time interval, in seconds, between endpoint checks. This can result in opening the circuit breaker if the check fails as well as closing the circuit breaker if the check succeeds. Defaults to 10s. */
|
|
60
|
+
intervalInSeconds?: number;
|
|
61
|
+
/** Maximum percentage of hosts that will be ejected after failure threshold has been met */
|
|
62
|
+
maxEjectionPercent?: number;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/** Defines parameters for http connection pooling */
|
|
66
|
+
export interface HttpConnectionPool {
|
|
67
|
+
/** Maximum number of pending http1 requests allowed */
|
|
68
|
+
http1MaxPendingRequests?: number;
|
|
69
|
+
/** Maximum number of http2 requests allowed */
|
|
70
|
+
http2MaxRequests?: number;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/** Defines parameters for tcp connection pooling */
|
|
74
|
+
export interface TcpConnectionPool {
|
|
75
|
+
/** Maximum number of tcp connections allowed */
|
|
76
|
+
maxConnections?: number;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
80
|
+
export interface Resource {
|
|
81
|
+
/**
|
|
82
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
83
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
84
|
+
*/
|
|
85
|
+
readonly id?: string;
|
|
86
|
+
/**
|
|
87
|
+
* The name of the resource
|
|
88
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
89
|
+
*/
|
|
90
|
+
readonly name?: string;
|
|
91
|
+
/**
|
|
92
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
93
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
94
|
+
*/
|
|
95
|
+
readonly type?: string;
|
|
96
|
+
/**
|
|
97
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
98
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
99
|
+
*/
|
|
100
|
+
readonly systemData?: SystemData;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
104
|
+
export interface SystemData {
|
|
105
|
+
/** The identity that created the resource. */
|
|
106
|
+
createdBy?: string;
|
|
107
|
+
/** The type of identity that created the resource. */
|
|
108
|
+
createdByType?: CreatedByType;
|
|
109
|
+
/** The timestamp of resource creation (UTC). */
|
|
110
|
+
createdAt?: Date;
|
|
111
|
+
/** The identity that last modified the resource. */
|
|
112
|
+
lastModifiedBy?: string;
|
|
113
|
+
/** The type of identity that last modified the resource. */
|
|
114
|
+
lastModifiedByType?: CreatedByType;
|
|
115
|
+
/** The timestamp of resource last modification (UTC) */
|
|
116
|
+
lastModifiedAt?: Date;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/** App Service error response. */
|
|
120
|
+
export interface DefaultErrorResponse {
|
|
121
|
+
/**
|
|
122
|
+
* Error model.
|
|
123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
124
|
+
*/
|
|
125
|
+
readonly error?: DefaultErrorResponseError;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
/** Error model. */
|
|
129
|
+
export interface DefaultErrorResponseError {
|
|
130
|
+
/**
|
|
131
|
+
* Standardized string to programmatically identify the error.
|
|
132
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
133
|
+
*/
|
|
134
|
+
readonly code?: string;
|
|
135
|
+
/**
|
|
136
|
+
* Detailed error description and debugging information.
|
|
137
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
138
|
+
*/
|
|
139
|
+
readonly message?: string;
|
|
140
|
+
/**
|
|
141
|
+
* Detailed error description and debugging information.
|
|
142
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
143
|
+
*/
|
|
144
|
+
readonly target?: string;
|
|
145
|
+
/** Details or the error */
|
|
146
|
+
details?: DefaultErrorResponseErrorDetailsItem[];
|
|
147
|
+
/**
|
|
148
|
+
* More information to debug error.
|
|
149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
+
*/
|
|
151
|
+
readonly innererror?: string;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
/** Detailed errors. */
|
|
155
|
+
export interface DefaultErrorResponseErrorDetailsItem {
|
|
156
|
+
/**
|
|
157
|
+
* Standardized string to programmatically identify the error.
|
|
158
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
159
|
+
*/
|
|
160
|
+
readonly code?: string;
|
|
161
|
+
/**
|
|
162
|
+
* Detailed error description and debugging information.
|
|
163
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
164
|
+
*/
|
|
165
|
+
readonly message?: string;
|
|
166
|
+
/**
|
|
167
|
+
* Detailed error description and debugging information.
|
|
168
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
169
|
+
*/
|
|
170
|
+
readonly target?: string;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
/** Collection of AppResiliency policies */
|
|
174
|
+
export interface AppResiliencyCollection {
|
|
175
|
+
/** Collection of resources. */
|
|
176
|
+
value: AppResiliency[];
|
|
177
|
+
/**
|
|
178
|
+
* Link to next page of resources.
|
|
179
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
180
|
+
*/
|
|
181
|
+
readonly nextLink?: string;
|
|
182
|
+
}
|
|
183
|
+
|
|
11
184
|
/** AuthConfig collection ARM resource. */
|
|
12
185
|
export interface AuthConfigCollection {
|
|
13
186
|
/** Collection of resources. */
|
|
@@ -338,6 +511,8 @@ export interface OpenIdConnectLogin {
|
|
|
338
511
|
export interface Login {
|
|
339
512
|
/** The routes that specify the endpoints used for login and logout requests. */
|
|
340
513
|
routes?: LoginRoutes;
|
|
514
|
+
/** The configuration settings of the token store. */
|
|
515
|
+
tokenStore?: TokenStore;
|
|
341
516
|
/** <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. */
|
|
342
517
|
preserveUrlFragmentsForLogins?: boolean;
|
|
343
518
|
/**
|
|
@@ -358,6 +533,28 @@ export interface LoginRoutes {
|
|
|
358
533
|
logoutEndpoint?: string;
|
|
359
534
|
}
|
|
360
535
|
|
|
536
|
+
/** The configuration settings of the token store. */
|
|
537
|
+
export interface TokenStore {
|
|
538
|
+
/**
|
|
539
|
+
* <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
|
|
540
|
+
* The default is <code>false</code>.
|
|
541
|
+
*/
|
|
542
|
+
enabled?: boolean;
|
|
543
|
+
/**
|
|
544
|
+
* The number of hours after session token expiration that a session token can be used to
|
|
545
|
+
* call the token refresh API. The default is 72 hours.
|
|
546
|
+
*/
|
|
547
|
+
tokenRefreshExtensionHours?: number;
|
|
548
|
+
/** The configuration settings of the storage of the tokens if blob storage is used. */
|
|
549
|
+
azureBlobStorage?: BlobStorageTokenStore;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
/** The configuration settings of the storage of the tokens if blob storage is used. */
|
|
553
|
+
export interface BlobStorageTokenStore {
|
|
554
|
+
/** The name of the app secrets containing the SAS URL of the blob storage containing the tokens. */
|
|
555
|
+
sasUrlSettingName: string;
|
|
556
|
+
}
|
|
557
|
+
|
|
361
558
|
/** The configuration settings of the session cookie's expiration. */
|
|
362
559
|
export interface CookieExpiration {
|
|
363
560
|
/** The convention used when determining the session cookie's expiration. */
|
|
@@ -400,98 +597,12 @@ export interface ForwardProxy {
|
|
|
400
597
|
customProtoHeaderName?: string;
|
|
401
598
|
}
|
|
402
599
|
|
|
403
|
-
/**
|
|
404
|
-
export interface
|
|
405
|
-
/**
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
readonly id?: string;
|
|
410
|
-
/**
|
|
411
|
-
* The name of the resource
|
|
412
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
413
|
-
*/
|
|
414
|
-
readonly name?: string;
|
|
415
|
-
/**
|
|
416
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
417
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
418
|
-
*/
|
|
419
|
-
readonly type?: string;
|
|
420
|
-
/**
|
|
421
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
422
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
423
|
-
*/
|
|
424
|
-
readonly systemData?: SystemData;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
428
|
-
export interface SystemData {
|
|
429
|
-
/** The identity that created the resource. */
|
|
430
|
-
createdBy?: string;
|
|
431
|
-
/** The type of identity that created the resource. */
|
|
432
|
-
createdByType?: CreatedByType;
|
|
433
|
-
/** The timestamp of resource creation (UTC). */
|
|
434
|
-
createdAt?: Date;
|
|
435
|
-
/** The identity that last modified the resource. */
|
|
436
|
-
lastModifiedBy?: string;
|
|
437
|
-
/** The type of identity that last modified the resource. */
|
|
438
|
-
lastModifiedByType?: CreatedByType;
|
|
439
|
-
/** The timestamp of resource last modification (UTC) */
|
|
440
|
-
lastModifiedAt?: Date;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
/** App Service error response. */
|
|
444
|
-
export interface DefaultErrorResponse {
|
|
445
|
-
/**
|
|
446
|
-
* Error model.
|
|
447
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
448
|
-
*/
|
|
449
|
-
readonly error?: DefaultErrorResponseError;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
/** Error model. */
|
|
453
|
-
export interface DefaultErrorResponseError {
|
|
454
|
-
/**
|
|
455
|
-
* Standardized string to programmatically identify the error.
|
|
456
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
457
|
-
*/
|
|
458
|
-
readonly code?: string;
|
|
459
|
-
/**
|
|
460
|
-
* Detailed error description and debugging information.
|
|
461
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
462
|
-
*/
|
|
463
|
-
readonly message?: string;
|
|
464
|
-
/**
|
|
465
|
-
* Detailed error description and debugging information.
|
|
466
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
467
|
-
*/
|
|
468
|
-
readonly target?: string;
|
|
469
|
-
/** Details or the error */
|
|
470
|
-
details?: DefaultErrorResponseErrorDetailsItem[];
|
|
471
|
-
/**
|
|
472
|
-
* More information to debug error.
|
|
473
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
474
|
-
*/
|
|
475
|
-
readonly innererror?: string;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
/** Detailed errors. */
|
|
479
|
-
export interface DefaultErrorResponseErrorDetailsItem {
|
|
480
|
-
/**
|
|
481
|
-
* Standardized string to programmatically identify the error.
|
|
482
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
483
|
-
*/
|
|
484
|
-
readonly code?: string;
|
|
485
|
-
/**
|
|
486
|
-
* Detailed error description and debugging information.
|
|
487
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
488
|
-
*/
|
|
489
|
-
readonly message?: string;
|
|
490
|
-
/**
|
|
491
|
-
* Detailed error description and debugging information.
|
|
492
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
493
|
-
*/
|
|
494
|
-
readonly target?: string;
|
|
600
|
+
/** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */
|
|
601
|
+
export interface EncryptionSettings {
|
|
602
|
+
/** The secret name which is referenced for EncryptionKey. */
|
|
603
|
+
containerAppAuthEncryptionSecretName?: string;
|
|
604
|
+
/** The secret name which is referenced for SigningKey. */
|
|
605
|
+
containerAppAuthSigningSecretName?: string;
|
|
495
606
|
}
|
|
496
607
|
|
|
497
608
|
/** Collection of available workload profiles in the location. */
|
|
@@ -515,6 +626,8 @@ export interface AvailableWorkloadProfileProperties {
|
|
|
515
626
|
cores?: number;
|
|
516
627
|
/** Memory in GiB. */
|
|
517
628
|
memoryGiB?: number;
|
|
629
|
+
/** Number of GPUs. */
|
|
630
|
+
gpus?: number;
|
|
518
631
|
/** The everyday name of the workload profile. */
|
|
519
632
|
displayName?: string;
|
|
520
633
|
}
|
|
@@ -584,6 +697,136 @@ export interface BillingMeterProperties {
|
|
|
584
697
|
displayName?: string;
|
|
585
698
|
}
|
|
586
699
|
|
|
700
|
+
/** The response of a BuilderResource list operation. */
|
|
701
|
+
export interface BuilderCollection {
|
|
702
|
+
/** The BuilderResource items on this page */
|
|
703
|
+
value: BuilderResource[];
|
|
704
|
+
/** The link to the next page of items */
|
|
705
|
+
nextLink?: string;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
/** Model representing a mapping from a container registry to the identity used to connect to it. */
|
|
709
|
+
export interface ContainerRegistry {
|
|
710
|
+
/** Login server of the container registry. */
|
|
711
|
+
containerRegistryServer: string;
|
|
712
|
+
/** Resource ID of the managed identity. */
|
|
713
|
+
identityResourceId: string;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
717
|
+
export interface ManagedServiceIdentity {
|
|
718
|
+
/**
|
|
719
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
720
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
721
|
+
*/
|
|
722
|
+
readonly principalId?: string;
|
|
723
|
+
/**
|
|
724
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
725
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
726
|
+
*/
|
|
727
|
+
readonly tenantId?: string;
|
|
728
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
729
|
+
type: ManagedServiceIdentityType;
|
|
730
|
+
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
731
|
+
userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
/** User assigned identity properties */
|
|
735
|
+
export interface UserAssignedIdentity {
|
|
736
|
+
/**
|
|
737
|
+
* The principal ID of the assigned identity.
|
|
738
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
739
|
+
*/
|
|
740
|
+
readonly principalId?: string;
|
|
741
|
+
/**
|
|
742
|
+
* The client ID of the assigned identity.
|
|
743
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
744
|
+
*/
|
|
745
|
+
readonly clientId?: string;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
/** The type used for update operations of the BuilderResource. */
|
|
749
|
+
export interface BuilderResourceUpdate {
|
|
750
|
+
/** The managed service identities assigned to this resource. */
|
|
751
|
+
identity?: ManagedServiceIdentity;
|
|
752
|
+
/** Resource tags. */
|
|
753
|
+
tags?: { [propertyName: string]: string };
|
|
754
|
+
/** Resource ID of the container apps environment that the builder is associated with. */
|
|
755
|
+
environmentId?: string;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
/** The response of a BuildResource list operation. */
|
|
759
|
+
export interface BuildCollection {
|
|
760
|
+
/** The BuildResource items on this page */
|
|
761
|
+
value: BuildResource[];
|
|
762
|
+
/** The link to the next page of items */
|
|
763
|
+
nextLink?: string;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
/** Container registry that the final image will be uploaded to. */
|
|
767
|
+
export interface ContainerRegistryWithCustomImage {
|
|
768
|
+
/** Login server of the container registry that the final image should be uploaded to. Builder resource needs to have this container registry defined along with an identity to use to access it. */
|
|
769
|
+
server: string;
|
|
770
|
+
/** Full name that the final image should be uploaded as, including both image name and tag. */
|
|
771
|
+
image?: string;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
/** Configuration of the build. */
|
|
775
|
+
export interface BuildConfiguration {
|
|
776
|
+
/** Base OS used to build and run the app. */
|
|
777
|
+
baseOs?: string;
|
|
778
|
+
/** Platform to be used to build and run the app. */
|
|
779
|
+
platform?: string;
|
|
780
|
+
/** Platform version to be used to build and run the app. */
|
|
781
|
+
platformVersion?: string;
|
|
782
|
+
/** List of environment variables to be passed to the build, secrets should not be used in environment variable. */
|
|
783
|
+
environmentVariables?: EnvironmentVariable[];
|
|
784
|
+
/** List of steps to perform before the build. */
|
|
785
|
+
preBuildSteps?: PreBuildStep[];
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
/** Model representing an environment variable. */
|
|
789
|
+
export interface EnvironmentVariable {
|
|
790
|
+
/** Environment variable name. */
|
|
791
|
+
name: string;
|
|
792
|
+
/** Environment variable value. */
|
|
793
|
+
value: string;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
/** Model representing a pre-build step. */
|
|
797
|
+
export interface PreBuildStep {
|
|
798
|
+
/** Description of the pre-build step. */
|
|
799
|
+
description?: string;
|
|
800
|
+
/** List of custom commands to run. */
|
|
801
|
+
scripts?: string[];
|
|
802
|
+
/** Http get request to send before the build. */
|
|
803
|
+
httpGet?: HttpGet;
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
/** Model representing a http get request. */
|
|
807
|
+
export interface HttpGet {
|
|
808
|
+
/** URL to make HTTP GET request against. */
|
|
809
|
+
url: string;
|
|
810
|
+
/** Name of the file that the request should be saved to. */
|
|
811
|
+
fileName?: string;
|
|
812
|
+
/** List of headers to send with the request. */
|
|
813
|
+
headers?: string[];
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
/** Build Auth Token. */
|
|
817
|
+
export interface BuildToken {
|
|
818
|
+
/**
|
|
819
|
+
* Authentication token.
|
|
820
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
821
|
+
*/
|
|
822
|
+
readonly token?: string;
|
|
823
|
+
/**
|
|
824
|
+
* Token expiration date.
|
|
825
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
826
|
+
*/
|
|
827
|
+
readonly expires?: Date;
|
|
828
|
+
}
|
|
829
|
+
|
|
587
830
|
/** Collection of connectedEnvironments */
|
|
588
831
|
export interface ConnectedEnvironmentCollection {
|
|
589
832
|
/** Collection of resources. */
|
|
@@ -612,6 +855,8 @@ export interface CustomDomainConfiguration {
|
|
|
612
855
|
readonly customDomainVerificationId?: string;
|
|
613
856
|
/** Dns suffix for the environment domain */
|
|
614
857
|
dnsSuffix?: string;
|
|
858
|
+
/** Certificate stored in Azure Key Vault. */
|
|
859
|
+
certificateKeyVaultProperties?: CertificateKeyVaultProperties;
|
|
615
860
|
/** PFX or PEM blob */
|
|
616
861
|
certificateValue?: Uint8Array;
|
|
617
862
|
/** Certificate password */
|
|
@@ -633,6 +878,14 @@ export interface CustomDomainConfiguration {
|
|
|
633
878
|
readonly subjectName?: string;
|
|
634
879
|
}
|
|
635
880
|
|
|
881
|
+
/** Properties for a certificate stored in a Key Vault. */
|
|
882
|
+
export interface CertificateKeyVaultProperties {
|
|
883
|
+
/** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */
|
|
884
|
+
identity?: string;
|
|
885
|
+
/** URL pointing to the Azure Key Vault secret that holds the certificate. */
|
|
886
|
+
keyVaultUrl?: string;
|
|
887
|
+
}
|
|
888
|
+
|
|
636
889
|
/** The check availability request body. */
|
|
637
890
|
export interface CheckNameAvailabilityRequest {
|
|
638
891
|
/** The name of the resource for which availability needs to be checked. */
|
|
@@ -669,6 +922,8 @@ export interface CertificateProperties {
|
|
|
669
922
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
670
923
|
*/
|
|
671
924
|
readonly provisioningState?: CertificateProvisioningState;
|
|
925
|
+
/** Properties for a certificate stored in a Key Vault. */
|
|
926
|
+
certificateKeyVaultProperties?: CertificateKeyVaultProperties;
|
|
672
927
|
/** Certificate password. */
|
|
673
928
|
password?: string;
|
|
674
929
|
/**
|
|
@@ -713,6 +968,8 @@ export interface CertificateProperties {
|
|
|
713
968
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
714
969
|
*/
|
|
715
970
|
readonly publicKeyHash?: string;
|
|
971
|
+
/** The type of the certificate. Allowed values are `ServerSSLCertificate` and `ImagePullTrustedCA` */
|
|
972
|
+
certificateType?: CertificateType;
|
|
716
973
|
}
|
|
717
974
|
|
|
718
975
|
/** A certificate to update */
|
|
@@ -754,6 +1011,24 @@ export interface DaprMetadata {
|
|
|
754
1011
|
secretRef?: string;
|
|
755
1012
|
}
|
|
756
1013
|
|
|
1014
|
+
/** Configuration to bind a Dapr Component to a dev ContainerApp Service */
|
|
1015
|
+
export interface DaprComponentServiceBinding {
|
|
1016
|
+
/** Name of the service bind */
|
|
1017
|
+
name?: string;
|
|
1018
|
+
/** Resource id of the target service */
|
|
1019
|
+
serviceId?: string;
|
|
1020
|
+
/** Service bind metadata */
|
|
1021
|
+
metadata?: DaprServiceBindMetadata;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
/** Dapr component metadata. */
|
|
1025
|
+
export interface DaprServiceBindMetadata {
|
|
1026
|
+
/** Service bind metadata property name. */
|
|
1027
|
+
name?: string;
|
|
1028
|
+
/** Service bind metadata property value. */
|
|
1029
|
+
value?: string;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
757
1032
|
/** Dapr component Secrets Collection for ListSecrets Action. */
|
|
758
1033
|
export interface DaprSecretsCollection {
|
|
759
1034
|
/** Collection of secrets used by a Dapr component */
|
|
@@ -809,38 +1084,6 @@ export interface ContainerAppCollection {
|
|
|
809
1084
|
readonly nextLink?: string;
|
|
810
1085
|
}
|
|
811
1086
|
|
|
812
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
813
|
-
export interface ManagedServiceIdentity {
|
|
814
|
-
/**
|
|
815
|
-
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
816
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
817
|
-
*/
|
|
818
|
-
readonly principalId?: string;
|
|
819
|
-
/**
|
|
820
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
821
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
822
|
-
*/
|
|
823
|
-
readonly tenantId?: string;
|
|
824
|
-
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
825
|
-
type: ManagedServiceIdentityType;
|
|
826
|
-
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
827
|
-
userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
/** User assigned identity properties */
|
|
831
|
-
export interface UserAssignedIdentity {
|
|
832
|
-
/**
|
|
833
|
-
* The principal ID of the assigned identity.
|
|
834
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
835
|
-
*/
|
|
836
|
-
readonly principalId?: string;
|
|
837
|
-
/**
|
|
838
|
-
* The client ID of the assigned identity.
|
|
839
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
840
|
-
*/
|
|
841
|
-
readonly clientId?: string;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
1087
|
/** Non versioned Container App configuration properties that define the mutable settings of a Container app */
|
|
845
1088
|
export interface Configuration {
|
|
846
1089
|
/** Collection of secrets used by a Container app */
|
|
@@ -891,6 +1134,10 @@ export interface Ingress {
|
|
|
891
1134
|
clientCertificateMode?: IngressClientCertificateMode;
|
|
892
1135
|
/** CORS policy for container app */
|
|
893
1136
|
corsPolicy?: CorsPolicy;
|
|
1137
|
+
/** Settings to expose additional ports on container app */
|
|
1138
|
+
additionalPortMappings?: IngressPortMapping[];
|
|
1139
|
+
/** Whether an http app listens on http or https */
|
|
1140
|
+
targetPortHttpScheme?: IngressTargetPortHttpScheme;
|
|
894
1141
|
}
|
|
895
1142
|
|
|
896
1143
|
/** Traffic weight assigned to a revision */
|
|
@@ -949,6 +1196,16 @@ export interface CorsPolicy {
|
|
|
949
1196
|
allowCredentials?: boolean;
|
|
950
1197
|
}
|
|
951
1198
|
|
|
1199
|
+
/** Port mappings of container app ingress */
|
|
1200
|
+
export interface IngressPortMapping {
|
|
1201
|
+
/** Specifies whether the app port is accessible outside of the environment */
|
|
1202
|
+
external: boolean;
|
|
1203
|
+
/** Specifies the port user's container listens on */
|
|
1204
|
+
targetPort: number;
|
|
1205
|
+
/** Specifies the exposed port for the target port. If not specified, it defaults to target port */
|
|
1206
|
+
exposedPort?: number;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
952
1209
|
/** Container App Private Registry */
|
|
953
1210
|
export interface RegistryCredentials {
|
|
954
1211
|
/** Container Registry Server */
|
|
@@ -1193,7 +1450,7 @@ export interface Volume {
|
|
|
1193
1450
|
storageName?: string;
|
|
1194
1451
|
/** List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. */
|
|
1195
1452
|
secrets?: SecretVolumeItem[];
|
|
1196
|
-
/** Mount options used while mounting the
|
|
1453
|
+
/** Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string. */
|
|
1197
1454
|
mountOptions?: string;
|
|
1198
1455
|
}
|
|
1199
1456
|
|
|
@@ -1211,6 +1468,10 @@ export interface ServiceBind {
|
|
|
1211
1468
|
serviceId?: string;
|
|
1212
1469
|
/** Name of the service bind */
|
|
1213
1470
|
name?: string;
|
|
1471
|
+
/** Type of the client to be used to connect to the service */
|
|
1472
|
+
clientType?: string;
|
|
1473
|
+
/** Customized keys for customizing injected values to the app */
|
|
1474
|
+
customizedKeys?: { [propertyName: string]: string };
|
|
1214
1475
|
}
|
|
1215
1476
|
|
|
1216
1477
|
/** Custom domain analysis. */
|
|
@@ -1555,6 +1816,80 @@ export interface LogAnalyticsConfiguration {
|
|
|
1555
1816
|
customerId?: string;
|
|
1556
1817
|
/** Log analytics customer key */
|
|
1557
1818
|
sharedKey?: string;
|
|
1819
|
+
/** Boolean indicating whether to parse json string log into dynamic json columns */
|
|
1820
|
+
dynamicJsonColumns?: boolean;
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
/** Configuration of Application Insights */
|
|
1824
|
+
export interface AppInsightsConfiguration {
|
|
1825
|
+
/** Application Insights connection string */
|
|
1826
|
+
connectionString?: string;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
/** Configuration of Open Telemetry */
|
|
1830
|
+
export interface OpenTelemetryConfiguration {
|
|
1831
|
+
/** Open telemetry destinations configuration */
|
|
1832
|
+
destinationsConfiguration?: DestinationsConfiguration;
|
|
1833
|
+
/** Open telemetry trace configuration */
|
|
1834
|
+
tracesConfiguration?: TracesConfiguration;
|
|
1835
|
+
/** Open telemetry logs configuration */
|
|
1836
|
+
logsConfiguration?: LogsConfiguration;
|
|
1837
|
+
/** Open telemetry metrics configuration */
|
|
1838
|
+
metricsConfiguration?: MetricsConfiguration;
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
/** Configuration of Open Telemetry destinations */
|
|
1842
|
+
export interface DestinationsConfiguration {
|
|
1843
|
+
/** Open telemetry datadog destination configuration */
|
|
1844
|
+
dataDogConfiguration?: DataDogConfiguration;
|
|
1845
|
+
/** Open telemetry otlp configurations */
|
|
1846
|
+
otlpConfigurations?: OtlpConfiguration[];
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
/** Configuration of datadog */
|
|
1850
|
+
export interface DataDogConfiguration {
|
|
1851
|
+
/** The data dog site */
|
|
1852
|
+
site?: string;
|
|
1853
|
+
/** The data dog api key */
|
|
1854
|
+
key?: string;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
/** Configuration of otlp */
|
|
1858
|
+
export interface OtlpConfiguration {
|
|
1859
|
+
/** The name of otlp configuration */
|
|
1860
|
+
name?: string;
|
|
1861
|
+
/** The endpoint of otlp configuration */
|
|
1862
|
+
endpoint?: string;
|
|
1863
|
+
/** Boolean indicating if otlp configuration is insecure */
|
|
1864
|
+
insecure?: boolean;
|
|
1865
|
+
/** Headers of otlp configurations */
|
|
1866
|
+
headers?: Header[];
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
/** Header of otlp configuration */
|
|
1870
|
+
export interface Header {
|
|
1871
|
+
/** The key of otlp configuration header */
|
|
1872
|
+
key?: string;
|
|
1873
|
+
/** The value of otlp configuration header */
|
|
1874
|
+
value?: string;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
/** Configuration of Open Telemetry traces */
|
|
1878
|
+
export interface TracesConfiguration {
|
|
1879
|
+
/** Open telemetry traces destinations */
|
|
1880
|
+
destinations?: string[];
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
/** Configuration of Open Telemetry logs */
|
|
1884
|
+
export interface LogsConfiguration {
|
|
1885
|
+
/** Open telemetry logs destinations */
|
|
1886
|
+
destinations?: string[];
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
/** Configuration of Open Telemetry metrics */
|
|
1890
|
+
export interface MetricsConfiguration {
|
|
1891
|
+
/** Open telemetry metrics destinations */
|
|
1892
|
+
destinations?: string[];
|
|
1558
1893
|
}
|
|
1559
1894
|
|
|
1560
1895
|
/** Workload profile to scope container app execution. */
|
|
@@ -1599,52 +1934,6 @@ export interface Mtls {
|
|
|
1599
1934
|
enabled?: boolean;
|
|
1600
1935
|
}
|
|
1601
1936
|
|
|
1602
|
-
/** Available operations of the service */
|
|
1603
|
-
export interface AvailableOperations {
|
|
1604
|
-
/** Collection of available operation details */
|
|
1605
|
-
value?: OperationDetail[];
|
|
1606
|
-
/**
|
|
1607
|
-
* URL client should use to fetch the next page (per server side paging).
|
|
1608
|
-
* It's null for now, added for future use.
|
|
1609
|
-
*/
|
|
1610
|
-
nextLink?: string;
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
/** Operation detail payload */
|
|
1614
|
-
export interface OperationDetail {
|
|
1615
|
-
/** Name of the operation */
|
|
1616
|
-
name?: string;
|
|
1617
|
-
/** Indicates whether the operation is a data action */
|
|
1618
|
-
isDataAction?: boolean;
|
|
1619
|
-
/** Display of the operation */
|
|
1620
|
-
display?: OperationDisplay;
|
|
1621
|
-
/** Origin of the operation */
|
|
1622
|
-
origin?: string;
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
/** Operation display payload */
|
|
1626
|
-
export interface OperationDisplay {
|
|
1627
|
-
/** Resource provider of the operation */
|
|
1628
|
-
provider?: string;
|
|
1629
|
-
/** Resource of the operation */
|
|
1630
|
-
resource?: string;
|
|
1631
|
-
/** Localized friendly name for the operation */
|
|
1632
|
-
operation?: string;
|
|
1633
|
-
/** Localized friendly description for the operation */
|
|
1634
|
-
description?: string;
|
|
1635
|
-
}
|
|
1636
|
-
|
|
1637
|
-
/** Container Apps Jobs collection ARM resource. */
|
|
1638
|
-
export interface JobsCollection {
|
|
1639
|
-
/** Collection of resources. */
|
|
1640
|
-
value: Job[];
|
|
1641
|
-
/**
|
|
1642
|
-
* Link to next page of resources.
|
|
1643
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1644
|
-
*/
|
|
1645
|
-
readonly nextLink?: string;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
1937
|
/** Non versioned Container Apps Job configuration properties */
|
|
1649
1938
|
export interface JobConfiguration {
|
|
1650
1939
|
/** Collection of secrets used by a Container Apps Job */
|
|
@@ -1705,33 +1994,81 @@ export interface JobScale {
|
|
|
1705
1994
|
rules?: JobScaleRule[];
|
|
1706
1995
|
}
|
|
1707
1996
|
|
|
1708
|
-
/** Scaling rule. */
|
|
1709
|
-
export interface JobScaleRule {
|
|
1710
|
-
/** Scale Rule Name */
|
|
1711
|
-
name?: string;
|
|
1997
|
+
/** Scaling rule. */
|
|
1998
|
+
export interface JobScaleRule {
|
|
1999
|
+
/** Scale Rule Name */
|
|
2000
|
+
name?: string;
|
|
2001
|
+
/**
|
|
2002
|
+
* Type of the scale rule
|
|
2003
|
+
* eg: azure-servicebus, redis etc.
|
|
2004
|
+
*/
|
|
2005
|
+
type?: string;
|
|
2006
|
+
/** Metadata properties to describe the scale rule. */
|
|
2007
|
+
metadata?: Record<string, unknown>;
|
|
2008
|
+
/** Authentication secrets for the scale rule. */
|
|
2009
|
+
auth?: ScaleRuleAuth[];
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
/** Container Apps Job versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created */
|
|
2013
|
+
export interface JobTemplate {
|
|
2014
|
+
/** List of specialized containers that run before app containers. */
|
|
2015
|
+
initContainers?: InitContainer[];
|
|
2016
|
+
/** List of container definitions for the Container App. */
|
|
2017
|
+
containers?: Container[];
|
|
2018
|
+
/** List of volume definitions for the Container App. */
|
|
2019
|
+
volumes?: Volume[];
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
/** Available operations of the service */
|
|
2023
|
+
export interface AvailableOperations {
|
|
2024
|
+
/** Collection of available operation details */
|
|
2025
|
+
value?: OperationDetail[];
|
|
2026
|
+
/**
|
|
2027
|
+
* URL client should use to fetch the next page (per server side paging).
|
|
2028
|
+
* It's null for now, added for future use.
|
|
2029
|
+
*/
|
|
2030
|
+
nextLink?: string;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
/** Operation detail payload */
|
|
2034
|
+
export interface OperationDetail {
|
|
2035
|
+
/** Name of the operation */
|
|
2036
|
+
name?: string;
|
|
2037
|
+
/** Indicates whether the operation is a data action */
|
|
2038
|
+
isDataAction?: boolean;
|
|
2039
|
+
/** Display of the operation */
|
|
2040
|
+
display?: OperationDisplay;
|
|
2041
|
+
/** Origin of the operation */
|
|
2042
|
+
origin?: string;
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
/** Operation display payload */
|
|
2046
|
+
export interface OperationDisplay {
|
|
2047
|
+
/** Resource provider of the operation */
|
|
2048
|
+
provider?: string;
|
|
2049
|
+
/** Resource of the operation */
|
|
2050
|
+
resource?: string;
|
|
2051
|
+
/** Localized friendly name for the operation */
|
|
2052
|
+
operation?: string;
|
|
2053
|
+
/** Localized friendly description for the operation */
|
|
2054
|
+
description?: string;
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
/** Container Apps Jobs collection ARM resource. */
|
|
2058
|
+
export interface JobsCollection {
|
|
2059
|
+
/** Collection of resources. */
|
|
2060
|
+
value: Job[];
|
|
1712
2061
|
/**
|
|
1713
|
-
*
|
|
1714
|
-
*
|
|
2062
|
+
* Link to next page of resources.
|
|
2063
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1715
2064
|
*/
|
|
1716
|
-
|
|
1717
|
-
/** Metadata properties to describe the scale rule. */
|
|
1718
|
-
metadata?: Record<string, unknown>;
|
|
1719
|
-
/** Authentication secrets for the scale rule. */
|
|
1720
|
-
auth?: ScaleRuleAuth[];
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
/** Container Apps Job versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created */
|
|
1724
|
-
export interface JobTemplate {
|
|
1725
|
-
/** List of specialized containers that run before app containers. */
|
|
1726
|
-
initContainers?: InitContainer[];
|
|
1727
|
-
/** List of container definitions for the Container App. */
|
|
1728
|
-
containers?: Container[];
|
|
1729
|
-
/** List of volume definitions for the Container App. */
|
|
1730
|
-
volumes?: Volume[];
|
|
2065
|
+
readonly nextLink?: string;
|
|
1731
2066
|
}
|
|
1732
2067
|
|
|
1733
2068
|
/** Container Apps Job resource specific properties. */
|
|
1734
2069
|
export interface JobPatchProperties {
|
|
2070
|
+
/** The complex type of the extended location. */
|
|
2071
|
+
extendedLocation?: ExtendedLocation;
|
|
1735
2072
|
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
1736
2073
|
identity?: ManagedServiceIdentity;
|
|
1737
2074
|
/** Resource tags. */
|
|
@@ -1801,7 +2138,7 @@ export interface JobExecution {
|
|
|
1801
2138
|
name?: string;
|
|
1802
2139
|
/** Job execution Id. */
|
|
1803
2140
|
id?: string;
|
|
1804
|
-
/** Job
|
|
2141
|
+
/** Job execution type */
|
|
1805
2142
|
type?: string;
|
|
1806
2143
|
/**
|
|
1807
2144
|
* Current running State of the job
|
|
@@ -1894,6 +2231,96 @@ export interface WorkloadProfileStatesProperties {
|
|
|
1894
2231
|
currentCount?: number;
|
|
1895
2232
|
}
|
|
1896
2233
|
|
|
2234
|
+
/** Dapr Component Resiliency Policies ARM resource. */
|
|
2235
|
+
export interface DaprComponentResiliencyPoliciesCollection {
|
|
2236
|
+
/** Collection of resources. */
|
|
2237
|
+
value: DaprComponentResiliencyPolicy[];
|
|
2238
|
+
/**
|
|
2239
|
+
* Link to next page of resources.
|
|
2240
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2241
|
+
*/
|
|
2242
|
+
readonly nextLink?: string;
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
/** Dapr Component Resiliency Policy Configuration. */
|
|
2246
|
+
export interface DaprComponentResiliencyPolicyConfiguration {
|
|
2247
|
+
/** The optional HTTP retry policy configuration */
|
|
2248
|
+
httpRetryPolicy?: DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration;
|
|
2249
|
+
/** The optional timeout policy configuration */
|
|
2250
|
+
timeoutPolicy?: DaprComponentResiliencyPolicyTimeoutPolicyConfiguration;
|
|
2251
|
+
/** The optional circuit breaker policy configuration */
|
|
2252
|
+
circuitBreakerPolicy?: DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration;
|
|
2253
|
+
}
|
|
2254
|
+
|
|
2255
|
+
/** Dapr Component Resiliency Policy HTTP Retry Policy Configuration. */
|
|
2256
|
+
export interface DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration {
|
|
2257
|
+
/** The optional maximum number of retries */
|
|
2258
|
+
maxRetries?: number;
|
|
2259
|
+
/** The optional retry backoff configuration */
|
|
2260
|
+
retryBackOff?: DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration;
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
/** Dapr Component Resiliency Policy HTTP Retry Backoff Configuration. */
|
|
2264
|
+
export interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration {
|
|
2265
|
+
/** The optional initial delay in milliseconds before an operation is retried */
|
|
2266
|
+
initialDelayInMilliseconds?: number;
|
|
2267
|
+
/** The optional maximum time interval in milliseconds between retry attempts */
|
|
2268
|
+
maxIntervalInMilliseconds?: number;
|
|
2269
|
+
}
|
|
2270
|
+
|
|
2271
|
+
/** Dapr Component Resiliency Policy Timeout Policy Configuration. */
|
|
2272
|
+
export interface DaprComponentResiliencyPolicyTimeoutPolicyConfiguration {
|
|
2273
|
+
/** The optional response timeout in seconds */
|
|
2274
|
+
responseTimeoutInSeconds?: number;
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2277
|
+
/** Dapr Component Resiliency Policy Circuit Breaker Policy Configuration. */
|
|
2278
|
+
export interface DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration {
|
|
2279
|
+
/** The number of consecutive errors before the circuit is opened. */
|
|
2280
|
+
consecutiveErrors?: number;
|
|
2281
|
+
/** The interval in seconds until a retry attempt is made after the circuit is opened. */
|
|
2282
|
+
timeoutInSeconds?: number;
|
|
2283
|
+
/** The optional interval in seconds after which the error count resets to 0. An interval of 0 will never reset. If not specified, the timeoutInSeconds value will be used. */
|
|
2284
|
+
intervalInSeconds?: number;
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
/** Dapr Subscriptions ARM resource. */
|
|
2288
|
+
export interface DaprSubscriptionsCollection {
|
|
2289
|
+
/** Collection of resources. */
|
|
2290
|
+
value: DaprSubscription[];
|
|
2291
|
+
/**
|
|
2292
|
+
* Link to next page of resources.
|
|
2293
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2294
|
+
*/
|
|
2295
|
+
readonly nextLink?: string;
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
/** Dapr PubSub Event Subscription Routes configuration. */
|
|
2299
|
+
export interface DaprSubscriptionRoutes {
|
|
2300
|
+
/** The list of Dapr PubSub Event Subscription Route Rules. */
|
|
2301
|
+
rules?: DaprSubscriptionRouteRule[];
|
|
2302
|
+
/** The default path to deliver events that do not match any of the rules. */
|
|
2303
|
+
default?: string;
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
/** Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path. */
|
|
2307
|
+
export interface DaprSubscriptionRouteRule {
|
|
2308
|
+
/** The optional CEL expression used to match the event. If the match is not specified, then the route is considered the default. The rules are tested in the order specified, so they should be define from most-to-least specific. The default route should appear last in the list. */
|
|
2309
|
+
match?: string;
|
|
2310
|
+
/** The path for events that match this rule */
|
|
2311
|
+
path?: string;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
/** Dapr PubSub Bulk Subscription Options. */
|
|
2315
|
+
export interface DaprSubscriptionBulkSubscribeOptions {
|
|
2316
|
+
/** Enable bulk subscription */
|
|
2317
|
+
enabled?: boolean;
|
|
2318
|
+
/** Maximum number of messages to deliver in a bulk message. */
|
|
2319
|
+
maxMessagesCount?: number;
|
|
2320
|
+
/** Maximum duration in milliseconds to wait before a bulk message is sent to the app. */
|
|
2321
|
+
maxAwaitDurationMs?: number;
|
|
2322
|
+
}
|
|
2323
|
+
|
|
1897
2324
|
/** Collection of Storage for Environments */
|
|
1898
2325
|
export interface ManagedEnvironmentStoragesCollection {
|
|
1899
2326
|
/** Collection of storage resources. */
|
|
@@ -1904,6 +2331,18 @@ export interface ManagedEnvironmentStoragesCollection {
|
|
|
1904
2331
|
export interface ManagedEnvironmentStorageProperties {
|
|
1905
2332
|
/** Azure file properties */
|
|
1906
2333
|
azureFile?: AzureFileProperties;
|
|
2334
|
+
/** NFS Azure file properties */
|
|
2335
|
+
nfsAzureFile?: NfsAzureFileProperties;
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
/** NFS Azure File Properties. */
|
|
2339
|
+
export interface NfsAzureFileProperties {
|
|
2340
|
+
/** Server for NFS azure file. */
|
|
2341
|
+
server?: string;
|
|
2342
|
+
/** Access mode for storage */
|
|
2343
|
+
accessMode?: AccessMode;
|
|
2344
|
+
/** NFS Azure file share name. */
|
|
2345
|
+
shareName?: string;
|
|
1907
2346
|
}
|
|
1908
2347
|
|
|
1909
2348
|
/** SourceControl collection ARM resource. */
|
|
@@ -1937,6 +2376,8 @@ export interface GithubActionConfiguration {
|
|
|
1937
2376
|
runtimeStack?: string;
|
|
1938
2377
|
/** Runtime version */
|
|
1939
2378
|
runtimeVersion?: string;
|
|
2379
|
+
/** List of environment variables to be passed to the build. */
|
|
2380
|
+
buildEnvironmentVariables?: EnvironmentVariable[];
|
|
1940
2381
|
}
|
|
1941
2382
|
|
|
1942
2383
|
/** Container App registry information. */
|
|
@@ -1963,6 +2404,87 @@ export interface AzureCredentials {
|
|
|
1963
2404
|
subscriptionId?: string;
|
|
1964
2405
|
}
|
|
1965
2406
|
|
|
2407
|
+
export interface ListUsagesResult {
|
|
2408
|
+
/** The list of compute resource usages. */
|
|
2409
|
+
value?: Usage[];
|
|
2410
|
+
/** The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. */
|
|
2411
|
+
nextLink?: string;
|
|
2412
|
+
}
|
|
2413
|
+
|
|
2414
|
+
/** Describes Compute Resource Usage. */
|
|
2415
|
+
export interface Usage {
|
|
2416
|
+
/** An enum describing the unit of usage measurement. */
|
|
2417
|
+
unit: "Count";
|
|
2418
|
+
/** The current usage of the resource. */
|
|
2419
|
+
currentValue: number;
|
|
2420
|
+
/** The maximum permitted usage of the resource. */
|
|
2421
|
+
limit: number;
|
|
2422
|
+
/** The name of the type of usage. */
|
|
2423
|
+
name: UsageName;
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
/** The Usage Names. */
|
|
2427
|
+
export interface UsageName {
|
|
2428
|
+
/** The name of the resource. */
|
|
2429
|
+
value?: string;
|
|
2430
|
+
/** The localized name of the resource. */
|
|
2431
|
+
localizedValue?: string;
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2434
|
+
/** Java Components ARM resource. */
|
|
2435
|
+
export interface JavaComponentsCollection {
|
|
2436
|
+
/** Collection of resources. */
|
|
2437
|
+
value: JavaComponent[];
|
|
2438
|
+
/**
|
|
2439
|
+
* Link to next page of resources.
|
|
2440
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2441
|
+
*/
|
|
2442
|
+
readonly nextLink?: string;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
/** Configuration properties for a Java Component */
|
|
2446
|
+
export interface JavaComponentConfigurationProperty {
|
|
2447
|
+
/** The name of the property */
|
|
2448
|
+
propertyName?: string;
|
|
2449
|
+
/** The value of the property */
|
|
2450
|
+
value?: string;
|
|
2451
|
+
}
|
|
2452
|
+
|
|
2453
|
+
/** Configuration to bind a Java Component to another Java Component */
|
|
2454
|
+
export interface JavaComponentServiceBind {
|
|
2455
|
+
/** Name of the service bind */
|
|
2456
|
+
name?: string;
|
|
2457
|
+
/** Resource id of the target service */
|
|
2458
|
+
serviceId?: string;
|
|
2459
|
+
}
|
|
2460
|
+
|
|
2461
|
+
/** .NET Components ARM resource. */
|
|
2462
|
+
export interface DotNetComponentsCollection {
|
|
2463
|
+
/** Collection of resources. */
|
|
2464
|
+
value: DotNetComponent[];
|
|
2465
|
+
/**
|
|
2466
|
+
* Link to next page of resources.
|
|
2467
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2468
|
+
*/
|
|
2469
|
+
readonly nextLink?: string;
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
/** Configuration properties for a .NET Component */
|
|
2473
|
+
export interface DotNetComponentConfigurationProperty {
|
|
2474
|
+
/** The name of the property */
|
|
2475
|
+
propertyName?: string;
|
|
2476
|
+
/** The value of the property */
|
|
2477
|
+
value?: string;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2480
|
+
/** Configuration to bind a .NET Component to another .NET Component */
|
|
2481
|
+
export interface DotNetComponentServiceBind {
|
|
2482
|
+
/** Name of the service bind */
|
|
2483
|
+
name?: string;
|
|
2484
|
+
/** Resource id of the target service */
|
|
2485
|
+
serviceId?: string;
|
|
2486
|
+
}
|
|
2487
|
+
|
|
1966
2488
|
/** Container App executions names list. */
|
|
1967
2489
|
export interface JobExecutionNamesCollection {
|
|
1968
2490
|
/** Collection of resources. */
|
|
@@ -1989,6 +2511,22 @@ export interface Container extends BaseContainer {
|
|
|
1989
2511
|
probes?: ContainerAppProbe[];
|
|
1990
2512
|
}
|
|
1991
2513
|
|
|
2514
|
+
/** Configuration to setup App Resiliency */
|
|
2515
|
+
export interface AppResiliency extends ProxyResource {
|
|
2516
|
+
/** Policy to set request timeouts */
|
|
2517
|
+
timeoutPolicy?: TimeoutPolicy;
|
|
2518
|
+
/** Policy that defines http request retry conditions */
|
|
2519
|
+
httpRetryPolicy?: HttpRetryPolicy;
|
|
2520
|
+
/** Policy that defines tcp request retry conditions */
|
|
2521
|
+
tcpRetryPolicy?: TcpRetryPolicy;
|
|
2522
|
+
/** Policy that defines circuit breaker conditions */
|
|
2523
|
+
circuitBreakerPolicy?: CircuitBreakerPolicy;
|
|
2524
|
+
/** Defines parameters for http connection pooling */
|
|
2525
|
+
httpConnectionPool?: HttpConnectionPool;
|
|
2526
|
+
/** Defines parameters for tcp connection pooling */
|
|
2527
|
+
tcpConnectionPool?: TcpConnectionPool;
|
|
2528
|
+
}
|
|
2529
|
+
|
|
1992
2530
|
/** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */
|
|
1993
2531
|
export interface AuthConfig extends ProxyResource {
|
|
1994
2532
|
/** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */
|
|
@@ -2001,6 +2539,8 @@ export interface AuthConfig extends ProxyResource {
|
|
|
2001
2539
|
login?: Login;
|
|
2002
2540
|
/** The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. */
|
|
2003
2541
|
httpSettings?: HttpSettings;
|
|
2542
|
+
/** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */
|
|
2543
|
+
encryptionSettings?: EncryptionSettings;
|
|
2004
2544
|
}
|
|
2005
2545
|
|
|
2006
2546
|
/** A workload profile with specific hardware configure to run container apps. */
|
|
@@ -2019,6 +2559,39 @@ export interface BillingMeter extends ProxyResource {
|
|
|
2019
2559
|
properties?: BillingMeterProperties;
|
|
2020
2560
|
}
|
|
2021
2561
|
|
|
2562
|
+
/** Information pertaining to an individual build. */
|
|
2563
|
+
export interface BuildResource extends ProxyResource {
|
|
2564
|
+
/**
|
|
2565
|
+
* Build provisioning state.
|
|
2566
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2567
|
+
*/
|
|
2568
|
+
readonly provisioningState?: BuildProvisioningState;
|
|
2569
|
+
/**
|
|
2570
|
+
* Status of the build once it has been provisioned.
|
|
2571
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2572
|
+
*/
|
|
2573
|
+
readonly buildStatus?: BuildStatus;
|
|
2574
|
+
/** Container registry that the final image will be uploaded to. */
|
|
2575
|
+
destinationContainerRegistry?: ContainerRegistryWithCustomImage;
|
|
2576
|
+
/** Configuration of the build. */
|
|
2577
|
+
configuration?: BuildConfiguration;
|
|
2578
|
+
/**
|
|
2579
|
+
* Endpoint to which the source code should be uploaded.
|
|
2580
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2581
|
+
*/
|
|
2582
|
+
readonly uploadEndpoint?: string;
|
|
2583
|
+
/**
|
|
2584
|
+
* Endpoint from which the build logs can be streamed.
|
|
2585
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2586
|
+
*/
|
|
2587
|
+
readonly logStreamEndpoint?: string;
|
|
2588
|
+
/**
|
|
2589
|
+
* Endpoint to use to retrieve an authentication token for log streaming and uploading source code.
|
|
2590
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2591
|
+
*/
|
|
2592
|
+
readonly tokenEndpoint?: string;
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2022
2595
|
/** Dapr Component. */
|
|
2023
2596
|
export interface DaprComponent extends ProxyResource {
|
|
2024
2597
|
/** Component type */
|
|
@@ -2037,6 +2610,8 @@ export interface DaprComponent extends ProxyResource {
|
|
|
2037
2610
|
metadata?: DaprMetadata[];
|
|
2038
2611
|
/** Names of container apps that can use this Dapr component */
|
|
2039
2612
|
scopes?: string[];
|
|
2613
|
+
/** List of container app services that are bound to the Dapr component */
|
|
2614
|
+
serviceComponentBind?: DaprComponentServiceBinding[];
|
|
2040
2615
|
}
|
|
2041
2616
|
|
|
2042
2617
|
/** Storage resource for connectedEnvironment. */
|
|
@@ -2142,6 +2717,32 @@ export interface WorkloadProfileStates extends ProxyResource {
|
|
|
2142
2717
|
properties?: WorkloadProfileStatesProperties;
|
|
2143
2718
|
}
|
|
2144
2719
|
|
|
2720
|
+
/** Dapr Component Resiliency Policy. */
|
|
2721
|
+
export interface DaprComponentResiliencyPolicy extends ProxyResource {
|
|
2722
|
+
/** The optional inbound component resiliency policy configuration */
|
|
2723
|
+
inboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
|
|
2724
|
+
/** The optional outbound component resiliency policy configuration */
|
|
2725
|
+
outboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
|
|
2726
|
+
}
|
|
2727
|
+
|
|
2728
|
+
/** Dapr PubSub Event Subscription. */
|
|
2729
|
+
export interface DaprSubscription extends ProxyResource {
|
|
2730
|
+
/** Dapr PubSub component name */
|
|
2731
|
+
pubsubName?: string;
|
|
2732
|
+
/** Topic name */
|
|
2733
|
+
topic?: string;
|
|
2734
|
+
/** Deadletter topic name */
|
|
2735
|
+
deadLetterTopic?: string;
|
|
2736
|
+
/** Subscription routes */
|
|
2737
|
+
routes?: DaprSubscriptionRoutes;
|
|
2738
|
+
/** Application scopes to restrict the subscription to specific apps. */
|
|
2739
|
+
scopes?: string[];
|
|
2740
|
+
/** Subscription metadata */
|
|
2741
|
+
metadata?: { [propertyName: string]: string };
|
|
2742
|
+
/** Bulk subscription options */
|
|
2743
|
+
bulkSubscribe?: DaprSubscriptionBulkSubscribeOptions;
|
|
2744
|
+
}
|
|
2745
|
+
|
|
2145
2746
|
/** Storage resource for managedEnvironment. */
|
|
2146
2747
|
export interface ManagedEnvironmentStorage extends ProxyResource {
|
|
2147
2748
|
/** Storage properties */
|
|
@@ -2167,6 +2768,51 @@ export interface SourceControl extends ProxyResource {
|
|
|
2167
2768
|
githubActionConfiguration?: GithubActionConfiguration;
|
|
2168
2769
|
}
|
|
2169
2770
|
|
|
2771
|
+
/** Java Component. */
|
|
2772
|
+
export interface JavaComponent extends ProxyResource {
|
|
2773
|
+
/** Type of the Java Component. */
|
|
2774
|
+
componentType?: JavaComponentType;
|
|
2775
|
+
/**
|
|
2776
|
+
* Provisioning state of the Java Component.
|
|
2777
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2778
|
+
*/
|
|
2779
|
+
readonly provisioningState?: JavaComponentProvisioningState;
|
|
2780
|
+
/** List of Java Components configuration properties */
|
|
2781
|
+
configurations?: JavaComponentConfigurationProperty[];
|
|
2782
|
+
/** List of Java Components that are bound to the Java component */
|
|
2783
|
+
serviceBinds?: JavaComponentServiceBind[];
|
|
2784
|
+
}
|
|
2785
|
+
|
|
2786
|
+
/** .NET Component. */
|
|
2787
|
+
export interface DotNetComponent extends ProxyResource {
|
|
2788
|
+
/** Type of the .NET Component. */
|
|
2789
|
+
componentType?: DotNetComponentType;
|
|
2790
|
+
/**
|
|
2791
|
+
* Provisioning state of the .NET Component.
|
|
2792
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2793
|
+
*/
|
|
2794
|
+
readonly provisioningState?: DotNetComponentProvisioningState;
|
|
2795
|
+
/** List of .NET Components configuration properties */
|
|
2796
|
+
configurations?: DotNetComponentConfigurationProperty[];
|
|
2797
|
+
/** List of .NET Components that are bound to the .NET component */
|
|
2798
|
+
serviceBinds?: DotNetComponentServiceBind[];
|
|
2799
|
+
}
|
|
2800
|
+
|
|
2801
|
+
/** Information about the SourceToCloud builder resource. */
|
|
2802
|
+
export interface BuilderResource extends TrackedResource {
|
|
2803
|
+
/** The managed service identities assigned to this resource. */
|
|
2804
|
+
identity?: ManagedServiceIdentity;
|
|
2805
|
+
/**
|
|
2806
|
+
* Provisioning state of a builder resource.
|
|
2807
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2808
|
+
*/
|
|
2809
|
+
readonly provisioningState?: BuilderProvisioningState;
|
|
2810
|
+
/** Resource ID of the container apps environment that the builder is associated with. */
|
|
2811
|
+
environmentId?: string;
|
|
2812
|
+
/** List of mappings of container registries and the managed identity used to connect to it. */
|
|
2813
|
+
containerRegistries?: ContainerRegistry[];
|
|
2814
|
+
}
|
|
2815
|
+
|
|
2170
2816
|
/** An environment for Kubernetes cluster specialized for web workloads by Azure App Service */
|
|
2171
2817
|
export interface ConnectedEnvironment extends TrackedResource {
|
|
2172
2818
|
/** The complex type of the extended location. */
|
|
@@ -2273,6 +2919,8 @@ export interface ContainerAppAuthToken extends TrackedResource {
|
|
|
2273
2919
|
export interface ManagedEnvironment extends TrackedResource {
|
|
2274
2920
|
/** Kind of the Environment. */
|
|
2275
2921
|
kind?: string;
|
|
2922
|
+
/** Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code. */
|
|
2923
|
+
identity?: ManagedServiceIdentity;
|
|
2276
2924
|
/**
|
|
2277
2925
|
* Provisioning state of the Environment.
|
|
2278
2926
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2305,6 +2953,10 @@ export interface ManagedEnvironment extends TrackedResource {
|
|
|
2305
2953
|
* supported
|
|
2306
2954
|
*/
|
|
2307
2955
|
appLogsConfiguration?: AppLogsConfiguration;
|
|
2956
|
+
/** Environment level Application Insights configuration */
|
|
2957
|
+
appInsightsConfiguration?: AppInsightsConfiguration;
|
|
2958
|
+
/** Environment Open Telemetry configuration */
|
|
2959
|
+
openTelemetryConfiguration?: OpenTelemetryConfiguration;
|
|
2308
2960
|
/** Whether or not this Managed Environment is zone-redundant. */
|
|
2309
2961
|
zoneRedundant?: boolean;
|
|
2310
2962
|
/** Custom domain configuration for the environment */
|
|
@@ -2328,6 +2980,8 @@ export interface ManagedEnvironment extends TrackedResource {
|
|
|
2328
2980
|
|
|
2329
2981
|
/** Container App Job */
|
|
2330
2982
|
export interface Job extends TrackedResource {
|
|
2983
|
+
/** The complex type of the extended location. */
|
|
2984
|
+
extendedLocation?: ExtendedLocation;
|
|
2331
2985
|
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
2332
2986
|
identity?: ManagedServiceIdentity;
|
|
2333
2987
|
/**
|
|
@@ -2375,6 +3029,31 @@ export interface EnvironmentAuthToken extends TrackedResource {
|
|
|
2375
3029
|
readonly expires?: Date;
|
|
2376
3030
|
}
|
|
2377
3031
|
|
|
3032
|
+
/** Defines headers for Builders_createOrUpdate operation. */
|
|
3033
|
+
export interface BuildersCreateOrUpdateHeaders {
|
|
3034
|
+
azureAsyncOperation?: string;
|
|
3035
|
+
}
|
|
3036
|
+
|
|
3037
|
+
/** Defines headers for Builders_update operation. */
|
|
3038
|
+
export interface BuildersUpdateHeaders {
|
|
3039
|
+
location?: string;
|
|
3040
|
+
}
|
|
3041
|
+
|
|
3042
|
+
/** Defines headers for Builders_delete operation. */
|
|
3043
|
+
export interface BuildersDeleteHeaders {
|
|
3044
|
+
location?: string;
|
|
3045
|
+
}
|
|
3046
|
+
|
|
3047
|
+
/** Defines headers for Builds_createOrUpdate operation. */
|
|
3048
|
+
export interface BuildsCreateOrUpdateHeaders {
|
|
3049
|
+
azureAsyncOperation?: string;
|
|
3050
|
+
}
|
|
3051
|
+
|
|
3052
|
+
/** Defines headers for Builds_delete operation. */
|
|
3053
|
+
export interface BuildsDeleteHeaders {
|
|
3054
|
+
location?: string;
|
|
3055
|
+
}
|
|
3056
|
+
|
|
2378
3057
|
/** Defines headers for ConnectedEnvironments_delete operation. */
|
|
2379
3058
|
export interface ConnectedEnvironmentsDeleteHeaders {
|
|
2380
3059
|
location?: string;
|
|
@@ -2415,62 +3094,193 @@ export interface JobsStartHeaders {
|
|
|
2415
3094
|
location?: string;
|
|
2416
3095
|
}
|
|
2417
3096
|
|
|
2418
|
-
/** Defines headers for Jobs_stopExecution operation. */
|
|
2419
|
-
export interface JobsStopExecutionHeaders {
|
|
2420
|
-
location?: string;
|
|
3097
|
+
/** Defines headers for Jobs_stopExecution operation. */
|
|
3098
|
+
export interface JobsStopExecutionHeaders {
|
|
3099
|
+
location?: string;
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3102
|
+
/** Defines headers for Jobs_stopMultipleExecutions operation. */
|
|
3103
|
+
export interface JobsStopMultipleExecutionsHeaders {
|
|
3104
|
+
location?: string;
|
|
3105
|
+
}
|
|
3106
|
+
|
|
3107
|
+
/** Defines headers for JavaComponents_update operation. */
|
|
3108
|
+
export interface JavaComponentsUpdateHeaders {
|
|
3109
|
+
location?: string;
|
|
3110
|
+
}
|
|
3111
|
+
|
|
3112
|
+
/** Defines headers for JavaComponents_delete operation. */
|
|
3113
|
+
export interface JavaComponentsDeleteHeaders {
|
|
3114
|
+
location?: string;
|
|
3115
|
+
}
|
|
3116
|
+
|
|
3117
|
+
/** Defines headers for DotNetComponents_update operation. */
|
|
3118
|
+
export interface DotNetComponentsUpdateHeaders {
|
|
3119
|
+
location?: string;
|
|
3120
|
+
}
|
|
3121
|
+
|
|
3122
|
+
/** Defines headers for DotNetComponents_delete operation. */
|
|
3123
|
+
export interface DotNetComponentsDeleteHeaders {
|
|
3124
|
+
location?: string;
|
|
3125
|
+
}
|
|
3126
|
+
|
|
3127
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
3128
|
+
export enum KnownCreatedByType {
|
|
3129
|
+
/** User */
|
|
3130
|
+
User = "User",
|
|
3131
|
+
/** Application */
|
|
3132
|
+
Application = "Application",
|
|
3133
|
+
/** ManagedIdentity */
|
|
3134
|
+
ManagedIdentity = "ManagedIdentity",
|
|
3135
|
+
/** Key */
|
|
3136
|
+
Key = "Key",
|
|
3137
|
+
}
|
|
3138
|
+
|
|
3139
|
+
/**
|
|
3140
|
+
* Defines values for CreatedByType. \
|
|
3141
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
3142
|
+
* this enum contains the known values that the service supports.
|
|
3143
|
+
* ### Known values supported by the service
|
|
3144
|
+
* **User** \
|
|
3145
|
+
* **Application** \
|
|
3146
|
+
* **ManagedIdentity** \
|
|
3147
|
+
* **Key**
|
|
3148
|
+
*/
|
|
3149
|
+
export type CreatedByType = string;
|
|
3150
|
+
|
|
3151
|
+
/** Known values of {@link Applicability} that the service accepts. */
|
|
3152
|
+
export enum KnownApplicability {
|
|
3153
|
+
/** LocationDefault */
|
|
3154
|
+
LocationDefault = "LocationDefault",
|
|
3155
|
+
/** Custom */
|
|
3156
|
+
Custom = "Custom",
|
|
3157
|
+
}
|
|
3158
|
+
|
|
3159
|
+
/**
|
|
3160
|
+
* Defines values for Applicability. \
|
|
3161
|
+
* {@link KnownApplicability} can be used interchangeably with Applicability,
|
|
3162
|
+
* this enum contains the known values that the service supports.
|
|
3163
|
+
* ### Known values supported by the service
|
|
3164
|
+
* **LocationDefault** \
|
|
3165
|
+
* **Custom**
|
|
3166
|
+
*/
|
|
3167
|
+
export type Applicability = string;
|
|
3168
|
+
|
|
3169
|
+
/** Known values of {@link BuilderProvisioningState} that the service accepts. */
|
|
3170
|
+
export enum KnownBuilderProvisioningState {
|
|
3171
|
+
/** Succeeded */
|
|
3172
|
+
Succeeded = "Succeeded",
|
|
3173
|
+
/** Failed */
|
|
3174
|
+
Failed = "Failed",
|
|
3175
|
+
/** Canceled */
|
|
3176
|
+
Canceled = "Canceled",
|
|
3177
|
+
/** Creating */
|
|
3178
|
+
Creating = "Creating",
|
|
3179
|
+
/** Updating */
|
|
3180
|
+
Updating = "Updating",
|
|
3181
|
+
/** Deleting */
|
|
3182
|
+
Deleting = "Deleting",
|
|
3183
|
+
}
|
|
3184
|
+
|
|
3185
|
+
/**
|
|
3186
|
+
* Defines values for BuilderProvisioningState. \
|
|
3187
|
+
* {@link KnownBuilderProvisioningState} can be used interchangeably with BuilderProvisioningState,
|
|
3188
|
+
* this enum contains the known values that the service supports.
|
|
3189
|
+
* ### Known values supported by the service
|
|
3190
|
+
* **Succeeded** \
|
|
3191
|
+
* **Failed** \
|
|
3192
|
+
* **Canceled** \
|
|
3193
|
+
* **Creating** \
|
|
3194
|
+
* **Updating** \
|
|
3195
|
+
* **Deleting**
|
|
3196
|
+
*/
|
|
3197
|
+
export type BuilderProvisioningState = string;
|
|
3198
|
+
|
|
3199
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
3200
|
+
export enum KnownManagedServiceIdentityType {
|
|
3201
|
+
/** None */
|
|
3202
|
+
None = "None",
|
|
3203
|
+
/** SystemAssigned */
|
|
3204
|
+
SystemAssigned = "SystemAssigned",
|
|
3205
|
+
/** UserAssigned */
|
|
3206
|
+
UserAssigned = "UserAssigned",
|
|
3207
|
+
/** SystemAssignedUserAssigned */
|
|
3208
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
2421
3209
|
}
|
|
2422
3210
|
|
|
2423
|
-
/**
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
3211
|
+
/**
|
|
3212
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
3213
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
3214
|
+
* this enum contains the known values that the service supports.
|
|
3215
|
+
* ### Known values supported by the service
|
|
3216
|
+
* **None** \
|
|
3217
|
+
* **SystemAssigned** \
|
|
3218
|
+
* **UserAssigned** \
|
|
3219
|
+
* **SystemAssigned,UserAssigned**
|
|
3220
|
+
*/
|
|
3221
|
+
export type ManagedServiceIdentityType = string;
|
|
2427
3222
|
|
|
2428
|
-
/** Known values of {@link
|
|
2429
|
-
export enum
|
|
2430
|
-
/**
|
|
2431
|
-
|
|
2432
|
-
/**
|
|
2433
|
-
|
|
2434
|
-
/**
|
|
2435
|
-
|
|
2436
|
-
/**
|
|
2437
|
-
|
|
3223
|
+
/** Known values of {@link BuildProvisioningState} that the service accepts. */
|
|
3224
|
+
export enum KnownBuildProvisioningState {
|
|
3225
|
+
/** Succeeded */
|
|
3226
|
+
Succeeded = "Succeeded",
|
|
3227
|
+
/** Failed */
|
|
3228
|
+
Failed = "Failed",
|
|
3229
|
+
/** Canceled */
|
|
3230
|
+
Canceled = "Canceled",
|
|
3231
|
+
/** Creating */
|
|
3232
|
+
Creating = "Creating",
|
|
3233
|
+
/** Updating */
|
|
3234
|
+
Updating = "Updating",
|
|
3235
|
+
/** Deleting */
|
|
3236
|
+
Deleting = "Deleting",
|
|
2438
3237
|
}
|
|
2439
3238
|
|
|
2440
3239
|
/**
|
|
2441
|
-
* Defines values for
|
|
2442
|
-
* {@link
|
|
3240
|
+
* Defines values for BuildProvisioningState. \
|
|
3241
|
+
* {@link KnownBuildProvisioningState} can be used interchangeably with BuildProvisioningState,
|
|
2443
3242
|
* this enum contains the known values that the service supports.
|
|
2444
3243
|
* ### Known values supported by the service
|
|
2445
|
-
* **
|
|
2446
|
-
* **
|
|
2447
|
-
* **
|
|
2448
|
-
* **
|
|
3244
|
+
* **Succeeded** \
|
|
3245
|
+
* **Failed** \
|
|
3246
|
+
* **Canceled** \
|
|
3247
|
+
* **Creating** \
|
|
3248
|
+
* **Updating** \
|
|
3249
|
+
* **Deleting**
|
|
2449
3250
|
*/
|
|
2450
|
-
export type
|
|
3251
|
+
export type BuildProvisioningState = string;
|
|
2451
3252
|
|
|
2452
|
-
/** Known values of {@link
|
|
2453
|
-
export enum
|
|
2454
|
-
/**
|
|
2455
|
-
|
|
2456
|
-
/**
|
|
2457
|
-
|
|
3253
|
+
/** Known values of {@link BuildStatus} that the service accepts. */
|
|
3254
|
+
export enum KnownBuildStatus {
|
|
3255
|
+
/** NotStarted */
|
|
3256
|
+
NotStarted = "NotStarted",
|
|
3257
|
+
/** InProgress */
|
|
3258
|
+
InProgress = "InProgress",
|
|
3259
|
+
/** Succeeded */
|
|
3260
|
+
Succeeded = "Succeeded",
|
|
3261
|
+
/** Canceled */
|
|
3262
|
+
Canceled = "Canceled",
|
|
3263
|
+
/** Failed */
|
|
3264
|
+
Failed = "Failed",
|
|
2458
3265
|
}
|
|
2459
3266
|
|
|
2460
3267
|
/**
|
|
2461
|
-
* Defines values for
|
|
2462
|
-
* {@link
|
|
3268
|
+
* Defines values for BuildStatus. \
|
|
3269
|
+
* {@link KnownBuildStatus} can be used interchangeably with BuildStatus,
|
|
2463
3270
|
* this enum contains the known values that the service supports.
|
|
2464
3271
|
* ### Known values supported by the service
|
|
2465
|
-
* **
|
|
2466
|
-
* **
|
|
3272
|
+
* **NotStarted** \
|
|
3273
|
+
* **InProgress** \
|
|
3274
|
+
* **Succeeded** \
|
|
3275
|
+
* **Canceled** \
|
|
3276
|
+
* **Failed**
|
|
2467
3277
|
*/
|
|
2468
|
-
export type
|
|
3278
|
+
export type BuildStatus = string;
|
|
2469
3279
|
|
|
2470
3280
|
/** Known values of {@link ExtendedLocationTypes} that the service accepts. */
|
|
2471
3281
|
export enum KnownExtendedLocationTypes {
|
|
2472
3282
|
/** CustomLocation */
|
|
2473
|
-
CustomLocation = "CustomLocation"
|
|
3283
|
+
CustomLocation = "CustomLocation",
|
|
2474
3284
|
}
|
|
2475
3285
|
|
|
2476
3286
|
/**
|
|
@@ -2499,7 +3309,7 @@ export enum KnownConnectedEnvironmentProvisioningState {
|
|
|
2499
3309
|
/** InfrastructureSetupComplete */
|
|
2500
3310
|
InfrastructureSetupComplete = "InfrastructureSetupComplete",
|
|
2501
3311
|
/** ScheduledForDelete */
|
|
2502
|
-
ScheduledForDelete = "ScheduledForDelete"
|
|
3312
|
+
ScheduledForDelete = "ScheduledForDelete",
|
|
2503
3313
|
}
|
|
2504
3314
|
|
|
2505
3315
|
/**
|
|
@@ -2523,7 +3333,7 @@ export enum KnownCheckNameAvailabilityReason {
|
|
|
2523
3333
|
/** Invalid */
|
|
2524
3334
|
Invalid = "Invalid",
|
|
2525
3335
|
/** AlreadyExists */
|
|
2526
|
-
AlreadyExists = "AlreadyExists"
|
|
3336
|
+
AlreadyExists = "AlreadyExists",
|
|
2527
3337
|
}
|
|
2528
3338
|
|
|
2529
3339
|
/**
|
|
@@ -2547,7 +3357,7 @@ export enum KnownCertificateProvisioningState {
|
|
|
2547
3357
|
/** DeleteFailed */
|
|
2548
3358
|
DeleteFailed = "DeleteFailed",
|
|
2549
3359
|
/** Pending */
|
|
2550
|
-
Pending = "Pending"
|
|
3360
|
+
Pending = "Pending",
|
|
2551
3361
|
}
|
|
2552
3362
|
|
|
2553
3363
|
/**
|
|
@@ -2563,12 +3373,30 @@ export enum KnownCertificateProvisioningState {
|
|
|
2563
3373
|
*/
|
|
2564
3374
|
export type CertificateProvisioningState = string;
|
|
2565
3375
|
|
|
3376
|
+
/** Known values of {@link CertificateType} that the service accepts. */
|
|
3377
|
+
export enum KnownCertificateType {
|
|
3378
|
+
/** ServerSSLCertificate */
|
|
3379
|
+
ServerSSLCertificate = "ServerSSLCertificate",
|
|
3380
|
+
/** ImagePullTrustedCA */
|
|
3381
|
+
ImagePullTrustedCA = "ImagePullTrustedCA",
|
|
3382
|
+
}
|
|
3383
|
+
|
|
3384
|
+
/**
|
|
3385
|
+
* Defines values for CertificateType. \
|
|
3386
|
+
* {@link KnownCertificateType} can be used interchangeably with CertificateType,
|
|
3387
|
+
* this enum contains the known values that the service supports.
|
|
3388
|
+
* ### Known values supported by the service
|
|
3389
|
+
* **ServerSSLCertificate** \
|
|
3390
|
+
* **ImagePullTrustedCA**
|
|
3391
|
+
*/
|
|
3392
|
+
export type CertificateType = string;
|
|
3393
|
+
|
|
2566
3394
|
/** Known values of {@link AccessMode} that the service accepts. */
|
|
2567
3395
|
export enum KnownAccessMode {
|
|
2568
3396
|
/** ReadOnly */
|
|
2569
3397
|
ReadOnly = "ReadOnly",
|
|
2570
3398
|
/** ReadWrite */
|
|
2571
|
-
ReadWrite = "ReadWrite"
|
|
3399
|
+
ReadWrite = "ReadWrite",
|
|
2572
3400
|
}
|
|
2573
3401
|
|
|
2574
3402
|
/**
|
|
@@ -2581,30 +3409,6 @@ export enum KnownAccessMode {
|
|
|
2581
3409
|
*/
|
|
2582
3410
|
export type AccessMode = string;
|
|
2583
3411
|
|
|
2584
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
2585
|
-
export enum KnownManagedServiceIdentityType {
|
|
2586
|
-
/** None */
|
|
2587
|
-
None = "None",
|
|
2588
|
-
/** SystemAssigned */
|
|
2589
|
-
SystemAssigned = "SystemAssigned",
|
|
2590
|
-
/** UserAssigned */
|
|
2591
|
-
UserAssigned = "UserAssigned",
|
|
2592
|
-
/** SystemAssignedUserAssigned */
|
|
2593
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
2594
|
-
}
|
|
2595
|
-
|
|
2596
|
-
/**
|
|
2597
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
2598
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
2599
|
-
* this enum contains the known values that the service supports.
|
|
2600
|
-
* ### Known values supported by the service
|
|
2601
|
-
* **None** \
|
|
2602
|
-
* **SystemAssigned** \
|
|
2603
|
-
* **UserAssigned** \
|
|
2604
|
-
* **SystemAssigned,UserAssigned**
|
|
2605
|
-
*/
|
|
2606
|
-
export type ManagedServiceIdentityType = string;
|
|
2607
|
-
|
|
2608
3412
|
/** Known values of {@link ContainerAppProvisioningState} that the service accepts. */
|
|
2609
3413
|
export enum KnownContainerAppProvisioningState {
|
|
2610
3414
|
/** InProgress */
|
|
@@ -2616,7 +3420,7 @@ export enum KnownContainerAppProvisioningState {
|
|
|
2616
3420
|
/** Canceled */
|
|
2617
3421
|
Canceled = "Canceled",
|
|
2618
3422
|
/** Deleting */
|
|
2619
|
-
Deleting = "Deleting"
|
|
3423
|
+
Deleting = "Deleting",
|
|
2620
3424
|
}
|
|
2621
3425
|
|
|
2622
3426
|
/**
|
|
@@ -2637,7 +3441,7 @@ export enum KnownActiveRevisionsMode {
|
|
|
2637
3441
|
/** Multiple */
|
|
2638
3442
|
Multiple = "Multiple",
|
|
2639
3443
|
/** Single */
|
|
2640
|
-
Single = "Single"
|
|
3444
|
+
Single = "Single",
|
|
2641
3445
|
}
|
|
2642
3446
|
|
|
2643
3447
|
/**
|
|
@@ -2659,7 +3463,7 @@ export enum KnownIngressTransportMethod {
|
|
|
2659
3463
|
/** Http2 */
|
|
2660
3464
|
Http2 = "http2",
|
|
2661
3465
|
/** Tcp */
|
|
2662
|
-
Tcp = "tcp"
|
|
3466
|
+
Tcp = "tcp",
|
|
2663
3467
|
}
|
|
2664
3468
|
|
|
2665
3469
|
/**
|
|
@@ -2679,7 +3483,7 @@ export enum KnownBindingType {
|
|
|
2679
3483
|
/** Disabled */
|
|
2680
3484
|
Disabled = "Disabled",
|
|
2681
3485
|
/** SniEnabled */
|
|
2682
|
-
SniEnabled = "SniEnabled"
|
|
3486
|
+
SniEnabled = "SniEnabled",
|
|
2683
3487
|
}
|
|
2684
3488
|
|
|
2685
3489
|
/**
|
|
@@ -2697,7 +3501,7 @@ export enum KnownAction {
|
|
|
2697
3501
|
/** Allow */
|
|
2698
3502
|
Allow = "Allow",
|
|
2699
3503
|
/** Deny */
|
|
2700
|
-
Deny = "Deny"
|
|
3504
|
+
Deny = "Deny",
|
|
2701
3505
|
}
|
|
2702
3506
|
|
|
2703
3507
|
/**
|
|
@@ -2715,7 +3519,7 @@ export enum KnownAffinity {
|
|
|
2715
3519
|
/** Sticky */
|
|
2716
3520
|
Sticky = "sticky",
|
|
2717
3521
|
/** None */
|
|
2718
|
-
None = "none"
|
|
3522
|
+
None = "none",
|
|
2719
3523
|
}
|
|
2720
3524
|
|
|
2721
3525
|
/**
|
|
@@ -2735,7 +3539,7 @@ export enum KnownIngressClientCertificateMode {
|
|
|
2735
3539
|
/** Accept */
|
|
2736
3540
|
Accept = "accept",
|
|
2737
3541
|
/** Require */
|
|
2738
|
-
Require = "require"
|
|
3542
|
+
Require = "require",
|
|
2739
3543
|
}
|
|
2740
3544
|
|
|
2741
3545
|
/**
|
|
@@ -2749,12 +3553,30 @@ export enum KnownIngressClientCertificateMode {
|
|
|
2749
3553
|
*/
|
|
2750
3554
|
export type IngressClientCertificateMode = string;
|
|
2751
3555
|
|
|
3556
|
+
/** Known values of {@link IngressTargetPortHttpScheme} that the service accepts. */
|
|
3557
|
+
export enum KnownIngressTargetPortHttpScheme {
|
|
3558
|
+
/** Http */
|
|
3559
|
+
Http = "http",
|
|
3560
|
+
/** Https */
|
|
3561
|
+
Https = "https",
|
|
3562
|
+
}
|
|
3563
|
+
|
|
3564
|
+
/**
|
|
3565
|
+
* Defines values for IngressTargetPortHttpScheme. \
|
|
3566
|
+
* {@link KnownIngressTargetPortHttpScheme} can be used interchangeably with IngressTargetPortHttpScheme,
|
|
3567
|
+
* this enum contains the known values that the service supports.
|
|
3568
|
+
* ### Known values supported by the service
|
|
3569
|
+
* **http** \
|
|
3570
|
+
* **https**
|
|
3571
|
+
*/
|
|
3572
|
+
export type IngressTargetPortHttpScheme = string;
|
|
3573
|
+
|
|
2752
3574
|
/** Known values of {@link AppProtocol} that the service accepts. */
|
|
2753
3575
|
export enum KnownAppProtocol {
|
|
2754
3576
|
/** Http */
|
|
2755
3577
|
Http = "http",
|
|
2756
3578
|
/** Grpc */
|
|
2757
|
-
Grpc = "grpc"
|
|
3579
|
+
Grpc = "grpc",
|
|
2758
3580
|
}
|
|
2759
3581
|
|
|
2760
3582
|
/**
|
|
@@ -2776,7 +3598,7 @@ export enum KnownLogLevel {
|
|
|
2776
3598
|
/** Warn */
|
|
2777
3599
|
Warn = "warn",
|
|
2778
3600
|
/** Error */
|
|
2779
|
-
Error = "error"
|
|
3601
|
+
Error = "error",
|
|
2780
3602
|
}
|
|
2781
3603
|
|
|
2782
3604
|
/**
|
|
@@ -2796,7 +3618,7 @@ export enum KnownScheme {
|
|
|
2796
3618
|
/** Http */
|
|
2797
3619
|
Http = "HTTP",
|
|
2798
3620
|
/** Https */
|
|
2799
|
-
Https = "HTTPS"
|
|
3621
|
+
Https = "HTTPS",
|
|
2800
3622
|
}
|
|
2801
3623
|
|
|
2802
3624
|
/**
|
|
@@ -2816,7 +3638,7 @@ export enum KnownType {
|
|
|
2816
3638
|
/** Readiness */
|
|
2817
3639
|
Readiness = "Readiness",
|
|
2818
3640
|
/** Startup */
|
|
2819
|
-
Startup = "Startup"
|
|
3641
|
+
Startup = "Startup",
|
|
2820
3642
|
}
|
|
2821
3643
|
|
|
2822
3644
|
/**
|
|
@@ -2837,7 +3659,9 @@ export enum KnownStorageType {
|
|
|
2837
3659
|
/** EmptyDir */
|
|
2838
3660
|
EmptyDir = "EmptyDir",
|
|
2839
3661
|
/** Secret */
|
|
2840
|
-
Secret = "Secret"
|
|
3662
|
+
Secret = "Secret",
|
|
3663
|
+
/** NfsAzureFile */
|
|
3664
|
+
NfsAzureFile = "NfsAzureFile",
|
|
2841
3665
|
}
|
|
2842
3666
|
|
|
2843
3667
|
/**
|
|
@@ -2847,7 +3671,8 @@ export enum KnownStorageType {
|
|
|
2847
3671
|
* ### Known values supported by the service
|
|
2848
3672
|
* **AzureFile** \
|
|
2849
3673
|
* **EmptyDir** \
|
|
2850
|
-
* **Secret**
|
|
3674
|
+
* **Secret** \
|
|
3675
|
+
* **NfsAzureFile**
|
|
2851
3676
|
*/
|
|
2852
3677
|
export type StorageType = string;
|
|
2853
3678
|
|
|
@@ -2858,7 +3683,7 @@ export enum KnownRevisionHealthState {
|
|
|
2858
3683
|
/** Unhealthy */
|
|
2859
3684
|
Unhealthy = "Unhealthy",
|
|
2860
3685
|
/** None */
|
|
2861
|
-
None = "None"
|
|
3686
|
+
None = "None",
|
|
2862
3687
|
}
|
|
2863
3688
|
|
|
2864
3689
|
/**
|
|
@@ -2883,7 +3708,7 @@ export enum KnownRevisionProvisioningState {
|
|
|
2883
3708
|
/** Deprovisioning */
|
|
2884
3709
|
Deprovisioning = "Deprovisioning",
|
|
2885
3710
|
/** Deprovisioned */
|
|
2886
|
-
Deprovisioned = "Deprovisioned"
|
|
3711
|
+
Deprovisioned = "Deprovisioned",
|
|
2887
3712
|
}
|
|
2888
3713
|
|
|
2889
3714
|
/**
|
|
@@ -2912,7 +3737,7 @@ export enum KnownRevisionRunningState {
|
|
|
2912
3737
|
/** Failed */
|
|
2913
3738
|
Failed = "Failed",
|
|
2914
3739
|
/** Unknown */
|
|
2915
|
-
Unknown = "Unknown"
|
|
3740
|
+
Unknown = "Unknown",
|
|
2916
3741
|
}
|
|
2917
3742
|
|
|
2918
3743
|
/**
|
|
@@ -2936,7 +3761,7 @@ export enum KnownContainerAppReplicaRunningState {
|
|
|
2936
3761
|
/** NotRunning */
|
|
2937
3762
|
NotRunning = "NotRunning",
|
|
2938
3763
|
/** Unknown */
|
|
2939
|
-
Unknown = "Unknown"
|
|
3764
|
+
Unknown = "Unknown",
|
|
2940
3765
|
}
|
|
2941
3766
|
|
|
2942
3767
|
/**
|
|
@@ -2957,7 +3782,7 @@ export enum KnownContainerAppContainerRunningState {
|
|
|
2957
3782
|
/** Terminated */
|
|
2958
3783
|
Terminated = "Terminated",
|
|
2959
3784
|
/** Waiting */
|
|
2960
|
-
Waiting = "Waiting"
|
|
3785
|
+
Waiting = "Waiting",
|
|
2961
3786
|
}
|
|
2962
3787
|
|
|
2963
3788
|
/**
|
|
@@ -2992,7 +3817,7 @@ export enum KnownEnvironmentProvisioningState {
|
|
|
2992
3817
|
/** UpgradeRequested */
|
|
2993
3818
|
UpgradeRequested = "UpgradeRequested",
|
|
2994
3819
|
/** UpgradeFailed */
|
|
2995
|
-
UpgradeFailed = "UpgradeFailed"
|
|
3820
|
+
UpgradeFailed = "UpgradeFailed",
|
|
2996
3821
|
}
|
|
2997
3822
|
|
|
2998
3823
|
/**
|
|
@@ -3024,7 +3849,7 @@ export enum KnownJobProvisioningState {
|
|
|
3024
3849
|
/** Canceled */
|
|
3025
3850
|
Canceled = "Canceled",
|
|
3026
3851
|
/** Deleting */
|
|
3027
|
-
Deleting = "Deleting"
|
|
3852
|
+
Deleting = "Deleting",
|
|
3028
3853
|
}
|
|
3029
3854
|
|
|
3030
3855
|
/**
|
|
@@ -3047,7 +3872,7 @@ export enum KnownTriggerType {
|
|
|
3047
3872
|
/** Event */
|
|
3048
3873
|
Event = "Event",
|
|
3049
3874
|
/** Manual */
|
|
3050
|
-
Manual = "Manual"
|
|
3875
|
+
Manual = "Manual",
|
|
3051
3876
|
}
|
|
3052
3877
|
|
|
3053
3878
|
/**
|
|
@@ -3076,7 +3901,7 @@ export enum KnownJobExecutionRunningState {
|
|
|
3076
3901
|
/** Unknown */
|
|
3077
3902
|
Unknown = "Unknown",
|
|
3078
3903
|
/** Succeeded */
|
|
3079
|
-
Succeeded = "Succeeded"
|
|
3904
|
+
Succeeded = "Succeeded",
|
|
3080
3905
|
}
|
|
3081
3906
|
|
|
3082
3907
|
/**
|
|
@@ -3101,7 +3926,7 @@ export enum KnownManagedCertificateDomainControlValidation {
|
|
|
3101
3926
|
/** Http */
|
|
3102
3927
|
Http = "HTTP",
|
|
3103
3928
|
/** TXT */
|
|
3104
|
-
TXT = "TXT"
|
|
3929
|
+
TXT = "TXT",
|
|
3105
3930
|
}
|
|
3106
3931
|
|
|
3107
3932
|
/**
|
|
@@ -3124,7 +3949,7 @@ export enum KnownSourceControlOperationState {
|
|
|
3124
3949
|
/** Failed */
|
|
3125
3950
|
Failed = "Failed",
|
|
3126
3951
|
/** Canceled */
|
|
3127
|
-
Canceled = "Canceled"
|
|
3952
|
+
Canceled = "Canceled",
|
|
3128
3953
|
}
|
|
3129
3954
|
|
|
3130
3955
|
/**
|
|
@@ -3138,6 +3963,99 @@ export enum KnownSourceControlOperationState {
|
|
|
3138
3963
|
* **Canceled**
|
|
3139
3964
|
*/
|
|
3140
3965
|
export type SourceControlOperationState = string;
|
|
3966
|
+
|
|
3967
|
+
/** Known values of {@link JavaComponentType} that the service accepts. */
|
|
3968
|
+
export enum KnownJavaComponentType {
|
|
3969
|
+
/** SpringBootAdmin */
|
|
3970
|
+
SpringBootAdmin = "SpringBootAdmin",
|
|
3971
|
+
/** SpringCloudEureka */
|
|
3972
|
+
SpringCloudEureka = "SpringCloudEureka",
|
|
3973
|
+
/** SpringCloudConfig */
|
|
3974
|
+
SpringCloudConfig = "SpringCloudConfig",
|
|
3975
|
+
}
|
|
3976
|
+
|
|
3977
|
+
/**
|
|
3978
|
+
* Defines values for JavaComponentType. \
|
|
3979
|
+
* {@link KnownJavaComponentType} can be used interchangeably with JavaComponentType,
|
|
3980
|
+
* this enum contains the known values that the service supports.
|
|
3981
|
+
* ### Known values supported by the service
|
|
3982
|
+
* **SpringBootAdmin** \
|
|
3983
|
+
* **SpringCloudEureka** \
|
|
3984
|
+
* **SpringCloudConfig**
|
|
3985
|
+
*/
|
|
3986
|
+
export type JavaComponentType = string;
|
|
3987
|
+
|
|
3988
|
+
/** Known values of {@link JavaComponentProvisioningState} that the service accepts. */
|
|
3989
|
+
export enum KnownJavaComponentProvisioningState {
|
|
3990
|
+
/** Succeeded */
|
|
3991
|
+
Succeeded = "Succeeded",
|
|
3992
|
+
/** Failed */
|
|
3993
|
+
Failed = "Failed",
|
|
3994
|
+
/** Canceled */
|
|
3995
|
+
Canceled = "Canceled",
|
|
3996
|
+
/** Deleting */
|
|
3997
|
+
Deleting = "Deleting",
|
|
3998
|
+
/** InProgress */
|
|
3999
|
+
InProgress = "InProgress",
|
|
4000
|
+
}
|
|
4001
|
+
|
|
4002
|
+
/**
|
|
4003
|
+
* Defines values for JavaComponentProvisioningState. \
|
|
4004
|
+
* {@link KnownJavaComponentProvisioningState} can be used interchangeably with JavaComponentProvisioningState,
|
|
4005
|
+
* this enum contains the known values that the service supports.
|
|
4006
|
+
* ### Known values supported by the service
|
|
4007
|
+
* **Succeeded** \
|
|
4008
|
+
* **Failed** \
|
|
4009
|
+
* **Canceled** \
|
|
4010
|
+
* **Deleting** \
|
|
4011
|
+
* **InProgress**
|
|
4012
|
+
*/
|
|
4013
|
+
export type JavaComponentProvisioningState = string;
|
|
4014
|
+
|
|
4015
|
+
/** Known values of {@link DotNetComponentType} that the service accepts. */
|
|
4016
|
+
export enum KnownDotNetComponentType {
|
|
4017
|
+
/** AspireDashboard */
|
|
4018
|
+
AspireDashboard = "AspireDashboard",
|
|
4019
|
+
/** AspireResourceServerApi */
|
|
4020
|
+
AspireResourceServerApi = "AspireResourceServerApi",
|
|
4021
|
+
}
|
|
4022
|
+
|
|
4023
|
+
/**
|
|
4024
|
+
* Defines values for DotNetComponentType. \
|
|
4025
|
+
* {@link KnownDotNetComponentType} can be used interchangeably with DotNetComponentType,
|
|
4026
|
+
* this enum contains the known values that the service supports.
|
|
4027
|
+
* ### Known values supported by the service
|
|
4028
|
+
* **AspireDashboard** \
|
|
4029
|
+
* **AspireResourceServerApi**
|
|
4030
|
+
*/
|
|
4031
|
+
export type DotNetComponentType = string;
|
|
4032
|
+
|
|
4033
|
+
/** Known values of {@link DotNetComponentProvisioningState} that the service accepts. */
|
|
4034
|
+
export enum KnownDotNetComponentProvisioningState {
|
|
4035
|
+
/** Succeeded */
|
|
4036
|
+
Succeeded = "Succeeded",
|
|
4037
|
+
/** Failed */
|
|
4038
|
+
Failed = "Failed",
|
|
4039
|
+
/** Canceled */
|
|
4040
|
+
Canceled = "Canceled",
|
|
4041
|
+
/** Deleting */
|
|
4042
|
+
Deleting = "Deleting",
|
|
4043
|
+
/** InProgress */
|
|
4044
|
+
InProgress = "InProgress",
|
|
4045
|
+
}
|
|
4046
|
+
|
|
4047
|
+
/**
|
|
4048
|
+
* Defines values for DotNetComponentProvisioningState. \
|
|
4049
|
+
* {@link KnownDotNetComponentProvisioningState} can be used interchangeably with DotNetComponentProvisioningState,
|
|
4050
|
+
* this enum contains the known values that the service supports.
|
|
4051
|
+
* ### Known values supported by the service
|
|
4052
|
+
* **Succeeded** \
|
|
4053
|
+
* **Failed** \
|
|
4054
|
+
* **Canceled** \
|
|
4055
|
+
* **Deleting** \
|
|
4056
|
+
* **InProgress**
|
|
4057
|
+
*/
|
|
4058
|
+
export type DotNetComponentProvisioningState = string;
|
|
3141
4059
|
/** Defines values for UnauthenticatedClientActionV2. */
|
|
3142
4060
|
export type UnauthenticatedClientActionV2 =
|
|
3143
4061
|
| "RedirectToLoginPage"
|
|
@@ -3154,71 +4072,238 @@ export type ForwardProxyConvention = "NoProxy" | "Standard" | "Custom";
|
|
|
3154
4072
|
export type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
|
|
3155
4073
|
|
|
3156
4074
|
/** Optional parameters. */
|
|
3157
|
-
export interface
|
|
4075
|
+
export interface AppResiliencyCreateOrUpdateOptionalParams
|
|
4076
|
+
extends coreClient.OperationOptions {}
|
|
4077
|
+
|
|
4078
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4079
|
+
export type AppResiliencyCreateOrUpdateResponse = AppResiliency;
|
|
4080
|
+
|
|
4081
|
+
/** Optional parameters. */
|
|
4082
|
+
export interface AppResiliencyUpdateOptionalParams
|
|
4083
|
+
extends coreClient.OperationOptions {}
|
|
4084
|
+
|
|
4085
|
+
/** Contains response data for the update operation. */
|
|
4086
|
+
export type AppResiliencyUpdateResponse = AppResiliency;
|
|
4087
|
+
|
|
4088
|
+
/** Optional parameters. */
|
|
4089
|
+
export interface AppResiliencyDeleteOptionalParams
|
|
4090
|
+
extends coreClient.OperationOptions {}
|
|
4091
|
+
|
|
4092
|
+
/** Optional parameters. */
|
|
4093
|
+
export interface AppResiliencyGetOptionalParams
|
|
4094
|
+
extends coreClient.OperationOptions {}
|
|
4095
|
+
|
|
4096
|
+
/** Contains response data for the get operation. */
|
|
4097
|
+
export type AppResiliencyGetResponse = AppResiliency;
|
|
4098
|
+
|
|
4099
|
+
/** Optional parameters. */
|
|
4100
|
+
export interface AppResiliencyListOptionalParams
|
|
4101
|
+
extends coreClient.OperationOptions {}
|
|
4102
|
+
|
|
4103
|
+
/** Contains response data for the list operation. */
|
|
4104
|
+
export type AppResiliencyListResponse = AppResiliencyCollection;
|
|
4105
|
+
|
|
4106
|
+
/** Optional parameters. */
|
|
4107
|
+
export interface AppResiliencyListNextOptionalParams
|
|
4108
|
+
extends coreClient.OperationOptions {}
|
|
4109
|
+
|
|
4110
|
+
/** Contains response data for the listNext operation. */
|
|
4111
|
+
export type AppResiliencyListNextResponse = AppResiliencyCollection;
|
|
4112
|
+
|
|
4113
|
+
/** Optional parameters. */
|
|
4114
|
+
export interface ContainerAppsAuthConfigsListByContainerAppOptionalParams
|
|
4115
|
+
extends coreClient.OperationOptions {}
|
|
4116
|
+
|
|
4117
|
+
/** Contains response data for the listByContainerApp operation. */
|
|
4118
|
+
export type ContainerAppsAuthConfigsListByContainerAppResponse =
|
|
4119
|
+
AuthConfigCollection;
|
|
4120
|
+
|
|
4121
|
+
/** Optional parameters. */
|
|
4122
|
+
export interface ContainerAppsAuthConfigsGetOptionalParams
|
|
4123
|
+
extends coreClient.OperationOptions {}
|
|
4124
|
+
|
|
4125
|
+
/** Contains response data for the get operation. */
|
|
4126
|
+
export type ContainerAppsAuthConfigsGetResponse = AuthConfig;
|
|
4127
|
+
|
|
4128
|
+
/** Optional parameters. */
|
|
4129
|
+
export interface ContainerAppsAuthConfigsCreateOrUpdateOptionalParams
|
|
4130
|
+
extends coreClient.OperationOptions {}
|
|
4131
|
+
|
|
4132
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4133
|
+
export type ContainerAppsAuthConfigsCreateOrUpdateResponse = AuthConfig;
|
|
4134
|
+
|
|
4135
|
+
/** Optional parameters. */
|
|
4136
|
+
export interface ContainerAppsAuthConfigsDeleteOptionalParams
|
|
4137
|
+
extends coreClient.OperationOptions {}
|
|
4138
|
+
|
|
4139
|
+
/** Optional parameters. */
|
|
4140
|
+
export interface ContainerAppsAuthConfigsListByContainerAppNextOptionalParams
|
|
4141
|
+
extends coreClient.OperationOptions {}
|
|
4142
|
+
|
|
4143
|
+
/** Contains response data for the listByContainerAppNext operation. */
|
|
4144
|
+
export type ContainerAppsAuthConfigsListByContainerAppNextResponse =
|
|
4145
|
+
AuthConfigCollection;
|
|
4146
|
+
|
|
4147
|
+
/** Optional parameters. */
|
|
4148
|
+
export interface AvailableWorkloadProfilesGetOptionalParams
|
|
4149
|
+
extends coreClient.OperationOptions {}
|
|
4150
|
+
|
|
4151
|
+
/** Contains response data for the get operation. */
|
|
4152
|
+
export type AvailableWorkloadProfilesGetResponse =
|
|
4153
|
+
AvailableWorkloadProfilesCollection;
|
|
4154
|
+
|
|
4155
|
+
/** Optional parameters. */
|
|
4156
|
+
export interface AvailableWorkloadProfilesGetNextOptionalParams
|
|
4157
|
+
extends coreClient.OperationOptions {}
|
|
4158
|
+
|
|
4159
|
+
/** Contains response data for the getNext operation. */
|
|
4160
|
+
export type AvailableWorkloadProfilesGetNextResponse =
|
|
4161
|
+
AvailableWorkloadProfilesCollection;
|
|
4162
|
+
|
|
4163
|
+
/** Optional parameters. */
|
|
4164
|
+
export interface BillingMetersGetOptionalParams
|
|
4165
|
+
extends coreClient.OperationOptions {}
|
|
4166
|
+
|
|
4167
|
+
/** Contains response data for the get operation. */
|
|
4168
|
+
export type BillingMetersGetResponse = BillingMeterCollection;
|
|
4169
|
+
|
|
4170
|
+
/** Optional parameters. */
|
|
4171
|
+
export interface BuildersListBySubscriptionOptionalParams
|
|
4172
|
+
extends coreClient.OperationOptions {}
|
|
4173
|
+
|
|
4174
|
+
/** Contains response data for the listBySubscription operation. */
|
|
4175
|
+
export type BuildersListBySubscriptionResponse = BuilderCollection;
|
|
4176
|
+
|
|
4177
|
+
/** Optional parameters. */
|
|
4178
|
+
export interface BuildersListByResourceGroupOptionalParams
|
|
3158
4179
|
extends coreClient.OperationOptions {}
|
|
3159
4180
|
|
|
3160
|
-
/** Contains response data for the
|
|
3161
|
-
export type
|
|
4181
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
4182
|
+
export type BuildersListByResourceGroupResponse = BuilderCollection;
|
|
3162
4183
|
|
|
3163
4184
|
/** Optional parameters. */
|
|
3164
|
-
export interface
|
|
4185
|
+
export interface BuildersGetOptionalParams
|
|
3165
4186
|
extends coreClient.OperationOptions {}
|
|
3166
4187
|
|
|
3167
4188
|
/** Contains response data for the get operation. */
|
|
3168
|
-
export type
|
|
4189
|
+
export type BuildersGetResponse = BuilderResource;
|
|
3169
4190
|
|
|
3170
4191
|
/** Optional parameters. */
|
|
3171
|
-
export interface
|
|
3172
|
-
extends coreClient.OperationOptions {
|
|
4192
|
+
export interface BuildersCreateOrUpdateOptionalParams
|
|
4193
|
+
extends coreClient.OperationOptions {
|
|
4194
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4195
|
+
updateIntervalInMs?: number;
|
|
4196
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4197
|
+
resumeFrom?: string;
|
|
4198
|
+
}
|
|
3173
4199
|
|
|
3174
4200
|
/** Contains response data for the createOrUpdate operation. */
|
|
3175
|
-
export type
|
|
4201
|
+
export type BuildersCreateOrUpdateResponse = BuilderResource;
|
|
3176
4202
|
|
|
3177
4203
|
/** Optional parameters. */
|
|
3178
|
-
export interface
|
|
3179
|
-
extends coreClient.OperationOptions {
|
|
4204
|
+
export interface BuildersUpdateOptionalParams
|
|
4205
|
+
extends coreClient.OperationOptions {
|
|
4206
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4207
|
+
updateIntervalInMs?: number;
|
|
4208
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4209
|
+
resumeFrom?: string;
|
|
4210
|
+
}
|
|
4211
|
+
|
|
4212
|
+
/** Contains response data for the update operation. */
|
|
4213
|
+
export type BuildersUpdateResponse = BuilderResource;
|
|
3180
4214
|
|
|
3181
4215
|
/** Optional parameters. */
|
|
3182
|
-
export interface
|
|
4216
|
+
export interface BuildersDeleteOptionalParams
|
|
4217
|
+
extends coreClient.OperationOptions {
|
|
4218
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4219
|
+
updateIntervalInMs?: number;
|
|
4220
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4221
|
+
resumeFrom?: string;
|
|
4222
|
+
}
|
|
4223
|
+
|
|
4224
|
+
/** Contains response data for the delete operation. */
|
|
4225
|
+
export type BuildersDeleteResponse = BuildersDeleteHeaders;
|
|
4226
|
+
|
|
4227
|
+
/** Optional parameters. */
|
|
4228
|
+
export interface BuildersListBySubscriptionNextOptionalParams
|
|
3183
4229
|
extends coreClient.OperationOptions {}
|
|
3184
4230
|
|
|
3185
|
-
/** Contains response data for the
|
|
3186
|
-
export type
|
|
4231
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4232
|
+
export type BuildersListBySubscriptionNextResponse = BuilderCollection;
|
|
3187
4233
|
|
|
3188
4234
|
/** Optional parameters. */
|
|
3189
|
-
export interface
|
|
4235
|
+
export interface BuildersListByResourceGroupNextOptionalParams
|
|
3190
4236
|
extends coreClient.OperationOptions {}
|
|
3191
4237
|
|
|
3192
|
-
/** Contains response data for the
|
|
3193
|
-
export type
|
|
4238
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4239
|
+
export type BuildersListByResourceGroupNextResponse = BuilderCollection;
|
|
3194
4240
|
|
|
3195
4241
|
/** Optional parameters. */
|
|
3196
|
-
export interface
|
|
4242
|
+
export interface BuildsByBuilderResourceListOptionalParams
|
|
3197
4243
|
extends coreClient.OperationOptions {}
|
|
3198
4244
|
|
|
3199
|
-
/** Contains response data for the
|
|
3200
|
-
export type
|
|
4245
|
+
/** Contains response data for the list operation. */
|
|
4246
|
+
export type BuildsByBuilderResourceListResponse = BuildCollection;
|
|
3201
4247
|
|
|
3202
4248
|
/** Optional parameters. */
|
|
3203
|
-
export interface
|
|
4249
|
+
export interface BuildsByBuilderResourceListNextOptionalParams
|
|
3204
4250
|
extends coreClient.OperationOptions {}
|
|
3205
4251
|
|
|
4252
|
+
/** Contains response data for the listNext operation. */
|
|
4253
|
+
export type BuildsByBuilderResourceListNextResponse = BuildCollection;
|
|
4254
|
+
|
|
4255
|
+
/** Optional parameters. */
|
|
4256
|
+
export interface BuildsGetOptionalParams extends coreClient.OperationOptions {}
|
|
4257
|
+
|
|
3206
4258
|
/** Contains response data for the get operation. */
|
|
3207
|
-
export type
|
|
4259
|
+
export type BuildsGetResponse = BuildResource;
|
|
4260
|
+
|
|
4261
|
+
/** Optional parameters. */
|
|
4262
|
+
export interface BuildsCreateOrUpdateOptionalParams
|
|
4263
|
+
extends coreClient.OperationOptions {
|
|
4264
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4265
|
+
updateIntervalInMs?: number;
|
|
4266
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4267
|
+
resumeFrom?: string;
|
|
4268
|
+
}
|
|
4269
|
+
|
|
4270
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4271
|
+
export type BuildsCreateOrUpdateResponse = BuildResource;
|
|
4272
|
+
|
|
4273
|
+
/** Optional parameters. */
|
|
4274
|
+
export interface BuildsDeleteOptionalParams
|
|
4275
|
+
extends coreClient.OperationOptions {
|
|
4276
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4277
|
+
updateIntervalInMs?: number;
|
|
4278
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4279
|
+
resumeFrom?: string;
|
|
4280
|
+
}
|
|
4281
|
+
|
|
4282
|
+
/** Contains response data for the delete operation. */
|
|
4283
|
+
export type BuildsDeleteResponse = BuildsDeleteHeaders;
|
|
4284
|
+
|
|
4285
|
+
/** Optional parameters. */
|
|
4286
|
+
export interface BuildAuthTokenListOptionalParams
|
|
4287
|
+
extends coreClient.OperationOptions {}
|
|
4288
|
+
|
|
4289
|
+
/** Contains response data for the list operation. */
|
|
4290
|
+
export type BuildAuthTokenListResponse = BuildToken;
|
|
3208
4291
|
|
|
3209
4292
|
/** Optional parameters. */
|
|
3210
4293
|
export interface ConnectedEnvironmentsListBySubscriptionOptionalParams
|
|
3211
4294
|
extends coreClient.OperationOptions {}
|
|
3212
4295
|
|
|
3213
4296
|
/** Contains response data for the listBySubscription operation. */
|
|
3214
|
-
export type ConnectedEnvironmentsListBySubscriptionResponse =
|
|
4297
|
+
export type ConnectedEnvironmentsListBySubscriptionResponse =
|
|
4298
|
+
ConnectedEnvironmentCollection;
|
|
3215
4299
|
|
|
3216
4300
|
/** Optional parameters. */
|
|
3217
4301
|
export interface ConnectedEnvironmentsListByResourceGroupOptionalParams
|
|
3218
4302
|
extends coreClient.OperationOptions {}
|
|
3219
4303
|
|
|
3220
4304
|
/** Contains response data for the listByResourceGroup operation. */
|
|
3221
|
-
export type ConnectedEnvironmentsListByResourceGroupResponse =
|
|
4305
|
+
export type ConnectedEnvironmentsListByResourceGroupResponse =
|
|
4306
|
+
ConnectedEnvironmentCollection;
|
|
3222
4307
|
|
|
3223
4308
|
/** Optional parameters. */
|
|
3224
4309
|
export interface ConnectedEnvironmentsGetOptionalParams
|
|
@@ -3260,28 +4345,32 @@ export interface ConnectedEnvironmentsCheckNameAvailabilityOptionalParams
|
|
|
3260
4345
|
extends coreClient.OperationOptions {}
|
|
3261
4346
|
|
|
3262
4347
|
/** Contains response data for the checkNameAvailability operation. */
|
|
3263
|
-
export type ConnectedEnvironmentsCheckNameAvailabilityResponse =
|
|
4348
|
+
export type ConnectedEnvironmentsCheckNameAvailabilityResponse =
|
|
4349
|
+
CheckNameAvailabilityResponse;
|
|
3264
4350
|
|
|
3265
4351
|
/** Optional parameters. */
|
|
3266
4352
|
export interface ConnectedEnvironmentsListBySubscriptionNextOptionalParams
|
|
3267
4353
|
extends coreClient.OperationOptions {}
|
|
3268
4354
|
|
|
3269
4355
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3270
|
-
export type ConnectedEnvironmentsListBySubscriptionNextResponse =
|
|
4356
|
+
export type ConnectedEnvironmentsListBySubscriptionNextResponse =
|
|
4357
|
+
ConnectedEnvironmentCollection;
|
|
3271
4358
|
|
|
3272
4359
|
/** Optional parameters. */
|
|
3273
4360
|
export interface ConnectedEnvironmentsListByResourceGroupNextOptionalParams
|
|
3274
4361
|
extends coreClient.OperationOptions {}
|
|
3275
4362
|
|
|
3276
4363
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3277
|
-
export type ConnectedEnvironmentsListByResourceGroupNextResponse =
|
|
4364
|
+
export type ConnectedEnvironmentsListByResourceGroupNextResponse =
|
|
4365
|
+
ConnectedEnvironmentCollection;
|
|
3278
4366
|
|
|
3279
4367
|
/** Optional parameters. */
|
|
3280
4368
|
export interface ConnectedEnvironmentsCertificatesListOptionalParams
|
|
3281
4369
|
extends coreClient.OperationOptions {}
|
|
3282
4370
|
|
|
3283
4371
|
/** Contains response data for the list operation. */
|
|
3284
|
-
export type ConnectedEnvironmentsCertificatesListResponse =
|
|
4372
|
+
export type ConnectedEnvironmentsCertificatesListResponse =
|
|
4373
|
+
CertificateCollection;
|
|
3285
4374
|
|
|
3286
4375
|
/** Optional parameters. */
|
|
3287
4376
|
export interface ConnectedEnvironmentsCertificatesGetOptionalParams
|
|
@@ -3298,7 +4387,8 @@ export interface ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams
|
|
|
3298
4387
|
}
|
|
3299
4388
|
|
|
3300
4389
|
/** Contains response data for the createOrUpdate operation. */
|
|
3301
|
-
export type ConnectedEnvironmentsCertificatesCreateOrUpdateResponse =
|
|
4390
|
+
export type ConnectedEnvironmentsCertificatesCreateOrUpdateResponse =
|
|
4391
|
+
Certificate;
|
|
3302
4392
|
|
|
3303
4393
|
/** Optional parameters. */
|
|
3304
4394
|
export interface ConnectedEnvironmentsCertificatesDeleteOptionalParams
|
|
@@ -3316,14 +4406,16 @@ export interface ConnectedEnvironmentsCertificatesListNextOptionalParams
|
|
|
3316
4406
|
extends coreClient.OperationOptions {}
|
|
3317
4407
|
|
|
3318
4408
|
/** Contains response data for the listNext operation. */
|
|
3319
|
-
export type ConnectedEnvironmentsCertificatesListNextResponse =
|
|
4409
|
+
export type ConnectedEnvironmentsCertificatesListNextResponse =
|
|
4410
|
+
CertificateCollection;
|
|
3320
4411
|
|
|
3321
4412
|
/** Optional parameters. */
|
|
3322
4413
|
export interface ConnectedEnvironmentsDaprComponentsListOptionalParams
|
|
3323
4414
|
extends coreClient.OperationOptions {}
|
|
3324
4415
|
|
|
3325
4416
|
/** Contains response data for the list operation. */
|
|
3326
|
-
export type ConnectedEnvironmentsDaprComponentsListResponse =
|
|
4417
|
+
export type ConnectedEnvironmentsDaprComponentsListResponse =
|
|
4418
|
+
DaprComponentsCollection;
|
|
3327
4419
|
|
|
3328
4420
|
/** Optional parameters. */
|
|
3329
4421
|
export interface ConnectedEnvironmentsDaprComponentsGetOptionalParams
|
|
@@ -3337,7 +4429,8 @@ export interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams
|
|
|
3337
4429
|
extends coreClient.OperationOptions {}
|
|
3338
4430
|
|
|
3339
4431
|
/** Contains response data for the createOrUpdate operation. */
|
|
3340
|
-
export type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse =
|
|
4432
|
+
export type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse =
|
|
4433
|
+
DaprComponent;
|
|
3341
4434
|
|
|
3342
4435
|
/** Optional parameters. */
|
|
3343
4436
|
export interface ConnectedEnvironmentsDaprComponentsDeleteOptionalParams
|
|
@@ -3348,35 +4441,40 @@ export interface ConnectedEnvironmentsDaprComponentsListSecretsOptionalParams
|
|
|
3348
4441
|
extends coreClient.OperationOptions {}
|
|
3349
4442
|
|
|
3350
4443
|
/** Contains response data for the listSecrets operation. */
|
|
3351
|
-
export type ConnectedEnvironmentsDaprComponentsListSecretsResponse =
|
|
4444
|
+
export type ConnectedEnvironmentsDaprComponentsListSecretsResponse =
|
|
4445
|
+
DaprSecretsCollection;
|
|
3352
4446
|
|
|
3353
4447
|
/** Optional parameters. */
|
|
3354
4448
|
export interface ConnectedEnvironmentsDaprComponentsListNextOptionalParams
|
|
3355
4449
|
extends coreClient.OperationOptions {}
|
|
3356
4450
|
|
|
3357
4451
|
/** Contains response data for the listNext operation. */
|
|
3358
|
-
export type ConnectedEnvironmentsDaprComponentsListNextResponse =
|
|
4452
|
+
export type ConnectedEnvironmentsDaprComponentsListNextResponse =
|
|
4453
|
+
DaprComponentsCollection;
|
|
3359
4454
|
|
|
3360
4455
|
/** Optional parameters. */
|
|
3361
4456
|
export interface ConnectedEnvironmentsStoragesListOptionalParams
|
|
3362
4457
|
extends coreClient.OperationOptions {}
|
|
3363
4458
|
|
|
3364
4459
|
/** Contains response data for the list operation. */
|
|
3365
|
-
export type ConnectedEnvironmentsStoragesListResponse =
|
|
4460
|
+
export type ConnectedEnvironmentsStoragesListResponse =
|
|
4461
|
+
ConnectedEnvironmentStoragesCollection;
|
|
3366
4462
|
|
|
3367
4463
|
/** Optional parameters. */
|
|
3368
4464
|
export interface ConnectedEnvironmentsStoragesGetOptionalParams
|
|
3369
4465
|
extends coreClient.OperationOptions {}
|
|
3370
4466
|
|
|
3371
4467
|
/** Contains response data for the get operation. */
|
|
3372
|
-
export type ConnectedEnvironmentsStoragesGetResponse =
|
|
4468
|
+
export type ConnectedEnvironmentsStoragesGetResponse =
|
|
4469
|
+
ConnectedEnvironmentStorage;
|
|
3373
4470
|
|
|
3374
4471
|
/** Optional parameters. */
|
|
3375
4472
|
export interface ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams
|
|
3376
4473
|
extends coreClient.OperationOptions {}
|
|
3377
4474
|
|
|
3378
4475
|
/** Contains response data for the createOrUpdate operation. */
|
|
3379
|
-
export type ConnectedEnvironmentsStoragesCreateOrUpdateResponse =
|
|
4476
|
+
export type ConnectedEnvironmentsStoragesCreateOrUpdateResponse =
|
|
4477
|
+
ConnectedEnvironmentStorage;
|
|
3380
4478
|
|
|
3381
4479
|
/** Optional parameters. */
|
|
3382
4480
|
export interface ConnectedEnvironmentsStoragesDeleteOptionalParams
|
|
@@ -3444,7 +4542,8 @@ export interface ContainerAppsListCustomHostNameAnalysisOptionalParams
|
|
|
3444
4542
|
}
|
|
3445
4543
|
|
|
3446
4544
|
/** Contains response data for the listCustomHostNameAnalysis operation. */
|
|
3447
|
-
export type ContainerAppsListCustomHostNameAnalysisResponse =
|
|
4545
|
+
export type ContainerAppsListCustomHostNameAnalysisResponse =
|
|
4546
|
+
CustomHostnameAnalysisResult;
|
|
3448
4547
|
|
|
3449
4548
|
/** Optional parameters. */
|
|
3450
4549
|
export interface ContainerAppsListSecretsOptionalParams
|
|
@@ -3489,14 +4588,16 @@ export interface ContainerAppsListBySubscriptionNextOptionalParams
|
|
|
3489
4588
|
extends coreClient.OperationOptions {}
|
|
3490
4589
|
|
|
3491
4590
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3492
|
-
export type ContainerAppsListBySubscriptionNextResponse =
|
|
4591
|
+
export type ContainerAppsListBySubscriptionNextResponse =
|
|
4592
|
+
ContainerAppCollection;
|
|
3493
4593
|
|
|
3494
4594
|
/** Optional parameters. */
|
|
3495
4595
|
export interface ContainerAppsListByResourceGroupNextOptionalParams
|
|
3496
4596
|
extends coreClient.OperationOptions {}
|
|
3497
4597
|
|
|
3498
4598
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3499
|
-
export type ContainerAppsListByResourceGroupNextResponse =
|
|
4599
|
+
export type ContainerAppsListByResourceGroupNextResponse =
|
|
4600
|
+
ContainerAppCollection;
|
|
3500
4601
|
|
|
3501
4602
|
/** Optional parameters. */
|
|
3502
4603
|
export interface ContainerAppsRevisionsListRevisionsOptionalParams
|
|
@@ -3532,7 +4633,8 @@ export interface ContainerAppsRevisionsListRevisionsNextOptionalParams
|
|
|
3532
4633
|
extends coreClient.OperationOptions {}
|
|
3533
4634
|
|
|
3534
4635
|
/** Contains response data for the listRevisionsNext operation. */
|
|
3535
|
-
export type ContainerAppsRevisionsListRevisionsNextResponse =
|
|
4636
|
+
export type ContainerAppsRevisionsListRevisionsNextResponse =
|
|
4637
|
+
RevisionCollection;
|
|
3536
4638
|
|
|
3537
4639
|
/** Optional parameters. */
|
|
3538
4640
|
export interface ContainerAppsRevisionReplicasGetReplicaOptionalParams
|
|
@@ -3546,14 +4648,16 @@ export interface ContainerAppsRevisionReplicasListReplicasOptionalParams
|
|
|
3546
4648
|
extends coreClient.OperationOptions {}
|
|
3547
4649
|
|
|
3548
4650
|
/** Contains response data for the listReplicas operation. */
|
|
3549
|
-
export type ContainerAppsRevisionReplicasListReplicasResponse =
|
|
4651
|
+
export type ContainerAppsRevisionReplicasListReplicasResponse =
|
|
4652
|
+
ReplicaCollection;
|
|
3550
4653
|
|
|
3551
4654
|
/** Optional parameters. */
|
|
3552
4655
|
export interface ContainerAppsDiagnosticsListDetectorsOptionalParams
|
|
3553
4656
|
extends coreClient.OperationOptions {}
|
|
3554
4657
|
|
|
3555
4658
|
/** Contains response data for the listDetectors operation. */
|
|
3556
|
-
export type ContainerAppsDiagnosticsListDetectorsResponse =
|
|
4659
|
+
export type ContainerAppsDiagnosticsListDetectorsResponse =
|
|
4660
|
+
DiagnosticsCollection;
|
|
3557
4661
|
|
|
3558
4662
|
/** Optional parameters. */
|
|
3559
4663
|
export interface ContainerAppsDiagnosticsGetDetectorOptionalParams
|
|
@@ -3591,21 +4695,24 @@ export interface ContainerAppsDiagnosticsListDetectorsNextOptionalParams
|
|
|
3591
4695
|
extends coreClient.OperationOptions {}
|
|
3592
4696
|
|
|
3593
4697
|
/** Contains response data for the listDetectorsNext operation. */
|
|
3594
|
-
export type ContainerAppsDiagnosticsListDetectorsNextResponse =
|
|
4698
|
+
export type ContainerAppsDiagnosticsListDetectorsNextResponse =
|
|
4699
|
+
DiagnosticsCollection;
|
|
3595
4700
|
|
|
3596
4701
|
/** Optional parameters. */
|
|
3597
4702
|
export interface ContainerAppsDiagnosticsListRevisionsNextOptionalParams
|
|
3598
4703
|
extends coreClient.OperationOptions {}
|
|
3599
4704
|
|
|
3600
4705
|
/** Contains response data for the listRevisionsNext operation. */
|
|
3601
|
-
export type ContainerAppsDiagnosticsListRevisionsNextResponse =
|
|
4706
|
+
export type ContainerAppsDiagnosticsListRevisionsNextResponse =
|
|
4707
|
+
RevisionCollection;
|
|
3602
4708
|
|
|
3603
4709
|
/** Optional parameters. */
|
|
3604
4710
|
export interface ManagedEnvironmentDiagnosticsListDetectorsOptionalParams
|
|
3605
4711
|
extends coreClient.OperationOptions {}
|
|
3606
4712
|
|
|
3607
4713
|
/** Contains response data for the listDetectors operation. */
|
|
3608
|
-
export type ManagedEnvironmentDiagnosticsListDetectorsResponse =
|
|
4714
|
+
export type ManagedEnvironmentDiagnosticsListDetectorsResponse =
|
|
4715
|
+
DiagnosticsCollection;
|
|
3609
4716
|
|
|
3610
4717
|
/** Optional parameters. */
|
|
3611
4718
|
export interface ManagedEnvironmentDiagnosticsGetDetectorOptionalParams
|
|
@@ -3622,18 +4729,25 @@ export interface ManagedEnvironmentsDiagnosticsGetRootOptionalParams
|
|
|
3622
4729
|
export type ManagedEnvironmentsDiagnosticsGetRootResponse = ManagedEnvironment;
|
|
3623
4730
|
|
|
3624
4731
|
/** Optional parameters. */
|
|
3625
|
-
export interface
|
|
4732
|
+
export interface JobsListDetectorsOptionalParams
|
|
3626
4733
|
extends coreClient.OperationOptions {}
|
|
3627
4734
|
|
|
3628
|
-
/** Contains response data for the
|
|
3629
|
-
export type
|
|
4735
|
+
/** Contains response data for the listDetectors operation. */
|
|
4736
|
+
export type JobsListDetectorsResponse = DiagnosticsCollection;
|
|
3630
4737
|
|
|
3631
4738
|
/** Optional parameters. */
|
|
3632
|
-
export interface
|
|
4739
|
+
export interface JobsGetDetectorOptionalParams
|
|
3633
4740
|
extends coreClient.OperationOptions {}
|
|
3634
4741
|
|
|
3635
|
-
/** Contains response data for the
|
|
3636
|
-
export type
|
|
4742
|
+
/** Contains response data for the getDetector operation. */
|
|
4743
|
+
export type JobsGetDetectorResponse = Diagnostics;
|
|
4744
|
+
|
|
4745
|
+
/** Optional parameters. */
|
|
4746
|
+
export interface JobsProxyGetOptionalParams
|
|
4747
|
+
extends coreClient.OperationOptions {}
|
|
4748
|
+
|
|
4749
|
+
/** Contains response data for the proxyGet operation. */
|
|
4750
|
+
export type JobsProxyGetResponse = Job;
|
|
3637
4751
|
|
|
3638
4752
|
/** Optional parameters. */
|
|
3639
4753
|
export interface JobsListBySubscriptionOptionalParams
|
|
@@ -3741,6 +4855,20 @@ export interface JobsListByResourceGroupNextOptionalParams
|
|
|
3741
4855
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3742
4856
|
export type JobsListByResourceGroupNextResponse = JobsCollection;
|
|
3743
4857
|
|
|
4858
|
+
/** Optional parameters. */
|
|
4859
|
+
export interface OperationsListOptionalParams
|
|
4860
|
+
extends coreClient.OperationOptions {}
|
|
4861
|
+
|
|
4862
|
+
/** Contains response data for the list operation. */
|
|
4863
|
+
export type OperationsListResponse = AvailableOperations;
|
|
4864
|
+
|
|
4865
|
+
/** Optional parameters. */
|
|
4866
|
+
export interface OperationsListNextOptionalParams
|
|
4867
|
+
extends coreClient.OperationOptions {}
|
|
4868
|
+
|
|
4869
|
+
/** Contains response data for the listNext operation. */
|
|
4870
|
+
export type OperationsListNextResponse = AvailableOperations;
|
|
4871
|
+
|
|
3744
4872
|
/** Optional parameters. */
|
|
3745
4873
|
export interface JobsExecutionsListOptionalParams
|
|
3746
4874
|
extends coreClient.OperationOptions {
|
|
@@ -3765,19 +4893,31 @@ export interface JobExecutionOptionalParams
|
|
|
3765
4893
|
/** Contains response data for the jobExecution operation. */
|
|
3766
4894
|
export type JobExecutionResponse = JobExecution;
|
|
3767
4895
|
|
|
4896
|
+
/** Optional parameters. */
|
|
4897
|
+
export interface GetCustomDomainVerificationIdOptionalParams
|
|
4898
|
+
extends coreClient.OperationOptions {}
|
|
4899
|
+
|
|
4900
|
+
/** Contains response data for the getCustomDomainVerificationId operation. */
|
|
4901
|
+
export type GetCustomDomainVerificationIdResponse = {
|
|
4902
|
+
/** The parsed response body. */
|
|
4903
|
+
body: string;
|
|
4904
|
+
};
|
|
4905
|
+
|
|
3768
4906
|
/** Optional parameters. */
|
|
3769
4907
|
export interface ManagedEnvironmentsListBySubscriptionOptionalParams
|
|
3770
4908
|
extends coreClient.OperationOptions {}
|
|
3771
4909
|
|
|
3772
4910
|
/** Contains response data for the listBySubscription operation. */
|
|
3773
|
-
export type ManagedEnvironmentsListBySubscriptionResponse =
|
|
4911
|
+
export type ManagedEnvironmentsListBySubscriptionResponse =
|
|
4912
|
+
ManagedEnvironmentsCollection;
|
|
3774
4913
|
|
|
3775
4914
|
/** Optional parameters. */
|
|
3776
4915
|
export interface ManagedEnvironmentsListByResourceGroupOptionalParams
|
|
3777
4916
|
extends coreClient.OperationOptions {}
|
|
3778
4917
|
|
|
3779
4918
|
/** Contains response data for the listByResourceGroup operation. */
|
|
3780
|
-
export type ManagedEnvironmentsListByResourceGroupResponse =
|
|
4919
|
+
export type ManagedEnvironmentsListByResourceGroupResponse =
|
|
4920
|
+
ManagedEnvironmentsCollection;
|
|
3781
4921
|
|
|
3782
4922
|
/** Optional parameters. */
|
|
3783
4923
|
export interface ManagedEnvironmentsGetOptionalParams
|
|
@@ -3831,28 +4971,32 @@ export interface ManagedEnvironmentsListWorkloadProfileStatesOptionalParams
|
|
|
3831
4971
|
extends coreClient.OperationOptions {}
|
|
3832
4972
|
|
|
3833
4973
|
/** Contains response data for the listWorkloadProfileStates operation. */
|
|
3834
|
-
export type ManagedEnvironmentsListWorkloadProfileStatesResponse =
|
|
4974
|
+
export type ManagedEnvironmentsListWorkloadProfileStatesResponse =
|
|
4975
|
+
WorkloadProfileStatesCollection;
|
|
3835
4976
|
|
|
3836
4977
|
/** Optional parameters. */
|
|
3837
4978
|
export interface ManagedEnvironmentsListBySubscriptionNextOptionalParams
|
|
3838
4979
|
extends coreClient.OperationOptions {}
|
|
3839
4980
|
|
|
3840
4981
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3841
|
-
export type ManagedEnvironmentsListBySubscriptionNextResponse =
|
|
4982
|
+
export type ManagedEnvironmentsListBySubscriptionNextResponse =
|
|
4983
|
+
ManagedEnvironmentsCollection;
|
|
3842
4984
|
|
|
3843
4985
|
/** Optional parameters. */
|
|
3844
4986
|
export interface ManagedEnvironmentsListByResourceGroupNextOptionalParams
|
|
3845
4987
|
extends coreClient.OperationOptions {}
|
|
3846
4988
|
|
|
3847
4989
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3848
|
-
export type ManagedEnvironmentsListByResourceGroupNextResponse =
|
|
4990
|
+
export type ManagedEnvironmentsListByResourceGroupNextResponse =
|
|
4991
|
+
ManagedEnvironmentsCollection;
|
|
3849
4992
|
|
|
3850
4993
|
/** Optional parameters. */
|
|
3851
4994
|
export interface ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams
|
|
3852
4995
|
extends coreClient.OperationOptions {}
|
|
3853
4996
|
|
|
3854
4997
|
/** Contains response data for the listWorkloadProfileStatesNext operation. */
|
|
3855
|
-
export type ManagedEnvironmentsListWorkloadProfileStatesNextResponse =
|
|
4998
|
+
export type ManagedEnvironmentsListWorkloadProfileStatesNextResponse =
|
|
4999
|
+
WorkloadProfileStatesCollection;
|
|
3856
5000
|
|
|
3857
5001
|
/** Optional parameters. */
|
|
3858
5002
|
export interface CertificatesListOptionalParams
|
|
@@ -3947,7 +5091,44 @@ export interface NamespacesCheckNameAvailabilityOptionalParams
|
|
|
3947
5091
|
extends coreClient.OperationOptions {}
|
|
3948
5092
|
|
|
3949
5093
|
/** Contains response data for the checkNameAvailability operation. */
|
|
3950
|
-
export type NamespacesCheckNameAvailabilityResponse =
|
|
5094
|
+
export type NamespacesCheckNameAvailabilityResponse =
|
|
5095
|
+
CheckNameAvailabilityResponse;
|
|
5096
|
+
|
|
5097
|
+
/** Optional parameters. */
|
|
5098
|
+
export interface DaprComponentResiliencyPoliciesListOptionalParams
|
|
5099
|
+
extends coreClient.OperationOptions {}
|
|
5100
|
+
|
|
5101
|
+
/** Contains response data for the list operation. */
|
|
5102
|
+
export type DaprComponentResiliencyPoliciesListResponse =
|
|
5103
|
+
DaprComponentResiliencyPoliciesCollection;
|
|
5104
|
+
|
|
5105
|
+
/** Optional parameters. */
|
|
5106
|
+
export interface DaprComponentResiliencyPoliciesGetOptionalParams
|
|
5107
|
+
extends coreClient.OperationOptions {}
|
|
5108
|
+
|
|
5109
|
+
/** Contains response data for the get operation. */
|
|
5110
|
+
export type DaprComponentResiliencyPoliciesGetResponse =
|
|
5111
|
+
DaprComponentResiliencyPolicy;
|
|
5112
|
+
|
|
5113
|
+
/** Optional parameters. */
|
|
5114
|
+
export interface DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams
|
|
5115
|
+
extends coreClient.OperationOptions {}
|
|
5116
|
+
|
|
5117
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5118
|
+
export type DaprComponentResiliencyPoliciesCreateOrUpdateResponse =
|
|
5119
|
+
DaprComponentResiliencyPolicy;
|
|
5120
|
+
|
|
5121
|
+
/** Optional parameters. */
|
|
5122
|
+
export interface DaprComponentResiliencyPoliciesDeleteOptionalParams
|
|
5123
|
+
extends coreClient.OperationOptions {}
|
|
5124
|
+
|
|
5125
|
+
/** Optional parameters. */
|
|
5126
|
+
export interface DaprComponentResiliencyPoliciesListNextOptionalParams
|
|
5127
|
+
extends coreClient.OperationOptions {}
|
|
5128
|
+
|
|
5129
|
+
/** Contains response data for the listNext operation. */
|
|
5130
|
+
export type DaprComponentResiliencyPoliciesListNextResponse =
|
|
5131
|
+
DaprComponentResiliencyPoliciesCollection;
|
|
3951
5132
|
|
|
3952
5133
|
/** Optional parameters. */
|
|
3953
5134
|
export interface DaprComponentsListOptionalParams
|
|
@@ -3988,12 +5169,45 @@ export interface DaprComponentsListNextOptionalParams
|
|
|
3988
5169
|
/** Contains response data for the listNext operation. */
|
|
3989
5170
|
export type DaprComponentsListNextResponse = DaprComponentsCollection;
|
|
3990
5171
|
|
|
5172
|
+
/** Optional parameters. */
|
|
5173
|
+
export interface DaprSubscriptionsListOptionalParams
|
|
5174
|
+
extends coreClient.OperationOptions {}
|
|
5175
|
+
|
|
5176
|
+
/** Contains response data for the list operation. */
|
|
5177
|
+
export type DaprSubscriptionsListResponse = DaprSubscriptionsCollection;
|
|
5178
|
+
|
|
5179
|
+
/** Optional parameters. */
|
|
5180
|
+
export interface DaprSubscriptionsGetOptionalParams
|
|
5181
|
+
extends coreClient.OperationOptions {}
|
|
5182
|
+
|
|
5183
|
+
/** Contains response data for the get operation. */
|
|
5184
|
+
export type DaprSubscriptionsGetResponse = DaprSubscription;
|
|
5185
|
+
|
|
5186
|
+
/** Optional parameters. */
|
|
5187
|
+
export interface DaprSubscriptionsCreateOrUpdateOptionalParams
|
|
5188
|
+
extends coreClient.OperationOptions {}
|
|
5189
|
+
|
|
5190
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5191
|
+
export type DaprSubscriptionsCreateOrUpdateResponse = DaprSubscription;
|
|
5192
|
+
|
|
5193
|
+
/** Optional parameters. */
|
|
5194
|
+
export interface DaprSubscriptionsDeleteOptionalParams
|
|
5195
|
+
extends coreClient.OperationOptions {}
|
|
5196
|
+
|
|
5197
|
+
/** Optional parameters. */
|
|
5198
|
+
export interface DaprSubscriptionsListNextOptionalParams
|
|
5199
|
+
extends coreClient.OperationOptions {}
|
|
5200
|
+
|
|
5201
|
+
/** Contains response data for the listNext operation. */
|
|
5202
|
+
export type DaprSubscriptionsListNextResponse = DaprSubscriptionsCollection;
|
|
5203
|
+
|
|
3991
5204
|
/** Optional parameters. */
|
|
3992
5205
|
export interface ManagedEnvironmentsStoragesListOptionalParams
|
|
3993
5206
|
extends coreClient.OperationOptions {}
|
|
3994
5207
|
|
|
3995
5208
|
/** Contains response data for the list operation. */
|
|
3996
|
-
export type ManagedEnvironmentsStoragesListResponse =
|
|
5209
|
+
export type ManagedEnvironmentsStoragesListResponse =
|
|
5210
|
+
ManagedEnvironmentStoragesCollection;
|
|
3997
5211
|
|
|
3998
5212
|
/** Optional parameters. */
|
|
3999
5213
|
export interface ManagedEnvironmentsStoragesGetOptionalParams
|
|
@@ -4007,7 +5221,8 @@ export interface ManagedEnvironmentsStoragesCreateOrUpdateOptionalParams
|
|
|
4007
5221
|
extends coreClient.OperationOptions {}
|
|
4008
5222
|
|
|
4009
5223
|
/** Contains response data for the createOrUpdate operation. */
|
|
4010
|
-
export type ManagedEnvironmentsStoragesCreateOrUpdateResponse =
|
|
5224
|
+
export type ManagedEnvironmentsStoragesCreateOrUpdateResponse =
|
|
5225
|
+
ManagedEnvironmentStorage;
|
|
4011
5226
|
|
|
4012
5227
|
/** Optional parameters. */
|
|
4013
5228
|
export interface ManagedEnvironmentsStoragesDeleteOptionalParams
|
|
@@ -4018,7 +5233,8 @@ export interface ContainerAppsSourceControlsListByContainerAppOptionalParams
|
|
|
4018
5233
|
extends coreClient.OperationOptions {}
|
|
4019
5234
|
|
|
4020
5235
|
/** Contains response data for the listByContainerApp operation. */
|
|
4021
|
-
export type ContainerAppsSourceControlsListByContainerAppResponse =
|
|
5236
|
+
export type ContainerAppsSourceControlsListByContainerAppResponse =
|
|
5237
|
+
SourceControlCollection;
|
|
4022
5238
|
|
|
4023
5239
|
/** Optional parameters. */
|
|
4024
5240
|
export interface ContainerAppsSourceControlsGetOptionalParams
|
|
@@ -4053,7 +5269,149 @@ export interface ContainerAppsSourceControlsListByContainerAppNextOptionalParams
|
|
|
4053
5269
|
extends coreClient.OperationOptions {}
|
|
4054
5270
|
|
|
4055
5271
|
/** Contains response data for the listByContainerAppNext operation. */
|
|
4056
|
-
export type ContainerAppsSourceControlsListByContainerAppNextResponse =
|
|
5272
|
+
export type ContainerAppsSourceControlsListByContainerAppNextResponse =
|
|
5273
|
+
SourceControlCollection;
|
|
5274
|
+
|
|
5275
|
+
/** Optional parameters. */
|
|
5276
|
+
export interface UsagesListOptionalParams extends coreClient.OperationOptions {}
|
|
5277
|
+
|
|
5278
|
+
/** Contains response data for the list operation. */
|
|
5279
|
+
export type UsagesListResponse = ListUsagesResult;
|
|
5280
|
+
|
|
5281
|
+
/** Optional parameters. */
|
|
5282
|
+
export interface UsagesListNextOptionalParams
|
|
5283
|
+
extends coreClient.OperationOptions {}
|
|
5284
|
+
|
|
5285
|
+
/** Contains response data for the listNext operation. */
|
|
5286
|
+
export type UsagesListNextResponse = ListUsagesResult;
|
|
5287
|
+
|
|
5288
|
+
/** Optional parameters. */
|
|
5289
|
+
export interface ManagedEnvironmentUsagesListOptionalParams
|
|
5290
|
+
extends coreClient.OperationOptions {}
|
|
5291
|
+
|
|
5292
|
+
/** Contains response data for the list operation. */
|
|
5293
|
+
export type ManagedEnvironmentUsagesListResponse = ListUsagesResult;
|
|
5294
|
+
|
|
5295
|
+
/** Optional parameters. */
|
|
5296
|
+
export interface ManagedEnvironmentUsagesListNextOptionalParams
|
|
5297
|
+
extends coreClient.OperationOptions {}
|
|
5298
|
+
|
|
5299
|
+
/** Contains response data for the listNext operation. */
|
|
5300
|
+
export type ManagedEnvironmentUsagesListNextResponse = ListUsagesResult;
|
|
5301
|
+
|
|
5302
|
+
/** Optional parameters. */
|
|
5303
|
+
export interface JavaComponentsListOptionalParams
|
|
5304
|
+
extends coreClient.OperationOptions {}
|
|
5305
|
+
|
|
5306
|
+
/** Contains response data for the list operation. */
|
|
5307
|
+
export type JavaComponentsListResponse = JavaComponentsCollection;
|
|
5308
|
+
|
|
5309
|
+
/** Optional parameters. */
|
|
5310
|
+
export interface JavaComponentsGetOptionalParams
|
|
5311
|
+
extends coreClient.OperationOptions {}
|
|
5312
|
+
|
|
5313
|
+
/** Contains response data for the get operation. */
|
|
5314
|
+
export type JavaComponentsGetResponse = JavaComponent;
|
|
5315
|
+
|
|
5316
|
+
/** Optional parameters. */
|
|
5317
|
+
export interface JavaComponentsCreateOrUpdateOptionalParams
|
|
5318
|
+
extends coreClient.OperationOptions {
|
|
5319
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5320
|
+
updateIntervalInMs?: number;
|
|
5321
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5322
|
+
resumeFrom?: string;
|
|
5323
|
+
}
|
|
5324
|
+
|
|
5325
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5326
|
+
export type JavaComponentsCreateOrUpdateResponse = JavaComponent;
|
|
5327
|
+
|
|
5328
|
+
/** Optional parameters. */
|
|
5329
|
+
export interface JavaComponentsUpdateOptionalParams
|
|
5330
|
+
extends coreClient.OperationOptions {
|
|
5331
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5332
|
+
updateIntervalInMs?: number;
|
|
5333
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5334
|
+
resumeFrom?: string;
|
|
5335
|
+
}
|
|
5336
|
+
|
|
5337
|
+
/** Contains response data for the update operation. */
|
|
5338
|
+
export type JavaComponentsUpdateResponse = JavaComponent;
|
|
5339
|
+
|
|
5340
|
+
/** Optional parameters. */
|
|
5341
|
+
export interface JavaComponentsDeleteOptionalParams
|
|
5342
|
+
extends coreClient.OperationOptions {
|
|
5343
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5344
|
+
updateIntervalInMs?: number;
|
|
5345
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5346
|
+
resumeFrom?: string;
|
|
5347
|
+
}
|
|
5348
|
+
|
|
5349
|
+
/** Contains response data for the delete operation. */
|
|
5350
|
+
export type JavaComponentsDeleteResponse = JavaComponentsDeleteHeaders;
|
|
5351
|
+
|
|
5352
|
+
/** Optional parameters. */
|
|
5353
|
+
export interface JavaComponentsListNextOptionalParams
|
|
5354
|
+
extends coreClient.OperationOptions {}
|
|
5355
|
+
|
|
5356
|
+
/** Contains response data for the listNext operation. */
|
|
5357
|
+
export type JavaComponentsListNextResponse = JavaComponentsCollection;
|
|
5358
|
+
|
|
5359
|
+
/** Optional parameters. */
|
|
5360
|
+
export interface DotNetComponentsListOptionalParams
|
|
5361
|
+
extends coreClient.OperationOptions {}
|
|
5362
|
+
|
|
5363
|
+
/** Contains response data for the list operation. */
|
|
5364
|
+
export type DotNetComponentsListResponse = DotNetComponentsCollection;
|
|
5365
|
+
|
|
5366
|
+
/** Optional parameters. */
|
|
5367
|
+
export interface DotNetComponentsGetOptionalParams
|
|
5368
|
+
extends coreClient.OperationOptions {}
|
|
5369
|
+
|
|
5370
|
+
/** Contains response data for the get operation. */
|
|
5371
|
+
export type DotNetComponentsGetResponse = DotNetComponent;
|
|
5372
|
+
|
|
5373
|
+
/** Optional parameters. */
|
|
5374
|
+
export interface DotNetComponentsCreateOrUpdateOptionalParams
|
|
5375
|
+
extends coreClient.OperationOptions {
|
|
5376
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5377
|
+
updateIntervalInMs?: number;
|
|
5378
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5379
|
+
resumeFrom?: string;
|
|
5380
|
+
}
|
|
5381
|
+
|
|
5382
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5383
|
+
export type DotNetComponentsCreateOrUpdateResponse = DotNetComponent;
|
|
5384
|
+
|
|
5385
|
+
/** Optional parameters. */
|
|
5386
|
+
export interface DotNetComponentsUpdateOptionalParams
|
|
5387
|
+
extends coreClient.OperationOptions {
|
|
5388
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5389
|
+
updateIntervalInMs?: number;
|
|
5390
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5391
|
+
resumeFrom?: string;
|
|
5392
|
+
}
|
|
5393
|
+
|
|
5394
|
+
/** Contains response data for the update operation. */
|
|
5395
|
+
export type DotNetComponentsUpdateResponse = DotNetComponent;
|
|
5396
|
+
|
|
5397
|
+
/** Optional parameters. */
|
|
5398
|
+
export interface DotNetComponentsDeleteOptionalParams
|
|
5399
|
+
extends coreClient.OperationOptions {
|
|
5400
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5401
|
+
updateIntervalInMs?: number;
|
|
5402
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5403
|
+
resumeFrom?: string;
|
|
5404
|
+
}
|
|
5405
|
+
|
|
5406
|
+
/** Contains response data for the delete operation. */
|
|
5407
|
+
export type DotNetComponentsDeleteResponse = DotNetComponentsDeleteHeaders;
|
|
5408
|
+
|
|
5409
|
+
/** Optional parameters. */
|
|
5410
|
+
export interface DotNetComponentsListNextOptionalParams
|
|
5411
|
+
extends coreClient.OperationOptions {}
|
|
5412
|
+
|
|
5413
|
+
/** Contains response data for the listNext operation. */
|
|
5414
|
+
export type DotNetComponentsListNextResponse = DotNetComponentsCollection;
|
|
4057
5415
|
|
|
4058
5416
|
/** Optional parameters. */
|
|
4059
5417
|
export interface ContainerAppsAPIClientOptionalParams
|