@azure/arm-appcontainers 2.1.0 → 2.2.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 +415 -0
- package/README.md +2 -2
- package/dist/index.js +16710 -7104
- 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 +35 -1
- 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 +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js +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 +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js +8 -1
- 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 +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 +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/containerAppsBuildsByContainerAppListSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js +55 -0
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.js +40 -0
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js +441 -17
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsDeleteSample.js +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist-esm/samples-dev/containerAppsGetSample.js +2 -2
- 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 +2 -2
- package/dist-esm/samples-dev/containerAppsListSecretsSample.js +2 -2
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.js +40 -0
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.js +40 -0
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js +55 -0
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js +41 -0
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js.map +1 -0
- 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/containerAppsSessionPoolsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js +66 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js +39 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js +39 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js +54 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js +53 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js +62 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js +11 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js.map +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 +2 -2
- package/dist-esm/samples-dev/containerAppsStopSample.js +2 -2
- package/dist-esm/samples-dev/containerAppsUpdateSample.js +25 -7
- 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 +16 -2
- 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/functionsExtensionInvokeFunctionsHostSample.d.ts +2 -0
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js +41 -0
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js.map +1 -0
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js +1 -1
- 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 +92 -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 +92 -0
- package/dist-esm/samples-dev/javaComponentsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/jobExecutionSample.js +2 -2
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +106 -12
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/jobsExecutionsListSample.js +2 -2
- package/dist-esm/samples-dev/jobsGetDetectorSample.js +1 -1
- package/dist-esm/samples-dev/jobsGetSample.js +2 -2
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/jobsListDetectorsSample.js +1 -1
- package/dist-esm/samples-dev/jobsListSecretsSample.js +2 -2
- package/dist-esm/samples-dev/jobsProxyGetSample.js +2 -2
- package/dist-esm/samples-dev/jobsResumeSample.d.ts +2 -0
- package/dist-esm/samples-dev/jobsResumeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/jobsResumeSample.js +39 -0
- package/dist-esm/samples-dev/jobsResumeSample.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 +2 -2
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js +2 -2
- package/dist-esm/samples-dev/jobsSuspendSample.d.ts +2 -0
- package/dist-esm/samples-dev/jobsSuspendSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/jobsSuspendSample.js +39 -0
- package/dist-esm/samples-dev/jobsSuspendSample.js.map +1 -0
- package/dist-esm/samples-dev/jobsUpdateSample.js +6 -6
- package/dist-esm/samples-dev/jobsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js +41 -0
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/logicAppsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js +111 -0
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsGetSample.js +40 -0
- package/dist-esm/samples-dev/logicAppsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js +41 -0
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsInvokeSample.js +40 -0
- package/dist-esm/samples-dev/logicAppsInvokeSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js +40 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js +56 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js.map +1 -0
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js +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 +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/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js +46 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js +40 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js +55 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js +55 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js +37 -3
- 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 +30 -1
- 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 +1 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +2 -2
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/usagesListSample.js +1 -1
- package/dist-esm/src/containerAppsAPIClient.d.ts +19 -2
- package/dist-esm/src/containerAppsAPIClient.d.ts.map +1 -1
- package/dist-esm/src/containerAppsAPIClient.js +25 -4
- package/dist-esm/src/containerAppsAPIClient.js.map +1 -1
- package/dist-esm/src/index.d.ts +0 -1
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.d.ts +2600 -207
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +338 -12
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +144 -8
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +5182 -1508
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +37 -4
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +312 -26
- 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/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 +2 -2
- package/dist-esm/src/operations/certificates.js.map +1 -1
- package/dist-esm/src/operations/connectedEnvironments.js +2 -2
- package/dist-esm/src/operations/connectedEnvironments.js.map +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js +2 -2
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist-esm/src/operations/containerApps.js +2 -2
- package/dist-esm/src/operations/containerApps.js.map +1 -1
- package/dist-esm/src/operations/containerAppsAuthConfigs.js +2 -2
- package/dist-esm/src/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist-esm/src/operations/containerAppsBuilds.d.ts +38 -0
- package/dist-esm/src/operations/containerAppsBuilds.d.ts.map +1 -0
- package/dist-esm/src/operations/containerAppsBuilds.js +147 -0
- package/dist-esm/src/operations/containerAppsBuilds.js.map +1 -0
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js +150 -0
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist-esm/src/operations/containerAppsDiagnostics.js +2 -2
- package/dist-esm/src/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist-esm/src/operations/containerAppsPatches.d.ts +97 -0
- package/dist-esm/src/operations/containerAppsPatches.d.ts.map +1 -0
- package/dist-esm/src/operations/containerAppsPatches.js +461 -0
- package/dist-esm/src/operations/containerAppsPatches.js.map +1 -0
- package/dist-esm/src/operations/containerAppsRevisions.js +1 -1
- package/dist-esm/src/operations/containerAppsRevisions.js.map +1 -1
- package/dist-esm/src/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist-esm/src/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist-esm/src/operations/containerAppsSessionPools.js +564 -0
- package/dist-esm/src/operations/containerAppsSessionPools.js.map +1 -0
- package/dist-esm/src/operations/containerAppsSourceControls.js +12 -4
- 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 +1 -1
- 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/functionsExtension.d.ts +22 -0
- package/dist-esm/src/operations/functionsExtension.d.ts.map +1 -0
- package/dist-esm/src/operations/functionsExtension.js +63 -0
- package/dist-esm/src/operations/functionsExtension.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +17 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +17 -0
- 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 +29 -1
- package/dist-esm/src/operations/jobs.d.ts.map +1 -1
- package/dist-esm/src/operations/jobs.js +175 -3
- package/dist-esm/src/operations/jobs.js.map +1 -1
- package/dist-esm/src/operations/logicApps.d.ts +101 -0
- package/dist-esm/src/operations/logicApps.d.ts.map +1 -0
- package/dist-esm/src/operations/logicApps.js +407 -0
- package/dist-esm/src/operations/logicApps.js.map +1 -0
- package/dist-esm/src/operations/managedCertificates.js +2 -2
- package/dist-esm/src/operations/managedCertificates.js.map +1 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js +385 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js +150 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/managedEnvironmentUsages.js +2 -2
- package/dist-esm/src/operations/managedEnvironments.js +2 -2
- package/dist-esm/src/operations/managedEnvironments.js.map +1 -1
- package/dist-esm/src/operations/managedEnvironmentsStorages.js +1 -1
- package/dist-esm/src/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist-esm/src/operations/namespaces.js +1 -1
- package/dist-esm/src/operations/namespaces.js.map +1 -1
- 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/containerAppsBuilds.d.ts +30 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.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/functionsExtension.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/functionsExtension.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/functionsExtension.js +9 -0
- package/dist-esm/src/operationsInterfaces/functionsExtension.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- 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 +29 -1
- package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/logicApps.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/logicApps.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/logicApps.js +9 -0
- package/dist-esm/src/operationsInterfaces/logicApps.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist-esm/test/appcontainers_examples.spec.js +2 -2
- package/dist-esm/test/appcontainers_examples.spec.js.map +1 -1
- package/package.json +7 -10
- package/review/arm-appcontainers.api.md +2118 -119
- package/src/containerAppsAPIClient.ts +75 -3
- package/src/lroImpl.ts +1 -1
- package/src/models/index.ts +3051 -268
- package/src/models/mappers.ts +6302 -2372
- package/src/models/parameters.ts +358 -25
- package/src/operations/appResiliencyOperations.ts +374 -0
- 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 +2 -2
- package/src/operations/connectedEnvironments.ts +2 -2
- package/src/operations/connectedEnvironmentsCertificates.ts +2 -2
- package/src/operations/connectedEnvironmentsDaprComponents.ts +1 -1
- package/src/operations/connectedEnvironmentsStorages.ts +1 -1
- package/src/operations/containerApps.ts +2 -2
- package/src/operations/containerAppsAuthConfigs.ts +2 -2
- package/src/operations/containerAppsBuilds.ts +208 -0
- package/src/operations/containerAppsBuildsByContainerApp.ts +199 -0
- package/src/operations/containerAppsDiagnostics.ts +2 -2
- package/src/operations/containerAppsPatches.ts +648 -0
- package/src/operations/containerAppsRevisions.ts +1 -1
- package/src/operations/containerAppsSessionPools.ts +740 -0
- package/src/operations/containerAppsSourceControls.ts +12 -4
- package/src/operations/daprComponentResiliencyPolicies.ts +369 -0
- package/src/operations/daprComponents.ts +1 -1
- package/src/operations/daprSubscriptions.ts +337 -0
- package/src/operations/dotNetComponents.ts +655 -0
- package/src/operations/functionsExtension.ts +83 -0
- package/src/operations/index.ts +17 -0
- package/src/operations/javaComponents.ts +655 -0
- package/src/operations/jobs.ts +233 -3
- package/src/operations/logicApps.ts +549 -0
- package/src/operations/managedCertificates.ts +2 -2
- package/src/operations/managedEnvironmentPrivateEndpointConnections.ts +534 -0
- package/src/operations/managedEnvironmentPrivateLinkResources.ts +199 -0
- package/src/operations/managedEnvironmentUsages.ts +2 -2
- package/src/operations/managedEnvironments.ts +2 -2
- package/src/operations/managedEnvironmentsStorages.ts +1 -1
- package/src/operations/namespaces.ts +1 -1
- package/src/operationsInterfaces/appResiliencyOperations.ts +92 -0
- 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/containerAppsBuilds.ts +63 -0
- package/src/operationsInterfaces/containerAppsBuildsByContainerApp.ts +29 -0
- package/src/operationsInterfaces/containerAppsPatches.ts +149 -0
- package/src/operationsInterfaces/containerAppsSessionPools.ts +145 -0
- package/src/operationsInterfaces/daprComponentResiliencyPolicies.ts +84 -0
- package/src/operationsInterfaces/daprSubscriptions.ts +75 -0
- package/src/operationsInterfaces/dotNetComponents.ts +152 -0
- package/src/operationsInterfaces/functionsExtension.ts +31 -0
- package/src/operationsInterfaces/index.ts +17 -0
- package/src/operationsInterfaces/javaComponents.ts +152 -0
- package/src/operationsInterfaces/jobs.ts +52 -0
- package/src/operationsInterfaces/logicApps.ts +144 -0
- package/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.ts +120 -0
- package/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.ts +29 -0
- package/types/arm-appcontainers.d.ts +3769 -261
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,4 +1,165 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export type JavaComponentPropertiesUnion = JavaComponentProperties | SpringCloudGatewayComponent | SpringBootAdminComponent | NacosComponent | SpringCloudEurekaComponent | SpringCloudConfigComponent;
|
|
3
|
+
/** Policy to set request timeouts */
|
|
4
|
+
export interface TimeoutPolicy {
|
|
5
|
+
/** Timeout, in seconds, for a request to respond */
|
|
6
|
+
responseTimeoutInSeconds?: number;
|
|
7
|
+
/** Timeout, in seconds, for a request to initiate a connection */
|
|
8
|
+
connectionTimeoutInSeconds?: number;
|
|
9
|
+
}
|
|
10
|
+
/** Policy that defines http request retry conditions */
|
|
11
|
+
export interface HttpRetryPolicy {
|
|
12
|
+
/** Maximum number of times a request will retry */
|
|
13
|
+
maxRetries?: number;
|
|
14
|
+
/** Headers that must be present for a request to be retried */
|
|
15
|
+
headers?: HeaderMatch[];
|
|
16
|
+
/** Additional http status codes that can trigger a retry */
|
|
17
|
+
httpStatusCodes?: number[];
|
|
18
|
+
/** Errors that can trigger a retry */
|
|
19
|
+
errors?: string[];
|
|
20
|
+
/** Initial delay, in milliseconds, before retrying a request */
|
|
21
|
+
initialDelayInMilliseconds?: number;
|
|
22
|
+
/** Maximum interval, in milliseconds, between retries */
|
|
23
|
+
maxIntervalInMilliseconds?: number;
|
|
24
|
+
}
|
|
25
|
+
/** Conditions required to match a header */
|
|
26
|
+
export interface HeaderMatch {
|
|
27
|
+
/** Name of the header */
|
|
28
|
+
header?: string;
|
|
29
|
+
/** Exact value of the header */
|
|
30
|
+
exactMatch?: string;
|
|
31
|
+
/** Prefix value of the header */
|
|
32
|
+
prefixMatch?: string;
|
|
33
|
+
/** Suffix value of the header */
|
|
34
|
+
suffixMatch?: string;
|
|
35
|
+
/** Regex value of the header */
|
|
36
|
+
regexMatch?: string;
|
|
37
|
+
}
|
|
38
|
+
/** Policy that defines tcp request retry conditions */
|
|
39
|
+
export interface TcpRetryPolicy {
|
|
40
|
+
/** Maximum number of attempts to connect to the tcp service */
|
|
41
|
+
maxConnectAttempts?: number;
|
|
42
|
+
}
|
|
43
|
+
/** Policy that defines circuit breaker conditions */
|
|
44
|
+
export interface CircuitBreakerPolicy {
|
|
45
|
+
/** Number of consecutive errors before the circuit breaker opens */
|
|
46
|
+
consecutiveErrors?: number;
|
|
47
|
+
/** The time interval, in seconds, between endpoint checks. This can result in opening the circuit breaker if the check fails as well as closing the circuit breaker if the check succeeds. Defaults to 10s. */
|
|
48
|
+
intervalInSeconds?: number;
|
|
49
|
+
/** Maximum percentage of hosts that will be ejected after failure threshold has been met */
|
|
50
|
+
maxEjectionPercent?: number;
|
|
51
|
+
}
|
|
52
|
+
/** Defines parameters for http connection pooling */
|
|
53
|
+
export interface HttpConnectionPool {
|
|
54
|
+
/** Maximum number of pending http1 requests allowed */
|
|
55
|
+
http1MaxPendingRequests?: number;
|
|
56
|
+
/** Maximum number of http2 requests allowed */
|
|
57
|
+
http2MaxRequests?: number;
|
|
58
|
+
}
|
|
59
|
+
/** Defines parameters for tcp connection pooling */
|
|
60
|
+
export interface TcpConnectionPool {
|
|
61
|
+
/** Maximum number of tcp connections allowed */
|
|
62
|
+
maxConnections?: number;
|
|
63
|
+
}
|
|
64
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
65
|
+
export interface Resource {
|
|
66
|
+
/**
|
|
67
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
68
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
69
|
+
*/
|
|
70
|
+
readonly id?: string;
|
|
71
|
+
/**
|
|
72
|
+
* The name of the resource
|
|
73
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
74
|
+
*/
|
|
75
|
+
readonly name?: string;
|
|
76
|
+
/**
|
|
77
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
78
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
79
|
+
*/
|
|
80
|
+
readonly type?: string;
|
|
81
|
+
/**
|
|
82
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
83
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
84
|
+
*/
|
|
85
|
+
readonly systemData?: SystemData;
|
|
86
|
+
}
|
|
87
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
88
|
+
export interface SystemData {
|
|
89
|
+
/** The identity that created the resource. */
|
|
90
|
+
createdBy?: string;
|
|
91
|
+
/** The type of identity that created the resource. */
|
|
92
|
+
createdByType?: CreatedByType;
|
|
93
|
+
/** The timestamp of resource creation (UTC). */
|
|
94
|
+
createdAt?: Date;
|
|
95
|
+
/** The identity that last modified the resource. */
|
|
96
|
+
lastModifiedBy?: string;
|
|
97
|
+
/** The type of identity that last modified the resource. */
|
|
98
|
+
lastModifiedByType?: CreatedByType;
|
|
99
|
+
/** The timestamp of resource last modification (UTC) */
|
|
100
|
+
lastModifiedAt?: Date;
|
|
101
|
+
}
|
|
102
|
+
/** App Service error response. */
|
|
103
|
+
export interface DefaultErrorResponse {
|
|
104
|
+
/**
|
|
105
|
+
* Error model.
|
|
106
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
107
|
+
*/
|
|
108
|
+
readonly error?: DefaultErrorResponseError;
|
|
109
|
+
}
|
|
110
|
+
/** Error model. */
|
|
111
|
+
export interface DefaultErrorResponseError {
|
|
112
|
+
/**
|
|
113
|
+
* Standardized string to programmatically identify the error.
|
|
114
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
115
|
+
*/
|
|
116
|
+
readonly code?: string;
|
|
117
|
+
/**
|
|
118
|
+
* Detailed error description and debugging information.
|
|
119
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
120
|
+
*/
|
|
121
|
+
readonly message?: string;
|
|
122
|
+
/**
|
|
123
|
+
* Detailed error description and debugging information.
|
|
124
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
125
|
+
*/
|
|
126
|
+
readonly target?: string;
|
|
127
|
+
/** Details or the error */
|
|
128
|
+
details?: DefaultErrorResponseErrorDetailsItem[];
|
|
129
|
+
/**
|
|
130
|
+
* More information to debug error.
|
|
131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
+
*/
|
|
133
|
+
readonly innererror?: string;
|
|
134
|
+
}
|
|
135
|
+
/** Detailed errors. */
|
|
136
|
+
export interface DefaultErrorResponseErrorDetailsItem {
|
|
137
|
+
/**
|
|
138
|
+
* Standardized string to programmatically identify the error.
|
|
139
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
140
|
+
*/
|
|
141
|
+
readonly code?: string;
|
|
142
|
+
/**
|
|
143
|
+
* Detailed error description and debugging information.
|
|
144
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
145
|
+
*/
|
|
146
|
+
readonly message?: string;
|
|
147
|
+
/**
|
|
148
|
+
* Detailed error description and debugging information.
|
|
149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
+
*/
|
|
151
|
+
readonly target?: string;
|
|
152
|
+
}
|
|
153
|
+
/** Collection of AppResiliency policies */
|
|
154
|
+
export interface AppResiliencyCollection {
|
|
155
|
+
/** Collection of resources. */
|
|
156
|
+
value: AppResiliency[];
|
|
157
|
+
/**
|
|
158
|
+
* Link to next page of resources.
|
|
159
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
|
+
*/
|
|
161
|
+
readonly nextLink?: string;
|
|
162
|
+
}
|
|
2
163
|
/** AuthConfig collection ARM resource. */
|
|
3
164
|
export interface AuthConfigCollection {
|
|
4
165
|
/** Collection of resources. */
|
|
@@ -384,95 +545,6 @@ export interface EncryptionSettings {
|
|
|
384
545
|
/** The secret name which is referenced for SigningKey. */
|
|
385
546
|
containerAppAuthSigningSecretName?: string;
|
|
386
547
|
}
|
|
387
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
388
|
-
export interface Resource {
|
|
389
|
-
/**
|
|
390
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
391
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
392
|
-
*/
|
|
393
|
-
readonly id?: string;
|
|
394
|
-
/**
|
|
395
|
-
* The name of the resource
|
|
396
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
397
|
-
*/
|
|
398
|
-
readonly name?: string;
|
|
399
|
-
/**
|
|
400
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
401
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
402
|
-
*/
|
|
403
|
-
readonly type?: string;
|
|
404
|
-
/**
|
|
405
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
406
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
407
|
-
*/
|
|
408
|
-
readonly systemData?: SystemData;
|
|
409
|
-
}
|
|
410
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
411
|
-
export interface SystemData {
|
|
412
|
-
/** The identity that created the resource. */
|
|
413
|
-
createdBy?: string;
|
|
414
|
-
/** The type of identity that created the resource. */
|
|
415
|
-
createdByType?: CreatedByType;
|
|
416
|
-
/** The timestamp of resource creation (UTC). */
|
|
417
|
-
createdAt?: Date;
|
|
418
|
-
/** The identity that last modified the resource. */
|
|
419
|
-
lastModifiedBy?: string;
|
|
420
|
-
/** The type of identity that last modified the resource. */
|
|
421
|
-
lastModifiedByType?: CreatedByType;
|
|
422
|
-
/** The timestamp of resource last modification (UTC) */
|
|
423
|
-
lastModifiedAt?: Date;
|
|
424
|
-
}
|
|
425
|
-
/** App Service error response. */
|
|
426
|
-
export interface DefaultErrorResponse {
|
|
427
|
-
/**
|
|
428
|
-
* Error model.
|
|
429
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
430
|
-
*/
|
|
431
|
-
readonly error?: DefaultErrorResponseError;
|
|
432
|
-
}
|
|
433
|
-
/** Error model. */
|
|
434
|
-
export interface DefaultErrorResponseError {
|
|
435
|
-
/**
|
|
436
|
-
* Standardized string to programmatically identify the error.
|
|
437
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
438
|
-
*/
|
|
439
|
-
readonly code?: string;
|
|
440
|
-
/**
|
|
441
|
-
* Detailed error description and debugging information.
|
|
442
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
443
|
-
*/
|
|
444
|
-
readonly message?: string;
|
|
445
|
-
/**
|
|
446
|
-
* Detailed error description and debugging information.
|
|
447
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
448
|
-
*/
|
|
449
|
-
readonly target?: string;
|
|
450
|
-
/** Details or the error */
|
|
451
|
-
details?: DefaultErrorResponseErrorDetailsItem[];
|
|
452
|
-
/**
|
|
453
|
-
* More information to debug error.
|
|
454
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
455
|
-
*/
|
|
456
|
-
readonly innererror?: string;
|
|
457
|
-
}
|
|
458
|
-
/** Detailed errors. */
|
|
459
|
-
export interface DefaultErrorResponseErrorDetailsItem {
|
|
460
|
-
/**
|
|
461
|
-
* Standardized string to programmatically identify the error.
|
|
462
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
463
|
-
*/
|
|
464
|
-
readonly code?: string;
|
|
465
|
-
/**
|
|
466
|
-
* Detailed error description and debugging information.
|
|
467
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
468
|
-
*/
|
|
469
|
-
readonly message?: string;
|
|
470
|
-
/**
|
|
471
|
-
* Detailed error description and debugging information.
|
|
472
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
473
|
-
*/
|
|
474
|
-
readonly target?: string;
|
|
475
|
-
}
|
|
476
548
|
/** Collection of available workload profiles in the location. */
|
|
477
549
|
export interface AvailableWorkloadProfilesCollection {
|
|
478
550
|
/** Collection of workload profiles. */
|
|
@@ -549,6 +621,33 @@ export interface BillingMeterCollection {
|
|
|
549
621
|
/** Collection of billing meters. */
|
|
550
622
|
value: BillingMeter[];
|
|
551
623
|
}
|
|
624
|
+
/** Billing meter. */
|
|
625
|
+
export interface BillingMeter {
|
|
626
|
+
/**
|
|
627
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
628
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
629
|
+
*/
|
|
630
|
+
readonly id?: string;
|
|
631
|
+
/**
|
|
632
|
+
* The name of the resource
|
|
633
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
634
|
+
*/
|
|
635
|
+
readonly name?: string;
|
|
636
|
+
/**
|
|
637
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
638
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
639
|
+
*/
|
|
640
|
+
readonly type?: string;
|
|
641
|
+
/**
|
|
642
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
643
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
644
|
+
*/
|
|
645
|
+
readonly systemData?: SystemData;
|
|
646
|
+
/** Region for the billing meter. */
|
|
647
|
+
location?: string;
|
|
648
|
+
/** Revision resource specific properties */
|
|
649
|
+
properties?: BillingMeterProperties;
|
|
650
|
+
}
|
|
552
651
|
/** Revision resource specific properties */
|
|
553
652
|
export interface BillingMeterProperties {
|
|
554
653
|
/** Used to categorize billing meters. */
|
|
@@ -558,43 +657,167 @@ export interface BillingMeterProperties {
|
|
|
558
657
|
/** The everyday name of the billing meter. */
|
|
559
658
|
displayName?: string;
|
|
560
659
|
}
|
|
561
|
-
/**
|
|
562
|
-
export interface
|
|
563
|
-
/**
|
|
564
|
-
value
|
|
565
|
-
/**
|
|
566
|
-
|
|
567
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
568
|
-
*/
|
|
569
|
-
readonly nextLink?: string;
|
|
660
|
+
/** The response of a BuilderResource list operation. */
|
|
661
|
+
export interface BuilderCollection {
|
|
662
|
+
/** The BuilderResource items on this page */
|
|
663
|
+
value: BuilderResource[];
|
|
664
|
+
/** The link to the next page of items */
|
|
665
|
+
nextLink?: string;
|
|
570
666
|
}
|
|
571
|
-
/**
|
|
572
|
-
export interface
|
|
573
|
-
/**
|
|
574
|
-
|
|
575
|
-
/**
|
|
576
|
-
|
|
667
|
+
/** Model representing a mapping from a container registry to the identity used to connect to it. */
|
|
668
|
+
export interface ContainerRegistry {
|
|
669
|
+
/** Login server of the container registry. */
|
|
670
|
+
containerRegistryServer: string;
|
|
671
|
+
/** Resource ID of the managed identity. */
|
|
672
|
+
identityResourceId: string;
|
|
577
673
|
}
|
|
578
|
-
/**
|
|
579
|
-
export interface
|
|
674
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
675
|
+
export interface ManagedServiceIdentity {
|
|
580
676
|
/**
|
|
581
|
-
*
|
|
677
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
582
678
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
583
679
|
*/
|
|
584
|
-
readonly
|
|
585
|
-
/** Dns suffix for the environment domain */
|
|
586
|
-
dnsSuffix?: string;
|
|
587
|
-
/** PFX or PEM blob */
|
|
588
|
-
certificateValue?: Uint8Array;
|
|
589
|
-
/** Certificate password */
|
|
590
|
-
certificatePassword?: string;
|
|
680
|
+
readonly principalId?: string;
|
|
591
681
|
/**
|
|
592
|
-
*
|
|
682
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
593
683
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
594
684
|
*/
|
|
595
|
-
readonly
|
|
685
|
+
readonly tenantId?: string;
|
|
686
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
687
|
+
type: ManagedServiceIdentityType;
|
|
688
|
+
/** 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. */
|
|
689
|
+
userAssignedIdentities?: {
|
|
690
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
691
|
+
};
|
|
692
|
+
}
|
|
693
|
+
/** User assigned identity properties */
|
|
694
|
+
export interface UserAssignedIdentity {
|
|
596
695
|
/**
|
|
597
|
-
*
|
|
696
|
+
* The principal ID of the assigned identity.
|
|
697
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
698
|
+
*/
|
|
699
|
+
readonly principalId?: string;
|
|
700
|
+
/**
|
|
701
|
+
* The client ID of the assigned identity.
|
|
702
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
703
|
+
*/
|
|
704
|
+
readonly clientId?: string;
|
|
705
|
+
}
|
|
706
|
+
/** The type used for update operations of the BuilderResource. */
|
|
707
|
+
export interface BuilderResourceUpdate {
|
|
708
|
+
/** The managed service identities assigned to this resource. */
|
|
709
|
+
identity?: ManagedServiceIdentity;
|
|
710
|
+
/** Resource tags. */
|
|
711
|
+
tags?: {
|
|
712
|
+
[propertyName: string]: string;
|
|
713
|
+
};
|
|
714
|
+
/** Resource ID of the container apps environment that the builder is associated with. */
|
|
715
|
+
environmentId?: string;
|
|
716
|
+
}
|
|
717
|
+
/** The response of a BuildResource list operation. */
|
|
718
|
+
export interface BuildCollection {
|
|
719
|
+
/** The BuildResource items on this page */
|
|
720
|
+
value: BuildResource[];
|
|
721
|
+
/** The link to the next page of items */
|
|
722
|
+
nextLink?: string;
|
|
723
|
+
}
|
|
724
|
+
/** Container registry that the final image will be uploaded to. */
|
|
725
|
+
export interface ContainerRegistryWithCustomImage {
|
|
726
|
+
/** 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. */
|
|
727
|
+
server: string;
|
|
728
|
+
/** Full name that the final image should be uploaded as, including both image name and tag. */
|
|
729
|
+
image?: string;
|
|
730
|
+
}
|
|
731
|
+
/** Configuration of the build. */
|
|
732
|
+
export interface BuildConfiguration {
|
|
733
|
+
/** Base OS used to build and run the app. */
|
|
734
|
+
baseOs?: string;
|
|
735
|
+
/** Platform to be used to build and run the app. */
|
|
736
|
+
platform?: string;
|
|
737
|
+
/** Platform version to be used to build and run the app. */
|
|
738
|
+
platformVersion?: string;
|
|
739
|
+
/** List of environment variables to be passed to the build, secrets should not be used in environment variable. */
|
|
740
|
+
environmentVariables?: EnvironmentVariable[];
|
|
741
|
+
/** List of steps to perform before the build. */
|
|
742
|
+
preBuildSteps?: PreBuildStep[];
|
|
743
|
+
}
|
|
744
|
+
/** Model representing an environment variable. */
|
|
745
|
+
export interface EnvironmentVariable {
|
|
746
|
+
/** Environment variable name. */
|
|
747
|
+
name: string;
|
|
748
|
+
/** Environment variable value. */
|
|
749
|
+
value: string;
|
|
750
|
+
}
|
|
751
|
+
/** Model representing a pre-build step. */
|
|
752
|
+
export interface PreBuildStep {
|
|
753
|
+
/** Description of the pre-build step. */
|
|
754
|
+
description?: string;
|
|
755
|
+
/** List of custom commands to run. */
|
|
756
|
+
scripts?: string[];
|
|
757
|
+
/** Http get request to send before the build. */
|
|
758
|
+
httpGet?: HttpGet;
|
|
759
|
+
}
|
|
760
|
+
/** Model representing a http get request. */
|
|
761
|
+
export interface HttpGet {
|
|
762
|
+
/** URL to make HTTP GET request against. */
|
|
763
|
+
url: string;
|
|
764
|
+
/** Name of the file that the request should be saved to. */
|
|
765
|
+
fileName?: string;
|
|
766
|
+
/** List of headers to send with the request. */
|
|
767
|
+
headers?: string[];
|
|
768
|
+
}
|
|
769
|
+
/** Build Auth Token. */
|
|
770
|
+
export interface BuildToken {
|
|
771
|
+
/**
|
|
772
|
+
* Authentication token.
|
|
773
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
774
|
+
*/
|
|
775
|
+
readonly token?: string;
|
|
776
|
+
/**
|
|
777
|
+
* Token expiration date.
|
|
778
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
779
|
+
*/
|
|
780
|
+
readonly expires?: Date;
|
|
781
|
+
}
|
|
782
|
+
/** Collection of connectedEnvironments */
|
|
783
|
+
export interface ConnectedEnvironmentCollection {
|
|
784
|
+
/** Collection of resources. */
|
|
785
|
+
value?: ConnectedEnvironment[];
|
|
786
|
+
/**
|
|
787
|
+
* Link to next page of resources.
|
|
788
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
789
|
+
*/
|
|
790
|
+
readonly nextLink?: string;
|
|
791
|
+
}
|
|
792
|
+
/** The complex type of the extended location. */
|
|
793
|
+
export interface ExtendedLocation {
|
|
794
|
+
/** The name of the extended location. */
|
|
795
|
+
name?: string;
|
|
796
|
+
/** The type of the extended location. */
|
|
797
|
+
type?: ExtendedLocationTypes;
|
|
798
|
+
}
|
|
799
|
+
/** Configuration properties for apps environment custom domain */
|
|
800
|
+
export interface CustomDomainConfiguration {
|
|
801
|
+
/**
|
|
802
|
+
* Id used to verify domain name ownership
|
|
803
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
804
|
+
*/
|
|
805
|
+
readonly customDomainVerificationId?: string;
|
|
806
|
+
/** Dns suffix for the environment domain */
|
|
807
|
+
dnsSuffix?: string;
|
|
808
|
+
/** Certificate stored in Azure Key Vault. */
|
|
809
|
+
certificateKeyVaultProperties?: CertificateKeyVaultProperties;
|
|
810
|
+
/** PFX or PEM blob */
|
|
811
|
+
certificateValue?: Uint8Array;
|
|
812
|
+
/** Certificate password */
|
|
813
|
+
certificatePassword?: string;
|
|
814
|
+
/**
|
|
815
|
+
* Certificate expiration date.
|
|
816
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
817
|
+
*/
|
|
818
|
+
readonly expirationDate?: Date;
|
|
819
|
+
/**
|
|
820
|
+
* Certificate thumbprint.
|
|
598
821
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
599
822
|
*/
|
|
600
823
|
readonly thumbprint?: string;
|
|
@@ -604,6 +827,13 @@ export interface CustomDomainConfiguration {
|
|
|
604
827
|
*/
|
|
605
828
|
readonly subjectName?: string;
|
|
606
829
|
}
|
|
830
|
+
/** Properties for a certificate stored in a Key Vault. */
|
|
831
|
+
export interface CertificateKeyVaultProperties {
|
|
832
|
+
/** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */
|
|
833
|
+
identity?: string;
|
|
834
|
+
/** URL pointing to the Azure Key Vault secret that holds the certificate. */
|
|
835
|
+
keyVaultUrl?: string;
|
|
836
|
+
}
|
|
607
837
|
/** The check availability request body. */
|
|
608
838
|
export interface CheckNameAvailabilityRequest {
|
|
609
839
|
/** The name of the resource for which availability needs to be checked. */
|
|
@@ -637,6 +867,8 @@ export interface CertificateProperties {
|
|
|
637
867
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
638
868
|
*/
|
|
639
869
|
readonly provisioningState?: CertificateProvisioningState;
|
|
870
|
+
/** Properties for a certificate stored in a Key Vault. */
|
|
871
|
+
certificateKeyVaultProperties?: CertificateKeyVaultProperties;
|
|
640
872
|
/** Certificate password. */
|
|
641
873
|
password?: string;
|
|
642
874
|
/**
|
|
@@ -681,6 +913,8 @@ export interface CertificateProperties {
|
|
|
681
913
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
682
914
|
*/
|
|
683
915
|
readonly publicKeyHash?: string;
|
|
916
|
+
/** The type of the certificate. Allowed values are `ServerSSLCertificate` and `ImagePullTrustedCA` */
|
|
917
|
+
certificateType?: CertificateType;
|
|
684
918
|
}
|
|
685
919
|
/** A certificate to update */
|
|
686
920
|
export interface CertificatePatch {
|
|
@@ -719,6 +953,22 @@ export interface DaprMetadata {
|
|
|
719
953
|
/** Name of the Dapr Component secret from which to pull the metadata property value. */
|
|
720
954
|
secretRef?: string;
|
|
721
955
|
}
|
|
956
|
+
/** Configuration to bind a Dapr Component to a dev ContainerApp Service */
|
|
957
|
+
export interface DaprComponentServiceBinding {
|
|
958
|
+
/** Name of the service bind */
|
|
959
|
+
name?: string;
|
|
960
|
+
/** Resource id of the target service */
|
|
961
|
+
serviceId?: string;
|
|
962
|
+
/** Service bind metadata */
|
|
963
|
+
metadata?: DaprServiceBindMetadata;
|
|
964
|
+
}
|
|
965
|
+
/** Dapr component metadata. */
|
|
966
|
+
export interface DaprServiceBindMetadata {
|
|
967
|
+
/** Service bind metadata property name. */
|
|
968
|
+
name?: string;
|
|
969
|
+
/** Service bind metadata property value. */
|
|
970
|
+
value?: string;
|
|
971
|
+
}
|
|
722
972
|
/** Dapr component Secrets Collection for ListSecrets Action. */
|
|
723
973
|
export interface DaprSecretsCollection {
|
|
724
974
|
/** Collection of secrets used by a Dapr component */
|
|
@@ -746,6 +996,8 @@ export interface ConnectedEnvironmentStoragesCollection {
|
|
|
746
996
|
export interface ConnectedEnvironmentStorageProperties {
|
|
747
997
|
/** Azure file properties */
|
|
748
998
|
azureFile?: AzureFileProperties;
|
|
999
|
+
/** SMB storage properties */
|
|
1000
|
+
smb?: SmbStorage;
|
|
749
1001
|
}
|
|
750
1002
|
/** Azure File Properties. */
|
|
751
1003
|
export interface AzureFileProperties {
|
|
@@ -758,6 +1010,21 @@ export interface AzureFileProperties {
|
|
|
758
1010
|
/** Azure file share name. */
|
|
759
1011
|
shareName?: string;
|
|
760
1012
|
}
|
|
1013
|
+
/** SMB storage properties */
|
|
1014
|
+
export interface SmbStorage {
|
|
1015
|
+
/** The host name or IP address of the SMB server. */
|
|
1016
|
+
host?: string;
|
|
1017
|
+
/** The path to the SMB shared folder. */
|
|
1018
|
+
shareName?: string;
|
|
1019
|
+
/** The user to log on to the SMB server. */
|
|
1020
|
+
username?: string;
|
|
1021
|
+
/** The domain name for the user. */
|
|
1022
|
+
domain?: string;
|
|
1023
|
+
/** The password for the user. */
|
|
1024
|
+
password?: string;
|
|
1025
|
+
/** Access mode for storage */
|
|
1026
|
+
accessMode?: AccessMode;
|
|
1027
|
+
}
|
|
761
1028
|
/** Container App collection ARM resource. */
|
|
762
1029
|
export interface ContainerAppCollection {
|
|
763
1030
|
/** Collection of resources. */
|
|
@@ -768,37 +1035,10 @@ export interface ContainerAppCollection {
|
|
|
768
1035
|
*/
|
|
769
1036
|
readonly nextLink?: string;
|
|
770
1037
|
}
|
|
771
|
-
/**
|
|
772
|
-
export interface
|
|
773
|
-
/**
|
|
774
|
-
|
|
775
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
776
|
-
*/
|
|
777
|
-
readonly principalId?: string;
|
|
778
|
-
/**
|
|
779
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
780
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
781
|
-
*/
|
|
782
|
-
readonly tenantId?: string;
|
|
783
|
-
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
784
|
-
type: ManagedServiceIdentityType;
|
|
785
|
-
/** 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. */
|
|
786
|
-
userAssignedIdentities?: {
|
|
787
|
-
[propertyName: string]: UserAssignedIdentity;
|
|
788
|
-
};
|
|
789
|
-
}
|
|
790
|
-
/** User assigned identity properties */
|
|
791
|
-
export interface UserAssignedIdentity {
|
|
792
|
-
/**
|
|
793
|
-
* The principal ID of the assigned identity.
|
|
794
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
795
|
-
*/
|
|
796
|
-
readonly principalId?: string;
|
|
797
|
-
/**
|
|
798
|
-
* The client ID of the assigned identity.
|
|
799
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
800
|
-
*/
|
|
801
|
-
readonly clientId?: string;
|
|
1038
|
+
/** Container App auto patch configuration. */
|
|
1039
|
+
export interface ContainerAppPropertiesPatchingConfiguration {
|
|
1040
|
+
/** Patching mode for the container app. Null or default in this field will be interpreted as Automatic by RP. Automatic mode will automatically apply available patches. Manual mode will require the user to manually apply patches. Disabled mode will stop patch detection and auto patching. */
|
|
1041
|
+
patchingMode?: PatchingMode;
|
|
802
1042
|
}
|
|
803
1043
|
/** Non versioned Container App configuration properties that define the mutable settings of a Container app */
|
|
804
1044
|
export interface Configuration {
|
|
@@ -815,10 +1055,14 @@ export interface Configuration {
|
|
|
815
1055
|
registries?: RegistryCredentials[];
|
|
816
1056
|
/** Dapr configuration for the Container App. */
|
|
817
1057
|
dapr?: Dapr;
|
|
1058
|
+
/** App runtime configuration for the Container App. */
|
|
1059
|
+
runtime?: Runtime;
|
|
818
1060
|
/** Optional. Max inactive revisions a Container App can have. */
|
|
819
1061
|
maxInactiveRevisions?: number;
|
|
820
1062
|
/** Container App to be a dev Container App Service */
|
|
821
1063
|
service?: Service;
|
|
1064
|
+
/** Optional settings for Managed Identities that are assigned to the Container App. If a Managed Identity is not specified here, default settings will be used. */
|
|
1065
|
+
identitySettings?: IdentitySettings[];
|
|
822
1066
|
}
|
|
823
1067
|
/** Container App Ingress configuration. */
|
|
824
1068
|
export interface Ingress {
|
|
@@ -851,6 +1095,8 @@ export interface Ingress {
|
|
|
851
1095
|
corsPolicy?: CorsPolicy;
|
|
852
1096
|
/** Settings to expose additional ports on container app */
|
|
853
1097
|
additionalPortMappings?: IngressPortMapping[];
|
|
1098
|
+
/** Whether an http app listens on http or https */
|
|
1099
|
+
targetPortHttpScheme?: IngressTargetPortHttpScheme;
|
|
854
1100
|
}
|
|
855
1101
|
/** Traffic weight assigned to a revision */
|
|
856
1102
|
export interface TrafficWeight {
|
|
@@ -942,11 +1188,56 @@ export interface Dapr {
|
|
|
942
1188
|
/** Enables API logging for the Dapr sidecar */
|
|
943
1189
|
enableApiLogging?: boolean;
|
|
944
1190
|
}
|
|
1191
|
+
/** Container App Runtime configuration. */
|
|
1192
|
+
export interface Runtime {
|
|
1193
|
+
/** Java app configuration */
|
|
1194
|
+
java?: RuntimeJava;
|
|
1195
|
+
/** .NET app configuration */
|
|
1196
|
+
dotnet?: RuntimeDotnet;
|
|
1197
|
+
}
|
|
1198
|
+
/** Java app configuration */
|
|
1199
|
+
export interface RuntimeJava {
|
|
1200
|
+
/** Enable jmx core metrics for the java app */
|
|
1201
|
+
enableMetrics?: boolean;
|
|
1202
|
+
/** Diagnostic capabilities achieved by java agent */
|
|
1203
|
+
javaAgent?: RuntimeJavaAgent;
|
|
1204
|
+
}
|
|
1205
|
+
/** Diagnostic capabilities achieved by java agent */
|
|
1206
|
+
export interface RuntimeJavaAgent {
|
|
1207
|
+
/** Enable java agent injection for the java app. */
|
|
1208
|
+
enabled?: boolean;
|
|
1209
|
+
/** Capabilities on the java logging scenario. */
|
|
1210
|
+
logging?: RuntimeJavaAgentLogging;
|
|
1211
|
+
}
|
|
1212
|
+
/** Capabilities on the java logging scenario. */
|
|
1213
|
+
export interface RuntimeJavaAgentLogging {
|
|
1214
|
+
/** Settings of the logger for the java app. */
|
|
1215
|
+
loggerSettings?: LoggerSetting[];
|
|
1216
|
+
}
|
|
1217
|
+
/** Logger settings for java workloads. */
|
|
1218
|
+
export interface LoggerSetting {
|
|
1219
|
+
/** Logger name. */
|
|
1220
|
+
logger: string;
|
|
1221
|
+
/** The specified logger's log level. */
|
|
1222
|
+
level: Level;
|
|
1223
|
+
}
|
|
1224
|
+
/** .NET app configuration */
|
|
1225
|
+
export interface RuntimeDotnet {
|
|
1226
|
+
/** Auto configure the ASP.NET Core Data Protection feature */
|
|
1227
|
+
autoConfigureDataProtection?: boolean;
|
|
1228
|
+
}
|
|
945
1229
|
/** Container App to be a dev service */
|
|
946
1230
|
export interface Service {
|
|
947
1231
|
/** Dev ContainerApp service type */
|
|
948
1232
|
type: string;
|
|
949
1233
|
}
|
|
1234
|
+
/** Optional settings for a Managed Identity that is assigned to the Container App. */
|
|
1235
|
+
export interface IdentitySettings {
|
|
1236
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
1237
|
+
identity: string;
|
|
1238
|
+
/** Use to select the lifecycle stages of a Container App during which the Managed Identity should be available. */
|
|
1239
|
+
lifecycle?: IdentitySettingsLifeCycle;
|
|
1240
|
+
}
|
|
950
1241
|
/**
|
|
951
1242
|
* Container App versioned application definition.
|
|
952
1243
|
* Defines the desired state of an immutable revision.
|
|
@@ -972,6 +1263,8 @@ export interface Template {
|
|
|
972
1263
|
export interface BaseContainer {
|
|
973
1264
|
/** Container image tag. */
|
|
974
1265
|
image?: string;
|
|
1266
|
+
/** The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image. */
|
|
1267
|
+
imageType?: ImageType;
|
|
975
1268
|
/** Custom container name. */
|
|
976
1269
|
name?: string;
|
|
977
1270
|
/** Container start command. */
|
|
@@ -1069,6 +1362,10 @@ export interface Scale {
|
|
|
1069
1362
|
minReplicas?: number;
|
|
1070
1363
|
/** Optional. Maximum number of container replicas. Defaults to 10 if not set. */
|
|
1071
1364
|
maxReplicas?: number;
|
|
1365
|
+
/** Optional. KEDA Cooldown Period. Defaults to 300 seconds if not set. */
|
|
1366
|
+
cooldownPeriod?: number;
|
|
1367
|
+
/** Optional. KEDA Polling Interval. Defaults to 30 seconds if not set. */
|
|
1368
|
+
pollingInterval?: number;
|
|
1072
1369
|
/** Scaling rules. */
|
|
1073
1370
|
rules?: ScaleRule[];
|
|
1074
1371
|
}
|
|
@@ -1087,12 +1384,16 @@ export interface ScaleRule {
|
|
|
1087
1384
|
}
|
|
1088
1385
|
/** Container App container Azure Queue based scaling rule. */
|
|
1089
1386
|
export interface QueueScaleRule {
|
|
1387
|
+
/** Storage account name. required if using managed identity to authenticate */
|
|
1388
|
+
accountName?: string;
|
|
1090
1389
|
/** Queue name. */
|
|
1091
1390
|
queueName?: string;
|
|
1092
1391
|
/** Queue length. */
|
|
1093
1392
|
queueLength?: number;
|
|
1094
1393
|
/** Authentication secrets for the queue scale rule. */
|
|
1095
1394
|
auth?: ScaleRuleAuth[];
|
|
1395
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
1396
|
+
identity?: string;
|
|
1096
1397
|
}
|
|
1097
1398
|
/** Auth Secrets for Scale Rule */
|
|
1098
1399
|
export interface ScaleRuleAuth {
|
|
@@ -1114,6 +1415,8 @@ export interface CustomScaleRule {
|
|
|
1114
1415
|
};
|
|
1115
1416
|
/** Authentication secrets for the custom scale rule. */
|
|
1116
1417
|
auth?: ScaleRuleAuth[];
|
|
1418
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
1419
|
+
identity?: string;
|
|
1117
1420
|
}
|
|
1118
1421
|
/** Container App container Http scaling rule. */
|
|
1119
1422
|
export interface HttpScaleRule {
|
|
@@ -1123,6 +1426,8 @@ export interface HttpScaleRule {
|
|
|
1123
1426
|
};
|
|
1124
1427
|
/** Authentication secrets for the custom scale rule. */
|
|
1125
1428
|
auth?: ScaleRuleAuth[];
|
|
1429
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
1430
|
+
identity?: string;
|
|
1126
1431
|
}
|
|
1127
1432
|
/** Container App container Tcp scaling rule. */
|
|
1128
1433
|
export interface TcpScaleRule {
|
|
@@ -1132,6 +1437,8 @@ export interface TcpScaleRule {
|
|
|
1132
1437
|
};
|
|
1133
1438
|
/** Authentication secrets for the tcp scale rule. */
|
|
1134
1439
|
auth?: ScaleRuleAuth[];
|
|
1440
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
1441
|
+
identity?: string;
|
|
1135
1442
|
}
|
|
1136
1443
|
/** Volume definitions for the Container App. */
|
|
1137
1444
|
export interface Volume {
|
|
@@ -1143,7 +1450,7 @@ export interface Volume {
|
|
|
1143
1450
|
storageName?: string;
|
|
1144
1451
|
/** List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. */
|
|
1145
1452
|
secrets?: SecretVolumeItem[];
|
|
1146
|
-
/** 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. */
|
|
1147
1454
|
mountOptions?: string;
|
|
1148
1455
|
}
|
|
1149
1456
|
/** Secret to be added to volume. */
|
|
@@ -1159,6 +1466,12 @@ export interface ServiceBind {
|
|
|
1159
1466
|
serviceId?: string;
|
|
1160
1467
|
/** Name of the service bind */
|
|
1161
1468
|
name?: string;
|
|
1469
|
+
/** Type of the client to be used to connect to the service */
|
|
1470
|
+
clientType?: string;
|
|
1471
|
+
/** Customized keys for customizing injected values to the app */
|
|
1472
|
+
customizedKeys?: {
|
|
1473
|
+
[propertyName: string]: string;
|
|
1474
|
+
};
|
|
1162
1475
|
}
|
|
1163
1476
|
/** Custom domain analysis. */
|
|
1164
1477
|
export interface CustomHostnameAnalysisResult {
|
|
@@ -1274,6 +1587,143 @@ export interface ContainerAppSecret {
|
|
|
1274
1587
|
*/
|
|
1275
1588
|
readonly keyVaultUrl?: string;
|
|
1276
1589
|
}
|
|
1590
|
+
/** The response of a Container Apps Build Resource list operation. */
|
|
1591
|
+
export interface ContainerAppsBuildCollection {
|
|
1592
|
+
/** The Container Apps Build Resource items on this page */
|
|
1593
|
+
value: ContainerAppsBuildResource[];
|
|
1594
|
+
/** The link to the next page of items */
|
|
1595
|
+
nextLink?: string;
|
|
1596
|
+
}
|
|
1597
|
+
/** Configuration of the build. */
|
|
1598
|
+
export interface ContainerAppsBuildConfiguration {
|
|
1599
|
+
/**
|
|
1600
|
+
* Base OS used to build and run the app.
|
|
1601
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1602
|
+
*/
|
|
1603
|
+
readonly baseOs?: string;
|
|
1604
|
+
/**
|
|
1605
|
+
* Platform to be used to build and run the app.
|
|
1606
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1607
|
+
*/
|
|
1608
|
+
readonly platform?: string;
|
|
1609
|
+
/**
|
|
1610
|
+
* Platform version to be used to build and run the app.
|
|
1611
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1612
|
+
*/
|
|
1613
|
+
readonly platformVersion?: string;
|
|
1614
|
+
/**
|
|
1615
|
+
* List of environment variables to be passed to the build, secrets should not be used in environment variable.
|
|
1616
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1617
|
+
*/
|
|
1618
|
+
readonly environmentVariables?: EnvironmentVariable[];
|
|
1619
|
+
/**
|
|
1620
|
+
* List of steps to perform before the build.
|
|
1621
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1622
|
+
*/
|
|
1623
|
+
readonly preBuildSteps?: PreBuildStep[];
|
|
1624
|
+
}
|
|
1625
|
+
/** Container App patch collection */
|
|
1626
|
+
export interface PatchCollection {
|
|
1627
|
+
/** Collection of patch resources. */
|
|
1628
|
+
value: ContainerAppsPatchResource[];
|
|
1629
|
+
/** the link to the next page of items */
|
|
1630
|
+
nextLink?: string;
|
|
1631
|
+
}
|
|
1632
|
+
/** Top level properties that describes current states of the patch resource */
|
|
1633
|
+
export interface PatchProperties {
|
|
1634
|
+
/** The Azure resource id of the target environment for the patch. */
|
|
1635
|
+
targetEnvironmentId?: string;
|
|
1636
|
+
/** The Azure resource id of the target container app for the patch. */
|
|
1637
|
+
targetContainerAppId?: string;
|
|
1638
|
+
/** The Azure resource id of the target revision for the patch. */
|
|
1639
|
+
targetRevisionId?: string;
|
|
1640
|
+
/**
|
|
1641
|
+
* The status of the patch operation.
|
|
1642
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1643
|
+
*/
|
|
1644
|
+
readonly patchApplyStatus?: PatchApplyStatus;
|
|
1645
|
+
/**
|
|
1646
|
+
* The UTC timestamp that describes when the patch object was created.
|
|
1647
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1648
|
+
*/
|
|
1649
|
+
readonly createdAt?: Date;
|
|
1650
|
+
/**
|
|
1651
|
+
* The UTC timestamp that describes when the patch object was last updated.
|
|
1652
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1653
|
+
*/
|
|
1654
|
+
readonly lastModifiedAt?: Date;
|
|
1655
|
+
/**
|
|
1656
|
+
* Detailed info describes the patch operation for the target container app.
|
|
1657
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1658
|
+
*/
|
|
1659
|
+
readonly patchDetails?: PatchDetails[];
|
|
1660
|
+
}
|
|
1661
|
+
/** The detailed info of patch operation performing when applying a patch. */
|
|
1662
|
+
export interface PatchDetails {
|
|
1663
|
+
/**
|
|
1664
|
+
* The name of the target container for the patch.
|
|
1665
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1666
|
+
*/
|
|
1667
|
+
readonly targetContainerName: string;
|
|
1668
|
+
/**
|
|
1669
|
+
* The name of the target image for the patch.
|
|
1670
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1671
|
+
*/
|
|
1672
|
+
readonly targetImage: string;
|
|
1673
|
+
/**
|
|
1674
|
+
* The UTC timestamp that describes the latest detection was done.
|
|
1675
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1676
|
+
*/
|
|
1677
|
+
readonly lastDetectionTime: Date;
|
|
1678
|
+
/**
|
|
1679
|
+
* The status of the patch detection.
|
|
1680
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1681
|
+
*/
|
|
1682
|
+
readonly detectionStatus: DetectionStatus;
|
|
1683
|
+
/**
|
|
1684
|
+
* The name of the new image created by the patch.
|
|
1685
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1686
|
+
*/
|
|
1687
|
+
readonly newImageName?: string;
|
|
1688
|
+
/**
|
|
1689
|
+
* New layer update details in the target image.
|
|
1690
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1691
|
+
*/
|
|
1692
|
+
readonly newLayer?: PatchDetailsNewLayer;
|
|
1693
|
+
/**
|
|
1694
|
+
* The old layer details in the target image.
|
|
1695
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1696
|
+
*/
|
|
1697
|
+
readonly oldLayer?: PatchDetailsOldLayer;
|
|
1698
|
+
/**
|
|
1699
|
+
* The type for the patch.
|
|
1700
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1701
|
+
*/
|
|
1702
|
+
readonly patchType?: PatchType;
|
|
1703
|
+
}
|
|
1704
|
+
/** New layer update details in the target image. */
|
|
1705
|
+
export interface PatchDetailsNewLayer {
|
|
1706
|
+
/** The details of the new layer for the target image. */
|
|
1707
|
+
name?: string;
|
|
1708
|
+
/** The framework and its version in the new run image for the target image. */
|
|
1709
|
+
frameworkAndVersion?: string;
|
|
1710
|
+
/** The OS name and its version in the new run image for the target image. */
|
|
1711
|
+
osAndVersion?: string;
|
|
1712
|
+
}
|
|
1713
|
+
/** The old layer details in the target image. */
|
|
1714
|
+
export interface PatchDetailsOldLayer {
|
|
1715
|
+
/** The details of the old layer for the target image. */
|
|
1716
|
+
name?: string;
|
|
1717
|
+
/** The framework and its version in the old run image for the target image. */
|
|
1718
|
+
frameworkAndVersion?: string;
|
|
1719
|
+
/** The OS name and its version in the old run image for the target image. */
|
|
1720
|
+
osAndVersion?: string;
|
|
1721
|
+
}
|
|
1722
|
+
/** The configuration for patcher to skip a patch or not. */
|
|
1723
|
+
export interface PatchSkipConfig {
|
|
1724
|
+
/** The flag to indicate whether to skip the patch or not. */
|
|
1725
|
+
skip?: boolean;
|
|
1726
|
+
}
|
|
1277
1727
|
/** Container App Revisions collection ARM resource. */
|
|
1278
1728
|
export interface RevisionCollection {
|
|
1279
1729
|
/** Collection of resources. */
|
|
@@ -1316,6 +1766,11 @@ export interface ReplicaContainer {
|
|
|
1316
1766
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1317
1767
|
*/
|
|
1318
1768
|
readonly execEndpoint?: string;
|
|
1769
|
+
/**
|
|
1770
|
+
* Container debug endpoint
|
|
1771
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1772
|
+
*/
|
|
1773
|
+
readonly debugEndpoint?: string;
|
|
1319
1774
|
}
|
|
1320
1775
|
/** Container App Revision Replicas collection ARM resource. */
|
|
1321
1776
|
export interface ReplicaCollection {
|
|
@@ -1481,11 +1936,82 @@ export interface LogAnalyticsConfiguration {
|
|
|
1481
1936
|
customerId?: string;
|
|
1482
1937
|
/** Log analytics customer key */
|
|
1483
1938
|
sharedKey?: string;
|
|
1939
|
+
/** Boolean indicating whether to parse json string log into dynamic json columns */
|
|
1940
|
+
dynamicJsonColumns?: boolean;
|
|
1941
|
+
}
|
|
1942
|
+
/** Configuration of Application Insights */
|
|
1943
|
+
export interface AppInsightsConfiguration {
|
|
1944
|
+
/** Application Insights connection string */
|
|
1945
|
+
connectionString?: string;
|
|
1946
|
+
}
|
|
1947
|
+
/** Configuration of Open Telemetry */
|
|
1948
|
+
export interface OpenTelemetryConfiguration {
|
|
1949
|
+
/** Open telemetry destinations configuration */
|
|
1950
|
+
destinationsConfiguration?: DestinationsConfiguration;
|
|
1951
|
+
/** Open telemetry trace configuration */
|
|
1952
|
+
tracesConfiguration?: TracesConfiguration;
|
|
1953
|
+
/** Open telemetry logs configuration */
|
|
1954
|
+
logsConfiguration?: LogsConfiguration;
|
|
1955
|
+
/** Open telemetry metrics configuration */
|
|
1956
|
+
metricsConfiguration?: MetricsConfiguration;
|
|
1957
|
+
}
|
|
1958
|
+
/** Configuration of Open Telemetry destinations */
|
|
1959
|
+
export interface DestinationsConfiguration {
|
|
1960
|
+
/** Open telemetry datadog destination configuration */
|
|
1961
|
+
dataDogConfiguration?: DataDogConfiguration;
|
|
1962
|
+
/** Open telemetry otlp configurations */
|
|
1963
|
+
otlpConfigurations?: OtlpConfiguration[];
|
|
1964
|
+
}
|
|
1965
|
+
/** Configuration of datadog */
|
|
1966
|
+
export interface DataDogConfiguration {
|
|
1967
|
+
/** The data dog site */
|
|
1968
|
+
site?: string;
|
|
1969
|
+
/** The data dog api key */
|
|
1970
|
+
key?: string;
|
|
1971
|
+
}
|
|
1972
|
+
/** Configuration of otlp */
|
|
1973
|
+
export interface OtlpConfiguration {
|
|
1974
|
+
/** The name of otlp configuration */
|
|
1975
|
+
name?: string;
|
|
1976
|
+
/** The endpoint of otlp configuration */
|
|
1977
|
+
endpoint?: string;
|
|
1978
|
+
/** Boolean indicating if otlp configuration is insecure */
|
|
1979
|
+
insecure?: boolean;
|
|
1980
|
+
/** Headers of otlp configurations */
|
|
1981
|
+
headers?: Header[];
|
|
1982
|
+
}
|
|
1983
|
+
/** Header of otlp configuration */
|
|
1984
|
+
export interface Header {
|
|
1985
|
+
/** The key of otlp configuration header */
|
|
1986
|
+
key?: string;
|
|
1987
|
+
/** The value of otlp configuration header */
|
|
1988
|
+
value?: string;
|
|
1989
|
+
}
|
|
1990
|
+
/** Configuration of Open Telemetry traces */
|
|
1991
|
+
export interface TracesConfiguration {
|
|
1992
|
+
/** Boolean indicating if including dapr traces */
|
|
1993
|
+
includeDapr?: boolean;
|
|
1994
|
+
/** Open telemetry traces destinations */
|
|
1995
|
+
destinations?: string[];
|
|
1996
|
+
}
|
|
1997
|
+
/** Configuration of Open Telemetry logs */
|
|
1998
|
+
export interface LogsConfiguration {
|
|
1999
|
+
/** Open telemetry logs destinations */
|
|
2000
|
+
destinations?: string[];
|
|
2001
|
+
}
|
|
2002
|
+
/** Configuration of Open Telemetry metrics */
|
|
2003
|
+
export interface MetricsConfiguration {
|
|
2004
|
+
/** Boolean indicating if including keda metrics */
|
|
2005
|
+
includeKeda?: boolean;
|
|
2006
|
+
/** Open telemetry metrics destinations */
|
|
2007
|
+
destinations?: string[];
|
|
1484
2008
|
}
|
|
1485
2009
|
/** Workload profile to scope container app execution. */
|
|
1486
2010
|
export interface WorkloadProfile {
|
|
1487
2011
|
/** Workload profile type for the workloads to run on. */
|
|
1488
2012
|
name: string;
|
|
2013
|
+
/** Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles. */
|
|
2014
|
+
enableFips?: boolean;
|
|
1489
2015
|
/** Workload profile type for the workloads to run on. */
|
|
1490
2016
|
workloadProfileType: string;
|
|
1491
2017
|
/** The minimum capacity. */
|
|
@@ -1529,6 +2055,23 @@ export interface ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption
|
|
|
1529
2055
|
/** Boolean indicating whether the peer traffic encryption is enabled */
|
|
1530
2056
|
enabled?: boolean;
|
|
1531
2057
|
}
|
|
2058
|
+
/** The Private Endpoint resource. */
|
|
2059
|
+
export interface PrivateEndpoint {
|
|
2060
|
+
/**
|
|
2061
|
+
* The ARM identifier for Private Endpoint
|
|
2062
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2063
|
+
*/
|
|
2064
|
+
readonly id?: string;
|
|
2065
|
+
}
|
|
2066
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
2067
|
+
export interface PrivateLinkServiceConnectionState {
|
|
2068
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
2069
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
2070
|
+
/** The reason for approval/rejection of the connection. */
|
|
2071
|
+
description?: string;
|
|
2072
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
2073
|
+
actionsRequired?: string;
|
|
2074
|
+
}
|
|
1532
2075
|
/** Non versioned Container Apps Job configuration properties */
|
|
1533
2076
|
export interface JobConfiguration {
|
|
1534
2077
|
/** Collection of secrets used by a Container Apps Job */
|
|
@@ -1547,6 +2090,8 @@ export interface JobConfiguration {
|
|
|
1547
2090
|
eventTriggerConfig?: JobConfigurationEventTriggerConfig;
|
|
1548
2091
|
/** Collection of private container registry credentials used by a Container apps job */
|
|
1549
2092
|
registries?: RegistryCredentials[];
|
|
2093
|
+
/** Optional settings for Managed Identities that are assigned to the Container App Job. If a Managed Identity is not specified here, default settings will be used. */
|
|
2094
|
+
identitySettings?: IdentitySettings[];
|
|
1550
2095
|
}
|
|
1551
2096
|
/** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */
|
|
1552
2097
|
export interface JobConfigurationManualTriggerConfig {
|
|
@@ -1597,6 +2142,8 @@ export interface JobScaleRule {
|
|
|
1597
2142
|
metadata?: Record<string, unknown>;
|
|
1598
2143
|
/** Authentication secrets for the scale rule. */
|
|
1599
2144
|
auth?: ScaleRuleAuth[];
|
|
2145
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the job, or 'system' for system-assigned identity. */
|
|
2146
|
+
identity?: string;
|
|
1600
2147
|
}
|
|
1601
2148
|
/** 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 */
|
|
1602
2149
|
export interface JobTemplate {
|
|
@@ -1607,6 +2154,30 @@ export interface JobTemplate {
|
|
|
1607
2154
|
/** List of volume definitions for the Container App. */
|
|
1608
2155
|
volumes?: Volume[];
|
|
1609
2156
|
}
|
|
2157
|
+
/** .NET Components ARM resource. */
|
|
2158
|
+
export interface DotNetComponentsCollection {
|
|
2159
|
+
/** Collection of resources. */
|
|
2160
|
+
value: DotNetComponent[];
|
|
2161
|
+
/**
|
|
2162
|
+
* Link to next page of resources.
|
|
2163
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2164
|
+
*/
|
|
2165
|
+
readonly nextLink?: string;
|
|
2166
|
+
}
|
|
2167
|
+
/** Configuration properties for a .NET Component */
|
|
2168
|
+
export interface DotNetComponentConfigurationProperty {
|
|
2169
|
+
/** The name of the property */
|
|
2170
|
+
propertyName?: string;
|
|
2171
|
+
/** The value of the property */
|
|
2172
|
+
value?: string;
|
|
2173
|
+
}
|
|
2174
|
+
/** Configuration to bind a .NET Component to another .NET Component */
|
|
2175
|
+
export interface DotNetComponentServiceBind {
|
|
2176
|
+
/** Name of the service bind */
|
|
2177
|
+
name?: string;
|
|
2178
|
+
/** Resource id of the target service */
|
|
2179
|
+
serviceId?: string;
|
|
2180
|
+
}
|
|
1610
2181
|
/** Available operations of the service */
|
|
1611
2182
|
export interface AvailableOperations {
|
|
1612
2183
|
/** Collection of available operation details */
|
|
@@ -1639,6 +2210,53 @@ export interface OperationDisplay {
|
|
|
1639
2210
|
/** Localized friendly description for the operation */
|
|
1640
2211
|
description?: string;
|
|
1641
2212
|
}
|
|
2213
|
+
/** Java Components ARM resource. */
|
|
2214
|
+
export interface JavaComponentsCollection {
|
|
2215
|
+
/** Collection of resources. */
|
|
2216
|
+
value: JavaComponent[];
|
|
2217
|
+
/**
|
|
2218
|
+
* Link to next page of resources.
|
|
2219
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2220
|
+
*/
|
|
2221
|
+
readonly nextLink?: string;
|
|
2222
|
+
}
|
|
2223
|
+
/** Java Component common properties. */
|
|
2224
|
+
export interface JavaComponentProperties {
|
|
2225
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2226
|
+
componentType: "SpringCloudGateway" | "SpringBootAdmin" | "Nacos" | "SpringCloudEureka" | "SpringCloudConfig";
|
|
2227
|
+
/**
|
|
2228
|
+
* Provisioning state of the Java Component.
|
|
2229
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2230
|
+
*/
|
|
2231
|
+
readonly provisioningState?: JavaComponentProvisioningState;
|
|
2232
|
+
/** List of Java Components configuration properties */
|
|
2233
|
+
configurations?: JavaComponentConfigurationProperty[];
|
|
2234
|
+
/** Java component scaling configurations */
|
|
2235
|
+
scale?: JavaComponentPropertiesScale;
|
|
2236
|
+
/** List of Java Components that are bound to the Java component */
|
|
2237
|
+
serviceBinds?: JavaComponentServiceBind[];
|
|
2238
|
+
}
|
|
2239
|
+
/** Configuration properties for a Java Component */
|
|
2240
|
+
export interface JavaComponentConfigurationProperty {
|
|
2241
|
+
/** The name of the property */
|
|
2242
|
+
propertyName?: string;
|
|
2243
|
+
/** The value of the property */
|
|
2244
|
+
value?: string;
|
|
2245
|
+
}
|
|
2246
|
+
/** Java component scaling configurations */
|
|
2247
|
+
export interface JavaComponentPropertiesScale {
|
|
2248
|
+
/** Optional. Minimum number of Java component replicas. Defaults to 1 if not set */
|
|
2249
|
+
minReplicas?: number;
|
|
2250
|
+
/** Optional. Maximum number of Java component replicas */
|
|
2251
|
+
maxReplicas?: number;
|
|
2252
|
+
}
|
|
2253
|
+
/** Configuration to bind a Java Component to another Java Component */
|
|
2254
|
+
export interface JavaComponentServiceBind {
|
|
2255
|
+
/** Name of the service bind */
|
|
2256
|
+
name?: string;
|
|
2257
|
+
/** Resource id of the target service */
|
|
2258
|
+
serviceId?: string;
|
|
2259
|
+
}
|
|
1642
2260
|
/** Container Apps Jobs collection ARM resource. */
|
|
1643
2261
|
export interface JobsCollection {
|
|
1644
2262
|
/** Collection of resources. */
|
|
@@ -1651,6 +2269,8 @@ export interface JobsCollection {
|
|
|
1651
2269
|
}
|
|
1652
2270
|
/** Container Apps Job resource specific properties. */
|
|
1653
2271
|
export interface JobPatchProperties {
|
|
2272
|
+
/** The complex type of the extended location. */
|
|
2273
|
+
extendedLocation?: ExtendedLocation;
|
|
1654
2274
|
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
1655
2275
|
identity?: ManagedServiceIdentity;
|
|
1656
2276
|
/** Resource tags. */
|
|
@@ -1729,24 +2349,127 @@ export interface JobExecution {
|
|
|
1729
2349
|
endTime?: Date;
|
|
1730
2350
|
/** Job's execution container. */
|
|
1731
2351
|
template?: JobExecutionTemplate;
|
|
2352
|
+
/** Detailed status of the job execution. */
|
|
2353
|
+
detailedStatus?: ExecutionStatus;
|
|
2354
|
+
}
|
|
2355
|
+
/** Container Apps Job execution status. */
|
|
2356
|
+
export interface ExecutionStatus {
|
|
2357
|
+
/** Replicas in the execution. */
|
|
2358
|
+
replicas?: ReplicaExecutionStatus[];
|
|
2359
|
+
}
|
|
2360
|
+
/** Container Apps Job execution replica status. */
|
|
2361
|
+
export interface ReplicaExecutionStatus {
|
|
2362
|
+
/** Replica Name. */
|
|
2363
|
+
name?: string;
|
|
2364
|
+
/** Containers in the execution replica */
|
|
2365
|
+
containers?: ContainerExecutionStatus[];
|
|
2366
|
+
}
|
|
2367
|
+
/** Container Apps Job execution container status. Contains status code and reason */
|
|
2368
|
+
export interface ContainerExecutionStatus {
|
|
2369
|
+
/** Container Name. */
|
|
2370
|
+
name?: string;
|
|
2371
|
+
/** Exit code */
|
|
2372
|
+
code?: number;
|
|
2373
|
+
/** Additional information for the container status */
|
|
2374
|
+
additionalInformation?: string;
|
|
2375
|
+
/** Status of the container */
|
|
2376
|
+
status?: string;
|
|
1732
2377
|
}
|
|
1733
2378
|
/** Container Apps Job Secrets Collection ARM resource. */
|
|
1734
2379
|
export interface JobSecretsCollection {
|
|
1735
2380
|
/** Collection of resources. */
|
|
1736
2381
|
value: Secret[];
|
|
1737
2382
|
}
|
|
1738
|
-
/** Collection of
|
|
1739
|
-
export interface
|
|
2383
|
+
/** Collection of workflow information elements. */
|
|
2384
|
+
export interface WorkflowEnvelopeCollection {
|
|
1740
2385
|
/** Collection of resources. */
|
|
1741
|
-
value:
|
|
2386
|
+
value: WorkflowEnvelope[];
|
|
1742
2387
|
/**
|
|
1743
2388
|
* Link to next page of resources.
|
|
1744
2389
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1745
2390
|
*/
|
|
1746
2391
|
readonly nextLink?: string;
|
|
1747
2392
|
}
|
|
1748
|
-
/**
|
|
1749
|
-
export interface
|
|
2393
|
+
/** Workflow properties definition. */
|
|
2394
|
+
export interface WorkflowEnvelope {
|
|
2395
|
+
/**
|
|
2396
|
+
* The resource id.
|
|
2397
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2398
|
+
*/
|
|
2399
|
+
readonly id?: string;
|
|
2400
|
+
/**
|
|
2401
|
+
* Gets the resource name.
|
|
2402
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2403
|
+
*/
|
|
2404
|
+
readonly name?: string;
|
|
2405
|
+
/**
|
|
2406
|
+
* Gets the resource type.
|
|
2407
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2408
|
+
*/
|
|
2409
|
+
readonly type?: string;
|
|
2410
|
+
/** The resource kind. */
|
|
2411
|
+
kind?: string;
|
|
2412
|
+
/** The resource location. */
|
|
2413
|
+
location?: string;
|
|
2414
|
+
/** Additional workflow properties. */
|
|
2415
|
+
properties?: WorkflowEnvelopeProperties;
|
|
2416
|
+
}
|
|
2417
|
+
/** Additional workflow properties. */
|
|
2418
|
+
export interface WorkflowEnvelopeProperties {
|
|
2419
|
+
/** Gets or sets the files. */
|
|
2420
|
+
files?: Record<string, unknown>;
|
|
2421
|
+
/** Gets or sets the state of the workflow. */
|
|
2422
|
+
flowState?: WorkflowState;
|
|
2423
|
+
/** Gets or sets workflow health. */
|
|
2424
|
+
health?: WorkflowHealth;
|
|
2425
|
+
}
|
|
2426
|
+
/** Represents the workflow health. */
|
|
2427
|
+
export interface WorkflowHealth {
|
|
2428
|
+
/** Gets or sets the workflow health state. */
|
|
2429
|
+
state: WorkflowHealthState;
|
|
2430
|
+
/** Gets or sets the workflow error. */
|
|
2431
|
+
error?: ErrorEntity;
|
|
2432
|
+
}
|
|
2433
|
+
/** Body of the error response returned from the API. */
|
|
2434
|
+
export interface ErrorEntity {
|
|
2435
|
+
/** Type of error. */
|
|
2436
|
+
extendedCode?: string;
|
|
2437
|
+
/** Message template. */
|
|
2438
|
+
messageTemplate?: string;
|
|
2439
|
+
/** Parameters for the template. */
|
|
2440
|
+
parameters?: string[];
|
|
2441
|
+
/** Inner errors. */
|
|
2442
|
+
innerErrors?: ErrorEntity[];
|
|
2443
|
+
/** Error Details. */
|
|
2444
|
+
details?: ErrorEntity[];
|
|
2445
|
+
/** The error target. */
|
|
2446
|
+
target?: string;
|
|
2447
|
+
/** Basic error code. */
|
|
2448
|
+
code?: string;
|
|
2449
|
+
/** Any details of the error. */
|
|
2450
|
+
message?: string;
|
|
2451
|
+
}
|
|
2452
|
+
/** The workflow filter. */
|
|
2453
|
+
export interface WorkflowArtifacts {
|
|
2454
|
+
/** Application settings of the workflow. */
|
|
2455
|
+
appSettings?: Record<string, unknown>;
|
|
2456
|
+
/** Files of the app. */
|
|
2457
|
+
files?: Record<string, unknown>;
|
|
2458
|
+
/** Files of the app to delete. */
|
|
2459
|
+
filesToDelete?: string[];
|
|
2460
|
+
}
|
|
2461
|
+
/** Collection of Environments */
|
|
2462
|
+
export interface ManagedEnvironmentsCollection {
|
|
2463
|
+
/** Collection of resources. */
|
|
2464
|
+
value: ManagedEnvironment[];
|
|
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
|
+
/** Certificate resource specific properties */
|
|
2472
|
+
export interface ManagedCertificateProperties {
|
|
1750
2473
|
/**
|
|
1751
2474
|
* Provisioning state of the certificate.
|
|
1752
2475
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1803,6 +2526,106 @@ export interface WorkloadProfileStatesProperties {
|
|
|
1803
2526
|
/** Current count of nodes. */
|
|
1804
2527
|
currentCount?: number;
|
|
1805
2528
|
}
|
|
2529
|
+
/** List of private endpoint connection associated with the specified resource */
|
|
2530
|
+
export interface PrivateEndpointConnectionListResult {
|
|
2531
|
+
/** Array of private endpoint connections */
|
|
2532
|
+
value?: PrivateEndpointConnection[];
|
|
2533
|
+
/**
|
|
2534
|
+
* URL to get the next set of operation list results (if there are any).
|
|
2535
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2536
|
+
*/
|
|
2537
|
+
readonly nextLink?: string;
|
|
2538
|
+
}
|
|
2539
|
+
/** A list of private link resources */
|
|
2540
|
+
export interface PrivateLinkResourceListResult {
|
|
2541
|
+
/** Array of private link resources */
|
|
2542
|
+
value?: PrivateLinkResource[];
|
|
2543
|
+
/**
|
|
2544
|
+
* URL to get the next set of operation list results (if there are any).
|
|
2545
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2546
|
+
*/
|
|
2547
|
+
readonly nextLink?: string;
|
|
2548
|
+
}
|
|
2549
|
+
/** Dapr Component Resiliency Policies ARM resource. */
|
|
2550
|
+
export interface DaprComponentResiliencyPoliciesCollection {
|
|
2551
|
+
/** Collection of resources. */
|
|
2552
|
+
value: DaprComponentResiliencyPolicy[];
|
|
2553
|
+
/**
|
|
2554
|
+
* Link to next page of resources.
|
|
2555
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2556
|
+
*/
|
|
2557
|
+
readonly nextLink?: string;
|
|
2558
|
+
}
|
|
2559
|
+
/** Dapr Component Resiliency Policy Configuration. */
|
|
2560
|
+
export interface DaprComponentResiliencyPolicyConfiguration {
|
|
2561
|
+
/** The optional HTTP retry policy configuration */
|
|
2562
|
+
httpRetryPolicy?: DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration;
|
|
2563
|
+
/** The optional timeout policy configuration */
|
|
2564
|
+
timeoutPolicy?: DaprComponentResiliencyPolicyTimeoutPolicyConfiguration;
|
|
2565
|
+
/** The optional circuit breaker policy configuration */
|
|
2566
|
+
circuitBreakerPolicy?: DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration;
|
|
2567
|
+
}
|
|
2568
|
+
/** Dapr Component Resiliency Policy HTTP Retry Policy Configuration. */
|
|
2569
|
+
export interface DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration {
|
|
2570
|
+
/** The optional maximum number of retries */
|
|
2571
|
+
maxRetries?: number;
|
|
2572
|
+
/** The optional retry backoff configuration */
|
|
2573
|
+
retryBackOff?: DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration;
|
|
2574
|
+
}
|
|
2575
|
+
/** Dapr Component Resiliency Policy HTTP Retry Backoff Configuration. */
|
|
2576
|
+
export interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration {
|
|
2577
|
+
/** The optional initial delay in milliseconds before an operation is retried */
|
|
2578
|
+
initialDelayInMilliseconds?: number;
|
|
2579
|
+
/** The optional maximum time interval in milliseconds between retry attempts */
|
|
2580
|
+
maxIntervalInMilliseconds?: number;
|
|
2581
|
+
}
|
|
2582
|
+
/** Dapr Component Resiliency Policy Timeout Policy Configuration. */
|
|
2583
|
+
export interface DaprComponentResiliencyPolicyTimeoutPolicyConfiguration {
|
|
2584
|
+
/** The optional response timeout in seconds */
|
|
2585
|
+
responseTimeoutInSeconds?: number;
|
|
2586
|
+
}
|
|
2587
|
+
/** Dapr Component Resiliency Policy Circuit Breaker Policy Configuration. */
|
|
2588
|
+
export interface DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration {
|
|
2589
|
+
/** The number of consecutive errors before the circuit is opened. */
|
|
2590
|
+
consecutiveErrors?: number;
|
|
2591
|
+
/** The interval in seconds until a retry attempt is made after the circuit is opened. */
|
|
2592
|
+
timeoutInSeconds?: number;
|
|
2593
|
+
/** 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. */
|
|
2594
|
+
intervalInSeconds?: number;
|
|
2595
|
+
}
|
|
2596
|
+
/** Dapr Subscriptions ARM resource. */
|
|
2597
|
+
export interface DaprSubscriptionsCollection {
|
|
2598
|
+
/** Collection of resources. */
|
|
2599
|
+
value: DaprSubscription[];
|
|
2600
|
+
/**
|
|
2601
|
+
* Link to next page of resources.
|
|
2602
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2603
|
+
*/
|
|
2604
|
+
readonly nextLink?: string;
|
|
2605
|
+
}
|
|
2606
|
+
/** Dapr PubSub Event Subscription Routes configuration. */
|
|
2607
|
+
export interface DaprSubscriptionRoutes {
|
|
2608
|
+
/** The list of Dapr PubSub Event Subscription Route Rules. */
|
|
2609
|
+
rules?: DaprSubscriptionRouteRule[];
|
|
2610
|
+
/** The default path to deliver events that do not match any of the rules. */
|
|
2611
|
+
default?: string;
|
|
2612
|
+
}
|
|
2613
|
+
/** Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path. */
|
|
2614
|
+
export interface DaprSubscriptionRouteRule {
|
|
2615
|
+
/** 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. */
|
|
2616
|
+
match?: string;
|
|
2617
|
+
/** The path for events that match this rule */
|
|
2618
|
+
path?: string;
|
|
2619
|
+
}
|
|
2620
|
+
/** Dapr PubSub Bulk Subscription Options. */
|
|
2621
|
+
export interface DaprSubscriptionBulkSubscribeOptions {
|
|
2622
|
+
/** Enable bulk subscription */
|
|
2623
|
+
enabled?: boolean;
|
|
2624
|
+
/** Maximum number of messages to deliver in a bulk message. */
|
|
2625
|
+
maxMessagesCount?: number;
|
|
2626
|
+
/** Maximum duration in milliseconds to wait before a bulk message is sent to the app. */
|
|
2627
|
+
maxAwaitDurationMs?: number;
|
|
2628
|
+
}
|
|
1806
2629
|
/** Collection of Storage for Environments */
|
|
1807
2630
|
export interface ManagedEnvironmentStoragesCollection {
|
|
1808
2631
|
/** Collection of storage resources. */
|
|
@@ -1812,6 +2635,113 @@ export interface ManagedEnvironmentStoragesCollection {
|
|
|
1812
2635
|
export interface ManagedEnvironmentStorageProperties {
|
|
1813
2636
|
/** Azure file properties */
|
|
1814
2637
|
azureFile?: AzureFileProperties;
|
|
2638
|
+
/** NFS Azure file properties */
|
|
2639
|
+
nfsAzureFile?: NfsAzureFileProperties;
|
|
2640
|
+
}
|
|
2641
|
+
/** NFS Azure File Properties. */
|
|
2642
|
+
export interface NfsAzureFileProperties {
|
|
2643
|
+
/** Server for NFS azure file. */
|
|
2644
|
+
server?: string;
|
|
2645
|
+
/** Access mode for storage */
|
|
2646
|
+
accessMode?: AccessMode;
|
|
2647
|
+
/** NFS Azure file share name. */
|
|
2648
|
+
shareName?: string;
|
|
2649
|
+
}
|
|
2650
|
+
/** Session pool collection Azure resource. */
|
|
2651
|
+
export interface SessionPoolCollection {
|
|
2652
|
+
/** Collection of resources. */
|
|
2653
|
+
value: SessionPool[];
|
|
2654
|
+
/**
|
|
2655
|
+
* Link to next page of resources.
|
|
2656
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2657
|
+
*/
|
|
2658
|
+
readonly nextLink?: string;
|
|
2659
|
+
}
|
|
2660
|
+
/** Scale configuration. */
|
|
2661
|
+
export interface ScaleConfiguration {
|
|
2662
|
+
/** The maximum count of sessions at the same time. */
|
|
2663
|
+
maxConcurrentSessions?: number;
|
|
2664
|
+
/** The minimum count of ready session instances. */
|
|
2665
|
+
readySessionInstances?: number;
|
|
2666
|
+
}
|
|
2667
|
+
/** Secret definition. */
|
|
2668
|
+
export interface SessionPoolSecret {
|
|
2669
|
+
/** Secret Name. */
|
|
2670
|
+
name?: string;
|
|
2671
|
+
/** Secret Value. */
|
|
2672
|
+
value?: string;
|
|
2673
|
+
}
|
|
2674
|
+
/** Dynamic pool configuration. */
|
|
2675
|
+
export interface DynamicPoolConfiguration {
|
|
2676
|
+
/** The execution type of the session pool. */
|
|
2677
|
+
executionType?: ExecutionType;
|
|
2678
|
+
/** The cooldown period of a session in seconds. */
|
|
2679
|
+
cooldownPeriodInSeconds?: number;
|
|
2680
|
+
}
|
|
2681
|
+
/** Custom container configuration. */
|
|
2682
|
+
export interface CustomContainerTemplate {
|
|
2683
|
+
/** Private container registry credentials for containers used by the sessions of the session pool. */
|
|
2684
|
+
registryCredentials?: SessionRegistryCredentials;
|
|
2685
|
+
/** List of container definitions for the sessions of the session pool. */
|
|
2686
|
+
containers?: SessionContainer[];
|
|
2687
|
+
/** Session pool ingress configuration. */
|
|
2688
|
+
ingress?: SessionIngress;
|
|
2689
|
+
}
|
|
2690
|
+
/** Session pool private registry credentials. */
|
|
2691
|
+
export interface SessionRegistryCredentials {
|
|
2692
|
+
/** Container registry server. */
|
|
2693
|
+
server?: string;
|
|
2694
|
+
/** Container registry username. */
|
|
2695
|
+
username?: string;
|
|
2696
|
+
/** The name of the secret that contains the registry login password */
|
|
2697
|
+
passwordSecretRef?: string;
|
|
2698
|
+
/** A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system' */
|
|
2699
|
+
identity?: string;
|
|
2700
|
+
}
|
|
2701
|
+
/** Container definitions for the sessions of the session pool. */
|
|
2702
|
+
export interface SessionContainer {
|
|
2703
|
+
/** Container image tag. */
|
|
2704
|
+
image?: string;
|
|
2705
|
+
/** Custom container name. */
|
|
2706
|
+
name?: string;
|
|
2707
|
+
/** Container start command. */
|
|
2708
|
+
command?: string[];
|
|
2709
|
+
/** Container start command arguments. */
|
|
2710
|
+
args?: string[];
|
|
2711
|
+
/** Container environment variables. */
|
|
2712
|
+
env?: EnvironmentVar[];
|
|
2713
|
+
/** Container resource requirements. */
|
|
2714
|
+
resources?: SessionContainerResources;
|
|
2715
|
+
}
|
|
2716
|
+
/** Container resource requirements for sessions of the session pool. */
|
|
2717
|
+
export interface SessionContainerResources {
|
|
2718
|
+
/** Required CPU in cores, e.g. 0.5 */
|
|
2719
|
+
cpu?: number;
|
|
2720
|
+
/** Required memory, e.g. "250Mb" */
|
|
2721
|
+
memory?: string;
|
|
2722
|
+
}
|
|
2723
|
+
/** Session pool ingress configuration. */
|
|
2724
|
+
export interface SessionIngress {
|
|
2725
|
+
/** Target port in containers for traffic from ingress */
|
|
2726
|
+
targetPort?: number;
|
|
2727
|
+
}
|
|
2728
|
+
/** Session network configuration. */
|
|
2729
|
+
export interface SessionNetworkConfiguration {
|
|
2730
|
+
/** Network status for the sessions. */
|
|
2731
|
+
status?: SessionNetworkStatus;
|
|
2732
|
+
}
|
|
2733
|
+
/** Container App session pool updatable properties. */
|
|
2734
|
+
export interface SessionPoolUpdatableProperties {
|
|
2735
|
+
/** The scale configuration of the session pool. */
|
|
2736
|
+
scaleConfiguration?: ScaleConfiguration;
|
|
2737
|
+
/** The secrets of the session pool. */
|
|
2738
|
+
secrets?: SessionPoolSecret[];
|
|
2739
|
+
/** The pool configuration if the poolManagementType is dynamic. */
|
|
2740
|
+
dynamicPoolConfiguration?: DynamicPoolConfiguration;
|
|
2741
|
+
/** The custom container configuration if the containerType is CustomContainer. */
|
|
2742
|
+
customContainerTemplate?: CustomContainerTemplate;
|
|
2743
|
+
/** The network configuration of the sessions in the session pool. */
|
|
2744
|
+
sessionNetworkConfiguration?: SessionNetworkConfiguration;
|
|
1815
2745
|
}
|
|
1816
2746
|
/** SourceControl collection ARM resource. */
|
|
1817
2747
|
export interface SourceControlCollection {
|
|
@@ -1831,6 +2761,8 @@ export interface GithubActionConfiguration {
|
|
|
1831
2761
|
azureCredentials?: AzureCredentials;
|
|
1832
2762
|
/** Context path */
|
|
1833
2763
|
contextPath?: string;
|
|
2764
|
+
/** Dockerfile path */
|
|
2765
|
+
dockerfilePath?: string;
|
|
1834
2766
|
/** One time Github PAT to configure github environment */
|
|
1835
2767
|
githubPersonalAccessToken?: string;
|
|
1836
2768
|
/** Image name */
|
|
@@ -1843,6 +2775,8 @@ export interface GithubActionConfiguration {
|
|
|
1843
2775
|
runtimeStack?: string;
|
|
1844
2776
|
/** Runtime version */
|
|
1845
2777
|
runtimeVersion?: string;
|
|
2778
|
+
/** List of environment variables to be passed to the build. */
|
|
2779
|
+
buildEnvironmentVariables?: EnvironmentVariable[];
|
|
1846
2780
|
}
|
|
1847
2781
|
/** Container App registry information. */
|
|
1848
2782
|
export interface RegistryInfo {
|
|
@@ -1890,6 +2824,27 @@ export interface UsageName {
|
|
|
1890
2824
|
/** The localized name of the resource. */
|
|
1891
2825
|
localizedValue?: string;
|
|
1892
2826
|
}
|
|
2827
|
+
/** Spring Cloud Gateway route definition */
|
|
2828
|
+
export interface ScgRoute {
|
|
2829
|
+
/** Id of the route */
|
|
2830
|
+
id: string;
|
|
2831
|
+
/** Uri of the route */
|
|
2832
|
+
uri: string;
|
|
2833
|
+
/** Predicates of the route */
|
|
2834
|
+
predicates?: string[];
|
|
2835
|
+
/** Filters of the route */
|
|
2836
|
+
filters?: string[];
|
|
2837
|
+
/** Order of the route */
|
|
2838
|
+
order?: number;
|
|
2839
|
+
}
|
|
2840
|
+
/** Container App Ingress configuration. */
|
|
2841
|
+
export interface JavaComponentIngress {
|
|
2842
|
+
/**
|
|
2843
|
+
* Hostname of the Java Component endpoint
|
|
2844
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2845
|
+
*/
|
|
2846
|
+
readonly fqdn?: string;
|
|
2847
|
+
}
|
|
1893
2848
|
/** Container App executions names list. */
|
|
1894
2849
|
export interface JobExecutionNamesCollection {
|
|
1895
2850
|
/** Collection of resources. */
|
|
@@ -1907,6 +2862,38 @@ export interface TrackedResource extends Resource {
|
|
|
1907
2862
|
/** The geo-location where the resource lives */
|
|
1908
2863
|
location: string;
|
|
1909
2864
|
}
|
|
2865
|
+
/** The Private Endpoint Connection resource. */
|
|
2866
|
+
export interface PrivateEndpointConnection extends Resource {
|
|
2867
|
+
/**
|
|
2868
|
+
* The group ids for the private endpoint resource.
|
|
2869
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2870
|
+
*/
|
|
2871
|
+
readonly groupIds?: string[];
|
|
2872
|
+
/** The resource of private end point. */
|
|
2873
|
+
privateEndpoint?: PrivateEndpoint;
|
|
2874
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
2875
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
2876
|
+
/**
|
|
2877
|
+
* The provisioning state of the private endpoint connection resource.
|
|
2878
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2879
|
+
*/
|
|
2880
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
2881
|
+
}
|
|
2882
|
+
/** A private link resource */
|
|
2883
|
+
export interface PrivateLinkResource extends Resource {
|
|
2884
|
+
/**
|
|
2885
|
+
* The private link resource group id.
|
|
2886
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2887
|
+
*/
|
|
2888
|
+
readonly groupId?: string;
|
|
2889
|
+
/**
|
|
2890
|
+
* The private link resource required member names.
|
|
2891
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2892
|
+
*/
|
|
2893
|
+
readonly requiredMembers?: string[];
|
|
2894
|
+
/** The private link resource private link DNS zone name. */
|
|
2895
|
+
requiredZoneNames?: string[];
|
|
2896
|
+
}
|
|
1910
2897
|
/** Container App init container definition */
|
|
1911
2898
|
export interface InitContainer extends BaseContainer {
|
|
1912
2899
|
}
|
|
@@ -1915,6 +2902,56 @@ export interface Container extends BaseContainer {
|
|
|
1915
2902
|
/** List of probes for the container. */
|
|
1916
2903
|
probes?: ContainerAppProbe[];
|
|
1917
2904
|
}
|
|
2905
|
+
/** Spring Cloud Gateway properties. */
|
|
2906
|
+
export interface SpringCloudGatewayComponent extends JavaComponentProperties {
|
|
2907
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2908
|
+
componentType: "SpringCloudGateway";
|
|
2909
|
+
/** Java Component Ingress configurations. */
|
|
2910
|
+
ingress?: JavaComponentIngress;
|
|
2911
|
+
/** Gateway route definition */
|
|
2912
|
+
springCloudGatewayRoutes?: ScgRoute[];
|
|
2913
|
+
}
|
|
2914
|
+
/** Spring Boot Admin properties. */
|
|
2915
|
+
export interface SpringBootAdminComponent extends JavaComponentProperties {
|
|
2916
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2917
|
+
componentType: "SpringBootAdmin";
|
|
2918
|
+
/** Java Component Ingress configurations. */
|
|
2919
|
+
ingress?: JavaComponentIngress;
|
|
2920
|
+
}
|
|
2921
|
+
/** Nacos properties. */
|
|
2922
|
+
export interface NacosComponent extends JavaComponentProperties {
|
|
2923
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2924
|
+
componentType: "Nacos";
|
|
2925
|
+
/** Java Component Ingress configurations. */
|
|
2926
|
+
ingress?: JavaComponentIngress;
|
|
2927
|
+
}
|
|
2928
|
+
/** Spring Cloud Eureka properties. */
|
|
2929
|
+
export interface SpringCloudEurekaComponent extends JavaComponentProperties {
|
|
2930
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2931
|
+
componentType: "SpringCloudEureka";
|
|
2932
|
+
/** Java Component Ingress configurations. */
|
|
2933
|
+
ingress?: JavaComponentIngress;
|
|
2934
|
+
}
|
|
2935
|
+
/** Spring Cloud Config properties. */
|
|
2936
|
+
export interface SpringCloudConfigComponent extends JavaComponentProperties {
|
|
2937
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2938
|
+
componentType: "SpringCloudConfig";
|
|
2939
|
+
}
|
|
2940
|
+
/** Configuration to setup App Resiliency */
|
|
2941
|
+
export interface AppResiliency extends ProxyResource {
|
|
2942
|
+
/** Policy to set request timeouts */
|
|
2943
|
+
timeoutPolicy?: TimeoutPolicy;
|
|
2944
|
+
/** Policy that defines http request retry conditions */
|
|
2945
|
+
httpRetryPolicy?: HttpRetryPolicy;
|
|
2946
|
+
/** Policy that defines tcp request retry conditions */
|
|
2947
|
+
tcpRetryPolicy?: TcpRetryPolicy;
|
|
2948
|
+
/** Policy that defines circuit breaker conditions */
|
|
2949
|
+
circuitBreakerPolicy?: CircuitBreakerPolicy;
|
|
2950
|
+
/** Defines parameters for http connection pooling */
|
|
2951
|
+
httpConnectionPool?: HttpConnectionPool;
|
|
2952
|
+
/** Defines parameters for tcp connection pooling */
|
|
2953
|
+
tcpConnectionPool?: TcpConnectionPool;
|
|
2954
|
+
}
|
|
1918
2955
|
/** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */
|
|
1919
2956
|
export interface AuthConfig extends ProxyResource {
|
|
1920
2957
|
/** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */
|
|
@@ -1937,12 +2974,37 @@ export interface AvailableWorkloadProfile extends ProxyResource {
|
|
|
1937
2974
|
/** Revision resource specific properties */
|
|
1938
2975
|
properties?: AvailableWorkloadProfileProperties;
|
|
1939
2976
|
}
|
|
1940
|
-
/**
|
|
1941
|
-
export interface
|
|
1942
|
-
/**
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
2977
|
+
/** Information pertaining to an individual build. */
|
|
2978
|
+
export interface BuildResource extends ProxyResource {
|
|
2979
|
+
/**
|
|
2980
|
+
* Build provisioning state.
|
|
2981
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2982
|
+
*/
|
|
2983
|
+
readonly provisioningState?: BuildProvisioningState;
|
|
2984
|
+
/**
|
|
2985
|
+
* Status of the build once it has been provisioned.
|
|
2986
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2987
|
+
*/
|
|
2988
|
+
readonly buildStatus?: BuildStatus;
|
|
2989
|
+
/** Container registry that the final image will be uploaded to. */
|
|
2990
|
+
destinationContainerRegistry?: ContainerRegistryWithCustomImage;
|
|
2991
|
+
/** Configuration of the build. */
|
|
2992
|
+
configuration?: BuildConfiguration;
|
|
2993
|
+
/**
|
|
2994
|
+
* Endpoint to which the source code should be uploaded.
|
|
2995
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2996
|
+
*/
|
|
2997
|
+
readonly uploadEndpoint?: string;
|
|
2998
|
+
/**
|
|
2999
|
+
* Endpoint from which the build logs can be streamed.
|
|
3000
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3001
|
+
*/
|
|
3002
|
+
readonly logStreamEndpoint?: string;
|
|
3003
|
+
/**
|
|
3004
|
+
* Endpoint to use to retrieve an authentication token for log streaming and uploading source code.
|
|
3005
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3006
|
+
*/
|
|
3007
|
+
readonly tokenEndpoint?: string;
|
|
1946
3008
|
}
|
|
1947
3009
|
/** Dapr Component. */
|
|
1948
3010
|
export interface DaprComponent extends ProxyResource {
|
|
@@ -1962,12 +3024,50 @@ export interface DaprComponent extends ProxyResource {
|
|
|
1962
3024
|
metadata?: DaprMetadata[];
|
|
1963
3025
|
/** Names of container apps that can use this Dapr component */
|
|
1964
3026
|
scopes?: string[];
|
|
3027
|
+
/** List of container app services that are bound to the Dapr component */
|
|
3028
|
+
serviceComponentBind?: DaprComponentServiceBinding[];
|
|
1965
3029
|
}
|
|
1966
3030
|
/** Storage resource for connectedEnvironment. */
|
|
1967
3031
|
export interface ConnectedEnvironmentStorage extends ProxyResource {
|
|
1968
3032
|
/** Storage properties */
|
|
1969
3033
|
properties?: ConnectedEnvironmentStorageProperties;
|
|
1970
3034
|
}
|
|
3035
|
+
/** Information pertaining to an individual build. */
|
|
3036
|
+
export interface ContainerAppsBuildResource extends ProxyResource {
|
|
3037
|
+
/**
|
|
3038
|
+
* Build provisioning state.
|
|
3039
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3040
|
+
*/
|
|
3041
|
+
readonly provisioningState?: BuildProvisioningState;
|
|
3042
|
+
/**
|
|
3043
|
+
* Status of the build once it has been provisioned.
|
|
3044
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3045
|
+
*/
|
|
3046
|
+
readonly buildStatus?: BuildStatus;
|
|
3047
|
+
/**
|
|
3048
|
+
* Container registry that the final image will be uploaded to.
|
|
3049
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3050
|
+
*/
|
|
3051
|
+
readonly destinationContainerRegistry?: ContainerRegistryWithCustomImage;
|
|
3052
|
+
/**
|
|
3053
|
+
* Configuration of the build.
|
|
3054
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3055
|
+
*/
|
|
3056
|
+
readonly configuration?: ContainerAppsBuildConfiguration;
|
|
3057
|
+
/**
|
|
3058
|
+
* Endpoint from which the build logs can be streamed.
|
|
3059
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3060
|
+
*/
|
|
3061
|
+
readonly logStreamEndpoint?: string;
|
|
3062
|
+
}
|
|
3063
|
+
/** Container App Patch */
|
|
3064
|
+
export interface ContainerAppsPatchResource extends ProxyResource {
|
|
3065
|
+
/**
|
|
3066
|
+
* Properties that describes current states of the patch resource.
|
|
3067
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3068
|
+
*/
|
|
3069
|
+
readonly properties?: PatchProperties;
|
|
3070
|
+
}
|
|
1971
3071
|
/** Container App Revision. */
|
|
1972
3072
|
export interface Revision extends ProxyResource {
|
|
1973
3073
|
/**
|
|
@@ -2056,11 +3156,61 @@ export interface Diagnostics extends ProxyResource {
|
|
|
2056
3156
|
/** Diagnostics resource specific properties */
|
|
2057
3157
|
properties?: DiagnosticsProperties;
|
|
2058
3158
|
}
|
|
3159
|
+
/** .NET Component. */
|
|
3160
|
+
export interface DotNetComponent extends ProxyResource {
|
|
3161
|
+
/** Type of the .NET Component. */
|
|
3162
|
+
componentType?: DotNetComponentType;
|
|
3163
|
+
/**
|
|
3164
|
+
* Provisioning state of the .NET Component.
|
|
3165
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3166
|
+
*/
|
|
3167
|
+
readonly provisioningState?: DotNetComponentProvisioningState;
|
|
3168
|
+
/** List of .NET Components configuration properties */
|
|
3169
|
+
configurations?: DotNetComponentConfigurationProperty[];
|
|
3170
|
+
/** List of .NET Components that are bound to the .NET component */
|
|
3171
|
+
serviceBinds?: DotNetComponentServiceBind[];
|
|
3172
|
+
}
|
|
3173
|
+
/** Java Component. */
|
|
3174
|
+
export interface JavaComponent extends ProxyResource {
|
|
3175
|
+
/** Java Component resource specific properties */
|
|
3176
|
+
properties?: JavaComponentPropertiesUnion;
|
|
3177
|
+
}
|
|
3178
|
+
/** A logic app extension resource */
|
|
3179
|
+
export interface LogicApp extends ProxyResource {
|
|
3180
|
+
/** The resource-specific properties for this resource. */
|
|
3181
|
+
properties?: Record<string, unknown>;
|
|
3182
|
+
}
|
|
2059
3183
|
/** Collection of all the workload Profile States for a Managed Environment.. */
|
|
2060
3184
|
export interface WorkloadProfileStates extends ProxyResource {
|
|
2061
3185
|
/** Workload Profile resource specific properties. */
|
|
2062
3186
|
properties?: WorkloadProfileStatesProperties;
|
|
2063
3187
|
}
|
|
3188
|
+
/** Dapr Component Resiliency Policy. */
|
|
3189
|
+
export interface DaprComponentResiliencyPolicy extends ProxyResource {
|
|
3190
|
+
/** The optional inbound component resiliency policy configuration */
|
|
3191
|
+
inboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
|
|
3192
|
+
/** The optional outbound component resiliency policy configuration */
|
|
3193
|
+
outboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
|
|
3194
|
+
}
|
|
3195
|
+
/** Dapr PubSub Event Subscription. */
|
|
3196
|
+
export interface DaprSubscription extends ProxyResource {
|
|
3197
|
+
/** Dapr PubSub component name */
|
|
3198
|
+
pubsubName?: string;
|
|
3199
|
+
/** Topic name */
|
|
3200
|
+
topic?: string;
|
|
3201
|
+
/** Deadletter topic name */
|
|
3202
|
+
deadLetterTopic?: string;
|
|
3203
|
+
/** Subscription routes */
|
|
3204
|
+
routes?: DaprSubscriptionRoutes;
|
|
3205
|
+
/** Application scopes to restrict the subscription to specific apps. */
|
|
3206
|
+
scopes?: string[];
|
|
3207
|
+
/** Subscription metadata */
|
|
3208
|
+
metadata?: {
|
|
3209
|
+
[propertyName: string]: string;
|
|
3210
|
+
};
|
|
3211
|
+
/** Bulk subscription options */
|
|
3212
|
+
bulkSubscribe?: DaprSubscriptionBulkSubscribeOptions;
|
|
3213
|
+
}
|
|
2064
3214
|
/** Storage resource for managedEnvironment. */
|
|
2065
3215
|
export interface ManagedEnvironmentStorage extends ProxyResource {
|
|
2066
3216
|
/** Storage properties */
|
|
@@ -2084,6 +3234,20 @@ export interface SourceControl extends ProxyResource {
|
|
|
2084
3234
|
*/
|
|
2085
3235
|
githubActionConfiguration?: GithubActionConfiguration;
|
|
2086
3236
|
}
|
|
3237
|
+
/** Information about the SourceToCloud builder resource. */
|
|
3238
|
+
export interface BuilderResource extends TrackedResource {
|
|
3239
|
+
/** The managed service identities assigned to this resource. */
|
|
3240
|
+
identity?: ManagedServiceIdentity;
|
|
3241
|
+
/**
|
|
3242
|
+
* Provisioning state of a builder resource.
|
|
3243
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3244
|
+
*/
|
|
3245
|
+
readonly provisioningState?: BuilderProvisioningState;
|
|
3246
|
+
/** Resource ID of the container apps environment that the builder is associated with. */
|
|
3247
|
+
environmentId?: string;
|
|
3248
|
+
/** List of mappings of container registries and the managed identity used to connect to it. */
|
|
3249
|
+
containerRegistries?: ContainerRegistry[];
|
|
3250
|
+
}
|
|
2087
3251
|
/** An environment for Kubernetes cluster specialized for web workloads by Azure App Service */
|
|
2088
3252
|
export interface ConnectedEnvironment extends TrackedResource {
|
|
2089
3253
|
/** The complex type of the extended location. */
|
|
@@ -2123,17 +3287,26 @@ export interface ContainerApp extends TrackedResource {
|
|
|
2123
3287
|
identity?: ManagedServiceIdentity;
|
|
2124
3288
|
/** The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. */
|
|
2125
3289
|
managedBy?: string;
|
|
3290
|
+
/** Metadata used to render different experiences for resources of the same type; e.g. WorkflowApp is a kind of Microsoft.App/ContainerApps type. If supported, the resource provider must validate and persist this value. */
|
|
3291
|
+
kind?: Kind;
|
|
2126
3292
|
/**
|
|
2127
3293
|
* Provisioning state of the Container App.
|
|
2128
3294
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2129
3295
|
*/
|
|
2130
3296
|
readonly provisioningState?: ContainerAppProvisioningState;
|
|
3297
|
+
/**
|
|
3298
|
+
* Any errors that occurred during deployment
|
|
3299
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3300
|
+
*/
|
|
3301
|
+
readonly deploymentErrors?: string;
|
|
2131
3302
|
/** Deprecated. Resource ID of the Container App's environment. */
|
|
2132
3303
|
managedEnvironmentId?: string;
|
|
2133
3304
|
/** Resource ID of environment. */
|
|
2134
3305
|
environmentId?: string;
|
|
2135
3306
|
/** Workload profile name to pin for container app execution. */
|
|
2136
3307
|
workloadProfileName?: string;
|
|
3308
|
+
/** Container App auto patch configuration. */
|
|
3309
|
+
patchingConfiguration?: ContainerAppPropertiesPatchingConfiguration;
|
|
2137
3310
|
/**
|
|
2138
3311
|
* Name of the latest revision of the Container App.
|
|
2139
3312
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2186,6 +3359,8 @@ export interface ContainerAppAuthToken extends TrackedResource {
|
|
|
2186
3359
|
export interface ManagedEnvironment extends TrackedResource {
|
|
2187
3360
|
/** Kind of the Environment. */
|
|
2188
3361
|
kind?: string;
|
|
3362
|
+
/** Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code. */
|
|
3363
|
+
identity?: ManagedServiceIdentity;
|
|
2189
3364
|
/**
|
|
2190
3365
|
* Provisioning state of the Environment.
|
|
2191
3366
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2218,6 +3393,10 @@ export interface ManagedEnvironment extends TrackedResource {
|
|
|
2218
3393
|
* supported
|
|
2219
3394
|
*/
|
|
2220
3395
|
appLogsConfiguration?: AppLogsConfiguration;
|
|
3396
|
+
/** Environment level Application Insights configuration */
|
|
3397
|
+
appInsightsConfiguration?: AppInsightsConfiguration;
|
|
3398
|
+
/** Environment Open Telemetry configuration */
|
|
3399
|
+
openTelemetryConfiguration?: OpenTelemetryConfiguration;
|
|
2221
3400
|
/** Whether or not this Managed Environment is zone-redundant. */
|
|
2222
3401
|
zoneRedundant?: boolean;
|
|
2223
3402
|
/** Custom domain configuration for the environment */
|
|
@@ -2239,9 +3418,18 @@ export interface ManagedEnvironment extends TrackedResource {
|
|
|
2239
3418
|
peerAuthentication?: ManagedEnvironmentPropertiesPeerAuthentication;
|
|
2240
3419
|
/** Peer traffic settings for the Managed Environment */
|
|
2241
3420
|
peerTrafficConfiguration?: ManagedEnvironmentPropertiesPeerTrafficConfiguration;
|
|
3421
|
+
/**
|
|
3422
|
+
* Private endpoint connections to the resource.
|
|
3423
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3424
|
+
*/
|
|
3425
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
3426
|
+
/** Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'. */
|
|
3427
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
2242
3428
|
}
|
|
2243
3429
|
/** Container App Job */
|
|
2244
3430
|
export interface Job extends TrackedResource {
|
|
3431
|
+
/** The complex type of the extended location. */
|
|
3432
|
+
extendedLocation?: ExtendedLocation;
|
|
2245
3433
|
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
2246
3434
|
identity?: ManagedServiceIdentity;
|
|
2247
3435
|
/**
|
|
@@ -2249,6 +3437,11 @@ export interface Job extends TrackedResource {
|
|
|
2249
3437
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2250
3438
|
*/
|
|
2251
3439
|
readonly provisioningState?: JobProvisioningState;
|
|
3440
|
+
/**
|
|
3441
|
+
* Current running state of the job
|
|
3442
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3443
|
+
*/
|
|
3444
|
+
readonly runningState?: JobRunningState;
|
|
2252
3445
|
/** Resource ID of environment. */
|
|
2253
3446
|
environmentId?: string;
|
|
2254
3447
|
/** Workload profile name to pin for container apps job execution. */
|
|
@@ -2286,6 +3479,60 @@ export interface EnvironmentAuthToken extends TrackedResource {
|
|
|
2286
3479
|
*/
|
|
2287
3480
|
readonly expires?: Date;
|
|
2288
3481
|
}
|
|
3482
|
+
/** Container App session pool. */
|
|
3483
|
+
export interface SessionPool extends TrackedResource {
|
|
3484
|
+
/** Resource ID of the session pool's environment. */
|
|
3485
|
+
environmentId?: string;
|
|
3486
|
+
/** The container type of the sessions. */
|
|
3487
|
+
containerType?: ContainerType;
|
|
3488
|
+
/** The pool management type of the session pool. */
|
|
3489
|
+
poolManagementType?: PoolManagementType;
|
|
3490
|
+
/**
|
|
3491
|
+
* The number of nodes the session pool is using.
|
|
3492
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3493
|
+
*/
|
|
3494
|
+
readonly nodeCount?: number;
|
|
3495
|
+
/** The scale configuration of the session pool. */
|
|
3496
|
+
scaleConfiguration?: ScaleConfiguration;
|
|
3497
|
+
/** The secrets of the session pool. */
|
|
3498
|
+
secrets?: SessionPoolSecret[];
|
|
3499
|
+
/** The pool configuration if the poolManagementType is dynamic. */
|
|
3500
|
+
dynamicPoolConfiguration?: DynamicPoolConfiguration;
|
|
3501
|
+
/** The custom container configuration if the containerType is CustomContainer. */
|
|
3502
|
+
customContainerTemplate?: CustomContainerTemplate;
|
|
3503
|
+
/** The network configuration of the sessions in the session pool. */
|
|
3504
|
+
sessionNetworkConfiguration?: SessionNetworkConfiguration;
|
|
3505
|
+
/**
|
|
3506
|
+
* The endpoint to manage the pool.
|
|
3507
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3508
|
+
*/
|
|
3509
|
+
readonly poolManagementEndpoint?: string;
|
|
3510
|
+
/**
|
|
3511
|
+
* Provisioning state of the session pool.
|
|
3512
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3513
|
+
*/
|
|
3514
|
+
readonly provisioningState?: SessionPoolProvisioningState;
|
|
3515
|
+
}
|
|
3516
|
+
/** Defines headers for Builders_createOrUpdate operation. */
|
|
3517
|
+
export interface BuildersCreateOrUpdateHeaders {
|
|
3518
|
+
azureAsyncOperation?: string;
|
|
3519
|
+
}
|
|
3520
|
+
/** Defines headers for Builders_update operation. */
|
|
3521
|
+
export interface BuildersUpdateHeaders {
|
|
3522
|
+
location?: string;
|
|
3523
|
+
}
|
|
3524
|
+
/** Defines headers for Builders_delete operation. */
|
|
3525
|
+
export interface BuildersDeleteHeaders {
|
|
3526
|
+
location?: string;
|
|
3527
|
+
}
|
|
3528
|
+
/** Defines headers for Builds_createOrUpdate operation. */
|
|
3529
|
+
export interface BuildsCreateOrUpdateHeaders {
|
|
3530
|
+
azureAsyncOperation?: string;
|
|
3531
|
+
}
|
|
3532
|
+
/** Defines headers for Builds_delete operation. */
|
|
3533
|
+
export interface BuildsDeleteHeaders {
|
|
3534
|
+
location?: string;
|
|
3535
|
+
}
|
|
2289
3536
|
/** Defines headers for ConnectedEnvironments_delete operation. */
|
|
2290
3537
|
export interface ConnectedEnvironmentsDeleteHeaders {
|
|
2291
3538
|
location?: string;
|
|
@@ -2306,6 +3553,23 @@ export interface ContainerAppsStartHeaders {
|
|
|
2306
3553
|
export interface ContainerAppsStopHeaders {
|
|
2307
3554
|
location?: string;
|
|
2308
3555
|
}
|
|
3556
|
+
/** Defines headers for ContainerAppsBuilds_delete operation. */
|
|
3557
|
+
export interface ContainerAppsBuildsDeleteHeaders {
|
|
3558
|
+
location?: string;
|
|
3559
|
+
}
|
|
3560
|
+
/** Defines headers for ContainerAppsPatches_delete operation. */
|
|
3561
|
+
export interface ContainerAppsPatchesDeleteHeaders {
|
|
3562
|
+
location?: string;
|
|
3563
|
+
}
|
|
3564
|
+
/** Defines headers for ContainerAppsPatches_skipConfigure operation. */
|
|
3565
|
+
export interface ContainerAppsPatchesSkipConfigureHeaders {
|
|
3566
|
+
location?: string;
|
|
3567
|
+
}
|
|
3568
|
+
/** Defines headers for ContainerAppsPatches_apply operation. */
|
|
3569
|
+
export interface ContainerAppsPatchesApplyHeaders {
|
|
3570
|
+
azureAsyncOperation?: string;
|
|
3571
|
+
location?: string;
|
|
3572
|
+
}
|
|
2309
3573
|
/** Defines headers for Jobs_delete operation. */
|
|
2310
3574
|
export interface JobsDeleteHeaders {
|
|
2311
3575
|
location?: string;
|
|
@@ -2326,6 +3590,44 @@ export interface JobsStopExecutionHeaders {
|
|
|
2326
3590
|
export interface JobsStopMultipleExecutionsHeaders {
|
|
2327
3591
|
location?: string;
|
|
2328
3592
|
}
|
|
3593
|
+
/** Defines headers for Jobs_resume operation. */
|
|
3594
|
+
export interface JobsResumeHeaders {
|
|
3595
|
+
azureAsyncOperation?: string;
|
|
3596
|
+
location?: string;
|
|
3597
|
+
}
|
|
3598
|
+
/** Defines headers for Jobs_suspend operation. */
|
|
3599
|
+
export interface JobsSuspendHeaders {
|
|
3600
|
+
azureAsyncOperation?: string;
|
|
3601
|
+
location?: string;
|
|
3602
|
+
}
|
|
3603
|
+
/** Defines headers for DotNetComponents_update operation. */
|
|
3604
|
+
export interface DotNetComponentsUpdateHeaders {
|
|
3605
|
+
location?: string;
|
|
3606
|
+
}
|
|
3607
|
+
/** Defines headers for DotNetComponents_delete operation. */
|
|
3608
|
+
export interface DotNetComponentsDeleteHeaders {
|
|
3609
|
+
location?: string;
|
|
3610
|
+
}
|
|
3611
|
+
/** Defines headers for JavaComponents_update operation. */
|
|
3612
|
+
export interface JavaComponentsUpdateHeaders {
|
|
3613
|
+
location?: string;
|
|
3614
|
+
}
|
|
3615
|
+
/** Defines headers for JavaComponents_delete operation. */
|
|
3616
|
+
export interface JavaComponentsDeleteHeaders {
|
|
3617
|
+
location?: string;
|
|
3618
|
+
}
|
|
3619
|
+
/** Defines headers for ManagedEnvironmentPrivateEndpointConnections_delete operation. */
|
|
3620
|
+
export interface ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders {
|
|
3621
|
+
location?: string;
|
|
3622
|
+
}
|
|
3623
|
+
/** Defines headers for ContainerAppsSessionPools_update operation. */
|
|
3624
|
+
export interface ContainerAppsSessionPoolsUpdateHeaders {
|
|
3625
|
+
location?: string;
|
|
3626
|
+
}
|
|
3627
|
+
/** Defines headers for ContainerAppsSessionPools_delete operation. */
|
|
3628
|
+
export interface ContainerAppsSessionPoolsDeleteHeaders {
|
|
3629
|
+
location?: string;
|
|
3630
|
+
}
|
|
2329
3631
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
2330
3632
|
export declare enum KnownCreatedByType {
|
|
2331
3633
|
/** User */
|
|
@@ -2364,28 +3666,131 @@ export declare enum KnownApplicability {
|
|
|
2364
3666
|
* **Custom**
|
|
2365
3667
|
*/
|
|
2366
3668
|
export type Applicability = string;
|
|
2367
|
-
/** Known values of {@link
|
|
2368
|
-
export declare enum
|
|
2369
|
-
/** CustomLocation */
|
|
2370
|
-
CustomLocation = "CustomLocation"
|
|
2371
|
-
}
|
|
2372
|
-
/**
|
|
2373
|
-
* Defines values for ExtendedLocationTypes. \
|
|
2374
|
-
* {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,
|
|
2375
|
-
* this enum contains the known values that the service supports.
|
|
2376
|
-
* ### Known values supported by the service
|
|
2377
|
-
* **CustomLocation**
|
|
2378
|
-
*/
|
|
2379
|
-
export type ExtendedLocationTypes = string;
|
|
2380
|
-
/** Known values of {@link ConnectedEnvironmentProvisioningState} that the service accepts. */
|
|
2381
|
-
export declare enum KnownConnectedEnvironmentProvisioningState {
|
|
3669
|
+
/** Known values of {@link BuilderProvisioningState} that the service accepts. */
|
|
3670
|
+
export declare enum KnownBuilderProvisioningState {
|
|
2382
3671
|
/** Succeeded */
|
|
2383
3672
|
Succeeded = "Succeeded",
|
|
2384
3673
|
/** Failed */
|
|
2385
3674
|
Failed = "Failed",
|
|
2386
3675
|
/** Canceled */
|
|
2387
3676
|
Canceled = "Canceled",
|
|
2388
|
-
/**
|
|
3677
|
+
/** Creating */
|
|
3678
|
+
Creating = "Creating",
|
|
3679
|
+
/** Updating */
|
|
3680
|
+
Updating = "Updating",
|
|
3681
|
+
/** Deleting */
|
|
3682
|
+
Deleting = "Deleting"
|
|
3683
|
+
}
|
|
3684
|
+
/**
|
|
3685
|
+
* Defines values for BuilderProvisioningState. \
|
|
3686
|
+
* {@link KnownBuilderProvisioningState} can be used interchangeably with BuilderProvisioningState,
|
|
3687
|
+
* this enum contains the known values that the service supports.
|
|
3688
|
+
* ### Known values supported by the service
|
|
3689
|
+
* **Succeeded** \
|
|
3690
|
+
* **Failed** \
|
|
3691
|
+
* **Canceled** \
|
|
3692
|
+
* **Creating** \
|
|
3693
|
+
* **Updating** \
|
|
3694
|
+
* **Deleting**
|
|
3695
|
+
*/
|
|
3696
|
+
export type BuilderProvisioningState = string;
|
|
3697
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
3698
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
3699
|
+
/** None */
|
|
3700
|
+
None = "None",
|
|
3701
|
+
/** SystemAssigned */
|
|
3702
|
+
SystemAssigned = "SystemAssigned",
|
|
3703
|
+
/** UserAssigned */
|
|
3704
|
+
UserAssigned = "UserAssigned",
|
|
3705
|
+
/** SystemAssignedUserAssigned */
|
|
3706
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
3707
|
+
}
|
|
3708
|
+
/**
|
|
3709
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
3710
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
3711
|
+
* this enum contains the known values that the service supports.
|
|
3712
|
+
* ### Known values supported by the service
|
|
3713
|
+
* **None** \
|
|
3714
|
+
* **SystemAssigned** \
|
|
3715
|
+
* **UserAssigned** \
|
|
3716
|
+
* **SystemAssigned,UserAssigned**
|
|
3717
|
+
*/
|
|
3718
|
+
export type ManagedServiceIdentityType = string;
|
|
3719
|
+
/** Known values of {@link BuildProvisioningState} that the service accepts. */
|
|
3720
|
+
export declare enum KnownBuildProvisioningState {
|
|
3721
|
+
/** Succeeded */
|
|
3722
|
+
Succeeded = "Succeeded",
|
|
3723
|
+
/** Failed */
|
|
3724
|
+
Failed = "Failed",
|
|
3725
|
+
/** Canceled */
|
|
3726
|
+
Canceled = "Canceled",
|
|
3727
|
+
/** Creating */
|
|
3728
|
+
Creating = "Creating",
|
|
3729
|
+
/** Updating */
|
|
3730
|
+
Updating = "Updating",
|
|
3731
|
+
/** Deleting */
|
|
3732
|
+
Deleting = "Deleting"
|
|
3733
|
+
}
|
|
3734
|
+
/**
|
|
3735
|
+
* Defines values for BuildProvisioningState. \
|
|
3736
|
+
* {@link KnownBuildProvisioningState} can be used interchangeably with BuildProvisioningState,
|
|
3737
|
+
* this enum contains the known values that the service supports.
|
|
3738
|
+
* ### Known values supported by the service
|
|
3739
|
+
* **Succeeded** \
|
|
3740
|
+
* **Failed** \
|
|
3741
|
+
* **Canceled** \
|
|
3742
|
+
* **Creating** \
|
|
3743
|
+
* **Updating** \
|
|
3744
|
+
* **Deleting**
|
|
3745
|
+
*/
|
|
3746
|
+
export type BuildProvisioningState = string;
|
|
3747
|
+
/** Known values of {@link BuildStatus} that the service accepts. */
|
|
3748
|
+
export declare enum KnownBuildStatus {
|
|
3749
|
+
/** NotStarted */
|
|
3750
|
+
NotStarted = "NotStarted",
|
|
3751
|
+
/** InProgress */
|
|
3752
|
+
InProgress = "InProgress",
|
|
3753
|
+
/** Succeeded */
|
|
3754
|
+
Succeeded = "Succeeded",
|
|
3755
|
+
/** Canceled */
|
|
3756
|
+
Canceled = "Canceled",
|
|
3757
|
+
/** Failed */
|
|
3758
|
+
Failed = "Failed"
|
|
3759
|
+
}
|
|
3760
|
+
/**
|
|
3761
|
+
* Defines values for BuildStatus. \
|
|
3762
|
+
* {@link KnownBuildStatus} can be used interchangeably with BuildStatus,
|
|
3763
|
+
* this enum contains the known values that the service supports.
|
|
3764
|
+
* ### Known values supported by the service
|
|
3765
|
+
* **NotStarted** \
|
|
3766
|
+
* **InProgress** \
|
|
3767
|
+
* **Succeeded** \
|
|
3768
|
+
* **Canceled** \
|
|
3769
|
+
* **Failed**
|
|
3770
|
+
*/
|
|
3771
|
+
export type BuildStatus = string;
|
|
3772
|
+
/** Known values of {@link ExtendedLocationTypes} that the service accepts. */
|
|
3773
|
+
export declare enum KnownExtendedLocationTypes {
|
|
3774
|
+
/** CustomLocation */
|
|
3775
|
+
CustomLocation = "CustomLocation"
|
|
3776
|
+
}
|
|
3777
|
+
/**
|
|
3778
|
+
* Defines values for ExtendedLocationTypes. \
|
|
3779
|
+
* {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,
|
|
3780
|
+
* this enum contains the known values that the service supports.
|
|
3781
|
+
* ### Known values supported by the service
|
|
3782
|
+
* **CustomLocation**
|
|
3783
|
+
*/
|
|
3784
|
+
export type ExtendedLocationTypes = string;
|
|
3785
|
+
/** Known values of {@link ConnectedEnvironmentProvisioningState} that the service accepts. */
|
|
3786
|
+
export declare enum KnownConnectedEnvironmentProvisioningState {
|
|
3787
|
+
/** Succeeded */
|
|
3788
|
+
Succeeded = "Succeeded",
|
|
3789
|
+
/** Failed */
|
|
3790
|
+
Failed = "Failed",
|
|
3791
|
+
/** Canceled */
|
|
3792
|
+
Canceled = "Canceled",
|
|
3793
|
+
/** Waiting */
|
|
2389
3794
|
Waiting = "Waiting",
|
|
2390
3795
|
/** InitializationInProgress */
|
|
2391
3796
|
InitializationInProgress = "InitializationInProgress",
|
|
@@ -2452,6 +3857,22 @@ export declare enum KnownCertificateProvisioningState {
|
|
|
2452
3857
|
* **Pending**
|
|
2453
3858
|
*/
|
|
2454
3859
|
export type CertificateProvisioningState = string;
|
|
3860
|
+
/** Known values of {@link CertificateType} that the service accepts. */
|
|
3861
|
+
export declare enum KnownCertificateType {
|
|
3862
|
+
/** ServerSSLCertificate */
|
|
3863
|
+
ServerSSLCertificate = "ServerSSLCertificate",
|
|
3864
|
+
/** ImagePullTrustedCA */
|
|
3865
|
+
ImagePullTrustedCA = "ImagePullTrustedCA"
|
|
3866
|
+
}
|
|
3867
|
+
/**
|
|
3868
|
+
* Defines values for CertificateType. \
|
|
3869
|
+
* {@link KnownCertificateType} can be used interchangeably with CertificateType,
|
|
3870
|
+
* this enum contains the known values that the service supports.
|
|
3871
|
+
* ### Known values supported by the service
|
|
3872
|
+
* **ServerSSLCertificate** \
|
|
3873
|
+
* **ImagePullTrustedCA**
|
|
3874
|
+
*/
|
|
3875
|
+
export type CertificateType = string;
|
|
2455
3876
|
/** Known values of {@link AccessMode} that the service accepts. */
|
|
2456
3877
|
export declare enum KnownAccessMode {
|
|
2457
3878
|
/** ReadOnly */
|
|
@@ -2468,28 +3889,19 @@ export declare enum KnownAccessMode {
|
|
|
2468
3889
|
* **ReadWrite**
|
|
2469
3890
|
*/
|
|
2470
3891
|
export type AccessMode = string;
|
|
2471
|
-
/** Known values of {@link
|
|
2472
|
-
export declare enum
|
|
2473
|
-
/**
|
|
2474
|
-
|
|
2475
|
-
/** SystemAssigned */
|
|
2476
|
-
SystemAssigned = "SystemAssigned",
|
|
2477
|
-
/** UserAssigned */
|
|
2478
|
-
UserAssigned = "UserAssigned",
|
|
2479
|
-
/** SystemAssignedUserAssigned */
|
|
2480
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
3892
|
+
/** Known values of {@link Kind} that the service accepts. */
|
|
3893
|
+
export declare enum KnownKind {
|
|
3894
|
+
/** Workflowapp */
|
|
3895
|
+
Workflowapp = "workflowapp"
|
|
2481
3896
|
}
|
|
2482
3897
|
/**
|
|
2483
|
-
* Defines values for
|
|
2484
|
-
* {@link
|
|
3898
|
+
* Defines values for Kind. \
|
|
3899
|
+
* {@link KnownKind} can be used interchangeably with Kind,
|
|
2485
3900
|
* this enum contains the known values that the service supports.
|
|
2486
3901
|
* ### Known values supported by the service
|
|
2487
|
-
* **
|
|
2488
|
-
* **SystemAssigned** \
|
|
2489
|
-
* **UserAssigned** \
|
|
2490
|
-
* **SystemAssigned,UserAssigned**
|
|
3902
|
+
* **workflowapp**
|
|
2491
3903
|
*/
|
|
2492
|
-
export type
|
|
3904
|
+
export type Kind = string;
|
|
2493
3905
|
/** Known values of {@link ContainerAppProvisioningState} that the service accepts. */
|
|
2494
3906
|
export declare enum KnownContainerAppProvisioningState {
|
|
2495
3907
|
/** InProgress */
|
|
@@ -2515,6 +3927,25 @@ export declare enum KnownContainerAppProvisioningState {
|
|
|
2515
3927
|
* **Deleting**
|
|
2516
3928
|
*/
|
|
2517
3929
|
export type ContainerAppProvisioningState = string;
|
|
3930
|
+
/** Known values of {@link PatchingMode} that the service accepts. */
|
|
3931
|
+
export declare enum KnownPatchingMode {
|
|
3932
|
+
/** Automatic */
|
|
3933
|
+
Automatic = "Automatic",
|
|
3934
|
+
/** Manual */
|
|
3935
|
+
Manual = "Manual",
|
|
3936
|
+
/** Disabled */
|
|
3937
|
+
Disabled = "Disabled"
|
|
3938
|
+
}
|
|
3939
|
+
/**
|
|
3940
|
+
* Defines values for PatchingMode. \
|
|
3941
|
+
* {@link KnownPatchingMode} can be used interchangeably with PatchingMode,
|
|
3942
|
+
* this enum contains the known values that the service supports.
|
|
3943
|
+
* ### Known values supported by the service
|
|
3944
|
+
* **Automatic** \
|
|
3945
|
+
* **Manual** \
|
|
3946
|
+
* **Disabled**
|
|
3947
|
+
*/
|
|
3948
|
+
export type PatchingMode = string;
|
|
2518
3949
|
/** Known values of {@link ActiveRevisionsMode} that the service accepts. */
|
|
2519
3950
|
export declare enum KnownActiveRevisionsMode {
|
|
2520
3951
|
/** Multiple */
|
|
@@ -2620,6 +4051,22 @@ export declare enum KnownIngressClientCertificateMode {
|
|
|
2620
4051
|
* **require**
|
|
2621
4052
|
*/
|
|
2622
4053
|
export type IngressClientCertificateMode = string;
|
|
4054
|
+
/** Known values of {@link IngressTargetPortHttpScheme} that the service accepts. */
|
|
4055
|
+
export declare enum KnownIngressTargetPortHttpScheme {
|
|
4056
|
+
/** Http */
|
|
4057
|
+
Http = "http",
|
|
4058
|
+
/** Https */
|
|
4059
|
+
Https = "https"
|
|
4060
|
+
}
|
|
4061
|
+
/**
|
|
4062
|
+
* Defines values for IngressTargetPortHttpScheme. \
|
|
4063
|
+
* {@link KnownIngressTargetPortHttpScheme} can be used interchangeably with IngressTargetPortHttpScheme,
|
|
4064
|
+
* this enum contains the known values that the service supports.
|
|
4065
|
+
* ### Known values supported by the service
|
|
4066
|
+
* **http** \
|
|
4067
|
+
* **https**
|
|
4068
|
+
*/
|
|
4069
|
+
export type IngressTargetPortHttpScheme = string;
|
|
2623
4070
|
/** Known values of {@link AppProtocol} that the service accepts. */
|
|
2624
4071
|
export declare enum KnownAppProtocol {
|
|
2625
4072
|
/** Http */
|
|
@@ -2658,6 +4105,72 @@ export declare enum KnownLogLevel {
|
|
|
2658
4105
|
* **error**
|
|
2659
4106
|
*/
|
|
2660
4107
|
export type LogLevel = string;
|
|
4108
|
+
/** Known values of {@link Level} that the service accepts. */
|
|
4109
|
+
export declare enum KnownLevel {
|
|
4110
|
+
/** Off */
|
|
4111
|
+
Off = "off",
|
|
4112
|
+
/** Error */
|
|
4113
|
+
Error = "error",
|
|
4114
|
+
/** Info */
|
|
4115
|
+
Info = "info",
|
|
4116
|
+
/** Debug */
|
|
4117
|
+
Debug = "debug",
|
|
4118
|
+
/** Trace */
|
|
4119
|
+
Trace = "trace",
|
|
4120
|
+
/** Warn */
|
|
4121
|
+
Warn = "warn"
|
|
4122
|
+
}
|
|
4123
|
+
/**
|
|
4124
|
+
* Defines values for Level. \
|
|
4125
|
+
* {@link KnownLevel} can be used interchangeably with Level,
|
|
4126
|
+
* this enum contains the known values that the service supports.
|
|
4127
|
+
* ### Known values supported by the service
|
|
4128
|
+
* **off** \
|
|
4129
|
+
* **error** \
|
|
4130
|
+
* **info** \
|
|
4131
|
+
* **debug** \
|
|
4132
|
+
* **trace** \
|
|
4133
|
+
* **warn**
|
|
4134
|
+
*/
|
|
4135
|
+
export type Level = string;
|
|
4136
|
+
/** Known values of {@link IdentitySettingsLifeCycle} that the service accepts. */
|
|
4137
|
+
export declare enum KnownIdentitySettingsLifeCycle {
|
|
4138
|
+
/** Init */
|
|
4139
|
+
Init = "Init",
|
|
4140
|
+
/** Main */
|
|
4141
|
+
Main = "Main",
|
|
4142
|
+
/** None */
|
|
4143
|
+
None = "None",
|
|
4144
|
+
/** All */
|
|
4145
|
+
All = "All"
|
|
4146
|
+
}
|
|
4147
|
+
/**
|
|
4148
|
+
* Defines values for IdentitySettingsLifeCycle. \
|
|
4149
|
+
* {@link KnownIdentitySettingsLifeCycle} can be used interchangeably with IdentitySettingsLifeCycle,
|
|
4150
|
+
* this enum contains the known values that the service supports.
|
|
4151
|
+
* ### Known values supported by the service
|
|
4152
|
+
* **Init** \
|
|
4153
|
+
* **Main** \
|
|
4154
|
+
* **None** \
|
|
4155
|
+
* **All**
|
|
4156
|
+
*/
|
|
4157
|
+
export type IdentitySettingsLifeCycle = string;
|
|
4158
|
+
/** Known values of {@link ImageType} that the service accepts. */
|
|
4159
|
+
export declare enum KnownImageType {
|
|
4160
|
+
/** CloudBuild */
|
|
4161
|
+
CloudBuild = "CloudBuild",
|
|
4162
|
+
/** ContainerImage */
|
|
4163
|
+
ContainerImage = "ContainerImage"
|
|
4164
|
+
}
|
|
4165
|
+
/**
|
|
4166
|
+
* Defines values for ImageType. \
|
|
4167
|
+
* {@link KnownImageType} can be used interchangeably with ImageType,
|
|
4168
|
+
* this enum contains the known values that the service supports.
|
|
4169
|
+
* ### Known values supported by the service
|
|
4170
|
+
* **CloudBuild** \
|
|
4171
|
+
* **ContainerImage**
|
|
4172
|
+
*/
|
|
4173
|
+
export type ImageType = string;
|
|
2661
4174
|
/** Known values of {@link Scheme} that the service accepts. */
|
|
2662
4175
|
export declare enum KnownScheme {
|
|
2663
4176
|
/** Http */
|
|
@@ -2700,7 +4213,11 @@ export declare enum KnownStorageType {
|
|
|
2700
4213
|
/** EmptyDir */
|
|
2701
4214
|
EmptyDir = "EmptyDir",
|
|
2702
4215
|
/** Secret */
|
|
2703
|
-
Secret = "Secret"
|
|
4216
|
+
Secret = "Secret",
|
|
4217
|
+
/** NfsAzureFile */
|
|
4218
|
+
NfsAzureFile = "NfsAzureFile",
|
|
4219
|
+
/** Smb */
|
|
4220
|
+
Smb = "Smb"
|
|
2704
4221
|
}
|
|
2705
4222
|
/**
|
|
2706
4223
|
* Defines values for StorageType. \
|
|
@@ -2709,9 +4226,89 @@ export declare enum KnownStorageType {
|
|
|
2709
4226
|
* ### Known values supported by the service
|
|
2710
4227
|
* **AzureFile** \
|
|
2711
4228
|
* **EmptyDir** \
|
|
2712
|
-
* **Secret**
|
|
4229
|
+
* **Secret** \
|
|
4230
|
+
* **NfsAzureFile** \
|
|
4231
|
+
* **Smb**
|
|
2713
4232
|
*/
|
|
2714
4233
|
export type StorageType = string;
|
|
4234
|
+
/** Known values of {@link PatchApplyStatus} that the service accepts. */
|
|
4235
|
+
export declare enum KnownPatchApplyStatus {
|
|
4236
|
+
/** NotStarted */
|
|
4237
|
+
NotStarted = "NotStarted",
|
|
4238
|
+
/** RebaseInProgress */
|
|
4239
|
+
RebaseInProgress = "RebaseInProgress",
|
|
4240
|
+
/** CreatingRevision */
|
|
4241
|
+
CreatingRevision = "CreatingRevision",
|
|
4242
|
+
/** Succeeded */
|
|
4243
|
+
Succeeded = "Succeeded",
|
|
4244
|
+
/** Canceled */
|
|
4245
|
+
Canceled = "Canceled",
|
|
4246
|
+
/** RebaseFailed */
|
|
4247
|
+
RebaseFailed = "RebaseFailed",
|
|
4248
|
+
/** RevisionCreationFailed */
|
|
4249
|
+
RevisionCreationFailed = "RevisionCreationFailed",
|
|
4250
|
+
/** ImagePushPullFailed */
|
|
4251
|
+
ImagePushPullFailed = "ImagePushPullFailed",
|
|
4252
|
+
/** ManuallySkipped */
|
|
4253
|
+
ManuallySkipped = "ManuallySkipped"
|
|
4254
|
+
}
|
|
4255
|
+
/**
|
|
4256
|
+
* Defines values for PatchApplyStatus. \
|
|
4257
|
+
* {@link KnownPatchApplyStatus} can be used interchangeably with PatchApplyStatus,
|
|
4258
|
+
* this enum contains the known values that the service supports.
|
|
4259
|
+
* ### Known values supported by the service
|
|
4260
|
+
* **NotStarted** \
|
|
4261
|
+
* **RebaseInProgress** \
|
|
4262
|
+
* **CreatingRevision** \
|
|
4263
|
+
* **Succeeded** \
|
|
4264
|
+
* **Canceled** \
|
|
4265
|
+
* **RebaseFailed** \
|
|
4266
|
+
* **RevisionCreationFailed** \
|
|
4267
|
+
* **ImagePushPullFailed** \
|
|
4268
|
+
* **ManuallySkipped**
|
|
4269
|
+
*/
|
|
4270
|
+
export type PatchApplyStatus = string;
|
|
4271
|
+
/** Known values of {@link DetectionStatus} that the service accepts. */
|
|
4272
|
+
export declare enum KnownDetectionStatus {
|
|
4273
|
+
/** Succeeded */
|
|
4274
|
+
Succeeded = "Succeeded",
|
|
4275
|
+
/** RegistryLoginFailed */
|
|
4276
|
+
RegistryLoginFailed = "RegistryLoginFailed",
|
|
4277
|
+
/** Failed */
|
|
4278
|
+
Failed = "Failed"
|
|
4279
|
+
}
|
|
4280
|
+
/**
|
|
4281
|
+
* Defines values for DetectionStatus. \
|
|
4282
|
+
* {@link KnownDetectionStatus} can be used interchangeably with DetectionStatus,
|
|
4283
|
+
* this enum contains the known values that the service supports.
|
|
4284
|
+
* ### Known values supported by the service
|
|
4285
|
+
* **Succeeded** \
|
|
4286
|
+
* **RegistryLoginFailed** \
|
|
4287
|
+
* **Failed**
|
|
4288
|
+
*/
|
|
4289
|
+
export type DetectionStatus = string;
|
|
4290
|
+
/** Known values of {@link PatchType} that the service accepts. */
|
|
4291
|
+
export declare enum KnownPatchType {
|
|
4292
|
+
/** FrameworkSecurity */
|
|
4293
|
+
FrameworkSecurity = "FrameworkSecurity",
|
|
4294
|
+
/** OSSecurity */
|
|
4295
|
+
OSSecurity = "OSSecurity",
|
|
4296
|
+
/** FrameworkAndOSSecurity */
|
|
4297
|
+
FrameworkAndOSSecurity = "FrameworkAndOSSecurity",
|
|
4298
|
+
/** Other */
|
|
4299
|
+
Other = "Other"
|
|
4300
|
+
}
|
|
4301
|
+
/**
|
|
4302
|
+
* Defines values for PatchType. \
|
|
4303
|
+
* {@link KnownPatchType} can be used interchangeably with PatchType,
|
|
4304
|
+
* this enum contains the known values that the service supports.
|
|
4305
|
+
* ### Known values supported by the service
|
|
4306
|
+
* **FrameworkSecurity** \
|
|
4307
|
+
* **OSSecurity** \
|
|
4308
|
+
* **FrameworkAndOSSecurity** \
|
|
4309
|
+
* **Other**
|
|
4310
|
+
*/
|
|
4311
|
+
export type PatchType = string;
|
|
2715
4312
|
/** Known values of {@link RevisionHealthState} that the service accepts. */
|
|
2716
4313
|
export declare enum KnownRevisionHealthState {
|
|
2717
4314
|
/** Healthy */
|
|
@@ -2862,6 +4459,75 @@ export declare enum KnownEnvironmentProvisioningState {
|
|
|
2862
4459
|
* **UpgradeFailed**
|
|
2863
4460
|
*/
|
|
2864
4461
|
export type EnvironmentProvisioningState = string;
|
|
4462
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
4463
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
4464
|
+
/** Pending */
|
|
4465
|
+
Pending = "Pending",
|
|
4466
|
+
/** Approved */
|
|
4467
|
+
Approved = "Approved",
|
|
4468
|
+
/** Rejected */
|
|
4469
|
+
Rejected = "Rejected",
|
|
4470
|
+
/** Disconnected */
|
|
4471
|
+
Disconnected = "Disconnected"
|
|
4472
|
+
}
|
|
4473
|
+
/**
|
|
4474
|
+
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
4475
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
4476
|
+
* this enum contains the known values that the service supports.
|
|
4477
|
+
* ### Known values supported by the service
|
|
4478
|
+
* **Pending** \
|
|
4479
|
+
* **Approved** \
|
|
4480
|
+
* **Rejected** \
|
|
4481
|
+
* **Disconnected**
|
|
4482
|
+
*/
|
|
4483
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
4484
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
4485
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
4486
|
+
/** Succeeded */
|
|
4487
|
+
Succeeded = "Succeeded",
|
|
4488
|
+
/** Failed */
|
|
4489
|
+
Failed = "Failed",
|
|
4490
|
+
/** Canceled */
|
|
4491
|
+
Canceled = "Canceled",
|
|
4492
|
+
/** Waiting */
|
|
4493
|
+
Waiting = "Waiting",
|
|
4494
|
+
/** Updating */
|
|
4495
|
+
Updating = "Updating",
|
|
4496
|
+
/** Deleting */
|
|
4497
|
+
Deleting = "Deleting",
|
|
4498
|
+
/** Pending */
|
|
4499
|
+
Pending = "Pending"
|
|
4500
|
+
}
|
|
4501
|
+
/**
|
|
4502
|
+
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
4503
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
4504
|
+
* this enum contains the known values that the service supports.
|
|
4505
|
+
* ### Known values supported by the service
|
|
4506
|
+
* **Succeeded** \
|
|
4507
|
+
* **Failed** \
|
|
4508
|
+
* **Canceled** \
|
|
4509
|
+
* **Waiting** \
|
|
4510
|
+
* **Updating** \
|
|
4511
|
+
* **Deleting** \
|
|
4512
|
+
* **Pending**
|
|
4513
|
+
*/
|
|
4514
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
4515
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
4516
|
+
export declare enum KnownPublicNetworkAccess {
|
|
4517
|
+
/** Enabled */
|
|
4518
|
+
Enabled = "Enabled",
|
|
4519
|
+
/** Disabled */
|
|
4520
|
+
Disabled = "Disabled"
|
|
4521
|
+
}
|
|
4522
|
+
/**
|
|
4523
|
+
* Defines values for PublicNetworkAccess. \
|
|
4524
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
4525
|
+
* this enum contains the known values that the service supports.
|
|
4526
|
+
* ### Known values supported by the service
|
|
4527
|
+
* **Enabled** \
|
|
4528
|
+
* **Disabled**
|
|
4529
|
+
*/
|
|
4530
|
+
export type PublicNetworkAccess = string;
|
|
2865
4531
|
/** Known values of {@link JobProvisioningState} that the service accepts. */
|
|
2866
4532
|
export declare enum KnownJobProvisioningState {
|
|
2867
4533
|
/** InProgress */
|
|
@@ -2887,6 +4553,25 @@ export declare enum KnownJobProvisioningState {
|
|
|
2887
4553
|
* **Deleting**
|
|
2888
4554
|
*/
|
|
2889
4555
|
export type JobProvisioningState = string;
|
|
4556
|
+
/** Known values of {@link JobRunningState} that the service accepts. */
|
|
4557
|
+
export declare enum KnownJobRunningState {
|
|
4558
|
+
/** Ready */
|
|
4559
|
+
Ready = "Ready",
|
|
4560
|
+
/** Progressing */
|
|
4561
|
+
Progressing = "Progressing",
|
|
4562
|
+
/** Suspended */
|
|
4563
|
+
Suspended = "Suspended"
|
|
4564
|
+
}
|
|
4565
|
+
/**
|
|
4566
|
+
* Defines values for JobRunningState. \
|
|
4567
|
+
* {@link KnownJobRunningState} can be used interchangeably with JobRunningState,
|
|
4568
|
+
* this enum contains the known values that the service supports.
|
|
4569
|
+
* ### Known values supported by the service
|
|
4570
|
+
* **Ready** \
|
|
4571
|
+
* **Progressing** \
|
|
4572
|
+
* **Suspended**
|
|
4573
|
+
*/
|
|
4574
|
+
export type JobRunningState = string;
|
|
2890
4575
|
/** Known values of {@link TriggerType} that the service accepts. */
|
|
2891
4576
|
export declare enum KnownTriggerType {
|
|
2892
4577
|
/** Schedule */
|
|
@@ -2906,6 +4591,94 @@ export declare enum KnownTriggerType {
|
|
|
2906
4591
|
* **Manual**
|
|
2907
4592
|
*/
|
|
2908
4593
|
export type TriggerType = string;
|
|
4594
|
+
/** Known values of {@link DotNetComponentType} that the service accepts. */
|
|
4595
|
+
export declare enum KnownDotNetComponentType {
|
|
4596
|
+
/** AspireDashboard */
|
|
4597
|
+
AspireDashboard = "AspireDashboard"
|
|
4598
|
+
}
|
|
4599
|
+
/**
|
|
4600
|
+
* Defines values for DotNetComponentType. \
|
|
4601
|
+
* {@link KnownDotNetComponentType} can be used interchangeably with DotNetComponentType,
|
|
4602
|
+
* this enum contains the known values that the service supports.
|
|
4603
|
+
* ### Known values supported by the service
|
|
4604
|
+
* **AspireDashboard**
|
|
4605
|
+
*/
|
|
4606
|
+
export type DotNetComponentType = string;
|
|
4607
|
+
/** Known values of {@link DotNetComponentProvisioningState} that the service accepts. */
|
|
4608
|
+
export declare enum KnownDotNetComponentProvisioningState {
|
|
4609
|
+
/** Succeeded */
|
|
4610
|
+
Succeeded = "Succeeded",
|
|
4611
|
+
/** Failed */
|
|
4612
|
+
Failed = "Failed",
|
|
4613
|
+
/** Canceled */
|
|
4614
|
+
Canceled = "Canceled",
|
|
4615
|
+
/** Deleting */
|
|
4616
|
+
Deleting = "Deleting",
|
|
4617
|
+
/** InProgress */
|
|
4618
|
+
InProgress = "InProgress"
|
|
4619
|
+
}
|
|
4620
|
+
/**
|
|
4621
|
+
* Defines values for DotNetComponentProvisioningState. \
|
|
4622
|
+
* {@link KnownDotNetComponentProvisioningState} can be used interchangeably with DotNetComponentProvisioningState,
|
|
4623
|
+
* this enum contains the known values that the service supports.
|
|
4624
|
+
* ### Known values supported by the service
|
|
4625
|
+
* **Succeeded** \
|
|
4626
|
+
* **Failed** \
|
|
4627
|
+
* **Canceled** \
|
|
4628
|
+
* **Deleting** \
|
|
4629
|
+
* **InProgress**
|
|
4630
|
+
*/
|
|
4631
|
+
export type DotNetComponentProvisioningState = string;
|
|
4632
|
+
/** Known values of {@link JavaComponentType} that the service accepts. */
|
|
4633
|
+
export declare enum KnownJavaComponentType {
|
|
4634
|
+
/** SpringBootAdmin */
|
|
4635
|
+
SpringBootAdmin = "SpringBootAdmin",
|
|
4636
|
+
/** SpringCloudEureka */
|
|
4637
|
+
SpringCloudEureka = "SpringCloudEureka",
|
|
4638
|
+
/** SpringCloudConfig */
|
|
4639
|
+
SpringCloudConfig = "SpringCloudConfig",
|
|
4640
|
+
/** SpringCloudGateway */
|
|
4641
|
+
SpringCloudGateway = "SpringCloudGateway",
|
|
4642
|
+
/** Nacos */
|
|
4643
|
+
Nacos = "Nacos"
|
|
4644
|
+
}
|
|
4645
|
+
/**
|
|
4646
|
+
* Defines values for JavaComponentType. \
|
|
4647
|
+
* {@link KnownJavaComponentType} can be used interchangeably with JavaComponentType,
|
|
4648
|
+
* this enum contains the known values that the service supports.
|
|
4649
|
+
* ### Known values supported by the service
|
|
4650
|
+
* **SpringBootAdmin** \
|
|
4651
|
+
* **SpringCloudEureka** \
|
|
4652
|
+
* **SpringCloudConfig** \
|
|
4653
|
+
* **SpringCloudGateway** \
|
|
4654
|
+
* **Nacos**
|
|
4655
|
+
*/
|
|
4656
|
+
export type JavaComponentType = string;
|
|
4657
|
+
/** Known values of {@link JavaComponentProvisioningState} that the service accepts. */
|
|
4658
|
+
export declare enum KnownJavaComponentProvisioningState {
|
|
4659
|
+
/** Succeeded */
|
|
4660
|
+
Succeeded = "Succeeded",
|
|
4661
|
+
/** Failed */
|
|
4662
|
+
Failed = "Failed",
|
|
4663
|
+
/** Canceled */
|
|
4664
|
+
Canceled = "Canceled",
|
|
4665
|
+
/** Deleting */
|
|
4666
|
+
Deleting = "Deleting",
|
|
4667
|
+
/** InProgress */
|
|
4668
|
+
InProgress = "InProgress"
|
|
4669
|
+
}
|
|
4670
|
+
/**
|
|
4671
|
+
* Defines values for JavaComponentProvisioningState. \
|
|
4672
|
+
* {@link KnownJavaComponentProvisioningState} can be used interchangeably with JavaComponentProvisioningState,
|
|
4673
|
+
* this enum contains the known values that the service supports.
|
|
4674
|
+
* ### Known values supported by the service
|
|
4675
|
+
* **Succeeded** \
|
|
4676
|
+
* **Failed** \
|
|
4677
|
+
* **Canceled** \
|
|
4678
|
+
* **Deleting** \
|
|
4679
|
+
* **InProgress**
|
|
4680
|
+
*/
|
|
4681
|
+
export type JavaComponentProvisioningState = string;
|
|
2909
4682
|
/** Known values of {@link JobExecutionRunningState} that the service accepts. */
|
|
2910
4683
|
export declare enum KnownJobExecutionRunningState {
|
|
2911
4684
|
/** Running */
|
|
@@ -2937,6 +4710,50 @@ export declare enum KnownJobExecutionRunningState {
|
|
|
2937
4710
|
* **Succeeded**
|
|
2938
4711
|
*/
|
|
2939
4712
|
export type JobExecutionRunningState = string;
|
|
4713
|
+
/** Known values of {@link WorkflowState} that the service accepts. */
|
|
4714
|
+
export declare enum KnownWorkflowState {
|
|
4715
|
+
/** NotSpecified */
|
|
4716
|
+
NotSpecified = "NotSpecified",
|
|
4717
|
+
/** Completed */
|
|
4718
|
+
Completed = "Completed",
|
|
4719
|
+
/** Enabled */
|
|
4720
|
+
Enabled = "Enabled",
|
|
4721
|
+
/** Disabled */
|
|
4722
|
+
Disabled = "Disabled",
|
|
4723
|
+
/** Deleted */
|
|
4724
|
+
Deleted = "Deleted",
|
|
4725
|
+
/** Suspended */
|
|
4726
|
+
Suspended = "Suspended"
|
|
4727
|
+
}
|
|
4728
|
+
/**
|
|
4729
|
+
* Defines values for WorkflowState. \
|
|
4730
|
+
* {@link KnownWorkflowState} can be used interchangeably with WorkflowState,
|
|
4731
|
+
* this enum contains the known values that the service supports.
|
|
4732
|
+
* ### Known values supported by the service
|
|
4733
|
+
* **NotSpecified** \
|
|
4734
|
+
* **Completed** \
|
|
4735
|
+
* **Enabled** \
|
|
4736
|
+
* **Disabled** \
|
|
4737
|
+
* **Deleted** \
|
|
4738
|
+
* **Suspended**
|
|
4739
|
+
*/
|
|
4740
|
+
export type WorkflowState = string;
|
|
4741
|
+
/** Known values of {@link LogicAppsProxyMethod} that the service accepts. */
|
|
4742
|
+
export declare enum KnownLogicAppsProxyMethod {
|
|
4743
|
+
/** GET */
|
|
4744
|
+
GET = "GET",
|
|
4745
|
+
/** Post */
|
|
4746
|
+
Post = "POST"
|
|
4747
|
+
}
|
|
4748
|
+
/**
|
|
4749
|
+
* Defines values for LogicAppsProxyMethod. \
|
|
4750
|
+
* {@link KnownLogicAppsProxyMethod} can be used interchangeably with LogicAppsProxyMethod,
|
|
4751
|
+
* this enum contains the known values that the service supports.
|
|
4752
|
+
* ### Known values supported by the service
|
|
4753
|
+
* **GET** \
|
|
4754
|
+
* **POST**
|
|
4755
|
+
*/
|
|
4756
|
+
export type LogicAppsProxyMethod = string;
|
|
2940
4757
|
/** Known values of {@link ManagedCertificateDomainControlValidation} that the service accepts. */
|
|
2941
4758
|
export declare enum KnownManagedCertificateDomainControlValidation {
|
|
2942
4759
|
/** Cname */
|
|
@@ -2956,6 +4773,92 @@ export declare enum KnownManagedCertificateDomainControlValidation {
|
|
|
2956
4773
|
* **TXT**
|
|
2957
4774
|
*/
|
|
2958
4775
|
export type ManagedCertificateDomainControlValidation = string;
|
|
4776
|
+
/** Known values of {@link ContainerType} that the service accepts. */
|
|
4777
|
+
export declare enum KnownContainerType {
|
|
4778
|
+
/** CustomContainer */
|
|
4779
|
+
CustomContainer = "CustomContainer",
|
|
4780
|
+
/** PythonLTS */
|
|
4781
|
+
PythonLTS = "PythonLTS"
|
|
4782
|
+
}
|
|
4783
|
+
/**
|
|
4784
|
+
* Defines values for ContainerType. \
|
|
4785
|
+
* {@link KnownContainerType} can be used interchangeably with ContainerType,
|
|
4786
|
+
* this enum contains the known values that the service supports.
|
|
4787
|
+
* ### Known values supported by the service
|
|
4788
|
+
* **CustomContainer** \
|
|
4789
|
+
* **PythonLTS**
|
|
4790
|
+
*/
|
|
4791
|
+
export type ContainerType = string;
|
|
4792
|
+
/** Known values of {@link PoolManagementType} that the service accepts. */
|
|
4793
|
+
export declare enum KnownPoolManagementType {
|
|
4794
|
+
/** Manual */
|
|
4795
|
+
Manual = "Manual",
|
|
4796
|
+
/** Dynamic */
|
|
4797
|
+
Dynamic = "Dynamic"
|
|
4798
|
+
}
|
|
4799
|
+
/**
|
|
4800
|
+
* Defines values for PoolManagementType. \
|
|
4801
|
+
* {@link KnownPoolManagementType} can be used interchangeably with PoolManagementType,
|
|
4802
|
+
* this enum contains the known values that the service supports.
|
|
4803
|
+
* ### Known values supported by the service
|
|
4804
|
+
* **Manual** \
|
|
4805
|
+
* **Dynamic**
|
|
4806
|
+
*/
|
|
4807
|
+
export type PoolManagementType = string;
|
|
4808
|
+
/** Known values of {@link ExecutionType} that the service accepts. */
|
|
4809
|
+
export declare enum KnownExecutionType {
|
|
4810
|
+
/** Timed */
|
|
4811
|
+
Timed = "Timed"
|
|
4812
|
+
}
|
|
4813
|
+
/**
|
|
4814
|
+
* Defines values for ExecutionType. \
|
|
4815
|
+
* {@link KnownExecutionType} can be used interchangeably with ExecutionType,
|
|
4816
|
+
* this enum contains the known values that the service supports.
|
|
4817
|
+
* ### Known values supported by the service
|
|
4818
|
+
* **Timed**
|
|
4819
|
+
*/
|
|
4820
|
+
export type ExecutionType = string;
|
|
4821
|
+
/** Known values of {@link SessionNetworkStatus} that the service accepts. */
|
|
4822
|
+
export declare enum KnownSessionNetworkStatus {
|
|
4823
|
+
/** EgressEnabled */
|
|
4824
|
+
EgressEnabled = "EgressEnabled",
|
|
4825
|
+
/** EgressDisabled */
|
|
4826
|
+
EgressDisabled = "EgressDisabled"
|
|
4827
|
+
}
|
|
4828
|
+
/**
|
|
4829
|
+
* Defines values for SessionNetworkStatus. \
|
|
4830
|
+
* {@link KnownSessionNetworkStatus} can be used interchangeably with SessionNetworkStatus,
|
|
4831
|
+
* this enum contains the known values that the service supports.
|
|
4832
|
+
* ### Known values supported by the service
|
|
4833
|
+
* **EgressEnabled** \
|
|
4834
|
+
* **EgressDisabled**
|
|
4835
|
+
*/
|
|
4836
|
+
export type SessionNetworkStatus = string;
|
|
4837
|
+
/** Known values of {@link SessionPoolProvisioningState} that the service accepts. */
|
|
4838
|
+
export declare enum KnownSessionPoolProvisioningState {
|
|
4839
|
+
/** InProgress */
|
|
4840
|
+
InProgress = "InProgress",
|
|
4841
|
+
/** Succeeded */
|
|
4842
|
+
Succeeded = "Succeeded",
|
|
4843
|
+
/** Failed */
|
|
4844
|
+
Failed = "Failed",
|
|
4845
|
+
/** Canceled */
|
|
4846
|
+
Canceled = "Canceled",
|
|
4847
|
+
/** Deleting */
|
|
4848
|
+
Deleting = "Deleting"
|
|
4849
|
+
}
|
|
4850
|
+
/**
|
|
4851
|
+
* Defines values for SessionPoolProvisioningState. \
|
|
4852
|
+
* {@link KnownSessionPoolProvisioningState} can be used interchangeably with SessionPoolProvisioningState,
|
|
4853
|
+
* this enum contains the known values that the service supports.
|
|
4854
|
+
* ### Known values supported by the service
|
|
4855
|
+
* **InProgress** \
|
|
4856
|
+
* **Succeeded** \
|
|
4857
|
+
* **Failed** \
|
|
4858
|
+
* **Canceled** \
|
|
4859
|
+
* **Deleting**
|
|
4860
|
+
*/
|
|
4861
|
+
export type SessionPoolProvisioningState = string;
|
|
2959
4862
|
/** Known values of {@link SourceControlOperationState} that the service accepts. */
|
|
2960
4863
|
export declare enum KnownSourceControlOperationState {
|
|
2961
4864
|
/** InProgress */
|
|
@@ -2986,6 +4889,36 @@ export type CookieExpirationConvention = "FixedTime" | "IdentityProviderDerived"
|
|
|
2986
4889
|
export type ForwardProxyConvention = "NoProxy" | "Standard" | "Custom";
|
|
2987
4890
|
/** Defines values for DnsVerificationTestResult. */
|
|
2988
4891
|
export type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
|
|
4892
|
+
/** Defines values for WorkflowHealthState. */
|
|
4893
|
+
export type WorkflowHealthState = "NotSpecified" | "Healthy" | "Unhealthy" | "Unknown";
|
|
4894
|
+
/** Optional parameters. */
|
|
4895
|
+
export interface AppResiliencyCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4896
|
+
}
|
|
4897
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4898
|
+
export type AppResiliencyCreateOrUpdateResponse = AppResiliency;
|
|
4899
|
+
/** Optional parameters. */
|
|
4900
|
+
export interface AppResiliencyUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4901
|
+
}
|
|
4902
|
+
/** Contains response data for the update operation. */
|
|
4903
|
+
export type AppResiliencyUpdateResponse = AppResiliency;
|
|
4904
|
+
/** Optional parameters. */
|
|
4905
|
+
export interface AppResiliencyDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4906
|
+
}
|
|
4907
|
+
/** Optional parameters. */
|
|
4908
|
+
export interface AppResiliencyGetOptionalParams extends coreClient.OperationOptions {
|
|
4909
|
+
}
|
|
4910
|
+
/** Contains response data for the get operation. */
|
|
4911
|
+
export type AppResiliencyGetResponse = AppResiliency;
|
|
4912
|
+
/** Optional parameters. */
|
|
4913
|
+
export interface AppResiliencyListOptionalParams extends coreClient.OperationOptions {
|
|
4914
|
+
}
|
|
4915
|
+
/** Contains response data for the list operation. */
|
|
4916
|
+
export type AppResiliencyListResponse = AppResiliencyCollection;
|
|
4917
|
+
/** Optional parameters. */
|
|
4918
|
+
export interface AppResiliencyListNextOptionalParams extends coreClient.OperationOptions {
|
|
4919
|
+
}
|
|
4920
|
+
/** Contains response data for the listNext operation. */
|
|
4921
|
+
export type AppResiliencyListNextResponse = AppResiliencyCollection;
|
|
2989
4922
|
/** Optional parameters. */
|
|
2990
4923
|
export interface ContainerAppsAuthConfigsListByContainerAppOptionalParams extends coreClient.OperationOptions {
|
|
2991
4924
|
}
|
|
@@ -3002,28 +4935,118 @@ export interface ContainerAppsAuthConfigsCreateOrUpdateOptionalParams extends co
|
|
|
3002
4935
|
/** Contains response data for the createOrUpdate operation. */
|
|
3003
4936
|
export type ContainerAppsAuthConfigsCreateOrUpdateResponse = AuthConfig;
|
|
3004
4937
|
/** Optional parameters. */
|
|
3005
|
-
export interface ContainerAppsAuthConfigsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4938
|
+
export interface ContainerAppsAuthConfigsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4939
|
+
}
|
|
4940
|
+
/** Optional parameters. */
|
|
4941
|
+
export interface ContainerAppsAuthConfigsListByContainerAppNextOptionalParams extends coreClient.OperationOptions {
|
|
4942
|
+
}
|
|
4943
|
+
/** Contains response data for the listByContainerAppNext operation. */
|
|
4944
|
+
export type ContainerAppsAuthConfigsListByContainerAppNextResponse = AuthConfigCollection;
|
|
4945
|
+
/** Optional parameters. */
|
|
4946
|
+
export interface AvailableWorkloadProfilesGetOptionalParams extends coreClient.OperationOptions {
|
|
4947
|
+
}
|
|
4948
|
+
/** Contains response data for the get operation. */
|
|
4949
|
+
export type AvailableWorkloadProfilesGetResponse = AvailableWorkloadProfilesCollection;
|
|
4950
|
+
/** Optional parameters. */
|
|
4951
|
+
export interface AvailableWorkloadProfilesGetNextOptionalParams extends coreClient.OperationOptions {
|
|
4952
|
+
}
|
|
4953
|
+
/** Contains response data for the getNext operation. */
|
|
4954
|
+
export type AvailableWorkloadProfilesGetNextResponse = AvailableWorkloadProfilesCollection;
|
|
4955
|
+
/** Optional parameters. */
|
|
4956
|
+
export interface BillingMetersGetOptionalParams extends coreClient.OperationOptions {
|
|
4957
|
+
}
|
|
4958
|
+
/** Contains response data for the get operation. */
|
|
4959
|
+
export type BillingMetersGetResponse = BillingMeterCollection;
|
|
4960
|
+
/** Optional parameters. */
|
|
4961
|
+
export interface BuildersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4962
|
+
}
|
|
4963
|
+
/** Contains response data for the listBySubscription operation. */
|
|
4964
|
+
export type BuildersListBySubscriptionResponse = BuilderCollection;
|
|
4965
|
+
/** Optional parameters. */
|
|
4966
|
+
export interface BuildersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4967
|
+
}
|
|
4968
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
4969
|
+
export type BuildersListByResourceGroupResponse = BuilderCollection;
|
|
4970
|
+
/** Optional parameters. */
|
|
4971
|
+
export interface BuildersGetOptionalParams extends coreClient.OperationOptions {
|
|
4972
|
+
}
|
|
4973
|
+
/** Contains response data for the get operation. */
|
|
4974
|
+
export type BuildersGetResponse = BuilderResource;
|
|
4975
|
+
/** Optional parameters. */
|
|
4976
|
+
export interface BuildersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4977
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4978
|
+
updateIntervalInMs?: number;
|
|
4979
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4980
|
+
resumeFrom?: string;
|
|
4981
|
+
}
|
|
4982
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4983
|
+
export type BuildersCreateOrUpdateResponse = BuilderResource;
|
|
4984
|
+
/** Optional parameters. */
|
|
4985
|
+
export interface BuildersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4986
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4987
|
+
updateIntervalInMs?: number;
|
|
4988
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4989
|
+
resumeFrom?: string;
|
|
4990
|
+
}
|
|
4991
|
+
/** Contains response data for the update operation. */
|
|
4992
|
+
export type BuildersUpdateResponse = BuilderResource;
|
|
4993
|
+
/** Optional parameters. */
|
|
4994
|
+
export interface BuildersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4995
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4996
|
+
updateIntervalInMs?: number;
|
|
4997
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4998
|
+
resumeFrom?: string;
|
|
4999
|
+
}
|
|
5000
|
+
/** Contains response data for the delete operation. */
|
|
5001
|
+
export type BuildersDeleteResponse = BuildersDeleteHeaders;
|
|
5002
|
+
/** Optional parameters. */
|
|
5003
|
+
export interface BuildersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
5004
|
+
}
|
|
5005
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
5006
|
+
export type BuildersListBySubscriptionNextResponse = BuilderCollection;
|
|
5007
|
+
/** Optional parameters. */
|
|
5008
|
+
export interface BuildersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
5009
|
+
}
|
|
5010
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
5011
|
+
export type BuildersListByResourceGroupNextResponse = BuilderCollection;
|
|
5012
|
+
/** Optional parameters. */
|
|
5013
|
+
export interface BuildsByBuilderResourceListOptionalParams extends coreClient.OperationOptions {
|
|
3006
5014
|
}
|
|
5015
|
+
/** Contains response data for the list operation. */
|
|
5016
|
+
export type BuildsByBuilderResourceListResponse = BuildCollection;
|
|
3007
5017
|
/** Optional parameters. */
|
|
3008
|
-
export interface
|
|
5018
|
+
export interface BuildsByBuilderResourceListNextOptionalParams extends coreClient.OperationOptions {
|
|
3009
5019
|
}
|
|
3010
|
-
/** Contains response data for the
|
|
3011
|
-
export type
|
|
5020
|
+
/** Contains response data for the listNext operation. */
|
|
5021
|
+
export type BuildsByBuilderResourceListNextResponse = BuildCollection;
|
|
3012
5022
|
/** Optional parameters. */
|
|
3013
|
-
export interface
|
|
5023
|
+
export interface BuildsGetOptionalParams extends coreClient.OperationOptions {
|
|
3014
5024
|
}
|
|
3015
5025
|
/** Contains response data for the get operation. */
|
|
3016
|
-
export type
|
|
5026
|
+
export type BuildsGetResponse = BuildResource;
|
|
3017
5027
|
/** Optional parameters. */
|
|
3018
|
-
export interface
|
|
5028
|
+
export interface BuildsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5029
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5030
|
+
updateIntervalInMs?: number;
|
|
5031
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5032
|
+
resumeFrom?: string;
|
|
3019
5033
|
}
|
|
3020
|
-
/** Contains response data for the
|
|
3021
|
-
export type
|
|
5034
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5035
|
+
export type BuildsCreateOrUpdateResponse = BuildResource;
|
|
3022
5036
|
/** Optional parameters. */
|
|
3023
|
-
export interface
|
|
5037
|
+
export interface BuildsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5038
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5039
|
+
updateIntervalInMs?: number;
|
|
5040
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5041
|
+
resumeFrom?: string;
|
|
3024
5042
|
}
|
|
3025
|
-
/** Contains response data for the
|
|
3026
|
-
export type
|
|
5043
|
+
/** Contains response data for the delete operation. */
|
|
5044
|
+
export type BuildsDeleteResponse = BuildsDeleteHeaders;
|
|
5045
|
+
/** Optional parameters. */
|
|
5046
|
+
export interface BuildAuthTokenListOptionalParams extends coreClient.OperationOptions {
|
|
5047
|
+
}
|
|
5048
|
+
/** Contains response data for the list operation. */
|
|
5049
|
+
export type BuildAuthTokenListResponse = BuildToken;
|
|
3027
5050
|
/** Optional parameters. */
|
|
3028
5051
|
export interface ConnectedEnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3029
5052
|
}
|
|
@@ -3237,6 +5260,74 @@ export interface ContainerAppsListByResourceGroupNextOptionalParams extends core
|
|
|
3237
5260
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3238
5261
|
export type ContainerAppsListByResourceGroupNextResponse = ContainerAppCollection;
|
|
3239
5262
|
/** Optional parameters. */
|
|
5263
|
+
export interface ContainerAppsBuildsByContainerAppListOptionalParams extends coreClient.OperationOptions {
|
|
5264
|
+
}
|
|
5265
|
+
/** Contains response data for the list operation. */
|
|
5266
|
+
export type ContainerAppsBuildsByContainerAppListResponse = ContainerAppsBuildCollection;
|
|
5267
|
+
/** Optional parameters. */
|
|
5268
|
+
export interface ContainerAppsBuildsByContainerAppListNextOptionalParams extends coreClient.OperationOptions {
|
|
5269
|
+
}
|
|
5270
|
+
/** Contains response data for the listNext operation. */
|
|
5271
|
+
export type ContainerAppsBuildsByContainerAppListNextResponse = ContainerAppsBuildCollection;
|
|
5272
|
+
/** Optional parameters. */
|
|
5273
|
+
export interface ContainerAppsBuildsGetOptionalParams extends coreClient.OperationOptions {
|
|
5274
|
+
}
|
|
5275
|
+
/** Contains response data for the get operation. */
|
|
5276
|
+
export type ContainerAppsBuildsGetResponse = ContainerAppsBuildResource;
|
|
5277
|
+
/** Optional parameters. */
|
|
5278
|
+
export interface ContainerAppsBuildsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5279
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5280
|
+
updateIntervalInMs?: number;
|
|
5281
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5282
|
+
resumeFrom?: string;
|
|
5283
|
+
}
|
|
5284
|
+
/** Contains response data for the delete operation. */
|
|
5285
|
+
export type ContainerAppsBuildsDeleteResponse = ContainerAppsBuildsDeleteHeaders;
|
|
5286
|
+
/** Optional parameters. */
|
|
5287
|
+
export interface ContainerAppsPatchesListByContainerAppOptionalParams extends coreClient.OperationOptions {
|
|
5288
|
+
/** The filter to apply on the operation. For example, $filter=properties/patchApplyStatus eq 'Succeeded' */
|
|
5289
|
+
filter?: string;
|
|
5290
|
+
}
|
|
5291
|
+
/** Contains response data for the listByContainerApp operation. */
|
|
5292
|
+
export type ContainerAppsPatchesListByContainerAppResponse = PatchCollection;
|
|
5293
|
+
/** Optional parameters. */
|
|
5294
|
+
export interface ContainerAppsPatchesGetOptionalParams extends coreClient.OperationOptions {
|
|
5295
|
+
}
|
|
5296
|
+
/** Contains response data for the get operation. */
|
|
5297
|
+
export type ContainerAppsPatchesGetResponse = ContainerAppsPatchResource;
|
|
5298
|
+
/** Optional parameters. */
|
|
5299
|
+
export interface ContainerAppsPatchesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5300
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5301
|
+
updateIntervalInMs?: number;
|
|
5302
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5303
|
+
resumeFrom?: string;
|
|
5304
|
+
}
|
|
5305
|
+
/** Contains response data for the delete operation. */
|
|
5306
|
+
export type ContainerAppsPatchesDeleteResponse = ContainerAppsPatchesDeleteHeaders;
|
|
5307
|
+
/** Optional parameters. */
|
|
5308
|
+
export interface ContainerAppsPatchesSkipConfigureOptionalParams extends coreClient.OperationOptions {
|
|
5309
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5310
|
+
updateIntervalInMs?: number;
|
|
5311
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5312
|
+
resumeFrom?: string;
|
|
5313
|
+
}
|
|
5314
|
+
/** Contains response data for the skipConfigure operation. */
|
|
5315
|
+
export type ContainerAppsPatchesSkipConfigureResponse = ContainerAppsPatchesSkipConfigureHeaders;
|
|
5316
|
+
/** Optional parameters. */
|
|
5317
|
+
export interface ContainerAppsPatchesApplyOptionalParams extends coreClient.OperationOptions {
|
|
5318
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5319
|
+
updateIntervalInMs?: number;
|
|
5320
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5321
|
+
resumeFrom?: string;
|
|
5322
|
+
}
|
|
5323
|
+
/** Contains response data for the apply operation. */
|
|
5324
|
+
export type ContainerAppsPatchesApplyResponse = ContainerAppsPatchResource;
|
|
5325
|
+
/** Optional parameters. */
|
|
5326
|
+
export interface ContainerAppsPatchesListByContainerAppNextOptionalParams extends coreClient.OperationOptions {
|
|
5327
|
+
}
|
|
5328
|
+
/** Contains response data for the listByContainerAppNext operation. */
|
|
5329
|
+
export type ContainerAppsPatchesListByContainerAppNextResponse = PatchCollection;
|
|
5330
|
+
/** Optional parameters. */
|
|
3240
5331
|
export interface ContainerAppsRevisionsListRevisionsOptionalParams extends coreClient.OperationOptions {
|
|
3241
5332
|
/** The filter to apply on the operation. */
|
|
3242
5333
|
filter?: string;
|
|
@@ -3412,6 +5503,24 @@ export interface JobsListSecretsOptionalParams extends coreClient.OperationOptio
|
|
|
3412
5503
|
/** Contains response data for the listSecrets operation. */
|
|
3413
5504
|
export type JobsListSecretsResponse = JobSecretsCollection;
|
|
3414
5505
|
/** Optional parameters. */
|
|
5506
|
+
export interface JobsResumeOptionalParams extends coreClient.OperationOptions {
|
|
5507
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5508
|
+
updateIntervalInMs?: number;
|
|
5509
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5510
|
+
resumeFrom?: string;
|
|
5511
|
+
}
|
|
5512
|
+
/** Contains response data for the resume operation. */
|
|
5513
|
+
export type JobsResumeResponse = Job;
|
|
5514
|
+
/** Optional parameters. */
|
|
5515
|
+
export interface JobsSuspendOptionalParams extends coreClient.OperationOptions {
|
|
5516
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5517
|
+
updateIntervalInMs?: number;
|
|
5518
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5519
|
+
resumeFrom?: string;
|
|
5520
|
+
}
|
|
5521
|
+
/** Contains response data for the suspend operation. */
|
|
5522
|
+
export type JobsSuspendResponse = Job;
|
|
5523
|
+
/** Optional parameters. */
|
|
3415
5524
|
export interface JobsListDetectorsNextOptionalParams extends coreClient.OperationOptions {
|
|
3416
5525
|
}
|
|
3417
5526
|
/** Contains response data for the listDetectorsNext operation. */
|
|
@@ -3427,6 +5536,56 @@ export interface JobsListByResourceGroupNextOptionalParams extends coreClient.Op
|
|
|
3427
5536
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3428
5537
|
export type JobsListByResourceGroupNextResponse = JobsCollection;
|
|
3429
5538
|
/** Optional parameters. */
|
|
5539
|
+
export interface DotNetComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
5540
|
+
}
|
|
5541
|
+
/** Contains response data for the list operation. */
|
|
5542
|
+
export type DotNetComponentsListResponse = DotNetComponentsCollection;
|
|
5543
|
+
/** Optional parameters. */
|
|
5544
|
+
export interface DotNetComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
5545
|
+
}
|
|
5546
|
+
/** Contains response data for the get operation. */
|
|
5547
|
+
export type DotNetComponentsGetResponse = DotNetComponent;
|
|
5548
|
+
/** Optional parameters. */
|
|
5549
|
+
export interface DotNetComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5550
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5551
|
+
updateIntervalInMs?: number;
|
|
5552
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5553
|
+
resumeFrom?: string;
|
|
5554
|
+
}
|
|
5555
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5556
|
+
export type DotNetComponentsCreateOrUpdateResponse = DotNetComponent;
|
|
5557
|
+
/** Optional parameters. */
|
|
5558
|
+
export interface DotNetComponentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5559
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5560
|
+
updateIntervalInMs?: number;
|
|
5561
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5562
|
+
resumeFrom?: string;
|
|
5563
|
+
}
|
|
5564
|
+
/** Contains response data for the update operation. */
|
|
5565
|
+
export type DotNetComponentsUpdateResponse = DotNetComponent;
|
|
5566
|
+
/** Optional parameters. */
|
|
5567
|
+
export interface DotNetComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5568
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5569
|
+
updateIntervalInMs?: number;
|
|
5570
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5571
|
+
resumeFrom?: string;
|
|
5572
|
+
}
|
|
5573
|
+
/** Contains response data for the delete operation. */
|
|
5574
|
+
export type DotNetComponentsDeleteResponse = DotNetComponentsDeleteHeaders;
|
|
5575
|
+
/** Optional parameters. */
|
|
5576
|
+
export interface DotNetComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
5577
|
+
}
|
|
5578
|
+
/** Contains response data for the listNext operation. */
|
|
5579
|
+
export type DotNetComponentsListNextResponse = DotNetComponentsCollection;
|
|
5580
|
+
/** Optional parameters. */
|
|
5581
|
+
export interface FunctionsExtensionInvokeFunctionsHostOptionalParams extends coreClient.OperationOptions {
|
|
5582
|
+
}
|
|
5583
|
+
/** Contains response data for the invokeFunctionsHost operation. */
|
|
5584
|
+
export type FunctionsExtensionInvokeFunctionsHostResponse = {
|
|
5585
|
+
/** The parsed response body. */
|
|
5586
|
+
body: string;
|
|
5587
|
+
};
|
|
5588
|
+
/** Optional parameters. */
|
|
3430
5589
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
3431
5590
|
}
|
|
3432
5591
|
/** Contains response data for the list operation. */
|
|
@@ -3437,6 +5596,48 @@ export interface OperationsListNextOptionalParams extends coreClient.OperationOp
|
|
|
3437
5596
|
/** Contains response data for the listNext operation. */
|
|
3438
5597
|
export type OperationsListNextResponse = AvailableOperations;
|
|
3439
5598
|
/** Optional parameters. */
|
|
5599
|
+
export interface JavaComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
5600
|
+
}
|
|
5601
|
+
/** Contains response data for the list operation. */
|
|
5602
|
+
export type JavaComponentsListResponse = JavaComponentsCollection;
|
|
5603
|
+
/** Optional parameters. */
|
|
5604
|
+
export interface JavaComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
5605
|
+
}
|
|
5606
|
+
/** Contains response data for the get operation. */
|
|
5607
|
+
export type JavaComponentsGetResponse = JavaComponent;
|
|
5608
|
+
/** Optional parameters. */
|
|
5609
|
+
export interface JavaComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5610
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5611
|
+
updateIntervalInMs?: number;
|
|
5612
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5613
|
+
resumeFrom?: string;
|
|
5614
|
+
}
|
|
5615
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5616
|
+
export type JavaComponentsCreateOrUpdateResponse = JavaComponent;
|
|
5617
|
+
/** Optional parameters. */
|
|
5618
|
+
export interface JavaComponentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5619
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5620
|
+
updateIntervalInMs?: number;
|
|
5621
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5622
|
+
resumeFrom?: string;
|
|
5623
|
+
}
|
|
5624
|
+
/** Contains response data for the update operation. */
|
|
5625
|
+
export type JavaComponentsUpdateResponse = JavaComponent;
|
|
5626
|
+
/** Optional parameters. */
|
|
5627
|
+
export interface JavaComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5628
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5629
|
+
updateIntervalInMs?: number;
|
|
5630
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5631
|
+
resumeFrom?: string;
|
|
5632
|
+
}
|
|
5633
|
+
/** Contains response data for the delete operation. */
|
|
5634
|
+
export type JavaComponentsDeleteResponse = JavaComponentsDeleteHeaders;
|
|
5635
|
+
/** Optional parameters. */
|
|
5636
|
+
export interface JavaComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
5637
|
+
}
|
|
5638
|
+
/** Contains response data for the listNext operation. */
|
|
5639
|
+
export type JavaComponentsListNextResponse = JavaComponentsCollection;
|
|
5640
|
+
/** Optional parameters. */
|
|
3440
5641
|
export interface JobsExecutionsListOptionalParams extends coreClient.OperationOptions {
|
|
3441
5642
|
/** The filter to apply on the operation. */
|
|
3442
5643
|
filter?: string;
|
|
@@ -3462,6 +5663,49 @@ export type GetCustomDomainVerificationIdResponse = {
|
|
|
3462
5663
|
body: string;
|
|
3463
5664
|
};
|
|
3464
5665
|
/** Optional parameters. */
|
|
5666
|
+
export interface LogicAppsGetOptionalParams extends coreClient.OperationOptions {
|
|
5667
|
+
}
|
|
5668
|
+
/** Contains response data for the get operation. */
|
|
5669
|
+
export type LogicAppsGetResponse = LogicApp;
|
|
5670
|
+
/** Optional parameters. */
|
|
5671
|
+
export interface LogicAppsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5672
|
+
}
|
|
5673
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5674
|
+
export type LogicAppsCreateOrUpdateResponse = LogicApp;
|
|
5675
|
+
/** Optional parameters. */
|
|
5676
|
+
export interface LogicAppsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5677
|
+
}
|
|
5678
|
+
/** Optional parameters. */
|
|
5679
|
+
export interface LogicAppsListWorkflowsOptionalParams extends coreClient.OperationOptions {
|
|
5680
|
+
}
|
|
5681
|
+
/** Contains response data for the listWorkflows operation. */
|
|
5682
|
+
export type LogicAppsListWorkflowsResponse = WorkflowEnvelopeCollection;
|
|
5683
|
+
/** Optional parameters. */
|
|
5684
|
+
export interface LogicAppsGetWorkflowOptionalParams extends coreClient.OperationOptions {
|
|
5685
|
+
}
|
|
5686
|
+
/** Contains response data for the getWorkflow operation. */
|
|
5687
|
+
export type LogicAppsGetWorkflowResponse = WorkflowEnvelope;
|
|
5688
|
+
/** Optional parameters. */
|
|
5689
|
+
export interface LogicAppsDeployWorkflowArtifactsOptionalParams extends coreClient.OperationOptions {
|
|
5690
|
+
/** Application settings and files of the workflow. */
|
|
5691
|
+
workflowArtifacts?: WorkflowArtifacts;
|
|
5692
|
+
}
|
|
5693
|
+
/** Optional parameters. */
|
|
5694
|
+
export interface LogicAppsListWorkflowsConnectionsOptionalParams extends coreClient.OperationOptions {
|
|
5695
|
+
}
|
|
5696
|
+
/** Contains response data for the listWorkflowsConnections operation. */
|
|
5697
|
+
export type LogicAppsListWorkflowsConnectionsResponse = WorkflowEnvelope;
|
|
5698
|
+
/** Optional parameters. */
|
|
5699
|
+
export interface LogicAppsInvokeOptionalParams extends coreClient.OperationOptions {
|
|
5700
|
+
}
|
|
5701
|
+
/** Contains response data for the invoke operation. */
|
|
5702
|
+
export type LogicAppsInvokeResponse = Record<string, unknown>;
|
|
5703
|
+
/** Optional parameters. */
|
|
5704
|
+
export interface LogicAppsListWorkflowsNextOptionalParams extends coreClient.OperationOptions {
|
|
5705
|
+
}
|
|
5706
|
+
/** Contains response data for the listWorkflowsNext operation. */
|
|
5707
|
+
export type LogicAppsListWorkflowsNextResponse = WorkflowEnvelopeCollection;
|
|
5708
|
+
/** Optional parameters. */
|
|
3465
5709
|
export interface ManagedEnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3466
5710
|
}
|
|
3467
5711
|
/** Contains response data for the listBySubscription operation. */
|
|
@@ -3596,6 +5840,72 @@ export interface NamespacesCheckNameAvailabilityOptionalParams extends coreClien
|
|
|
3596
5840
|
/** Contains response data for the checkNameAvailability operation. */
|
|
3597
5841
|
export type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
|
|
3598
5842
|
/** Optional parameters. */
|
|
5843
|
+
export interface ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
5844
|
+
}
|
|
5845
|
+
/** Contains response data for the list operation. */
|
|
5846
|
+
export type ManagedEnvironmentPrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
5847
|
+
/** Optional parameters. */
|
|
5848
|
+
export interface ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
5849
|
+
}
|
|
5850
|
+
/** Contains response data for the get operation. */
|
|
5851
|
+
export type ManagedEnvironmentPrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
5852
|
+
/** Optional parameters. */
|
|
5853
|
+
export interface ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5854
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5855
|
+
updateIntervalInMs?: number;
|
|
5856
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5857
|
+
resumeFrom?: string;
|
|
5858
|
+
}
|
|
5859
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5860
|
+
export type ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
5861
|
+
/** Optional parameters. */
|
|
5862
|
+
export interface ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5863
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5864
|
+
updateIntervalInMs?: number;
|
|
5865
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5866
|
+
resumeFrom?: string;
|
|
5867
|
+
}
|
|
5868
|
+
/** Contains response data for the delete operation. */
|
|
5869
|
+
export type ManagedEnvironmentPrivateEndpointConnectionsDeleteResponse = ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders;
|
|
5870
|
+
/** Optional parameters. */
|
|
5871
|
+
export interface ManagedEnvironmentPrivateEndpointConnectionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
5872
|
+
}
|
|
5873
|
+
/** Contains response data for the listNext operation. */
|
|
5874
|
+
export type ManagedEnvironmentPrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionListResult;
|
|
5875
|
+
/** Optional parameters. */
|
|
5876
|
+
export interface ManagedEnvironmentPrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
5877
|
+
}
|
|
5878
|
+
/** Contains response data for the list operation. */
|
|
5879
|
+
export type ManagedEnvironmentPrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
|
|
5880
|
+
/** Optional parameters. */
|
|
5881
|
+
export interface ManagedEnvironmentPrivateLinkResourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
5882
|
+
}
|
|
5883
|
+
/** Contains response data for the listNext operation. */
|
|
5884
|
+
export type ManagedEnvironmentPrivateLinkResourcesListNextResponse = PrivateLinkResourceListResult;
|
|
5885
|
+
/** Optional parameters. */
|
|
5886
|
+
export interface DaprComponentResiliencyPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
5887
|
+
}
|
|
5888
|
+
/** Contains response data for the list operation. */
|
|
5889
|
+
export type DaprComponentResiliencyPoliciesListResponse = DaprComponentResiliencyPoliciesCollection;
|
|
5890
|
+
/** Optional parameters. */
|
|
5891
|
+
export interface DaprComponentResiliencyPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
5892
|
+
}
|
|
5893
|
+
/** Contains response data for the get operation. */
|
|
5894
|
+
export type DaprComponentResiliencyPoliciesGetResponse = DaprComponentResiliencyPolicy;
|
|
5895
|
+
/** Optional parameters. */
|
|
5896
|
+
export interface DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5897
|
+
}
|
|
5898
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5899
|
+
export type DaprComponentResiliencyPoliciesCreateOrUpdateResponse = DaprComponentResiliencyPolicy;
|
|
5900
|
+
/** Optional parameters. */
|
|
5901
|
+
export interface DaprComponentResiliencyPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5902
|
+
}
|
|
5903
|
+
/** Optional parameters. */
|
|
5904
|
+
export interface DaprComponentResiliencyPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
5905
|
+
}
|
|
5906
|
+
/** Contains response data for the listNext operation. */
|
|
5907
|
+
export type DaprComponentResiliencyPoliciesListNextResponse = DaprComponentResiliencyPoliciesCollection;
|
|
5908
|
+
/** Optional parameters. */
|
|
3599
5909
|
export interface DaprComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
3600
5910
|
}
|
|
3601
5911
|
/** Contains response data for the list operation. */
|
|
@@ -3624,6 +5934,29 @@ export interface DaprComponentsListNextOptionalParams extends coreClient.Operati
|
|
|
3624
5934
|
/** Contains response data for the listNext operation. */
|
|
3625
5935
|
export type DaprComponentsListNextResponse = DaprComponentsCollection;
|
|
3626
5936
|
/** Optional parameters. */
|
|
5937
|
+
export interface DaprSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
5938
|
+
}
|
|
5939
|
+
/** Contains response data for the list operation. */
|
|
5940
|
+
export type DaprSubscriptionsListResponse = DaprSubscriptionsCollection;
|
|
5941
|
+
/** Optional parameters. */
|
|
5942
|
+
export interface DaprSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
5943
|
+
}
|
|
5944
|
+
/** Contains response data for the get operation. */
|
|
5945
|
+
export type DaprSubscriptionsGetResponse = DaprSubscription;
|
|
5946
|
+
/** Optional parameters. */
|
|
5947
|
+
export interface DaprSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5948
|
+
}
|
|
5949
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5950
|
+
export type DaprSubscriptionsCreateOrUpdateResponse = DaprSubscription;
|
|
5951
|
+
/** Optional parameters. */
|
|
5952
|
+
export interface DaprSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5953
|
+
}
|
|
5954
|
+
/** Optional parameters. */
|
|
5955
|
+
export interface DaprSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
5956
|
+
}
|
|
5957
|
+
/** Contains response data for the listNext operation. */
|
|
5958
|
+
export type DaprSubscriptionsListNextResponse = DaprSubscriptionsCollection;
|
|
5959
|
+
/** Optional parameters. */
|
|
3627
5960
|
export interface ManagedEnvironmentsStoragesListOptionalParams extends coreClient.OperationOptions {
|
|
3628
5961
|
}
|
|
3629
5962
|
/** Contains response data for the list operation. */
|
|
@@ -3642,6 +5975,58 @@ export type ManagedEnvironmentsStoragesCreateOrUpdateResponse = ManagedEnvironme
|
|
|
3642
5975
|
export interface ManagedEnvironmentsStoragesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3643
5976
|
}
|
|
3644
5977
|
/** Optional parameters. */
|
|
5978
|
+
export interface ContainerAppsSessionPoolsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
5979
|
+
}
|
|
5980
|
+
/** Contains response data for the listBySubscription operation. */
|
|
5981
|
+
export type ContainerAppsSessionPoolsListBySubscriptionResponse = SessionPoolCollection;
|
|
5982
|
+
/** Optional parameters. */
|
|
5983
|
+
export interface ContainerAppsSessionPoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
5984
|
+
}
|
|
5985
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
5986
|
+
export type ContainerAppsSessionPoolsListByResourceGroupResponse = SessionPoolCollection;
|
|
5987
|
+
/** Optional parameters. */
|
|
5988
|
+
export interface ContainerAppsSessionPoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
5989
|
+
}
|
|
5990
|
+
/** Contains response data for the get operation. */
|
|
5991
|
+
export type ContainerAppsSessionPoolsGetResponse = SessionPool;
|
|
5992
|
+
/** Optional parameters. */
|
|
5993
|
+
export interface ContainerAppsSessionPoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5994
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5995
|
+
updateIntervalInMs?: number;
|
|
5996
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5997
|
+
resumeFrom?: string;
|
|
5998
|
+
}
|
|
5999
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
6000
|
+
export type ContainerAppsSessionPoolsCreateOrUpdateResponse = SessionPool;
|
|
6001
|
+
/** Optional parameters. */
|
|
6002
|
+
export interface ContainerAppsSessionPoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6003
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
6004
|
+
updateIntervalInMs?: number;
|
|
6005
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6006
|
+
resumeFrom?: string;
|
|
6007
|
+
}
|
|
6008
|
+
/** Contains response data for the update operation. */
|
|
6009
|
+
export type ContainerAppsSessionPoolsUpdateResponse = SessionPool;
|
|
6010
|
+
/** Optional parameters. */
|
|
6011
|
+
export interface ContainerAppsSessionPoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6012
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
6013
|
+
updateIntervalInMs?: number;
|
|
6014
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6015
|
+
resumeFrom?: string;
|
|
6016
|
+
}
|
|
6017
|
+
/** Contains response data for the delete operation. */
|
|
6018
|
+
export type ContainerAppsSessionPoolsDeleteResponse = ContainerAppsSessionPoolsDeleteHeaders;
|
|
6019
|
+
/** Optional parameters. */
|
|
6020
|
+
export interface ContainerAppsSessionPoolsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
6021
|
+
}
|
|
6022
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
6023
|
+
export type ContainerAppsSessionPoolsListBySubscriptionNextResponse = SessionPoolCollection;
|
|
6024
|
+
/** Optional parameters. */
|
|
6025
|
+
export interface ContainerAppsSessionPoolsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
6026
|
+
}
|
|
6027
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
6028
|
+
export type ContainerAppsSessionPoolsListByResourceGroupNextResponse = SessionPoolCollection;
|
|
6029
|
+
/** Optional parameters. */
|
|
3645
6030
|
export interface ContainerAppsSourceControlsListByContainerAppOptionalParams extends coreClient.OperationOptions {
|
|
3646
6031
|
}
|
|
3647
6032
|
/** Contains response data for the listByContainerApp operation. */
|
|
@@ -3653,6 +6038,8 @@ export interface ContainerAppsSourceControlsGetOptionalParams extends coreClient
|
|
|
3653
6038
|
export type ContainerAppsSourceControlsGetResponse = SourceControl;
|
|
3654
6039
|
/** Optional parameters. */
|
|
3655
6040
|
export interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6041
|
+
/** Github personal access token used for SourceControl. */
|
|
6042
|
+
xMsGithubAuxiliary?: string;
|
|
3656
6043
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3657
6044
|
updateIntervalInMs?: number;
|
|
3658
6045
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -3662,6 +6049,12 @@ export interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams extends
|
|
|
3662
6049
|
export type ContainerAppsSourceControlsCreateOrUpdateResponse = SourceControl;
|
|
3663
6050
|
/** Optional parameters. */
|
|
3664
6051
|
export interface ContainerAppsSourceControlsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6052
|
+
/** Github personal access token used for SourceControl. */
|
|
6053
|
+
xMsGithubAuxiliary?: string;
|
|
6054
|
+
/** Ignore Workflow Deletion Failure. */
|
|
6055
|
+
ignoreWorkflowDeletionFailure?: boolean;
|
|
6056
|
+
/** Delete workflow. */
|
|
6057
|
+
deleteWorkflow?: boolean;
|
|
3665
6058
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3666
6059
|
updateIntervalInMs?: number;
|
|
3667
6060
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|