@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
|
@@ -33,6 +33,11 @@ export interface AllowedPrincipals {
|
|
|
33
33
|
identities?: string[];
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
+
// @public
|
|
37
|
+
export interface AppInsightsConfiguration {
|
|
38
|
+
connectionString?: string;
|
|
39
|
+
}
|
|
40
|
+
|
|
36
41
|
// @public
|
|
37
42
|
export interface Apple {
|
|
38
43
|
enabled?: boolean;
|
|
@@ -64,6 +69,70 @@ export interface AppRegistration {
|
|
|
64
69
|
appSecretSettingName?: string;
|
|
65
70
|
}
|
|
66
71
|
|
|
72
|
+
// @public
|
|
73
|
+
export interface AppResiliency extends ProxyResource {
|
|
74
|
+
circuitBreakerPolicy?: CircuitBreakerPolicy;
|
|
75
|
+
httpConnectionPool?: HttpConnectionPool;
|
|
76
|
+
httpRetryPolicy?: HttpRetryPolicy;
|
|
77
|
+
tcpConnectionPool?: TcpConnectionPool;
|
|
78
|
+
tcpRetryPolicy?: TcpRetryPolicy;
|
|
79
|
+
timeoutPolicy?: TimeoutPolicy;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// @public
|
|
83
|
+
export interface AppResiliencyCollection {
|
|
84
|
+
readonly nextLink?: string;
|
|
85
|
+
value: AppResiliency[];
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// @public
|
|
89
|
+
export interface AppResiliencyCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// @public
|
|
93
|
+
export type AppResiliencyCreateOrUpdateResponse = AppResiliency;
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export interface AppResiliencyDeleteOptionalParams extends coreClient.OperationOptions {
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export interface AppResiliencyGetOptionalParams extends coreClient.OperationOptions {
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export type AppResiliencyGetResponse = AppResiliency;
|
|
105
|
+
|
|
106
|
+
// @public
|
|
107
|
+
export interface AppResiliencyListNextOptionalParams extends coreClient.OperationOptions {
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// @public
|
|
111
|
+
export type AppResiliencyListNextResponse = AppResiliencyCollection;
|
|
112
|
+
|
|
113
|
+
// @public
|
|
114
|
+
export interface AppResiliencyListOptionalParams extends coreClient.OperationOptions {
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
// @public
|
|
118
|
+
export type AppResiliencyListResponse = AppResiliencyCollection;
|
|
119
|
+
|
|
120
|
+
// @public
|
|
121
|
+
export interface AppResiliencyOperations {
|
|
122
|
+
createOrUpdate(resourceGroupName: string, appName: string, name: string, resiliencyEnvelope: AppResiliency, options?: AppResiliencyCreateOrUpdateOptionalParams): Promise<AppResiliencyCreateOrUpdateResponse>;
|
|
123
|
+
delete(resourceGroupName: string, appName: string, name: string, options?: AppResiliencyDeleteOptionalParams): Promise<void>;
|
|
124
|
+
get(resourceGroupName: string, appName: string, name: string, options?: AppResiliencyGetOptionalParams): Promise<AppResiliencyGetResponse>;
|
|
125
|
+
list(resourceGroupName: string, appName: string, options?: AppResiliencyListOptionalParams): PagedAsyncIterableIterator<AppResiliency>;
|
|
126
|
+
update(resourceGroupName: string, appName: string, name: string, resiliencyEnvelope: AppResiliency, options?: AppResiliencyUpdateOptionalParams): Promise<AppResiliencyUpdateResponse>;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// @public
|
|
130
|
+
export interface AppResiliencyUpdateOptionalParams extends coreClient.OperationOptions {
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
// @public
|
|
134
|
+
export type AppResiliencyUpdateResponse = AppResiliency;
|
|
135
|
+
|
|
67
136
|
// @public
|
|
68
137
|
export interface AuthConfig extends ProxyResource {
|
|
69
138
|
encryptionSettings?: EncryptionSettings;
|
|
@@ -199,15 +268,20 @@ export interface BaseContainer {
|
|
|
199
268
|
command?: string[];
|
|
200
269
|
env?: EnvironmentVar[];
|
|
201
270
|
image?: string;
|
|
271
|
+
imageType?: ImageType;
|
|
202
272
|
name?: string;
|
|
203
273
|
resources?: ContainerResources;
|
|
204
274
|
volumeMounts?: VolumeMount[];
|
|
205
275
|
}
|
|
206
276
|
|
|
207
277
|
// @public
|
|
208
|
-
export interface BillingMeter
|
|
278
|
+
export interface BillingMeter {
|
|
279
|
+
readonly id?: string;
|
|
209
280
|
location?: string;
|
|
281
|
+
readonly name?: string;
|
|
210
282
|
properties?: BillingMeterProperties;
|
|
283
|
+
readonly systemData?: SystemData;
|
|
284
|
+
readonly type?: string;
|
|
211
285
|
}
|
|
212
286
|
|
|
213
287
|
// @public
|
|
@@ -242,6 +316,240 @@ export interface BlobStorageTokenStore {
|
|
|
242
316
|
sasUrlSettingName: string;
|
|
243
317
|
}
|
|
244
318
|
|
|
319
|
+
// @public
|
|
320
|
+
export interface BuildAuthToken {
|
|
321
|
+
list(resourceGroupName: string, builderName: string, buildName: string, options?: BuildAuthTokenListOptionalParams): Promise<BuildAuthTokenListResponse>;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
// @public
|
|
325
|
+
export interface BuildAuthTokenListOptionalParams extends coreClient.OperationOptions {
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
// @public
|
|
329
|
+
export type BuildAuthTokenListResponse = BuildToken;
|
|
330
|
+
|
|
331
|
+
// @public
|
|
332
|
+
export interface BuildCollection {
|
|
333
|
+
nextLink?: string;
|
|
334
|
+
value: BuildResource[];
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
// @public
|
|
338
|
+
export interface BuildConfiguration {
|
|
339
|
+
baseOs?: string;
|
|
340
|
+
environmentVariables?: EnvironmentVariable[];
|
|
341
|
+
platform?: string;
|
|
342
|
+
platformVersion?: string;
|
|
343
|
+
preBuildSteps?: PreBuildStep[];
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
// @public
|
|
347
|
+
export interface BuilderCollection {
|
|
348
|
+
nextLink?: string;
|
|
349
|
+
value: BuilderResource[];
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
// @public
|
|
353
|
+
export type BuilderProvisioningState = string;
|
|
354
|
+
|
|
355
|
+
// @public
|
|
356
|
+
export interface BuilderResource extends TrackedResource {
|
|
357
|
+
containerRegistries?: ContainerRegistry[];
|
|
358
|
+
environmentId?: string;
|
|
359
|
+
identity?: ManagedServiceIdentity;
|
|
360
|
+
readonly provisioningState?: BuilderProvisioningState;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
// @public
|
|
364
|
+
export interface BuilderResourceUpdate {
|
|
365
|
+
environmentId?: string;
|
|
366
|
+
identity?: ManagedServiceIdentity;
|
|
367
|
+
tags?: {
|
|
368
|
+
[propertyName: string]: string;
|
|
369
|
+
};
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
// @public
|
|
373
|
+
export interface Builders {
|
|
374
|
+
beginCreateOrUpdate(resourceGroupName: string, builderName: string, builderEnvelope: BuilderResource, options?: BuildersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BuildersCreateOrUpdateResponse>, BuildersCreateOrUpdateResponse>>;
|
|
375
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, builderName: string, builderEnvelope: BuilderResource, options?: BuildersCreateOrUpdateOptionalParams): Promise<BuildersCreateOrUpdateResponse>;
|
|
376
|
+
beginDelete(resourceGroupName: string, builderName: string, options?: BuildersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<BuildersDeleteResponse>, BuildersDeleteResponse>>;
|
|
377
|
+
beginDeleteAndWait(resourceGroupName: string, builderName: string, options?: BuildersDeleteOptionalParams): Promise<BuildersDeleteResponse>;
|
|
378
|
+
beginUpdate(resourceGroupName: string, builderName: string, builderEnvelope: BuilderResourceUpdate, options?: BuildersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BuildersUpdateResponse>, BuildersUpdateResponse>>;
|
|
379
|
+
beginUpdateAndWait(resourceGroupName: string, builderName: string, builderEnvelope: BuilderResourceUpdate, options?: BuildersUpdateOptionalParams): Promise<BuildersUpdateResponse>;
|
|
380
|
+
get(resourceGroupName: string, builderName: string, options?: BuildersGetOptionalParams): Promise<BuildersGetResponse>;
|
|
381
|
+
listByResourceGroup(resourceGroupName: string, options?: BuildersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<BuilderResource>;
|
|
382
|
+
listBySubscription(options?: BuildersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<BuilderResource>;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
// @public
|
|
386
|
+
export interface BuildersCreateOrUpdateHeaders {
|
|
387
|
+
// (undocumented)
|
|
388
|
+
azureAsyncOperation?: string;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
// @public
|
|
392
|
+
export interface BuildersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
393
|
+
resumeFrom?: string;
|
|
394
|
+
updateIntervalInMs?: number;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
// @public
|
|
398
|
+
export type BuildersCreateOrUpdateResponse = BuilderResource;
|
|
399
|
+
|
|
400
|
+
// @public
|
|
401
|
+
export interface BuildersDeleteHeaders {
|
|
402
|
+
// (undocumented)
|
|
403
|
+
location?: string;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
// @public
|
|
407
|
+
export interface BuildersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
408
|
+
resumeFrom?: string;
|
|
409
|
+
updateIntervalInMs?: number;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
// @public
|
|
413
|
+
export type BuildersDeleteResponse = BuildersDeleteHeaders;
|
|
414
|
+
|
|
415
|
+
// @public
|
|
416
|
+
export interface BuildersGetOptionalParams extends coreClient.OperationOptions {
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
// @public
|
|
420
|
+
export type BuildersGetResponse = BuilderResource;
|
|
421
|
+
|
|
422
|
+
// @public
|
|
423
|
+
export interface BuildersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
// @public
|
|
427
|
+
export type BuildersListByResourceGroupNextResponse = BuilderCollection;
|
|
428
|
+
|
|
429
|
+
// @public
|
|
430
|
+
export interface BuildersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
// @public
|
|
434
|
+
export type BuildersListByResourceGroupResponse = BuilderCollection;
|
|
435
|
+
|
|
436
|
+
// @public
|
|
437
|
+
export interface BuildersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
// @public
|
|
441
|
+
export type BuildersListBySubscriptionNextResponse = BuilderCollection;
|
|
442
|
+
|
|
443
|
+
// @public
|
|
444
|
+
export interface BuildersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
// @public
|
|
448
|
+
export type BuildersListBySubscriptionResponse = BuilderCollection;
|
|
449
|
+
|
|
450
|
+
// @public
|
|
451
|
+
export interface BuildersUpdateHeaders {
|
|
452
|
+
// (undocumented)
|
|
453
|
+
location?: string;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
// @public
|
|
457
|
+
export interface BuildersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
458
|
+
resumeFrom?: string;
|
|
459
|
+
updateIntervalInMs?: number;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
// @public
|
|
463
|
+
export type BuildersUpdateResponse = BuilderResource;
|
|
464
|
+
|
|
465
|
+
// @public
|
|
466
|
+
export type BuildProvisioningState = string;
|
|
467
|
+
|
|
468
|
+
// @public
|
|
469
|
+
export interface BuildResource extends ProxyResource {
|
|
470
|
+
readonly buildStatus?: BuildStatus;
|
|
471
|
+
configuration?: BuildConfiguration;
|
|
472
|
+
destinationContainerRegistry?: ContainerRegistryWithCustomImage;
|
|
473
|
+
readonly logStreamEndpoint?: string;
|
|
474
|
+
readonly provisioningState?: BuildProvisioningState;
|
|
475
|
+
readonly tokenEndpoint?: string;
|
|
476
|
+
readonly uploadEndpoint?: string;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
// @public
|
|
480
|
+
export interface Builds {
|
|
481
|
+
beginCreateOrUpdate(resourceGroupName: string, builderName: string, buildName: string, buildEnvelope: BuildResource, options?: BuildsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BuildsCreateOrUpdateResponse>, BuildsCreateOrUpdateResponse>>;
|
|
482
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, builderName: string, buildName: string, buildEnvelope: BuildResource, options?: BuildsCreateOrUpdateOptionalParams): Promise<BuildsCreateOrUpdateResponse>;
|
|
483
|
+
beginDelete(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<BuildsDeleteResponse>, BuildsDeleteResponse>>;
|
|
484
|
+
beginDeleteAndWait(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsDeleteOptionalParams): Promise<BuildsDeleteResponse>;
|
|
485
|
+
get(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsGetOptionalParams): Promise<BuildsGetResponse>;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
// @public
|
|
489
|
+
export interface BuildsByBuilderResource {
|
|
490
|
+
list(resourceGroupName: string, builderName: string, options?: BuildsByBuilderResourceListOptionalParams): PagedAsyncIterableIterator<BuildResource>;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
// @public
|
|
494
|
+
export interface BuildsByBuilderResourceListNextOptionalParams extends coreClient.OperationOptions {
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
// @public
|
|
498
|
+
export type BuildsByBuilderResourceListNextResponse = BuildCollection;
|
|
499
|
+
|
|
500
|
+
// @public
|
|
501
|
+
export interface BuildsByBuilderResourceListOptionalParams extends coreClient.OperationOptions {
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
// @public
|
|
505
|
+
export type BuildsByBuilderResourceListResponse = BuildCollection;
|
|
506
|
+
|
|
507
|
+
// @public
|
|
508
|
+
export interface BuildsCreateOrUpdateHeaders {
|
|
509
|
+
// (undocumented)
|
|
510
|
+
azureAsyncOperation?: string;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
// @public
|
|
514
|
+
export interface BuildsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
515
|
+
resumeFrom?: string;
|
|
516
|
+
updateIntervalInMs?: number;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
// @public
|
|
520
|
+
export type BuildsCreateOrUpdateResponse = BuildResource;
|
|
521
|
+
|
|
522
|
+
// @public
|
|
523
|
+
export interface BuildsDeleteHeaders {
|
|
524
|
+
// (undocumented)
|
|
525
|
+
location?: string;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
// @public
|
|
529
|
+
export interface BuildsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
530
|
+
resumeFrom?: string;
|
|
531
|
+
updateIntervalInMs?: number;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
// @public
|
|
535
|
+
export type BuildsDeleteResponse = BuildsDeleteHeaders;
|
|
536
|
+
|
|
537
|
+
// @public
|
|
538
|
+
export interface BuildsGetOptionalParams extends coreClient.OperationOptions {
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
// @public
|
|
542
|
+
export type BuildsGetResponse = BuildResource;
|
|
543
|
+
|
|
544
|
+
// @public
|
|
545
|
+
export type BuildStatus = string;
|
|
546
|
+
|
|
547
|
+
// @public
|
|
548
|
+
export interface BuildToken {
|
|
549
|
+
readonly expires?: Date;
|
|
550
|
+
readonly token?: string;
|
|
551
|
+
}
|
|
552
|
+
|
|
245
553
|
// @public
|
|
246
554
|
export interface Certificate extends TrackedResource {
|
|
247
555
|
properties?: CertificateProperties;
|
|
@@ -253,6 +561,12 @@ export interface CertificateCollection {
|
|
|
253
561
|
value: Certificate[];
|
|
254
562
|
}
|
|
255
563
|
|
|
564
|
+
// @public
|
|
565
|
+
export interface CertificateKeyVaultProperties {
|
|
566
|
+
identity?: string;
|
|
567
|
+
keyVaultUrl?: string;
|
|
568
|
+
}
|
|
569
|
+
|
|
256
570
|
// @public
|
|
257
571
|
export interface CertificatePatch {
|
|
258
572
|
tags?: {
|
|
@@ -262,6 +576,8 @@ export interface CertificatePatch {
|
|
|
262
576
|
|
|
263
577
|
// @public
|
|
264
578
|
export interface CertificateProperties {
|
|
579
|
+
certificateKeyVaultProperties?: CertificateKeyVaultProperties;
|
|
580
|
+
certificateType?: CertificateType;
|
|
265
581
|
readonly expirationDate?: Date;
|
|
266
582
|
readonly issueDate?: Date;
|
|
267
583
|
readonly issuer?: string;
|
|
@@ -327,6 +643,9 @@ export interface CertificatesUpdateOptionalParams extends coreClient.OperationOp
|
|
|
327
643
|
// @public
|
|
328
644
|
export type CertificatesUpdateResponse = Certificate;
|
|
329
645
|
|
|
646
|
+
// @public
|
|
647
|
+
export type CertificateType = string;
|
|
648
|
+
|
|
330
649
|
// @public
|
|
331
650
|
export type CheckNameAvailabilityReason = string;
|
|
332
651
|
|
|
@@ -343,6 +662,13 @@ export interface CheckNameAvailabilityResponse {
|
|
|
343
662
|
reason?: CheckNameAvailabilityReason;
|
|
344
663
|
}
|
|
345
664
|
|
|
665
|
+
// @public
|
|
666
|
+
export interface CircuitBreakerPolicy {
|
|
667
|
+
consecutiveErrors?: number;
|
|
668
|
+
intervalInSeconds?: number;
|
|
669
|
+
maxEjectionPercent?: number;
|
|
670
|
+
}
|
|
671
|
+
|
|
346
672
|
// @public
|
|
347
673
|
export interface ClientRegistration {
|
|
348
674
|
clientId?: string;
|
|
@@ -353,9 +679,11 @@ export interface ClientRegistration {
|
|
|
353
679
|
export interface Configuration {
|
|
354
680
|
activeRevisionsMode?: ActiveRevisionsMode;
|
|
355
681
|
dapr?: Dapr;
|
|
682
|
+
identitySettings?: IdentitySettings[];
|
|
356
683
|
ingress?: Ingress;
|
|
357
684
|
maxInactiveRevisions?: number;
|
|
358
685
|
registries?: RegistryCredentials[];
|
|
686
|
+
runtime?: Runtime;
|
|
359
687
|
secrets?: Secret[];
|
|
360
688
|
service?: Service;
|
|
361
689
|
}
|
|
@@ -594,6 +922,7 @@ export interface ConnectedEnvironmentStorage extends ProxyResource {
|
|
|
594
922
|
// @public
|
|
595
923
|
export interface ConnectedEnvironmentStorageProperties {
|
|
596
924
|
azureFile?: AzureFileProperties;
|
|
925
|
+
smb?: SmbStorage;
|
|
597
926
|
}
|
|
598
927
|
|
|
599
928
|
// @public
|
|
@@ -617,16 +946,19 @@ export interface Container extends BaseContainer {
|
|
|
617
946
|
export interface ContainerApp extends TrackedResource {
|
|
618
947
|
configuration?: Configuration;
|
|
619
948
|
readonly customDomainVerificationId?: string;
|
|
949
|
+
readonly deploymentErrors?: string;
|
|
620
950
|
environmentId?: string;
|
|
621
951
|
readonly eventStreamEndpoint?: string;
|
|
622
952
|
extendedLocation?: ExtendedLocation;
|
|
623
953
|
identity?: ManagedServiceIdentity;
|
|
954
|
+
kind?: Kind;
|
|
624
955
|
readonly latestReadyRevisionName?: string;
|
|
625
956
|
readonly latestRevisionFqdn?: string;
|
|
626
957
|
readonly latestRevisionName?: string;
|
|
627
958
|
managedBy?: string;
|
|
628
959
|
managedEnvironmentId?: string;
|
|
629
960
|
readonly outboundIpAddresses?: string[];
|
|
961
|
+
patchingConfiguration?: ContainerAppPropertiesPatchingConfiguration;
|
|
630
962
|
readonly provisioningState?: ContainerAppProvisioningState;
|
|
631
963
|
template?: Template;
|
|
632
964
|
workloadProfileName?: string;
|
|
@@ -687,6 +1019,11 @@ export interface ContainerAppProbeTcpSocket {
|
|
|
687
1019
|
port: number;
|
|
688
1020
|
}
|
|
689
1021
|
|
|
1022
|
+
// @public
|
|
1023
|
+
export interface ContainerAppPropertiesPatchingConfiguration {
|
|
1024
|
+
patchingMode?: PatchingMode;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
690
1027
|
// @public
|
|
691
1028
|
export type ContainerAppProvisioningState = string;
|
|
692
1029
|
|
|
@@ -721,10 +1058,20 @@ export class ContainerAppsAPIClient extends coreClient.ServiceClient {
|
|
|
721
1058
|
// (undocumented)
|
|
722
1059
|
apiVersion: string;
|
|
723
1060
|
// (undocumented)
|
|
1061
|
+
appResiliencyOperations: AppResiliencyOperations;
|
|
1062
|
+
// (undocumented)
|
|
724
1063
|
availableWorkloadProfiles: AvailableWorkloadProfiles;
|
|
725
1064
|
// (undocumented)
|
|
726
1065
|
billingMeters: BillingMeters;
|
|
727
1066
|
// (undocumented)
|
|
1067
|
+
buildAuthToken: BuildAuthToken;
|
|
1068
|
+
// (undocumented)
|
|
1069
|
+
builders: Builders;
|
|
1070
|
+
// (undocumented)
|
|
1071
|
+
builds: Builds;
|
|
1072
|
+
// (undocumented)
|
|
1073
|
+
buildsByBuilderResource: BuildsByBuilderResource;
|
|
1074
|
+
// (undocumented)
|
|
728
1075
|
certificates: Certificates;
|
|
729
1076
|
// (undocumented)
|
|
730
1077
|
connectedEnvironments: ConnectedEnvironments;
|
|
@@ -739,26 +1086,50 @@ export class ContainerAppsAPIClient extends coreClient.ServiceClient {
|
|
|
739
1086
|
// (undocumented)
|
|
740
1087
|
containerAppsAuthConfigs: ContainerAppsAuthConfigs;
|
|
741
1088
|
// (undocumented)
|
|
1089
|
+
containerAppsBuilds: ContainerAppsBuilds;
|
|
1090
|
+
// (undocumented)
|
|
1091
|
+
containerAppsBuildsByContainerApp: ContainerAppsBuildsByContainerApp;
|
|
1092
|
+
// (undocumented)
|
|
742
1093
|
containerAppsDiagnostics: ContainerAppsDiagnostics;
|
|
743
1094
|
// (undocumented)
|
|
1095
|
+
containerAppsPatches: ContainerAppsPatches;
|
|
1096
|
+
// (undocumented)
|
|
744
1097
|
containerAppsRevisionReplicas: ContainerAppsRevisionReplicas;
|
|
745
1098
|
// (undocumented)
|
|
746
1099
|
containerAppsRevisions: ContainerAppsRevisions;
|
|
747
1100
|
// (undocumented)
|
|
1101
|
+
containerAppsSessionPools: ContainerAppsSessionPools;
|
|
1102
|
+
// (undocumented)
|
|
748
1103
|
containerAppsSourceControls: ContainerAppsSourceControls;
|
|
749
1104
|
// (undocumented)
|
|
1105
|
+
daprComponentResiliencyPolicies: DaprComponentResiliencyPolicies;
|
|
1106
|
+
// (undocumented)
|
|
750
1107
|
daprComponents: DaprComponents;
|
|
1108
|
+
// (undocumented)
|
|
1109
|
+
daprSubscriptions: DaprSubscriptions;
|
|
1110
|
+
// (undocumented)
|
|
1111
|
+
dotNetComponents: DotNetComponents;
|
|
1112
|
+
// (undocumented)
|
|
1113
|
+
functionsExtension: FunctionsExtension;
|
|
751
1114
|
getCustomDomainVerificationId(options?: GetCustomDomainVerificationIdOptionalParams): Promise<GetCustomDomainVerificationIdResponse>;
|
|
1115
|
+
// (undocumented)
|
|
1116
|
+
javaComponents: JavaComponents;
|
|
752
1117
|
jobExecution(resourceGroupName: string, jobName: string, jobExecutionName: string, options?: JobExecutionOptionalParams): Promise<JobExecutionResponse>;
|
|
753
1118
|
// (undocumented)
|
|
754
1119
|
jobs: Jobs;
|
|
755
1120
|
// (undocumented)
|
|
756
1121
|
jobsExecutions: JobsExecutions;
|
|
757
1122
|
// (undocumented)
|
|
1123
|
+
logicApps: LogicApps;
|
|
1124
|
+
// (undocumented)
|
|
758
1125
|
managedCertificates: ManagedCertificates;
|
|
759
1126
|
// (undocumented)
|
|
760
1127
|
managedEnvironmentDiagnostics: ManagedEnvironmentDiagnostics;
|
|
761
1128
|
// (undocumented)
|
|
1129
|
+
managedEnvironmentPrivateEndpointConnections: ManagedEnvironmentPrivateEndpointConnections;
|
|
1130
|
+
// (undocumented)
|
|
1131
|
+
managedEnvironmentPrivateLinkResources: ManagedEnvironmentPrivateLinkResources;
|
|
1132
|
+
// (undocumented)
|
|
762
1133
|
managedEnvironments: ManagedEnvironments;
|
|
763
1134
|
// (undocumented)
|
|
764
1135
|
managedEnvironmentsDiagnostics: ManagedEnvironmentsDiagnostics;
|
|
@@ -824,51 +1195,123 @@ export interface ContainerAppsAuthConfigsListByContainerAppOptionalParams extend
|
|
|
824
1195
|
export type ContainerAppsAuthConfigsListByContainerAppResponse = AuthConfigCollection;
|
|
825
1196
|
|
|
826
1197
|
// @public
|
|
827
|
-
export interface
|
|
828
|
-
|
|
829
|
-
|
|
1198
|
+
export interface ContainerAppsBuildCollection {
|
|
1199
|
+
nextLink?: string;
|
|
1200
|
+
value: ContainerAppsBuildResource[];
|
|
830
1201
|
}
|
|
831
1202
|
|
|
832
1203
|
// @public
|
|
833
|
-
export
|
|
1204
|
+
export interface ContainerAppsBuildConfiguration {
|
|
1205
|
+
readonly baseOs?: string;
|
|
1206
|
+
readonly environmentVariables?: EnvironmentVariable[];
|
|
1207
|
+
readonly platform?: string;
|
|
1208
|
+
readonly platformVersion?: string;
|
|
1209
|
+
readonly preBuildSteps?: PreBuildStep[];
|
|
1210
|
+
}
|
|
834
1211
|
|
|
835
1212
|
// @public
|
|
836
|
-
export interface
|
|
837
|
-
|
|
838
|
-
|
|
1213
|
+
export interface ContainerAppsBuildResource extends ProxyResource {
|
|
1214
|
+
readonly buildStatus?: BuildStatus;
|
|
1215
|
+
readonly configuration?: ContainerAppsBuildConfiguration;
|
|
1216
|
+
readonly destinationContainerRegistry?: ContainerRegistryWithCustomImage;
|
|
1217
|
+
readonly logStreamEndpoint?: string;
|
|
1218
|
+
readonly provisioningState?: BuildProvisioningState;
|
|
839
1219
|
}
|
|
840
1220
|
|
|
841
1221
|
// @public
|
|
842
|
-
export interface
|
|
843
|
-
|
|
844
|
-
|
|
1222
|
+
export interface ContainerAppsBuilds {
|
|
1223
|
+
beginDelete(resourceGroupName: string, containerAppName: string, buildName: string, options?: ContainerAppsBuildsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsBuildsDeleteResponse>, ContainerAppsBuildsDeleteResponse>>;
|
|
1224
|
+
beginDeleteAndWait(resourceGroupName: string, containerAppName: string, buildName: string, options?: ContainerAppsBuildsDeleteOptionalParams): Promise<ContainerAppsBuildsDeleteResponse>;
|
|
1225
|
+
get(resourceGroupName: string, containerAppName: string, buildName: string, options?: ContainerAppsBuildsGetOptionalParams): Promise<ContainerAppsBuildsGetResponse>;
|
|
845
1226
|
}
|
|
846
1227
|
|
|
847
1228
|
// @public
|
|
848
|
-
export interface
|
|
849
|
-
|
|
850
|
-
getRevision(resourceGroupName: string, containerAppName: string, revisionName: string, options?: ContainerAppsDiagnosticsGetRevisionOptionalParams): Promise<ContainerAppsDiagnosticsGetRevisionResponse>;
|
|
851
|
-
getRoot(resourceGroupName: string, containerAppName: string, options?: ContainerAppsDiagnosticsGetRootOptionalParams): Promise<ContainerAppsDiagnosticsGetRootResponse>;
|
|
852
|
-
listDetectors(resourceGroupName: string, containerAppName: string, options?: ContainerAppsDiagnosticsListDetectorsOptionalParams): PagedAsyncIterableIterator<Diagnostics>;
|
|
853
|
-
listRevisions(resourceGroupName: string, containerAppName: string, options?: ContainerAppsDiagnosticsListRevisionsOptionalParams): PagedAsyncIterableIterator<Revision>;
|
|
1229
|
+
export interface ContainerAppsBuildsByContainerApp {
|
|
1230
|
+
list(resourceGroupName: string, containerAppName: string, options?: ContainerAppsBuildsByContainerAppListOptionalParams): PagedAsyncIterableIterator<ContainerAppsBuildResource>;
|
|
854
1231
|
}
|
|
855
1232
|
|
|
856
1233
|
// @public
|
|
857
|
-
export interface
|
|
1234
|
+
export interface ContainerAppsBuildsByContainerAppListNextOptionalParams extends coreClient.OperationOptions {
|
|
858
1235
|
}
|
|
859
1236
|
|
|
860
1237
|
// @public
|
|
861
|
-
export type
|
|
1238
|
+
export type ContainerAppsBuildsByContainerAppListNextResponse = ContainerAppsBuildCollection;
|
|
862
1239
|
|
|
863
1240
|
// @public
|
|
864
|
-
export interface
|
|
1241
|
+
export interface ContainerAppsBuildsByContainerAppListOptionalParams extends coreClient.OperationOptions {
|
|
865
1242
|
}
|
|
866
1243
|
|
|
867
1244
|
// @public
|
|
868
|
-
export type
|
|
1245
|
+
export type ContainerAppsBuildsByContainerAppListResponse = ContainerAppsBuildCollection;
|
|
869
1246
|
|
|
870
1247
|
// @public
|
|
871
|
-
export interface
|
|
1248
|
+
export interface ContainerAppsBuildsDeleteHeaders {
|
|
1249
|
+
// (undocumented)
|
|
1250
|
+
location?: string;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
// @public
|
|
1254
|
+
export interface ContainerAppsBuildsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1255
|
+
resumeFrom?: string;
|
|
1256
|
+
updateIntervalInMs?: number;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
// @public
|
|
1260
|
+
export type ContainerAppsBuildsDeleteResponse = ContainerAppsBuildsDeleteHeaders;
|
|
1261
|
+
|
|
1262
|
+
// @public
|
|
1263
|
+
export interface ContainerAppsBuildsGetOptionalParams extends coreClient.OperationOptions {
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
// @public
|
|
1267
|
+
export type ContainerAppsBuildsGetResponse = ContainerAppsBuildResource;
|
|
1268
|
+
|
|
1269
|
+
// @public
|
|
1270
|
+
export interface ContainerAppsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1271
|
+
resumeFrom?: string;
|
|
1272
|
+
updateIntervalInMs?: number;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
// @public
|
|
1276
|
+
export type ContainerAppsCreateOrUpdateResponse = ContainerApp;
|
|
1277
|
+
|
|
1278
|
+
// @public
|
|
1279
|
+
export interface ContainerAppsDeleteHeaders {
|
|
1280
|
+
// (undocumented)
|
|
1281
|
+
location?: string;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
// @public
|
|
1285
|
+
export interface ContainerAppsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1286
|
+
resumeFrom?: string;
|
|
1287
|
+
updateIntervalInMs?: number;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
// @public
|
|
1291
|
+
export interface ContainerAppsDiagnostics {
|
|
1292
|
+
getDetector(resourceGroupName: string, containerAppName: string, detectorName: string, options?: ContainerAppsDiagnosticsGetDetectorOptionalParams): Promise<ContainerAppsDiagnosticsGetDetectorResponse>;
|
|
1293
|
+
getRevision(resourceGroupName: string, containerAppName: string, revisionName: string, options?: ContainerAppsDiagnosticsGetRevisionOptionalParams): Promise<ContainerAppsDiagnosticsGetRevisionResponse>;
|
|
1294
|
+
getRoot(resourceGroupName: string, containerAppName: string, options?: ContainerAppsDiagnosticsGetRootOptionalParams): Promise<ContainerAppsDiagnosticsGetRootResponse>;
|
|
1295
|
+
listDetectors(resourceGroupName: string, containerAppName: string, options?: ContainerAppsDiagnosticsListDetectorsOptionalParams): PagedAsyncIterableIterator<Diagnostics>;
|
|
1296
|
+
listRevisions(resourceGroupName: string, containerAppName: string, options?: ContainerAppsDiagnosticsListRevisionsOptionalParams): PagedAsyncIterableIterator<Revision>;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
// @public
|
|
1300
|
+
export interface ContainerAppsDiagnosticsGetDetectorOptionalParams extends coreClient.OperationOptions {
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
// @public
|
|
1304
|
+
export type ContainerAppsDiagnosticsGetDetectorResponse = Diagnostics;
|
|
1305
|
+
|
|
1306
|
+
// @public
|
|
1307
|
+
export interface ContainerAppsDiagnosticsGetRevisionOptionalParams extends coreClient.OperationOptions {
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
// @public
|
|
1311
|
+
export type ContainerAppsDiagnosticsGetRevisionResponse = Revision;
|
|
1312
|
+
|
|
1313
|
+
// @public
|
|
1314
|
+
export interface ContainerAppsDiagnosticsGetRootOptionalParams extends coreClient.OperationOptions {
|
|
872
1315
|
}
|
|
873
1316
|
|
|
874
1317
|
// @public
|
|
@@ -968,6 +1411,92 @@ export interface ContainerAppsListSecretsOptionalParams extends coreClient.Opera
|
|
|
968
1411
|
// @public
|
|
969
1412
|
export type ContainerAppsListSecretsResponse = SecretsCollection;
|
|
970
1413
|
|
|
1414
|
+
// @public
|
|
1415
|
+
export interface ContainerAppsPatches {
|
|
1416
|
+
beginApply(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsPatchesApplyResponse>, ContainerAppsPatchesApplyResponse>>;
|
|
1417
|
+
beginApplyAndWait(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams): Promise<ContainerAppsPatchesApplyResponse>;
|
|
1418
|
+
beginDelete(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsPatchesDeleteResponse>, ContainerAppsPatchesDeleteResponse>>;
|
|
1419
|
+
beginDeleteAndWait(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams): Promise<ContainerAppsPatchesDeleteResponse>;
|
|
1420
|
+
beginSkipConfigure(resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsPatchesSkipConfigureResponse>, ContainerAppsPatchesSkipConfigureResponse>>;
|
|
1421
|
+
beginSkipConfigureAndWait(resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams): Promise<ContainerAppsPatchesSkipConfigureResponse>;
|
|
1422
|
+
get(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesGetOptionalParams): Promise<ContainerAppsPatchesGetResponse>;
|
|
1423
|
+
listByContainerApp(resourceGroupName: string, containerAppName: string, options?: ContainerAppsPatchesListByContainerAppOptionalParams): PagedAsyncIterableIterator<ContainerAppsPatchResource>;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
// @public
|
|
1427
|
+
export interface ContainerAppsPatchesApplyHeaders {
|
|
1428
|
+
// (undocumented)
|
|
1429
|
+
azureAsyncOperation?: string;
|
|
1430
|
+
// (undocumented)
|
|
1431
|
+
location?: string;
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
// @public
|
|
1435
|
+
export interface ContainerAppsPatchesApplyOptionalParams extends coreClient.OperationOptions {
|
|
1436
|
+
resumeFrom?: string;
|
|
1437
|
+
updateIntervalInMs?: number;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
// @public
|
|
1441
|
+
export type ContainerAppsPatchesApplyResponse = ContainerAppsPatchResource;
|
|
1442
|
+
|
|
1443
|
+
// @public
|
|
1444
|
+
export interface ContainerAppsPatchesDeleteHeaders {
|
|
1445
|
+
// (undocumented)
|
|
1446
|
+
location?: string;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
// @public
|
|
1450
|
+
export interface ContainerAppsPatchesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1451
|
+
resumeFrom?: string;
|
|
1452
|
+
updateIntervalInMs?: number;
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
// @public
|
|
1456
|
+
export type ContainerAppsPatchesDeleteResponse = ContainerAppsPatchesDeleteHeaders;
|
|
1457
|
+
|
|
1458
|
+
// @public
|
|
1459
|
+
export interface ContainerAppsPatchesGetOptionalParams extends coreClient.OperationOptions {
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
// @public
|
|
1463
|
+
export type ContainerAppsPatchesGetResponse = ContainerAppsPatchResource;
|
|
1464
|
+
|
|
1465
|
+
// @public
|
|
1466
|
+
export interface ContainerAppsPatchesListByContainerAppNextOptionalParams extends coreClient.OperationOptions {
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
// @public
|
|
1470
|
+
export type ContainerAppsPatchesListByContainerAppNextResponse = PatchCollection;
|
|
1471
|
+
|
|
1472
|
+
// @public
|
|
1473
|
+
export interface ContainerAppsPatchesListByContainerAppOptionalParams extends coreClient.OperationOptions {
|
|
1474
|
+
filter?: string;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
// @public
|
|
1478
|
+
export type ContainerAppsPatchesListByContainerAppResponse = PatchCollection;
|
|
1479
|
+
|
|
1480
|
+
// @public
|
|
1481
|
+
export interface ContainerAppsPatchesSkipConfigureHeaders {
|
|
1482
|
+
// (undocumented)
|
|
1483
|
+
location?: string;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
// @public
|
|
1487
|
+
export interface ContainerAppsPatchesSkipConfigureOptionalParams extends coreClient.OperationOptions {
|
|
1488
|
+
resumeFrom?: string;
|
|
1489
|
+
updateIntervalInMs?: number;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
// @public
|
|
1493
|
+
export type ContainerAppsPatchesSkipConfigureResponse = ContainerAppsPatchesSkipConfigureHeaders;
|
|
1494
|
+
|
|
1495
|
+
// @public
|
|
1496
|
+
export interface ContainerAppsPatchResource extends ProxyResource {
|
|
1497
|
+
readonly properties?: PatchProperties;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
971
1500
|
// @public
|
|
972
1501
|
export interface ContainerAppsRevisionReplicas {
|
|
973
1502
|
getReplica(resourceGroupName: string, containerAppName: string, revisionName: string, replicaName: string, options?: ContainerAppsRevisionReplicasGetReplicaOptionalParams): Promise<ContainerAppsRevisionReplicasGetReplicaResponse>;
|
|
@@ -1031,6 +1560,93 @@ export type ContainerAppsRevisionsListRevisionsResponse = RevisionCollection;
|
|
|
1031
1560
|
export interface ContainerAppsRevisionsRestartRevisionOptionalParams extends coreClient.OperationOptions {
|
|
1032
1561
|
}
|
|
1033
1562
|
|
|
1563
|
+
// @public
|
|
1564
|
+
export interface ContainerAppsSessionPools {
|
|
1565
|
+
beginCreateOrUpdate(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsSessionPoolsCreateOrUpdateResponse>, ContainerAppsSessionPoolsCreateOrUpdateResponse>>;
|
|
1566
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams): Promise<ContainerAppsSessionPoolsCreateOrUpdateResponse>;
|
|
1567
|
+
beginDelete(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsSessionPoolsDeleteResponse>, ContainerAppsSessionPoolsDeleteResponse>>;
|
|
1568
|
+
beginDeleteAndWait(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams): Promise<ContainerAppsSessionPoolsDeleteResponse>;
|
|
1569
|
+
beginUpdate(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsSessionPoolsUpdateResponse>, ContainerAppsSessionPoolsUpdateResponse>>;
|
|
1570
|
+
beginUpdateAndWait(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams): Promise<ContainerAppsSessionPoolsUpdateResponse>;
|
|
1571
|
+
get(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsGetOptionalParams): Promise<ContainerAppsSessionPoolsGetResponse>;
|
|
1572
|
+
listByResourceGroup(resourceGroupName: string, options?: ContainerAppsSessionPoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SessionPool>;
|
|
1573
|
+
listBySubscription(options?: ContainerAppsSessionPoolsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SessionPool>;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
// @public
|
|
1577
|
+
export interface ContainerAppsSessionPoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1578
|
+
resumeFrom?: string;
|
|
1579
|
+
updateIntervalInMs?: number;
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
// @public
|
|
1583
|
+
export type ContainerAppsSessionPoolsCreateOrUpdateResponse = SessionPool;
|
|
1584
|
+
|
|
1585
|
+
// @public
|
|
1586
|
+
export interface ContainerAppsSessionPoolsDeleteHeaders {
|
|
1587
|
+
// (undocumented)
|
|
1588
|
+
location?: string;
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
// @public
|
|
1592
|
+
export interface ContainerAppsSessionPoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1593
|
+
resumeFrom?: string;
|
|
1594
|
+
updateIntervalInMs?: number;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
// @public
|
|
1598
|
+
export type ContainerAppsSessionPoolsDeleteResponse = ContainerAppsSessionPoolsDeleteHeaders;
|
|
1599
|
+
|
|
1600
|
+
// @public
|
|
1601
|
+
export interface ContainerAppsSessionPoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
// @public
|
|
1605
|
+
export type ContainerAppsSessionPoolsGetResponse = SessionPool;
|
|
1606
|
+
|
|
1607
|
+
// @public
|
|
1608
|
+
export interface ContainerAppsSessionPoolsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
// @public
|
|
1612
|
+
export type ContainerAppsSessionPoolsListByResourceGroupNextResponse = SessionPoolCollection;
|
|
1613
|
+
|
|
1614
|
+
// @public
|
|
1615
|
+
export interface ContainerAppsSessionPoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
// @public
|
|
1619
|
+
export type ContainerAppsSessionPoolsListByResourceGroupResponse = SessionPoolCollection;
|
|
1620
|
+
|
|
1621
|
+
// @public
|
|
1622
|
+
export interface ContainerAppsSessionPoolsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
// @public
|
|
1626
|
+
export type ContainerAppsSessionPoolsListBySubscriptionNextResponse = SessionPoolCollection;
|
|
1627
|
+
|
|
1628
|
+
// @public
|
|
1629
|
+
export interface ContainerAppsSessionPoolsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
// @public
|
|
1633
|
+
export type ContainerAppsSessionPoolsListBySubscriptionResponse = SessionPoolCollection;
|
|
1634
|
+
|
|
1635
|
+
// @public
|
|
1636
|
+
export interface ContainerAppsSessionPoolsUpdateHeaders {
|
|
1637
|
+
// (undocumented)
|
|
1638
|
+
location?: string;
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
// @public
|
|
1642
|
+
export interface ContainerAppsSessionPoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1643
|
+
resumeFrom?: string;
|
|
1644
|
+
updateIntervalInMs?: number;
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1647
|
+
// @public
|
|
1648
|
+
export type ContainerAppsSessionPoolsUpdateResponse = SessionPool;
|
|
1649
|
+
|
|
1034
1650
|
// @public
|
|
1035
1651
|
export interface ContainerAppsSourceControls {
|
|
1036
1652
|
beginCreateOrUpdate(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsSourceControlsCreateOrUpdateResponse>, ContainerAppsSourceControlsCreateOrUpdateResponse>>;
|
|
@@ -1045,6 +1661,7 @@ export interface ContainerAppsSourceControls {
|
|
|
1045
1661
|
export interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1046
1662
|
resumeFrom?: string;
|
|
1047
1663
|
updateIntervalInMs?: number;
|
|
1664
|
+
xMsGithubAuxiliary?: string;
|
|
1048
1665
|
}
|
|
1049
1666
|
|
|
1050
1667
|
// @public
|
|
@@ -1052,8 +1669,11 @@ export type ContainerAppsSourceControlsCreateOrUpdateResponse = SourceControl;
|
|
|
1052
1669
|
|
|
1053
1670
|
// @public
|
|
1054
1671
|
export interface ContainerAppsSourceControlsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1672
|
+
deleteWorkflow?: boolean;
|
|
1673
|
+
ignoreWorkflowDeletionFailure?: boolean;
|
|
1055
1674
|
resumeFrom?: string;
|
|
1056
1675
|
updateIntervalInMs?: number;
|
|
1676
|
+
xMsGithubAuxiliary?: string;
|
|
1057
1677
|
}
|
|
1058
1678
|
|
|
1059
1679
|
// @public
|
|
@@ -1122,6 +1742,26 @@ export interface ContainerAppsUpdateOptionalParams extends coreClient.OperationO
|
|
|
1122
1742
|
// @public
|
|
1123
1743
|
export type ContainerAppsUpdateResponse = ContainerApp;
|
|
1124
1744
|
|
|
1745
|
+
// @public
|
|
1746
|
+
export interface ContainerExecutionStatus {
|
|
1747
|
+
additionalInformation?: string;
|
|
1748
|
+
code?: number;
|
|
1749
|
+
name?: string;
|
|
1750
|
+
status?: string;
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
// @public
|
|
1754
|
+
export interface ContainerRegistry {
|
|
1755
|
+
containerRegistryServer: string;
|
|
1756
|
+
identityResourceId: string;
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
// @public
|
|
1760
|
+
export interface ContainerRegistryWithCustomImage {
|
|
1761
|
+
image?: string;
|
|
1762
|
+
server: string;
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1125
1765
|
// @public
|
|
1126
1766
|
export interface ContainerResources {
|
|
1127
1767
|
cpu?: number;
|
|
@@ -1129,6 +1769,9 @@ export interface ContainerResources {
|
|
|
1129
1769
|
memory?: string;
|
|
1130
1770
|
}
|
|
1131
1771
|
|
|
1772
|
+
// @public
|
|
1773
|
+
export type ContainerType = string;
|
|
1774
|
+
|
|
1132
1775
|
// @public
|
|
1133
1776
|
export interface CookieExpiration {
|
|
1134
1777
|
convention?: CookieExpirationConvention;
|
|
@@ -1151,6 +1794,13 @@ export interface CorsPolicy {
|
|
|
1151
1794
|
// @public
|
|
1152
1795
|
export type CreatedByType = string;
|
|
1153
1796
|
|
|
1797
|
+
// @public
|
|
1798
|
+
export interface CustomContainerTemplate {
|
|
1799
|
+
containers?: SessionContainer[];
|
|
1800
|
+
ingress?: SessionIngress;
|
|
1801
|
+
registryCredentials?: SessionRegistryCredentials;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1154
1804
|
// @public
|
|
1155
1805
|
export interface CustomDomain {
|
|
1156
1806
|
bindingType?: BindingType;
|
|
@@ -1160,6 +1810,7 @@ export interface CustomDomain {
|
|
|
1160
1810
|
|
|
1161
1811
|
// @public
|
|
1162
1812
|
export interface CustomDomainConfiguration {
|
|
1813
|
+
certificateKeyVaultProperties?: CertificateKeyVaultProperties;
|
|
1163
1814
|
certificatePassword?: string;
|
|
1164
1815
|
certificateValue?: Uint8Array;
|
|
1165
1816
|
readonly customDomainVerificationId?: string;
|
|
@@ -1210,6 +1861,7 @@ export interface CustomOpenIdConnectProvider {
|
|
|
1210
1861
|
// @public
|
|
1211
1862
|
export interface CustomScaleRule {
|
|
1212
1863
|
auth?: ScaleRuleAuth[];
|
|
1864
|
+
identity?: string;
|
|
1213
1865
|
metadata?: {
|
|
1214
1866
|
[propertyName: string]: string;
|
|
1215
1867
|
};
|
|
@@ -1237,9 +1889,93 @@ export interface DaprComponent extends ProxyResource {
|
|
|
1237
1889
|
scopes?: string[];
|
|
1238
1890
|
secrets?: Secret[];
|
|
1239
1891
|
secretStoreComponent?: string;
|
|
1892
|
+
serviceComponentBind?: DaprComponentServiceBinding[];
|
|
1240
1893
|
version?: string;
|
|
1241
1894
|
}
|
|
1242
1895
|
|
|
1896
|
+
// @public
|
|
1897
|
+
export interface DaprComponentResiliencyPolicies {
|
|
1898
|
+
createOrUpdate(resourceGroupName: string, environmentName: string, componentName: string, name: string, daprComponentResiliencyPolicyEnvelope: DaprComponentResiliencyPolicy, options?: DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams): Promise<DaprComponentResiliencyPoliciesCreateOrUpdateResponse>;
|
|
1899
|
+
delete(resourceGroupName: string, environmentName: string, componentName: string, name: string, options?: DaprComponentResiliencyPoliciesDeleteOptionalParams): Promise<void>;
|
|
1900
|
+
get(resourceGroupName: string, environmentName: string, componentName: string, name: string, options?: DaprComponentResiliencyPoliciesGetOptionalParams): Promise<DaprComponentResiliencyPoliciesGetResponse>;
|
|
1901
|
+
list(resourceGroupName: string, environmentName: string, componentName: string, options?: DaprComponentResiliencyPoliciesListOptionalParams): PagedAsyncIterableIterator<DaprComponentResiliencyPolicy>;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
// @public
|
|
1905
|
+
export interface DaprComponentResiliencyPoliciesCollection {
|
|
1906
|
+
readonly nextLink?: string;
|
|
1907
|
+
value: DaprComponentResiliencyPolicy[];
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1910
|
+
// @public
|
|
1911
|
+
export interface DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
// @public
|
|
1915
|
+
export type DaprComponentResiliencyPoliciesCreateOrUpdateResponse = DaprComponentResiliencyPolicy;
|
|
1916
|
+
|
|
1917
|
+
// @public
|
|
1918
|
+
export interface DaprComponentResiliencyPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
// @public
|
|
1922
|
+
export interface DaprComponentResiliencyPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
// @public
|
|
1926
|
+
export type DaprComponentResiliencyPoliciesGetResponse = DaprComponentResiliencyPolicy;
|
|
1927
|
+
|
|
1928
|
+
// @public
|
|
1929
|
+
export interface DaprComponentResiliencyPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
// @public
|
|
1933
|
+
export type DaprComponentResiliencyPoliciesListNextResponse = DaprComponentResiliencyPoliciesCollection;
|
|
1934
|
+
|
|
1935
|
+
// @public
|
|
1936
|
+
export interface DaprComponentResiliencyPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
// @public
|
|
1940
|
+
export type DaprComponentResiliencyPoliciesListResponse = DaprComponentResiliencyPoliciesCollection;
|
|
1941
|
+
|
|
1942
|
+
// @public
|
|
1943
|
+
export interface DaprComponentResiliencyPolicy extends ProxyResource {
|
|
1944
|
+
inboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
|
|
1945
|
+
outboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1948
|
+
// @public
|
|
1949
|
+
export interface DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration {
|
|
1950
|
+
consecutiveErrors?: number;
|
|
1951
|
+
intervalInSeconds?: number;
|
|
1952
|
+
timeoutInSeconds?: number;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
// @public
|
|
1956
|
+
export interface DaprComponentResiliencyPolicyConfiguration {
|
|
1957
|
+
circuitBreakerPolicy?: DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration;
|
|
1958
|
+
httpRetryPolicy?: DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration;
|
|
1959
|
+
timeoutPolicy?: DaprComponentResiliencyPolicyTimeoutPolicyConfiguration;
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
// @public
|
|
1963
|
+
export interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration {
|
|
1964
|
+
initialDelayInMilliseconds?: number;
|
|
1965
|
+
maxIntervalInMilliseconds?: number;
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
// @public
|
|
1969
|
+
export interface DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration {
|
|
1970
|
+
maxRetries?: number;
|
|
1971
|
+
retryBackOff?: DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
// @public
|
|
1975
|
+
export interface DaprComponentResiliencyPolicyTimeoutPolicyConfiguration {
|
|
1976
|
+
responseTimeoutInSeconds?: number;
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1243
1979
|
// @public
|
|
1244
1980
|
export interface DaprComponents {
|
|
1245
1981
|
createOrUpdate(resourceGroupName: string, environmentName: string, componentName: string, daprComponentEnvelope: DaprComponent, options?: DaprComponentsCreateOrUpdateOptionalParams): Promise<DaprComponentsCreateOrUpdateResponse>;
|
|
@@ -1266,6 +2002,13 @@ export type DaprComponentsCreateOrUpdateResponse = DaprComponent;
|
|
|
1266
2002
|
export interface DaprComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1267
2003
|
}
|
|
1268
2004
|
|
|
2005
|
+
// @public
|
|
2006
|
+
export interface DaprComponentServiceBinding {
|
|
2007
|
+
metadata?: DaprServiceBindMetadata;
|
|
2008
|
+
name?: string;
|
|
2009
|
+
serviceId?: string;
|
|
2010
|
+
}
|
|
2011
|
+
|
|
1269
2012
|
// @public
|
|
1270
2013
|
export interface DaprComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
1271
2014
|
}
|
|
@@ -1318,15 +2061,105 @@ export interface DaprSecretsCollection {
|
|
|
1318
2061
|
}
|
|
1319
2062
|
|
|
1320
2063
|
// @public
|
|
1321
|
-
export interface
|
|
1322
|
-
|
|
1323
|
-
|
|
2064
|
+
export interface DaprServiceBindMetadata {
|
|
2065
|
+
name?: string;
|
|
2066
|
+
value?: string;
|
|
1324
2067
|
}
|
|
1325
2068
|
|
|
1326
2069
|
// @public
|
|
1327
|
-
export interface
|
|
1328
|
-
|
|
1329
|
-
|
|
2070
|
+
export interface DaprSubscription extends ProxyResource {
|
|
2071
|
+
bulkSubscribe?: DaprSubscriptionBulkSubscribeOptions;
|
|
2072
|
+
deadLetterTopic?: string;
|
|
2073
|
+
metadata?: {
|
|
2074
|
+
[propertyName: string]: string;
|
|
2075
|
+
};
|
|
2076
|
+
pubsubName?: string;
|
|
2077
|
+
routes?: DaprSubscriptionRoutes;
|
|
2078
|
+
scopes?: string[];
|
|
2079
|
+
topic?: string;
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
// @public
|
|
2083
|
+
export interface DaprSubscriptionBulkSubscribeOptions {
|
|
2084
|
+
enabled?: boolean;
|
|
2085
|
+
maxAwaitDurationMs?: number;
|
|
2086
|
+
maxMessagesCount?: number;
|
|
2087
|
+
}
|
|
2088
|
+
|
|
2089
|
+
// @public
|
|
2090
|
+
export interface DaprSubscriptionRouteRule {
|
|
2091
|
+
match?: string;
|
|
2092
|
+
path?: string;
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2095
|
+
// @public
|
|
2096
|
+
export interface DaprSubscriptionRoutes {
|
|
2097
|
+
default?: string;
|
|
2098
|
+
rules?: DaprSubscriptionRouteRule[];
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
// @public
|
|
2102
|
+
export interface DaprSubscriptions {
|
|
2103
|
+
createOrUpdate(resourceGroupName: string, environmentName: string, name: string, daprSubscriptionEnvelope: DaprSubscription, options?: DaprSubscriptionsCreateOrUpdateOptionalParams): Promise<DaprSubscriptionsCreateOrUpdateResponse>;
|
|
2104
|
+
delete(resourceGroupName: string, environmentName: string, name: string, options?: DaprSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
2105
|
+
get(resourceGroupName: string, environmentName: string, name: string, options?: DaprSubscriptionsGetOptionalParams): Promise<DaprSubscriptionsGetResponse>;
|
|
2106
|
+
list(resourceGroupName: string, environmentName: string, options?: DaprSubscriptionsListOptionalParams): PagedAsyncIterableIterator<DaprSubscription>;
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2109
|
+
// @public
|
|
2110
|
+
export interface DaprSubscriptionsCollection {
|
|
2111
|
+
readonly nextLink?: string;
|
|
2112
|
+
value: DaprSubscription[];
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
// @public
|
|
2116
|
+
export interface DaprSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
// @public
|
|
2120
|
+
export type DaprSubscriptionsCreateOrUpdateResponse = DaprSubscription;
|
|
2121
|
+
|
|
2122
|
+
// @public
|
|
2123
|
+
export interface DaprSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
// @public
|
|
2127
|
+
export interface DaprSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2128
|
+
}
|
|
2129
|
+
|
|
2130
|
+
// @public
|
|
2131
|
+
export type DaprSubscriptionsGetResponse = DaprSubscription;
|
|
2132
|
+
|
|
2133
|
+
// @public
|
|
2134
|
+
export interface DaprSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
// @public
|
|
2138
|
+
export type DaprSubscriptionsListNextResponse = DaprSubscriptionsCollection;
|
|
2139
|
+
|
|
2140
|
+
// @public
|
|
2141
|
+
export interface DaprSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
// @public
|
|
2145
|
+
export type DaprSubscriptionsListResponse = DaprSubscriptionsCollection;
|
|
2146
|
+
|
|
2147
|
+
// @public
|
|
2148
|
+
export interface DataDogConfiguration {
|
|
2149
|
+
key?: string;
|
|
2150
|
+
site?: string;
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
// @public
|
|
2154
|
+
export interface DefaultAuthorizationPolicy {
|
|
2155
|
+
allowedApplications?: string[];
|
|
2156
|
+
allowedPrincipals?: AllowedPrincipals;
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
// @public
|
|
2160
|
+
export interface DefaultErrorResponse {
|
|
2161
|
+
readonly error?: DefaultErrorResponseError;
|
|
2162
|
+
}
|
|
1330
2163
|
|
|
1331
2164
|
// @public
|
|
1332
2165
|
export interface DefaultErrorResponseError {
|
|
@@ -1344,6 +2177,15 @@ export interface DefaultErrorResponseErrorDetailsItem {
|
|
|
1344
2177
|
readonly target?: string;
|
|
1345
2178
|
}
|
|
1346
2179
|
|
|
2180
|
+
// @public
|
|
2181
|
+
export interface DestinationsConfiguration {
|
|
2182
|
+
dataDogConfiguration?: DataDogConfiguration;
|
|
2183
|
+
otlpConfigurations?: OtlpConfiguration[];
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
// @public
|
|
2187
|
+
export type DetectionStatus = string;
|
|
2188
|
+
|
|
1347
2189
|
// @public
|
|
1348
2190
|
export interface DiagnosticDataProviderMetadata {
|
|
1349
2191
|
propertyBag?: DiagnosticDataProviderMetadataPropertyBagItem[];
|
|
@@ -1431,6 +2273,116 @@ export interface DiagnosticSupportTopic {
|
|
|
1431
2273
|
// @public
|
|
1432
2274
|
export type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
|
|
1433
2275
|
|
|
2276
|
+
// @public
|
|
2277
|
+
export interface DotNetComponent extends ProxyResource {
|
|
2278
|
+
componentType?: DotNetComponentType;
|
|
2279
|
+
configurations?: DotNetComponentConfigurationProperty[];
|
|
2280
|
+
readonly provisioningState?: DotNetComponentProvisioningState;
|
|
2281
|
+
serviceBinds?: DotNetComponentServiceBind[];
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
// @public
|
|
2285
|
+
export interface DotNetComponentConfigurationProperty {
|
|
2286
|
+
propertyName?: string;
|
|
2287
|
+
value?: string;
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2290
|
+
// @public
|
|
2291
|
+
export type DotNetComponentProvisioningState = string;
|
|
2292
|
+
|
|
2293
|
+
// @public
|
|
2294
|
+
export interface DotNetComponents {
|
|
2295
|
+
beginCreateOrUpdate(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DotNetComponentsCreateOrUpdateResponse>, DotNetComponentsCreateOrUpdateResponse>>;
|
|
2296
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsCreateOrUpdateOptionalParams): Promise<DotNetComponentsCreateOrUpdateResponse>;
|
|
2297
|
+
beginDelete(resourceGroupName: string, environmentName: string, name: string, options?: DotNetComponentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DotNetComponentsDeleteResponse>, DotNetComponentsDeleteResponse>>;
|
|
2298
|
+
beginDeleteAndWait(resourceGroupName: string, environmentName: string, name: string, options?: DotNetComponentsDeleteOptionalParams): Promise<DotNetComponentsDeleteResponse>;
|
|
2299
|
+
beginUpdate(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DotNetComponentsUpdateResponse>, DotNetComponentsUpdateResponse>>;
|
|
2300
|
+
beginUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsUpdateOptionalParams): Promise<DotNetComponentsUpdateResponse>;
|
|
2301
|
+
get(resourceGroupName: string, environmentName: string, name: string, options?: DotNetComponentsGetOptionalParams): Promise<DotNetComponentsGetResponse>;
|
|
2302
|
+
list(resourceGroupName: string, environmentName: string, options?: DotNetComponentsListOptionalParams): PagedAsyncIterableIterator<DotNetComponent>;
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2305
|
+
// @public
|
|
2306
|
+
export interface DotNetComponentsCollection {
|
|
2307
|
+
readonly nextLink?: string;
|
|
2308
|
+
value: DotNetComponent[];
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
// @public
|
|
2312
|
+
export interface DotNetComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2313
|
+
resumeFrom?: string;
|
|
2314
|
+
updateIntervalInMs?: number;
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
// @public
|
|
2318
|
+
export type DotNetComponentsCreateOrUpdateResponse = DotNetComponent;
|
|
2319
|
+
|
|
2320
|
+
// @public
|
|
2321
|
+
export interface DotNetComponentsDeleteHeaders {
|
|
2322
|
+
// (undocumented)
|
|
2323
|
+
location?: string;
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2326
|
+
// @public
|
|
2327
|
+
export interface DotNetComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2328
|
+
resumeFrom?: string;
|
|
2329
|
+
updateIntervalInMs?: number;
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2332
|
+
// @public
|
|
2333
|
+
export type DotNetComponentsDeleteResponse = DotNetComponentsDeleteHeaders;
|
|
2334
|
+
|
|
2335
|
+
// @public
|
|
2336
|
+
export interface DotNetComponentServiceBind {
|
|
2337
|
+
name?: string;
|
|
2338
|
+
serviceId?: string;
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
// @public
|
|
2342
|
+
export interface DotNetComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
// @public
|
|
2346
|
+
export type DotNetComponentsGetResponse = DotNetComponent;
|
|
2347
|
+
|
|
2348
|
+
// @public
|
|
2349
|
+
export interface DotNetComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
// @public
|
|
2353
|
+
export type DotNetComponentsListNextResponse = DotNetComponentsCollection;
|
|
2354
|
+
|
|
2355
|
+
// @public
|
|
2356
|
+
export interface DotNetComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
// @public
|
|
2360
|
+
export type DotNetComponentsListResponse = DotNetComponentsCollection;
|
|
2361
|
+
|
|
2362
|
+
// @public
|
|
2363
|
+
export interface DotNetComponentsUpdateHeaders {
|
|
2364
|
+
// (undocumented)
|
|
2365
|
+
location?: string;
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
// @public
|
|
2369
|
+
export interface DotNetComponentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2370
|
+
resumeFrom?: string;
|
|
2371
|
+
updateIntervalInMs?: number;
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
// @public
|
|
2375
|
+
export type DotNetComponentsUpdateResponse = DotNetComponent;
|
|
2376
|
+
|
|
2377
|
+
// @public
|
|
2378
|
+
export type DotNetComponentType = string;
|
|
2379
|
+
|
|
2380
|
+
// @public
|
|
2381
|
+
export interface DynamicPoolConfiguration {
|
|
2382
|
+
cooldownPeriodInSeconds?: number;
|
|
2383
|
+
executionType?: ExecutionType;
|
|
2384
|
+
}
|
|
2385
|
+
|
|
1434
2386
|
// @public
|
|
1435
2387
|
export interface EncryptionSettings {
|
|
1436
2388
|
containerAppAuthEncryptionSecretName?: string;
|
|
@@ -1453,6 +2405,12 @@ export interface EnvironmentVar {
|
|
|
1453
2405
|
value?: string;
|
|
1454
2406
|
}
|
|
1455
2407
|
|
|
2408
|
+
// @public
|
|
2409
|
+
export interface EnvironmentVariable {
|
|
2410
|
+
name: string;
|
|
2411
|
+
value: string;
|
|
2412
|
+
}
|
|
2413
|
+
|
|
1456
2414
|
// @public
|
|
1457
2415
|
export interface ErrorAdditionalInfo {
|
|
1458
2416
|
readonly info?: Record<string, unknown>;
|
|
@@ -1468,11 +2426,31 @@ export interface ErrorDetail {
|
|
|
1468
2426
|
readonly target?: string;
|
|
1469
2427
|
}
|
|
1470
2428
|
|
|
2429
|
+
// @public
|
|
2430
|
+
export interface ErrorEntity {
|
|
2431
|
+
code?: string;
|
|
2432
|
+
details?: ErrorEntity[];
|
|
2433
|
+
extendedCode?: string;
|
|
2434
|
+
innerErrors?: ErrorEntity[];
|
|
2435
|
+
message?: string;
|
|
2436
|
+
messageTemplate?: string;
|
|
2437
|
+
parameters?: string[];
|
|
2438
|
+
target?: string;
|
|
2439
|
+
}
|
|
2440
|
+
|
|
1471
2441
|
// @public
|
|
1472
2442
|
export interface ErrorResponse {
|
|
1473
2443
|
error?: ErrorDetail;
|
|
1474
2444
|
}
|
|
1475
2445
|
|
|
2446
|
+
// @public
|
|
2447
|
+
export interface ExecutionStatus {
|
|
2448
|
+
replicas?: ReplicaExecutionStatus[];
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
// @public
|
|
2452
|
+
export type ExecutionType = string;
|
|
2453
|
+
|
|
1476
2454
|
// @public
|
|
1477
2455
|
export interface ExtendedLocation {
|
|
1478
2456
|
name?: string;
|
|
@@ -1500,6 +2478,20 @@ export interface ForwardProxy {
|
|
|
1500
2478
|
// @public
|
|
1501
2479
|
export type ForwardProxyConvention = "NoProxy" | "Standard" | "Custom";
|
|
1502
2480
|
|
|
2481
|
+
// @public
|
|
2482
|
+
export interface FunctionsExtension {
|
|
2483
|
+
invokeFunctionsHost(resourceGroupName: string, containerAppName: string, revisionName: string, functionAppName: string, options?: FunctionsExtensionInvokeFunctionsHostOptionalParams): Promise<FunctionsExtensionInvokeFunctionsHostResponse>;
|
|
2484
|
+
}
|
|
2485
|
+
|
|
2486
|
+
// @public
|
|
2487
|
+
export interface FunctionsExtensionInvokeFunctionsHostOptionalParams extends coreClient.OperationOptions {
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
// @public
|
|
2491
|
+
export type FunctionsExtensionInvokeFunctionsHostResponse = {
|
|
2492
|
+
body: string;
|
|
2493
|
+
};
|
|
2494
|
+
|
|
1503
2495
|
// @public
|
|
1504
2496
|
export function getContinuationToken(page: unknown): string | undefined;
|
|
1505
2497
|
|
|
@@ -1522,7 +2514,9 @@ export interface GitHub {
|
|
|
1522
2514
|
// @public
|
|
1523
2515
|
export interface GithubActionConfiguration {
|
|
1524
2516
|
azureCredentials?: AzureCredentials;
|
|
2517
|
+
buildEnvironmentVariables?: EnvironmentVariable[];
|
|
1525
2518
|
contextPath?: string;
|
|
2519
|
+
dockerfilePath?: string;
|
|
1526
2520
|
githubPersonalAccessToken?: string;
|
|
1527
2521
|
image?: string;
|
|
1528
2522
|
os?: string;
|
|
@@ -1547,9 +2541,48 @@ export interface Google {
|
|
|
1547
2541
|
validation?: AllowedAudiencesValidation;
|
|
1548
2542
|
}
|
|
1549
2543
|
|
|
2544
|
+
// @public
|
|
2545
|
+
export interface Header {
|
|
2546
|
+
key?: string;
|
|
2547
|
+
value?: string;
|
|
2548
|
+
}
|
|
2549
|
+
|
|
2550
|
+
// @public
|
|
2551
|
+
export interface HeaderMatch {
|
|
2552
|
+
exactMatch?: string;
|
|
2553
|
+
header?: string;
|
|
2554
|
+
prefixMatch?: string;
|
|
2555
|
+
regexMatch?: string;
|
|
2556
|
+
suffixMatch?: string;
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2559
|
+
// @public
|
|
2560
|
+
export interface HttpConnectionPool {
|
|
2561
|
+
http1MaxPendingRequests?: number;
|
|
2562
|
+
http2MaxRequests?: number;
|
|
2563
|
+
}
|
|
2564
|
+
|
|
2565
|
+
// @public
|
|
2566
|
+
export interface HttpGet {
|
|
2567
|
+
fileName?: string;
|
|
2568
|
+
headers?: string[];
|
|
2569
|
+
url: string;
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
// @public
|
|
2573
|
+
export interface HttpRetryPolicy {
|
|
2574
|
+
errors?: string[];
|
|
2575
|
+
headers?: HeaderMatch[];
|
|
2576
|
+
httpStatusCodes?: number[];
|
|
2577
|
+
initialDelayInMilliseconds?: number;
|
|
2578
|
+
maxIntervalInMilliseconds?: number;
|
|
2579
|
+
maxRetries?: number;
|
|
2580
|
+
}
|
|
2581
|
+
|
|
1550
2582
|
// @public
|
|
1551
2583
|
export interface HttpScaleRule {
|
|
1552
2584
|
auth?: ScaleRuleAuth[];
|
|
2585
|
+
identity?: string;
|
|
1553
2586
|
metadata?: {
|
|
1554
2587
|
[propertyName: string]: string;
|
|
1555
2588
|
};
|
|
@@ -1581,6 +2614,18 @@ export interface IdentityProviders {
|
|
|
1581
2614
|
twitter?: Twitter;
|
|
1582
2615
|
}
|
|
1583
2616
|
|
|
2617
|
+
// @public
|
|
2618
|
+
export interface IdentitySettings {
|
|
2619
|
+
identity: string;
|
|
2620
|
+
lifecycle?: IdentitySettingsLifeCycle;
|
|
2621
|
+
}
|
|
2622
|
+
|
|
2623
|
+
// @public
|
|
2624
|
+
export type IdentitySettingsLifeCycle = string;
|
|
2625
|
+
|
|
2626
|
+
// @public
|
|
2627
|
+
export type ImageType = string;
|
|
2628
|
+
|
|
1584
2629
|
// @public
|
|
1585
2630
|
export interface Ingress {
|
|
1586
2631
|
additionalPortMappings?: IngressPortMapping[];
|
|
@@ -1594,6 +2639,7 @@ export interface Ingress {
|
|
|
1594
2639
|
ipSecurityRestrictions?: IpSecurityRestrictionRule[];
|
|
1595
2640
|
stickySessions?: IngressStickySessions;
|
|
1596
2641
|
targetPort?: number;
|
|
2642
|
+
targetPortHttpScheme?: IngressTargetPortHttpScheme;
|
|
1597
2643
|
traffic?: TrafficWeight[];
|
|
1598
2644
|
transport?: IngressTransportMethod;
|
|
1599
2645
|
}
|
|
@@ -1613,6 +2659,9 @@ export interface IngressStickySessions {
|
|
|
1613
2659
|
affinity?: Affinity;
|
|
1614
2660
|
}
|
|
1615
2661
|
|
|
2662
|
+
// @public
|
|
2663
|
+
export type IngressTargetPortHttpScheme = string;
|
|
2664
|
+
|
|
1616
2665
|
// @public
|
|
1617
2666
|
export type IngressTransportMethod = string;
|
|
1618
2667
|
|
|
@@ -1629,90 +2678,218 @@ export interface IpSecurityRestrictionRule {
|
|
|
1629
2678
|
}
|
|
1630
2679
|
|
|
1631
2680
|
// @public
|
|
1632
|
-
export interface
|
|
1633
|
-
|
|
1634
|
-
environmentId?: string;
|
|
1635
|
-
readonly eventStreamEndpoint?: string;
|
|
1636
|
-
identity?: ManagedServiceIdentity;
|
|
1637
|
-
readonly outboundIpAddresses?: string[];
|
|
1638
|
-
readonly provisioningState?: JobProvisioningState;
|
|
1639
|
-
template?: JobTemplate;
|
|
1640
|
-
workloadProfileName?: string;
|
|
2681
|
+
export interface JavaComponent extends ProxyResource {
|
|
2682
|
+
properties?: JavaComponentPropertiesUnion;
|
|
1641
2683
|
}
|
|
1642
2684
|
|
|
1643
2685
|
// @public
|
|
1644
|
-
export interface
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
registries?: RegistryCredentials[];
|
|
1648
|
-
replicaRetryLimit?: number;
|
|
1649
|
-
replicaTimeout: number;
|
|
1650
|
-
scheduleTriggerConfig?: JobConfigurationScheduleTriggerConfig;
|
|
1651
|
-
secrets?: Secret[];
|
|
1652
|
-
triggerType: TriggerType;
|
|
2686
|
+
export interface JavaComponentConfigurationProperty {
|
|
2687
|
+
propertyName?: string;
|
|
2688
|
+
value?: string;
|
|
1653
2689
|
}
|
|
1654
2690
|
|
|
1655
2691
|
// @public
|
|
1656
|
-
export interface
|
|
1657
|
-
|
|
1658
|
-
replicaCompletionCount?: number;
|
|
1659
|
-
scale?: JobScale;
|
|
2692
|
+
export interface JavaComponentIngress {
|
|
2693
|
+
readonly fqdn?: string;
|
|
1660
2694
|
}
|
|
1661
2695
|
|
|
1662
2696
|
// @public
|
|
1663
|
-
export interface
|
|
1664
|
-
|
|
1665
|
-
|
|
2697
|
+
export interface JavaComponentProperties {
|
|
2698
|
+
componentType: "SpringCloudGateway" | "SpringBootAdmin" | "Nacos" | "SpringCloudEureka" | "SpringCloudConfig";
|
|
2699
|
+
configurations?: JavaComponentConfigurationProperty[];
|
|
2700
|
+
readonly provisioningState?: JavaComponentProvisioningState;
|
|
2701
|
+
scale?: JavaComponentPropertiesScale;
|
|
2702
|
+
serviceBinds?: JavaComponentServiceBind[];
|
|
1666
2703
|
}
|
|
1667
2704
|
|
|
1668
2705
|
// @public
|
|
1669
|
-
export interface
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
replicaCompletionCount?: number;
|
|
2706
|
+
export interface JavaComponentPropertiesScale {
|
|
2707
|
+
maxReplicas?: number;
|
|
2708
|
+
minReplicas?: number;
|
|
1673
2709
|
}
|
|
1674
2710
|
|
|
2711
|
+
// @public (undocumented)
|
|
2712
|
+
export type JavaComponentPropertiesUnion = JavaComponentProperties | SpringCloudGatewayComponent | SpringBootAdminComponent | NacosComponent | SpringCloudEurekaComponent | SpringCloudConfigComponent;
|
|
2713
|
+
|
|
1675
2714
|
// @public
|
|
1676
|
-
export
|
|
1677
|
-
endTime?: Date;
|
|
1678
|
-
id?: string;
|
|
1679
|
-
name?: string;
|
|
1680
|
-
startTime?: Date;
|
|
1681
|
-
readonly status?: JobExecutionRunningState;
|
|
1682
|
-
template?: JobExecutionTemplate;
|
|
1683
|
-
type?: string;
|
|
1684
|
-
}
|
|
2715
|
+
export type JavaComponentProvisioningState = string;
|
|
1685
2716
|
|
|
1686
2717
|
// @public
|
|
1687
|
-
export interface
|
|
1688
|
-
|
|
1689
|
-
name?:
|
|
2718
|
+
export interface JavaComponents {
|
|
2719
|
+
beginCreateOrUpdate(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponentsCreateOrUpdateResponse>, JavaComponentsCreateOrUpdateResponse>>;
|
|
2720
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsCreateOrUpdateOptionalParams): Promise<JavaComponentsCreateOrUpdateResponse>;
|
|
2721
|
+
beginDelete(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponentsDeleteResponse>, JavaComponentsDeleteResponse>>;
|
|
2722
|
+
beginDeleteAndWait(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsDeleteOptionalParams): Promise<JavaComponentsDeleteResponse>;
|
|
2723
|
+
beginUpdate(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponentsUpdateResponse>, JavaComponentsUpdateResponse>>;
|
|
2724
|
+
beginUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsUpdateOptionalParams): Promise<JavaComponentsUpdateResponse>;
|
|
2725
|
+
get(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsGetOptionalParams): Promise<JavaComponentsGetResponse>;
|
|
2726
|
+
list(resourceGroupName: string, environmentName: string, options?: JavaComponentsListOptionalParams): PagedAsyncIterableIterator<JavaComponent>;
|
|
1690
2727
|
}
|
|
1691
2728
|
|
|
1692
2729
|
// @public
|
|
1693
|
-
export interface
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
env?: EnvironmentVar[];
|
|
1697
|
-
image?: string;
|
|
1698
|
-
name?: string;
|
|
1699
|
-
resources?: ContainerResources;
|
|
2730
|
+
export interface JavaComponentsCollection {
|
|
2731
|
+
readonly nextLink?: string;
|
|
2732
|
+
value: JavaComponent[];
|
|
1700
2733
|
}
|
|
1701
2734
|
|
|
1702
2735
|
// @public
|
|
1703
|
-
export interface
|
|
1704
|
-
|
|
2736
|
+
export interface JavaComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2737
|
+
resumeFrom?: string;
|
|
2738
|
+
updateIntervalInMs?: number;
|
|
1705
2739
|
}
|
|
1706
2740
|
|
|
1707
2741
|
// @public
|
|
1708
|
-
export
|
|
2742
|
+
export type JavaComponentsCreateOrUpdateResponse = JavaComponent;
|
|
2743
|
+
|
|
2744
|
+
// @public
|
|
2745
|
+
export interface JavaComponentsDeleteHeaders {
|
|
2746
|
+
// (undocumented)
|
|
2747
|
+
location?: string;
|
|
1709
2748
|
}
|
|
1710
2749
|
|
|
1711
2750
|
// @public
|
|
1712
|
-
export
|
|
2751
|
+
export interface JavaComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2752
|
+
resumeFrom?: string;
|
|
2753
|
+
updateIntervalInMs?: number;
|
|
2754
|
+
}
|
|
1713
2755
|
|
|
1714
2756
|
// @public
|
|
1715
|
-
export type
|
|
2757
|
+
export type JavaComponentsDeleteResponse = JavaComponentsDeleteHeaders;
|
|
2758
|
+
|
|
2759
|
+
// @public
|
|
2760
|
+
export interface JavaComponentServiceBind {
|
|
2761
|
+
name?: string;
|
|
2762
|
+
serviceId?: string;
|
|
2763
|
+
}
|
|
2764
|
+
|
|
2765
|
+
// @public
|
|
2766
|
+
export interface JavaComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
2767
|
+
}
|
|
2768
|
+
|
|
2769
|
+
// @public
|
|
2770
|
+
export type JavaComponentsGetResponse = JavaComponent;
|
|
2771
|
+
|
|
2772
|
+
// @public
|
|
2773
|
+
export interface JavaComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2774
|
+
}
|
|
2775
|
+
|
|
2776
|
+
// @public
|
|
2777
|
+
export type JavaComponentsListNextResponse = JavaComponentsCollection;
|
|
2778
|
+
|
|
2779
|
+
// @public
|
|
2780
|
+
export interface JavaComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
// @public
|
|
2784
|
+
export type JavaComponentsListResponse = JavaComponentsCollection;
|
|
2785
|
+
|
|
2786
|
+
// @public
|
|
2787
|
+
export interface JavaComponentsUpdateHeaders {
|
|
2788
|
+
// (undocumented)
|
|
2789
|
+
location?: string;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
// @public
|
|
2793
|
+
export interface JavaComponentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2794
|
+
resumeFrom?: string;
|
|
2795
|
+
updateIntervalInMs?: number;
|
|
2796
|
+
}
|
|
2797
|
+
|
|
2798
|
+
// @public
|
|
2799
|
+
export type JavaComponentsUpdateResponse = JavaComponent;
|
|
2800
|
+
|
|
2801
|
+
// @public
|
|
2802
|
+
export type JavaComponentType = string;
|
|
2803
|
+
|
|
2804
|
+
// @public
|
|
2805
|
+
export interface Job extends TrackedResource {
|
|
2806
|
+
configuration?: JobConfiguration;
|
|
2807
|
+
environmentId?: string;
|
|
2808
|
+
readonly eventStreamEndpoint?: string;
|
|
2809
|
+
extendedLocation?: ExtendedLocation;
|
|
2810
|
+
identity?: ManagedServiceIdentity;
|
|
2811
|
+
readonly outboundIpAddresses?: string[];
|
|
2812
|
+
readonly provisioningState?: JobProvisioningState;
|
|
2813
|
+
readonly runningState?: JobRunningState;
|
|
2814
|
+
template?: JobTemplate;
|
|
2815
|
+
workloadProfileName?: string;
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2818
|
+
// @public
|
|
2819
|
+
export interface JobConfiguration {
|
|
2820
|
+
eventTriggerConfig?: JobConfigurationEventTriggerConfig;
|
|
2821
|
+
identitySettings?: IdentitySettings[];
|
|
2822
|
+
manualTriggerConfig?: JobConfigurationManualTriggerConfig;
|
|
2823
|
+
registries?: RegistryCredentials[];
|
|
2824
|
+
replicaRetryLimit?: number;
|
|
2825
|
+
replicaTimeout: number;
|
|
2826
|
+
scheduleTriggerConfig?: JobConfigurationScheduleTriggerConfig;
|
|
2827
|
+
secrets?: Secret[];
|
|
2828
|
+
triggerType: TriggerType;
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
// @public
|
|
2832
|
+
export interface JobConfigurationEventTriggerConfig {
|
|
2833
|
+
parallelism?: number;
|
|
2834
|
+
replicaCompletionCount?: number;
|
|
2835
|
+
scale?: JobScale;
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2838
|
+
// @public
|
|
2839
|
+
export interface JobConfigurationManualTriggerConfig {
|
|
2840
|
+
parallelism?: number;
|
|
2841
|
+
replicaCompletionCount?: number;
|
|
2842
|
+
}
|
|
2843
|
+
|
|
2844
|
+
// @public
|
|
2845
|
+
export interface JobConfigurationScheduleTriggerConfig {
|
|
2846
|
+
cronExpression: string;
|
|
2847
|
+
parallelism?: number;
|
|
2848
|
+
replicaCompletionCount?: number;
|
|
2849
|
+
}
|
|
2850
|
+
|
|
2851
|
+
// @public
|
|
2852
|
+
export interface JobExecution {
|
|
2853
|
+
detailedStatus?: ExecutionStatus;
|
|
2854
|
+
endTime?: Date;
|
|
2855
|
+
id?: string;
|
|
2856
|
+
name?: string;
|
|
2857
|
+
startTime?: Date;
|
|
2858
|
+
readonly status?: JobExecutionRunningState;
|
|
2859
|
+
template?: JobExecutionTemplate;
|
|
2860
|
+
type?: string;
|
|
2861
|
+
}
|
|
2862
|
+
|
|
2863
|
+
// @public
|
|
2864
|
+
export interface JobExecutionBase {
|
|
2865
|
+
id?: string;
|
|
2866
|
+
name?: string;
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
// @public
|
|
2870
|
+
export interface JobExecutionContainer {
|
|
2871
|
+
args?: string[];
|
|
2872
|
+
command?: string[];
|
|
2873
|
+
env?: EnvironmentVar[];
|
|
2874
|
+
image?: string;
|
|
2875
|
+
name?: string;
|
|
2876
|
+
resources?: ContainerResources;
|
|
2877
|
+
}
|
|
2878
|
+
|
|
2879
|
+
// @public
|
|
2880
|
+
export interface JobExecutionNamesCollection {
|
|
2881
|
+
value: JobExecutionBase[];
|
|
2882
|
+
}
|
|
2883
|
+
|
|
2884
|
+
// @public
|
|
2885
|
+
export interface JobExecutionOptionalParams extends coreClient.OperationOptions {
|
|
2886
|
+
}
|
|
2887
|
+
|
|
2888
|
+
// @public
|
|
2889
|
+
export type JobExecutionResponse = JobExecution;
|
|
2890
|
+
|
|
2891
|
+
// @public
|
|
2892
|
+
export type JobExecutionRunningState = string;
|
|
1716
2893
|
|
|
1717
2894
|
// @public
|
|
1718
2895
|
export interface JobExecutionTemplate {
|
|
@@ -1722,6 +2899,7 @@ export interface JobExecutionTemplate {
|
|
|
1722
2899
|
|
|
1723
2900
|
// @public
|
|
1724
2901
|
export interface JobPatchProperties {
|
|
2902
|
+
extendedLocation?: ExtendedLocation;
|
|
1725
2903
|
identity?: ManagedServiceIdentity;
|
|
1726
2904
|
// (undocumented)
|
|
1727
2905
|
properties?: JobPatchPropertiesProperties;
|
|
@@ -1742,18 +2920,25 @@ export interface JobPatchPropertiesProperties {
|
|
|
1742
2920
|
// @public
|
|
1743
2921
|
export type JobProvisioningState = string;
|
|
1744
2922
|
|
|
2923
|
+
// @public
|
|
2924
|
+
export type JobRunningState = string;
|
|
2925
|
+
|
|
1745
2926
|
// @public
|
|
1746
2927
|
export interface Jobs {
|
|
1747
2928
|
beginCreateOrUpdate(resourceGroupName: string, jobName: string, jobEnvelope: Job, options?: JobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JobsCreateOrUpdateResponse>, JobsCreateOrUpdateResponse>>;
|
|
1748
2929
|
beginCreateOrUpdateAndWait(resourceGroupName: string, jobName: string, jobEnvelope: Job, options?: JobsCreateOrUpdateOptionalParams): Promise<JobsCreateOrUpdateResponse>;
|
|
1749
2930
|
beginDelete(resourceGroupName: string, jobName: string, options?: JobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1750
2931
|
beginDeleteAndWait(resourceGroupName: string, jobName: string, options?: JobsDeleteOptionalParams): Promise<void>;
|
|
2932
|
+
beginResume(resourceGroupName: string, jobName: string, options?: JobsResumeOptionalParams): Promise<SimplePollerLike<OperationState<JobsResumeResponse>, JobsResumeResponse>>;
|
|
2933
|
+
beginResumeAndWait(resourceGroupName: string, jobName: string, options?: JobsResumeOptionalParams): Promise<JobsResumeResponse>;
|
|
1751
2934
|
beginStart(resourceGroupName: string, jobName: string, options?: JobsStartOptionalParams): Promise<SimplePollerLike<OperationState<JobsStartResponse>, JobsStartResponse>>;
|
|
1752
2935
|
beginStartAndWait(resourceGroupName: string, jobName: string, options?: JobsStartOptionalParams): Promise<JobsStartResponse>;
|
|
1753
2936
|
beginStopExecution(resourceGroupName: string, jobName: string, jobExecutionName: string, options?: JobsStopExecutionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1754
2937
|
beginStopExecutionAndWait(resourceGroupName: string, jobName: string, jobExecutionName: string, options?: JobsStopExecutionOptionalParams): Promise<void>;
|
|
1755
2938
|
beginStopMultipleExecutions(resourceGroupName: string, jobName: string, options?: JobsStopMultipleExecutionsOptionalParams): Promise<SimplePollerLike<OperationState<JobsStopMultipleExecutionsResponse>, JobsStopMultipleExecutionsResponse>>;
|
|
1756
2939
|
beginStopMultipleExecutionsAndWait(resourceGroupName: string, jobName: string, options?: JobsStopMultipleExecutionsOptionalParams): Promise<JobsStopMultipleExecutionsResponse>;
|
|
2940
|
+
beginSuspend(resourceGroupName: string, jobName: string, options?: JobsSuspendOptionalParams): Promise<SimplePollerLike<OperationState<JobsSuspendResponse>, JobsSuspendResponse>>;
|
|
2941
|
+
beginSuspendAndWait(resourceGroupName: string, jobName: string, options?: JobsSuspendOptionalParams): Promise<JobsSuspendResponse>;
|
|
1757
2942
|
beginUpdate(resourceGroupName: string, jobName: string, jobEnvelope: JobPatchProperties, options?: JobsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JobsUpdateResponse>, JobsUpdateResponse>>;
|
|
1758
2943
|
beginUpdateAndWait(resourceGroupName: string, jobName: string, jobEnvelope: JobPatchProperties, options?: JobsUpdateOptionalParams): Promise<JobsUpdateResponse>;
|
|
1759
2944
|
get(resourceGroupName: string, jobName: string, options?: JobsGetOptionalParams): Promise<JobsGetResponse>;
|
|
@@ -1776,6 +2961,7 @@ export interface JobScale {
|
|
|
1776
2961
|
// @public
|
|
1777
2962
|
export interface JobScaleRule {
|
|
1778
2963
|
auth?: ScaleRuleAuth[];
|
|
2964
|
+
identity?: string;
|
|
1779
2965
|
metadata?: Record<string, unknown>;
|
|
1780
2966
|
name?: string;
|
|
1781
2967
|
type?: string;
|
|
@@ -1903,6 +3089,23 @@ export interface JobsProxyGetOptionalParams extends coreClient.OperationOptions
|
|
|
1903
3089
|
// @public
|
|
1904
3090
|
export type JobsProxyGetResponse = Job;
|
|
1905
3091
|
|
|
3092
|
+
// @public
|
|
3093
|
+
export interface JobsResumeHeaders {
|
|
3094
|
+
// (undocumented)
|
|
3095
|
+
azureAsyncOperation?: string;
|
|
3096
|
+
// (undocumented)
|
|
3097
|
+
location?: string;
|
|
3098
|
+
}
|
|
3099
|
+
|
|
3100
|
+
// @public
|
|
3101
|
+
export interface JobsResumeOptionalParams extends coreClient.OperationOptions {
|
|
3102
|
+
resumeFrom?: string;
|
|
3103
|
+
updateIntervalInMs?: number;
|
|
3104
|
+
}
|
|
3105
|
+
|
|
3106
|
+
// @public
|
|
3107
|
+
export type JobsResumeResponse = Job;
|
|
3108
|
+
|
|
1906
3109
|
// @public
|
|
1907
3110
|
export interface JobsStartHeaders {
|
|
1908
3111
|
// (undocumented)
|
|
@@ -1946,6 +3149,23 @@ export interface JobsStopMultipleExecutionsOptionalParams extends coreClient.Ope
|
|
|
1946
3149
|
// @public
|
|
1947
3150
|
export type JobsStopMultipleExecutionsResponse = ContainerAppJobExecutions;
|
|
1948
3151
|
|
|
3152
|
+
// @public
|
|
3153
|
+
export interface JobsSuspendHeaders {
|
|
3154
|
+
// (undocumented)
|
|
3155
|
+
azureAsyncOperation?: string;
|
|
3156
|
+
// (undocumented)
|
|
3157
|
+
location?: string;
|
|
3158
|
+
}
|
|
3159
|
+
|
|
3160
|
+
// @public
|
|
3161
|
+
export interface JobsSuspendOptionalParams extends coreClient.OperationOptions {
|
|
3162
|
+
resumeFrom?: string;
|
|
3163
|
+
updateIntervalInMs?: number;
|
|
3164
|
+
}
|
|
3165
|
+
|
|
3166
|
+
// @public
|
|
3167
|
+
export type JobsSuspendResponse = Job;
|
|
3168
|
+
|
|
1949
3169
|
// @public
|
|
1950
3170
|
export interface JobsUpdateHeaders {
|
|
1951
3171
|
// (undocumented)
|
|
@@ -1979,6 +3199,9 @@ export interface KedaConfiguration {
|
|
|
1979
3199
|
readonly version?: string;
|
|
1980
3200
|
}
|
|
1981
3201
|
|
|
3202
|
+
// @public
|
|
3203
|
+
export type Kind = string;
|
|
3204
|
+
|
|
1982
3205
|
// @public
|
|
1983
3206
|
export enum KnownAccessMode {
|
|
1984
3207
|
ReadOnly = "ReadOnly",
|
|
@@ -2021,6 +3244,35 @@ export enum KnownBindingType {
|
|
|
2021
3244
|
SniEnabled = "SniEnabled"
|
|
2022
3245
|
}
|
|
2023
3246
|
|
|
3247
|
+
// @public
|
|
3248
|
+
export enum KnownBuilderProvisioningState {
|
|
3249
|
+
Canceled = "Canceled",
|
|
3250
|
+
Creating = "Creating",
|
|
3251
|
+
Deleting = "Deleting",
|
|
3252
|
+
Failed = "Failed",
|
|
3253
|
+
Succeeded = "Succeeded",
|
|
3254
|
+
Updating = "Updating"
|
|
3255
|
+
}
|
|
3256
|
+
|
|
3257
|
+
// @public
|
|
3258
|
+
export enum KnownBuildProvisioningState {
|
|
3259
|
+
Canceled = "Canceled",
|
|
3260
|
+
Creating = "Creating",
|
|
3261
|
+
Deleting = "Deleting",
|
|
3262
|
+
Failed = "Failed",
|
|
3263
|
+
Succeeded = "Succeeded",
|
|
3264
|
+
Updating = "Updating"
|
|
3265
|
+
}
|
|
3266
|
+
|
|
3267
|
+
// @public
|
|
3268
|
+
export enum KnownBuildStatus {
|
|
3269
|
+
Canceled = "Canceled",
|
|
3270
|
+
Failed = "Failed",
|
|
3271
|
+
InProgress = "InProgress",
|
|
3272
|
+
NotStarted = "NotStarted",
|
|
3273
|
+
Succeeded = "Succeeded"
|
|
3274
|
+
}
|
|
3275
|
+
|
|
2024
3276
|
// @public
|
|
2025
3277
|
export enum KnownCertificateProvisioningState {
|
|
2026
3278
|
Canceled = "Canceled",
|
|
@@ -2030,6 +3282,12 @@ export enum KnownCertificateProvisioningState {
|
|
|
2030
3282
|
Succeeded = "Succeeded"
|
|
2031
3283
|
}
|
|
2032
3284
|
|
|
3285
|
+
// @public
|
|
3286
|
+
export enum KnownCertificateType {
|
|
3287
|
+
ImagePullTrustedCA = "ImagePullTrustedCA",
|
|
3288
|
+
ServerSSLCertificate = "ServerSSLCertificate"
|
|
3289
|
+
}
|
|
3290
|
+
|
|
2033
3291
|
// @public
|
|
2034
3292
|
export enum KnownCheckNameAvailabilityReason {
|
|
2035
3293
|
AlreadyExists = "AlreadyExists",
|
|
@@ -2071,6 +3329,12 @@ export enum KnownContainerAppReplicaRunningState {
|
|
|
2071
3329
|
Unknown = "Unknown"
|
|
2072
3330
|
}
|
|
2073
3331
|
|
|
3332
|
+
// @public
|
|
3333
|
+
export enum KnownContainerType {
|
|
3334
|
+
CustomContainer = "CustomContainer",
|
|
3335
|
+
PythonLTS = "PythonLTS"
|
|
3336
|
+
}
|
|
3337
|
+
|
|
2074
3338
|
// @public
|
|
2075
3339
|
export enum KnownCreatedByType {
|
|
2076
3340
|
Application = "Application",
|
|
@@ -2079,6 +3343,27 @@ export enum KnownCreatedByType {
|
|
|
2079
3343
|
User = "User"
|
|
2080
3344
|
}
|
|
2081
3345
|
|
|
3346
|
+
// @public
|
|
3347
|
+
export enum KnownDetectionStatus {
|
|
3348
|
+
Failed = "Failed",
|
|
3349
|
+
RegistryLoginFailed = "RegistryLoginFailed",
|
|
3350
|
+
Succeeded = "Succeeded"
|
|
3351
|
+
}
|
|
3352
|
+
|
|
3353
|
+
// @public
|
|
3354
|
+
export enum KnownDotNetComponentProvisioningState {
|
|
3355
|
+
Canceled = "Canceled",
|
|
3356
|
+
Deleting = "Deleting",
|
|
3357
|
+
Failed = "Failed",
|
|
3358
|
+
InProgress = "InProgress",
|
|
3359
|
+
Succeeded = "Succeeded"
|
|
3360
|
+
}
|
|
3361
|
+
|
|
3362
|
+
// @public
|
|
3363
|
+
export enum KnownDotNetComponentType {
|
|
3364
|
+
AspireDashboard = "AspireDashboard"
|
|
3365
|
+
}
|
|
3366
|
+
|
|
2082
3367
|
// @public
|
|
2083
3368
|
export enum KnownEnvironmentProvisioningState {
|
|
2084
3369
|
Canceled = "Canceled",
|
|
@@ -2093,11 +3378,30 @@ export enum KnownEnvironmentProvisioningState {
|
|
|
2093
3378
|
Waiting = "Waiting"
|
|
2094
3379
|
}
|
|
2095
3380
|
|
|
3381
|
+
// @public
|
|
3382
|
+
export enum KnownExecutionType {
|
|
3383
|
+
Timed = "Timed"
|
|
3384
|
+
}
|
|
3385
|
+
|
|
2096
3386
|
// @public
|
|
2097
3387
|
export enum KnownExtendedLocationTypes {
|
|
2098
3388
|
CustomLocation = "CustomLocation"
|
|
2099
3389
|
}
|
|
2100
3390
|
|
|
3391
|
+
// @public
|
|
3392
|
+
export enum KnownIdentitySettingsLifeCycle {
|
|
3393
|
+
All = "All",
|
|
3394
|
+
Init = "Init",
|
|
3395
|
+
Main = "Main",
|
|
3396
|
+
None = "None"
|
|
3397
|
+
}
|
|
3398
|
+
|
|
3399
|
+
// @public
|
|
3400
|
+
export enum KnownImageType {
|
|
3401
|
+
CloudBuild = "CloudBuild",
|
|
3402
|
+
ContainerImage = "ContainerImage"
|
|
3403
|
+
}
|
|
3404
|
+
|
|
2101
3405
|
// @public
|
|
2102
3406
|
export enum KnownIngressClientCertificateMode {
|
|
2103
3407
|
Accept = "accept",
|
|
@@ -2105,6 +3409,12 @@ export enum KnownIngressClientCertificateMode {
|
|
|
2105
3409
|
Require = "require"
|
|
2106
3410
|
}
|
|
2107
3411
|
|
|
3412
|
+
// @public
|
|
3413
|
+
export enum KnownIngressTargetPortHttpScheme {
|
|
3414
|
+
Http = "http",
|
|
3415
|
+
Https = "https"
|
|
3416
|
+
}
|
|
3417
|
+
|
|
2108
3418
|
// @public
|
|
2109
3419
|
export enum KnownIngressTransportMethod {
|
|
2110
3420
|
Auto = "auto",
|
|
@@ -2113,6 +3423,24 @@ export enum KnownIngressTransportMethod {
|
|
|
2113
3423
|
Tcp = "tcp"
|
|
2114
3424
|
}
|
|
2115
3425
|
|
|
3426
|
+
// @public
|
|
3427
|
+
export enum KnownJavaComponentProvisioningState {
|
|
3428
|
+
Canceled = "Canceled",
|
|
3429
|
+
Deleting = "Deleting",
|
|
3430
|
+
Failed = "Failed",
|
|
3431
|
+
InProgress = "InProgress",
|
|
3432
|
+
Succeeded = "Succeeded"
|
|
3433
|
+
}
|
|
3434
|
+
|
|
3435
|
+
// @public
|
|
3436
|
+
export enum KnownJavaComponentType {
|
|
3437
|
+
Nacos = "Nacos",
|
|
3438
|
+
SpringBootAdmin = "SpringBootAdmin",
|
|
3439
|
+
SpringCloudConfig = "SpringCloudConfig",
|
|
3440
|
+
SpringCloudEureka = "SpringCloudEureka",
|
|
3441
|
+
SpringCloudGateway = "SpringCloudGateway"
|
|
3442
|
+
}
|
|
3443
|
+
|
|
2116
3444
|
// @public
|
|
2117
3445
|
export enum KnownJobExecutionRunningState {
|
|
2118
3446
|
Degraded = "Degraded",
|
|
@@ -2133,6 +3461,34 @@ export enum KnownJobProvisioningState {
|
|
|
2133
3461
|
Succeeded = "Succeeded"
|
|
2134
3462
|
}
|
|
2135
3463
|
|
|
3464
|
+
// @public
|
|
3465
|
+
export enum KnownJobRunningState {
|
|
3466
|
+
Progressing = "Progressing",
|
|
3467
|
+
Ready = "Ready",
|
|
3468
|
+
Suspended = "Suspended"
|
|
3469
|
+
}
|
|
3470
|
+
|
|
3471
|
+
// @public
|
|
3472
|
+
export enum KnownKind {
|
|
3473
|
+
Workflowapp = "workflowapp"
|
|
3474
|
+
}
|
|
3475
|
+
|
|
3476
|
+
// @public
|
|
3477
|
+
export enum KnownLevel {
|
|
3478
|
+
Debug = "debug",
|
|
3479
|
+
Error = "error",
|
|
3480
|
+
Info = "info",
|
|
3481
|
+
Off = "off",
|
|
3482
|
+
Trace = "trace",
|
|
3483
|
+
Warn = "warn"
|
|
3484
|
+
}
|
|
3485
|
+
|
|
3486
|
+
// @public
|
|
3487
|
+
export enum KnownLogicAppsProxyMethod {
|
|
3488
|
+
GET = "GET",
|
|
3489
|
+
Post = "POST"
|
|
3490
|
+
}
|
|
3491
|
+
|
|
2136
3492
|
// @public
|
|
2137
3493
|
export enum KnownLogLevel {
|
|
2138
3494
|
Debug = "debug",
|
|
@@ -2156,6 +3512,65 @@ export enum KnownManagedServiceIdentityType {
|
|
|
2156
3512
|
UserAssigned = "UserAssigned"
|
|
2157
3513
|
}
|
|
2158
3514
|
|
|
3515
|
+
// @public
|
|
3516
|
+
export enum KnownPatchApplyStatus {
|
|
3517
|
+
Canceled = "Canceled",
|
|
3518
|
+
CreatingRevision = "CreatingRevision",
|
|
3519
|
+
ImagePushPullFailed = "ImagePushPullFailed",
|
|
3520
|
+
ManuallySkipped = "ManuallySkipped",
|
|
3521
|
+
NotStarted = "NotStarted",
|
|
3522
|
+
RebaseFailed = "RebaseFailed",
|
|
3523
|
+
RebaseInProgress = "RebaseInProgress",
|
|
3524
|
+
RevisionCreationFailed = "RevisionCreationFailed",
|
|
3525
|
+
Succeeded = "Succeeded"
|
|
3526
|
+
}
|
|
3527
|
+
|
|
3528
|
+
// @public
|
|
3529
|
+
export enum KnownPatchingMode {
|
|
3530
|
+
Automatic = "Automatic",
|
|
3531
|
+
Disabled = "Disabled",
|
|
3532
|
+
Manual = "Manual"
|
|
3533
|
+
}
|
|
3534
|
+
|
|
3535
|
+
// @public
|
|
3536
|
+
export enum KnownPatchType {
|
|
3537
|
+
FrameworkAndOSSecurity = "FrameworkAndOSSecurity",
|
|
3538
|
+
FrameworkSecurity = "FrameworkSecurity",
|
|
3539
|
+
OSSecurity = "OSSecurity",
|
|
3540
|
+
Other = "Other"
|
|
3541
|
+
}
|
|
3542
|
+
|
|
3543
|
+
// @public
|
|
3544
|
+
export enum KnownPoolManagementType {
|
|
3545
|
+
Dynamic = "Dynamic",
|
|
3546
|
+
Manual = "Manual"
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3549
|
+
// @public
|
|
3550
|
+
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
3551
|
+
Canceled = "Canceled",
|
|
3552
|
+
Deleting = "Deleting",
|
|
3553
|
+
Failed = "Failed",
|
|
3554
|
+
Pending = "Pending",
|
|
3555
|
+
Succeeded = "Succeeded",
|
|
3556
|
+
Updating = "Updating",
|
|
3557
|
+
Waiting = "Waiting"
|
|
3558
|
+
}
|
|
3559
|
+
|
|
3560
|
+
// @public
|
|
3561
|
+
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
3562
|
+
Approved = "Approved",
|
|
3563
|
+
Disconnected = "Disconnected",
|
|
3564
|
+
Pending = "Pending",
|
|
3565
|
+
Rejected = "Rejected"
|
|
3566
|
+
}
|
|
3567
|
+
|
|
3568
|
+
// @public
|
|
3569
|
+
export enum KnownPublicNetworkAccess {
|
|
3570
|
+
Disabled = "Disabled",
|
|
3571
|
+
Enabled = "Enabled"
|
|
3572
|
+
}
|
|
3573
|
+
|
|
2159
3574
|
// @public
|
|
2160
3575
|
export enum KnownRevisionHealthState {
|
|
2161
3576
|
Healthy = "Healthy",
|
|
@@ -2188,6 +3603,21 @@ export enum KnownScheme {
|
|
|
2188
3603
|
Https = "HTTPS"
|
|
2189
3604
|
}
|
|
2190
3605
|
|
|
3606
|
+
// @public
|
|
3607
|
+
export enum KnownSessionNetworkStatus {
|
|
3608
|
+
EgressDisabled = "EgressDisabled",
|
|
3609
|
+
EgressEnabled = "EgressEnabled"
|
|
3610
|
+
}
|
|
3611
|
+
|
|
3612
|
+
// @public
|
|
3613
|
+
export enum KnownSessionPoolProvisioningState {
|
|
3614
|
+
Canceled = "Canceled",
|
|
3615
|
+
Deleting = "Deleting",
|
|
3616
|
+
Failed = "Failed",
|
|
3617
|
+
InProgress = "InProgress",
|
|
3618
|
+
Succeeded = "Succeeded"
|
|
3619
|
+
}
|
|
3620
|
+
|
|
2191
3621
|
// @public
|
|
2192
3622
|
export enum KnownSourceControlOperationState {
|
|
2193
3623
|
Canceled = "Canceled",
|
|
@@ -2200,7 +3630,9 @@ export enum KnownSourceControlOperationState {
|
|
|
2200
3630
|
export enum KnownStorageType {
|
|
2201
3631
|
AzureFile = "AzureFile",
|
|
2202
3632
|
EmptyDir = "EmptyDir",
|
|
2203
|
-
|
|
3633
|
+
NfsAzureFile = "NfsAzureFile",
|
|
3634
|
+
Secret = "Secret",
|
|
3635
|
+
Smb = "Smb"
|
|
2204
3636
|
}
|
|
2205
3637
|
|
|
2206
3638
|
// @public
|
|
@@ -2217,6 +3649,19 @@ export enum KnownType {
|
|
|
2217
3649
|
Startup = "Startup"
|
|
2218
3650
|
}
|
|
2219
3651
|
|
|
3652
|
+
// @public
|
|
3653
|
+
export enum KnownWorkflowState {
|
|
3654
|
+
Completed = "Completed",
|
|
3655
|
+
Deleted = "Deleted",
|
|
3656
|
+
Disabled = "Disabled",
|
|
3657
|
+
Enabled = "Enabled",
|
|
3658
|
+
NotSpecified = "NotSpecified",
|
|
3659
|
+
Suspended = "Suspended"
|
|
3660
|
+
}
|
|
3661
|
+
|
|
3662
|
+
// @public
|
|
3663
|
+
export type Level = string;
|
|
3664
|
+
|
|
2220
3665
|
// @public (undocumented)
|
|
2221
3666
|
export interface ListUsagesResult {
|
|
2222
3667
|
nextLink?: string;
|
|
@@ -2226,9 +3671,94 @@ export interface ListUsagesResult {
|
|
|
2226
3671
|
// @public
|
|
2227
3672
|
export interface LogAnalyticsConfiguration {
|
|
2228
3673
|
customerId?: string;
|
|
3674
|
+
dynamicJsonColumns?: boolean;
|
|
2229
3675
|
sharedKey?: string;
|
|
2230
3676
|
}
|
|
2231
3677
|
|
|
3678
|
+
// @public
|
|
3679
|
+
export interface LoggerSetting {
|
|
3680
|
+
level: Level;
|
|
3681
|
+
logger: string;
|
|
3682
|
+
}
|
|
3683
|
+
|
|
3684
|
+
// @public
|
|
3685
|
+
export interface LogicApp extends ProxyResource {
|
|
3686
|
+
properties?: Record<string, unknown>;
|
|
3687
|
+
}
|
|
3688
|
+
|
|
3689
|
+
// @public
|
|
3690
|
+
export interface LogicApps {
|
|
3691
|
+
createOrUpdate(resourceGroupName: string, containerAppName: string, logicAppName: string, resource: LogicApp, options?: LogicAppsCreateOrUpdateOptionalParams): Promise<LogicAppsCreateOrUpdateResponse>;
|
|
3692
|
+
delete(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsDeleteOptionalParams): Promise<void>;
|
|
3693
|
+
deployWorkflowArtifacts(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsDeployWorkflowArtifactsOptionalParams): Promise<void>;
|
|
3694
|
+
get(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsGetOptionalParams): Promise<LogicAppsGetResponse>;
|
|
3695
|
+
getWorkflow(resourceGroupName: string, containerAppName: string, logicAppName: string, workflowName: string, options?: LogicAppsGetWorkflowOptionalParams): Promise<LogicAppsGetWorkflowResponse>;
|
|
3696
|
+
invoke(resourceGroupName: string, containerAppName: string, logicAppName: string, xMsLogicAppsProxyPath: string, xMsLogicAppsProxyMethod: LogicAppsProxyMethod, options?: LogicAppsInvokeOptionalParams): Promise<LogicAppsInvokeResponse>;
|
|
3697
|
+
listWorkflows(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsListWorkflowsOptionalParams): PagedAsyncIterableIterator<WorkflowEnvelope>;
|
|
3698
|
+
listWorkflowsConnections(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsListWorkflowsConnectionsOptionalParams): Promise<LogicAppsListWorkflowsConnectionsResponse>;
|
|
3699
|
+
}
|
|
3700
|
+
|
|
3701
|
+
// @public
|
|
3702
|
+
export interface LogicAppsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3703
|
+
}
|
|
3704
|
+
|
|
3705
|
+
// @public
|
|
3706
|
+
export type LogicAppsCreateOrUpdateResponse = LogicApp;
|
|
3707
|
+
|
|
3708
|
+
// @public
|
|
3709
|
+
export interface LogicAppsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3712
|
+
// @public
|
|
3713
|
+
export interface LogicAppsDeployWorkflowArtifactsOptionalParams extends coreClient.OperationOptions {
|
|
3714
|
+
workflowArtifacts?: WorkflowArtifacts;
|
|
3715
|
+
}
|
|
3716
|
+
|
|
3717
|
+
// @public
|
|
3718
|
+
export interface LogicAppsGetOptionalParams extends coreClient.OperationOptions {
|
|
3719
|
+
}
|
|
3720
|
+
|
|
3721
|
+
// @public
|
|
3722
|
+
export type LogicAppsGetResponse = LogicApp;
|
|
3723
|
+
|
|
3724
|
+
// @public
|
|
3725
|
+
export interface LogicAppsGetWorkflowOptionalParams extends coreClient.OperationOptions {
|
|
3726
|
+
}
|
|
3727
|
+
|
|
3728
|
+
// @public
|
|
3729
|
+
export type LogicAppsGetWorkflowResponse = WorkflowEnvelope;
|
|
3730
|
+
|
|
3731
|
+
// @public
|
|
3732
|
+
export interface LogicAppsInvokeOptionalParams extends coreClient.OperationOptions {
|
|
3733
|
+
}
|
|
3734
|
+
|
|
3735
|
+
// @public
|
|
3736
|
+
export type LogicAppsInvokeResponse = Record<string, unknown>;
|
|
3737
|
+
|
|
3738
|
+
// @public
|
|
3739
|
+
export interface LogicAppsListWorkflowsConnectionsOptionalParams extends coreClient.OperationOptions {
|
|
3740
|
+
}
|
|
3741
|
+
|
|
3742
|
+
// @public
|
|
3743
|
+
export type LogicAppsListWorkflowsConnectionsResponse = WorkflowEnvelope;
|
|
3744
|
+
|
|
3745
|
+
// @public
|
|
3746
|
+
export interface LogicAppsListWorkflowsNextOptionalParams extends coreClient.OperationOptions {
|
|
3747
|
+
}
|
|
3748
|
+
|
|
3749
|
+
// @public
|
|
3750
|
+
export type LogicAppsListWorkflowsNextResponse = WorkflowEnvelopeCollection;
|
|
3751
|
+
|
|
3752
|
+
// @public
|
|
3753
|
+
export interface LogicAppsListWorkflowsOptionalParams extends coreClient.OperationOptions {
|
|
3754
|
+
}
|
|
3755
|
+
|
|
3756
|
+
// @public
|
|
3757
|
+
export type LogicAppsListWorkflowsResponse = WorkflowEnvelopeCollection;
|
|
3758
|
+
|
|
3759
|
+
// @public
|
|
3760
|
+
export type LogicAppsProxyMethod = string;
|
|
3761
|
+
|
|
2232
3762
|
// @public
|
|
2233
3763
|
export interface Login {
|
|
2234
3764
|
allowedExternalRedirectUrls?: string[];
|
|
@@ -2252,6 +3782,11 @@ export interface LoginScopes {
|
|
|
2252
3782
|
// @public
|
|
2253
3783
|
export type LogLevel = string;
|
|
2254
3784
|
|
|
3785
|
+
// @public
|
|
3786
|
+
export interface LogsConfiguration {
|
|
3787
|
+
destinations?: string[];
|
|
3788
|
+
}
|
|
3789
|
+
|
|
2255
3790
|
// @public
|
|
2256
3791
|
export interface ManagedCertificate extends TrackedResource {
|
|
2257
3792
|
properties?: ManagedCertificateProperties;
|
|
@@ -2307,74 +3842,153 @@ export interface ManagedCertificatesDeleteOptionalParams extends coreClient.Oper
|
|
|
2307
3842
|
}
|
|
2308
3843
|
|
|
2309
3844
|
// @public
|
|
2310
|
-
export interface ManagedCertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
3845
|
+
export interface ManagedCertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
3846
|
+
}
|
|
3847
|
+
|
|
3848
|
+
// @public
|
|
3849
|
+
export type ManagedCertificatesGetResponse = ManagedCertificate;
|
|
3850
|
+
|
|
3851
|
+
// @public
|
|
3852
|
+
export interface ManagedCertificatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3853
|
+
}
|
|
3854
|
+
|
|
3855
|
+
// @public
|
|
3856
|
+
export type ManagedCertificatesListNextResponse = ManagedCertificateCollection;
|
|
3857
|
+
|
|
3858
|
+
// @public
|
|
3859
|
+
export interface ManagedCertificatesListOptionalParams extends coreClient.OperationOptions {
|
|
3860
|
+
}
|
|
3861
|
+
|
|
3862
|
+
// @public
|
|
3863
|
+
export type ManagedCertificatesListResponse = ManagedCertificateCollection;
|
|
3864
|
+
|
|
3865
|
+
// @public
|
|
3866
|
+
export interface ManagedCertificatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3867
|
+
}
|
|
3868
|
+
|
|
3869
|
+
// @public
|
|
3870
|
+
export type ManagedCertificatesUpdateResponse = ManagedCertificate;
|
|
3871
|
+
|
|
3872
|
+
// @public
|
|
3873
|
+
export interface ManagedEnvironment extends TrackedResource {
|
|
3874
|
+
appInsightsConfiguration?: AppInsightsConfiguration;
|
|
3875
|
+
appLogsConfiguration?: AppLogsConfiguration;
|
|
3876
|
+
customDomainConfiguration?: CustomDomainConfiguration;
|
|
3877
|
+
daprAIConnectionString?: string;
|
|
3878
|
+
daprAIInstrumentationKey?: string;
|
|
3879
|
+
daprConfiguration?: DaprConfiguration;
|
|
3880
|
+
readonly defaultDomain?: string;
|
|
3881
|
+
readonly deploymentErrors?: string;
|
|
3882
|
+
readonly eventStreamEndpoint?: string;
|
|
3883
|
+
identity?: ManagedServiceIdentity;
|
|
3884
|
+
infrastructureResourceGroup?: string;
|
|
3885
|
+
kedaConfiguration?: KedaConfiguration;
|
|
3886
|
+
kind?: string;
|
|
3887
|
+
openTelemetryConfiguration?: OpenTelemetryConfiguration;
|
|
3888
|
+
peerAuthentication?: ManagedEnvironmentPropertiesPeerAuthentication;
|
|
3889
|
+
peerTrafficConfiguration?: ManagedEnvironmentPropertiesPeerTrafficConfiguration;
|
|
3890
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
3891
|
+
readonly provisioningState?: EnvironmentProvisioningState;
|
|
3892
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
3893
|
+
readonly staticIp?: string;
|
|
3894
|
+
vnetConfiguration?: VnetConfiguration;
|
|
3895
|
+
workloadProfiles?: WorkloadProfile[];
|
|
3896
|
+
zoneRedundant?: boolean;
|
|
3897
|
+
}
|
|
3898
|
+
|
|
3899
|
+
// @public
|
|
3900
|
+
export interface ManagedEnvironmentDiagnostics {
|
|
3901
|
+
getDetector(resourceGroupName: string, environmentName: string, detectorName: string, options?: ManagedEnvironmentDiagnosticsGetDetectorOptionalParams): Promise<ManagedEnvironmentDiagnosticsGetDetectorResponse>;
|
|
3902
|
+
listDetectors(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentDiagnosticsListDetectorsOptionalParams): Promise<ManagedEnvironmentDiagnosticsListDetectorsResponse>;
|
|
3903
|
+
}
|
|
3904
|
+
|
|
3905
|
+
// @public
|
|
3906
|
+
export interface ManagedEnvironmentDiagnosticsGetDetectorOptionalParams extends coreClient.OperationOptions {
|
|
3907
|
+
}
|
|
3908
|
+
|
|
3909
|
+
// @public
|
|
3910
|
+
export type ManagedEnvironmentDiagnosticsGetDetectorResponse = Diagnostics;
|
|
3911
|
+
|
|
3912
|
+
// @public
|
|
3913
|
+
export interface ManagedEnvironmentDiagnosticsListDetectorsOptionalParams extends coreClient.OperationOptions {
|
|
3914
|
+
}
|
|
3915
|
+
|
|
3916
|
+
// @public
|
|
3917
|
+
export type ManagedEnvironmentDiagnosticsListDetectorsResponse = DiagnosticsCollection;
|
|
3918
|
+
|
|
3919
|
+
// @public
|
|
3920
|
+
export interface ManagedEnvironmentPrivateEndpointConnections {
|
|
3921
|
+
beginCreateOrUpdate(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateResponse>, ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
|
3922
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
3923
|
+
beginDelete(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ManagedEnvironmentPrivateEndpointConnectionsDeleteResponse>, ManagedEnvironmentPrivateEndpointConnectionsDeleteResponse>>;
|
|
3924
|
+
beginDeleteAndWait(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams): Promise<ManagedEnvironmentPrivateEndpointConnectionsDeleteResponse>;
|
|
3925
|
+
get(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams): Promise<ManagedEnvironmentPrivateEndpointConnectionsGetResponse>;
|
|
3926
|
+
list(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
3927
|
+
}
|
|
3928
|
+
|
|
3929
|
+
// @public
|
|
3930
|
+
export interface ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3931
|
+
resumeFrom?: string;
|
|
3932
|
+
updateIntervalInMs?: number;
|
|
3933
|
+
}
|
|
3934
|
+
|
|
3935
|
+
// @public
|
|
3936
|
+
export type ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
3937
|
+
|
|
3938
|
+
// @public
|
|
3939
|
+
export interface ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders {
|
|
3940
|
+
// (undocumented)
|
|
3941
|
+
location?: string;
|
|
3942
|
+
}
|
|
3943
|
+
|
|
3944
|
+
// @public
|
|
3945
|
+
export interface ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3946
|
+
resumeFrom?: string;
|
|
3947
|
+
updateIntervalInMs?: number;
|
|
2311
3948
|
}
|
|
2312
3949
|
|
|
2313
3950
|
// @public
|
|
2314
|
-
export type
|
|
3951
|
+
export type ManagedEnvironmentPrivateEndpointConnectionsDeleteResponse = ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders;
|
|
2315
3952
|
|
|
2316
3953
|
// @public
|
|
2317
|
-
export interface
|
|
3954
|
+
export interface ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2318
3955
|
}
|
|
2319
3956
|
|
|
2320
3957
|
// @public
|
|
2321
|
-
export type
|
|
3958
|
+
export type ManagedEnvironmentPrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
2322
3959
|
|
|
2323
3960
|
// @public
|
|
2324
|
-
export interface
|
|
3961
|
+
export interface ManagedEnvironmentPrivateEndpointConnectionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2325
3962
|
}
|
|
2326
3963
|
|
|
2327
3964
|
// @public
|
|
2328
|
-
export type
|
|
3965
|
+
export type ManagedEnvironmentPrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionListResult;
|
|
2329
3966
|
|
|
2330
3967
|
// @public
|
|
2331
|
-
export interface
|
|
3968
|
+
export interface ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
2332
3969
|
}
|
|
2333
3970
|
|
|
2334
3971
|
// @public
|
|
2335
|
-
export type
|
|
2336
|
-
|
|
2337
|
-
// @public
|
|
2338
|
-
export interface ManagedEnvironment extends TrackedResource {
|
|
2339
|
-
appLogsConfiguration?: AppLogsConfiguration;
|
|
2340
|
-
customDomainConfiguration?: CustomDomainConfiguration;
|
|
2341
|
-
daprAIConnectionString?: string;
|
|
2342
|
-
daprAIInstrumentationKey?: string;
|
|
2343
|
-
daprConfiguration?: DaprConfiguration;
|
|
2344
|
-
readonly defaultDomain?: string;
|
|
2345
|
-
readonly deploymentErrors?: string;
|
|
2346
|
-
readonly eventStreamEndpoint?: string;
|
|
2347
|
-
infrastructureResourceGroup?: string;
|
|
2348
|
-
kedaConfiguration?: KedaConfiguration;
|
|
2349
|
-
kind?: string;
|
|
2350
|
-
peerAuthentication?: ManagedEnvironmentPropertiesPeerAuthentication;
|
|
2351
|
-
peerTrafficConfiguration?: ManagedEnvironmentPropertiesPeerTrafficConfiguration;
|
|
2352
|
-
readonly provisioningState?: EnvironmentProvisioningState;
|
|
2353
|
-
readonly staticIp?: string;
|
|
2354
|
-
vnetConfiguration?: VnetConfiguration;
|
|
2355
|
-
workloadProfiles?: WorkloadProfile[];
|
|
2356
|
-
zoneRedundant?: boolean;
|
|
2357
|
-
}
|
|
3972
|
+
export type ManagedEnvironmentPrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
2358
3973
|
|
|
2359
3974
|
// @public
|
|
2360
|
-
export interface
|
|
2361
|
-
|
|
2362
|
-
listDetectors(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentDiagnosticsListDetectorsOptionalParams): Promise<ManagedEnvironmentDiagnosticsListDetectorsResponse>;
|
|
3975
|
+
export interface ManagedEnvironmentPrivateLinkResources {
|
|
3976
|
+
list(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
2363
3977
|
}
|
|
2364
3978
|
|
|
2365
3979
|
// @public
|
|
2366
|
-
export interface
|
|
3980
|
+
export interface ManagedEnvironmentPrivateLinkResourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2367
3981
|
}
|
|
2368
3982
|
|
|
2369
3983
|
// @public
|
|
2370
|
-
export type
|
|
3984
|
+
export type ManagedEnvironmentPrivateLinkResourcesListNextResponse = PrivateLinkResourceListResult;
|
|
2371
3985
|
|
|
2372
3986
|
// @public
|
|
2373
|
-
export interface
|
|
3987
|
+
export interface ManagedEnvironmentPrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
2374
3988
|
}
|
|
2375
3989
|
|
|
2376
3990
|
// @public
|
|
2377
|
-
export type
|
|
3991
|
+
export type ManagedEnvironmentPrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
|
|
2378
3992
|
|
|
2379
3993
|
// @public
|
|
2380
3994
|
export interface ManagedEnvironmentPropertiesPeerAuthentication {
|
|
@@ -2536,6 +4150,7 @@ export interface ManagedEnvironmentStorage extends ProxyResource {
|
|
|
2536
4150
|
// @public
|
|
2537
4151
|
export interface ManagedEnvironmentStorageProperties {
|
|
2538
4152
|
azureFile?: AzureFileProperties;
|
|
4153
|
+
nfsAzureFile?: NfsAzureFileProperties;
|
|
2539
4154
|
}
|
|
2540
4155
|
|
|
2541
4156
|
// @public
|
|
@@ -2584,11 +4199,23 @@ export interface ManagedServiceIdentity {
|
|
|
2584
4199
|
// @public
|
|
2585
4200
|
export type ManagedServiceIdentityType = string;
|
|
2586
4201
|
|
|
4202
|
+
// @public
|
|
4203
|
+
export interface MetricsConfiguration {
|
|
4204
|
+
destinations?: string[];
|
|
4205
|
+
includeKeda?: boolean;
|
|
4206
|
+
}
|
|
4207
|
+
|
|
2587
4208
|
// @public
|
|
2588
4209
|
export interface Mtls {
|
|
2589
4210
|
enabled?: boolean;
|
|
2590
4211
|
}
|
|
2591
4212
|
|
|
4213
|
+
// @public
|
|
4214
|
+
export interface NacosComponent extends JavaComponentProperties {
|
|
4215
|
+
componentType: "Nacos";
|
|
4216
|
+
ingress?: JavaComponentIngress;
|
|
4217
|
+
}
|
|
4218
|
+
|
|
2592
4219
|
// @public
|
|
2593
4220
|
export interface Namespaces {
|
|
2594
4221
|
checkNameAvailability(resourceGroupName: string, environmentName: string, checkNameAvailabilityRequest: CheckNameAvailabilityRequest, options?: NamespacesCheckNameAvailabilityOptionalParams): Promise<NamespacesCheckNameAvailabilityResponse>;
|
|
@@ -2601,6 +4228,13 @@ export interface NamespacesCheckNameAvailabilityOptionalParams extends coreClien
|
|
|
2601
4228
|
// @public
|
|
2602
4229
|
export type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
|
|
2603
4230
|
|
|
4231
|
+
// @public
|
|
4232
|
+
export interface NfsAzureFileProperties {
|
|
4233
|
+
accessMode?: AccessMode;
|
|
4234
|
+
server?: string;
|
|
4235
|
+
shareName?: string;
|
|
4236
|
+
}
|
|
4237
|
+
|
|
2604
4238
|
// @public
|
|
2605
4239
|
export interface Nonce {
|
|
2606
4240
|
nonceExpirationInterval?: string;
|
|
@@ -2635,6 +4269,14 @@ export interface OpenIdConnectRegistration {
|
|
|
2635
4269
|
openIdConnectConfiguration?: OpenIdConnectConfig;
|
|
2636
4270
|
}
|
|
2637
4271
|
|
|
4272
|
+
// @public
|
|
4273
|
+
export interface OpenTelemetryConfiguration {
|
|
4274
|
+
destinationsConfiguration?: DestinationsConfiguration;
|
|
4275
|
+
logsConfiguration?: LogsConfiguration;
|
|
4276
|
+
metricsConfiguration?: MetricsConfiguration;
|
|
4277
|
+
tracesConfiguration?: TracesConfiguration;
|
|
4278
|
+
}
|
|
4279
|
+
|
|
2638
4280
|
// @public
|
|
2639
4281
|
export interface OperationDetail {
|
|
2640
4282
|
display?: OperationDisplay;
|
|
@@ -2670,13 +4312,138 @@ export interface OperationsListOptionalParams extends coreClient.OperationOption
|
|
|
2670
4312
|
// @public
|
|
2671
4313
|
export type OperationsListResponse = AvailableOperations;
|
|
2672
4314
|
|
|
4315
|
+
// @public
|
|
4316
|
+
export interface OtlpConfiguration {
|
|
4317
|
+
endpoint?: string;
|
|
4318
|
+
headers?: Header[];
|
|
4319
|
+
insecure?: boolean;
|
|
4320
|
+
name?: string;
|
|
4321
|
+
}
|
|
4322
|
+
|
|
4323
|
+
// @public
|
|
4324
|
+
export type PatchApplyStatus = string;
|
|
4325
|
+
|
|
4326
|
+
// @public
|
|
4327
|
+
export interface PatchCollection {
|
|
4328
|
+
nextLink?: string;
|
|
4329
|
+
value: ContainerAppsPatchResource[];
|
|
4330
|
+
}
|
|
4331
|
+
|
|
4332
|
+
// @public
|
|
4333
|
+
export interface PatchDetails {
|
|
4334
|
+
readonly detectionStatus: DetectionStatus;
|
|
4335
|
+
readonly lastDetectionTime: Date;
|
|
4336
|
+
readonly newImageName?: string;
|
|
4337
|
+
readonly newLayer?: PatchDetailsNewLayer;
|
|
4338
|
+
readonly oldLayer?: PatchDetailsOldLayer;
|
|
4339
|
+
readonly patchType?: PatchType;
|
|
4340
|
+
readonly targetContainerName: string;
|
|
4341
|
+
readonly targetImage: string;
|
|
4342
|
+
}
|
|
4343
|
+
|
|
4344
|
+
// @public
|
|
4345
|
+
export interface PatchDetailsNewLayer {
|
|
4346
|
+
frameworkAndVersion?: string;
|
|
4347
|
+
name?: string;
|
|
4348
|
+
osAndVersion?: string;
|
|
4349
|
+
}
|
|
4350
|
+
|
|
4351
|
+
// @public
|
|
4352
|
+
export interface PatchDetailsOldLayer {
|
|
4353
|
+
frameworkAndVersion?: string;
|
|
4354
|
+
name?: string;
|
|
4355
|
+
osAndVersion?: string;
|
|
4356
|
+
}
|
|
4357
|
+
|
|
4358
|
+
// @public
|
|
4359
|
+
export type PatchingMode = string;
|
|
4360
|
+
|
|
4361
|
+
// @public
|
|
4362
|
+
export interface PatchProperties {
|
|
4363
|
+
readonly createdAt?: Date;
|
|
4364
|
+
readonly lastModifiedAt?: Date;
|
|
4365
|
+
readonly patchApplyStatus?: PatchApplyStatus;
|
|
4366
|
+
readonly patchDetails?: PatchDetails[];
|
|
4367
|
+
targetContainerAppId?: string;
|
|
4368
|
+
targetEnvironmentId?: string;
|
|
4369
|
+
targetRevisionId?: string;
|
|
4370
|
+
}
|
|
4371
|
+
|
|
4372
|
+
// @public
|
|
4373
|
+
export interface PatchSkipConfig {
|
|
4374
|
+
skip?: boolean;
|
|
4375
|
+
}
|
|
4376
|
+
|
|
4377
|
+
// @public
|
|
4378
|
+
export type PatchType = string;
|
|
4379
|
+
|
|
4380
|
+
// @public
|
|
4381
|
+
export type PoolManagementType = string;
|
|
4382
|
+
|
|
4383
|
+
// @public
|
|
4384
|
+
export interface PreBuildStep {
|
|
4385
|
+
description?: string;
|
|
4386
|
+
httpGet?: HttpGet;
|
|
4387
|
+
scripts?: string[];
|
|
4388
|
+
}
|
|
4389
|
+
|
|
4390
|
+
// @public
|
|
4391
|
+
export interface PrivateEndpoint {
|
|
4392
|
+
readonly id?: string;
|
|
4393
|
+
}
|
|
4394
|
+
|
|
4395
|
+
// @public
|
|
4396
|
+
export interface PrivateEndpointConnection extends Resource {
|
|
4397
|
+
readonly groupIds?: string[];
|
|
4398
|
+
privateEndpoint?: PrivateEndpoint;
|
|
4399
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
4400
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
4401
|
+
}
|
|
4402
|
+
|
|
4403
|
+
// @public
|
|
4404
|
+
export interface PrivateEndpointConnectionListResult {
|
|
4405
|
+
readonly nextLink?: string;
|
|
4406
|
+
value?: PrivateEndpointConnection[];
|
|
4407
|
+
}
|
|
4408
|
+
|
|
4409
|
+
// @public
|
|
4410
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
4411
|
+
|
|
4412
|
+
// @public
|
|
4413
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
4414
|
+
|
|
4415
|
+
// @public
|
|
4416
|
+
export interface PrivateLinkResource extends Resource {
|
|
4417
|
+
readonly groupId?: string;
|
|
4418
|
+
readonly requiredMembers?: string[];
|
|
4419
|
+
requiredZoneNames?: string[];
|
|
4420
|
+
}
|
|
4421
|
+
|
|
4422
|
+
// @public
|
|
4423
|
+
export interface PrivateLinkResourceListResult {
|
|
4424
|
+
readonly nextLink?: string;
|
|
4425
|
+
value?: PrivateLinkResource[];
|
|
4426
|
+
}
|
|
4427
|
+
|
|
4428
|
+
// @public
|
|
4429
|
+
export interface PrivateLinkServiceConnectionState {
|
|
4430
|
+
actionsRequired?: string;
|
|
4431
|
+
description?: string;
|
|
4432
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
4433
|
+
}
|
|
4434
|
+
|
|
2673
4435
|
// @public
|
|
2674
4436
|
export interface ProxyResource extends Resource {
|
|
2675
4437
|
}
|
|
2676
4438
|
|
|
4439
|
+
// @public
|
|
4440
|
+
export type PublicNetworkAccess = string;
|
|
4441
|
+
|
|
2677
4442
|
// @public
|
|
2678
4443
|
export interface QueueScaleRule {
|
|
4444
|
+
accountName?: string;
|
|
2679
4445
|
auth?: ScaleRuleAuth[];
|
|
4446
|
+
identity?: string;
|
|
2680
4447
|
queueLength?: number;
|
|
2681
4448
|
queueName?: string;
|
|
2682
4449
|
}
|
|
@@ -2713,6 +4480,7 @@ export interface ReplicaCollection {
|
|
|
2713
4480
|
// @public
|
|
2714
4481
|
export interface ReplicaContainer {
|
|
2715
4482
|
containerId?: string;
|
|
4483
|
+
readonly debugEndpoint?: string;
|
|
2716
4484
|
readonly execEndpoint?: string;
|
|
2717
4485
|
readonly logStreamEndpoint?: string;
|
|
2718
4486
|
name?: string;
|
|
@@ -2723,6 +4491,12 @@ export interface ReplicaContainer {
|
|
|
2723
4491
|
started?: boolean;
|
|
2724
4492
|
}
|
|
2725
4493
|
|
|
4494
|
+
// @public
|
|
4495
|
+
export interface ReplicaExecutionStatus {
|
|
4496
|
+
containers?: ContainerExecutionStatus[];
|
|
4497
|
+
name?: string;
|
|
4498
|
+
}
|
|
4499
|
+
|
|
2726
4500
|
// @public
|
|
2727
4501
|
export interface Resource {
|
|
2728
4502
|
readonly id?: string;
|
|
@@ -2761,13 +4535,49 @@ export type RevisionProvisioningState = string;
|
|
|
2761
4535
|
// @public
|
|
2762
4536
|
export type RevisionRunningState = string;
|
|
2763
4537
|
|
|
4538
|
+
// @public
|
|
4539
|
+
export interface Runtime {
|
|
4540
|
+
dotnet?: RuntimeDotnet;
|
|
4541
|
+
java?: RuntimeJava;
|
|
4542
|
+
}
|
|
4543
|
+
|
|
4544
|
+
// @public
|
|
4545
|
+
export interface RuntimeDotnet {
|
|
4546
|
+
autoConfigureDataProtection?: boolean;
|
|
4547
|
+
}
|
|
4548
|
+
|
|
4549
|
+
// @public
|
|
4550
|
+
export interface RuntimeJava {
|
|
4551
|
+
enableMetrics?: boolean;
|
|
4552
|
+
javaAgent?: RuntimeJavaAgent;
|
|
4553
|
+
}
|
|
4554
|
+
|
|
4555
|
+
// @public
|
|
4556
|
+
export interface RuntimeJavaAgent {
|
|
4557
|
+
enabled?: boolean;
|
|
4558
|
+
logging?: RuntimeJavaAgentLogging;
|
|
4559
|
+
}
|
|
4560
|
+
|
|
4561
|
+
// @public
|
|
4562
|
+
export interface RuntimeJavaAgentLogging {
|
|
4563
|
+
loggerSettings?: LoggerSetting[];
|
|
4564
|
+
}
|
|
4565
|
+
|
|
2764
4566
|
// @public
|
|
2765
4567
|
export interface Scale {
|
|
4568
|
+
cooldownPeriod?: number;
|
|
2766
4569
|
maxReplicas?: number;
|
|
2767
4570
|
minReplicas?: number;
|
|
4571
|
+
pollingInterval?: number;
|
|
2768
4572
|
rules?: ScaleRule[];
|
|
2769
4573
|
}
|
|
2770
4574
|
|
|
4575
|
+
// @public
|
|
4576
|
+
export interface ScaleConfiguration {
|
|
4577
|
+
maxConcurrentSessions?: number;
|
|
4578
|
+
readySessionInstances?: number;
|
|
4579
|
+
}
|
|
4580
|
+
|
|
2771
4581
|
// @public
|
|
2772
4582
|
export interface ScaleRule {
|
|
2773
4583
|
azureQueue?: QueueScaleRule;
|
|
@@ -2783,6 +4593,15 @@ export interface ScaleRuleAuth {
|
|
|
2783
4593
|
triggerParameter?: string;
|
|
2784
4594
|
}
|
|
2785
4595
|
|
|
4596
|
+
// @public
|
|
4597
|
+
export interface ScgRoute {
|
|
4598
|
+
filters?: string[];
|
|
4599
|
+
id: string;
|
|
4600
|
+
order?: number;
|
|
4601
|
+
predicates?: string[];
|
|
4602
|
+
uri: string;
|
|
4603
|
+
}
|
|
4604
|
+
|
|
2786
4605
|
// @public
|
|
2787
4606
|
export type Scheme = string;
|
|
2788
4607
|
|
|
@@ -2812,10 +4631,100 @@ export interface Service {
|
|
|
2812
4631
|
|
|
2813
4632
|
// @public
|
|
2814
4633
|
export interface ServiceBind {
|
|
4634
|
+
clientType?: string;
|
|
4635
|
+
customizedKeys?: {
|
|
4636
|
+
[propertyName: string]: string;
|
|
4637
|
+
};
|
|
2815
4638
|
name?: string;
|
|
2816
4639
|
serviceId?: string;
|
|
2817
4640
|
}
|
|
2818
4641
|
|
|
4642
|
+
// @public
|
|
4643
|
+
export interface SessionContainer {
|
|
4644
|
+
args?: string[];
|
|
4645
|
+
command?: string[];
|
|
4646
|
+
env?: EnvironmentVar[];
|
|
4647
|
+
image?: string;
|
|
4648
|
+
name?: string;
|
|
4649
|
+
resources?: SessionContainerResources;
|
|
4650
|
+
}
|
|
4651
|
+
|
|
4652
|
+
// @public
|
|
4653
|
+
export interface SessionContainerResources {
|
|
4654
|
+
cpu?: number;
|
|
4655
|
+
memory?: string;
|
|
4656
|
+
}
|
|
4657
|
+
|
|
4658
|
+
// @public
|
|
4659
|
+
export interface SessionIngress {
|
|
4660
|
+
targetPort?: number;
|
|
4661
|
+
}
|
|
4662
|
+
|
|
4663
|
+
// @public
|
|
4664
|
+
export interface SessionNetworkConfiguration {
|
|
4665
|
+
status?: SessionNetworkStatus;
|
|
4666
|
+
}
|
|
4667
|
+
|
|
4668
|
+
// @public
|
|
4669
|
+
export type SessionNetworkStatus = string;
|
|
4670
|
+
|
|
4671
|
+
// @public
|
|
4672
|
+
export interface SessionPool extends TrackedResource {
|
|
4673
|
+
containerType?: ContainerType;
|
|
4674
|
+
customContainerTemplate?: CustomContainerTemplate;
|
|
4675
|
+
dynamicPoolConfiguration?: DynamicPoolConfiguration;
|
|
4676
|
+
environmentId?: string;
|
|
4677
|
+
readonly nodeCount?: number;
|
|
4678
|
+
readonly poolManagementEndpoint?: string;
|
|
4679
|
+
poolManagementType?: PoolManagementType;
|
|
4680
|
+
readonly provisioningState?: SessionPoolProvisioningState;
|
|
4681
|
+
scaleConfiguration?: ScaleConfiguration;
|
|
4682
|
+
secrets?: SessionPoolSecret[];
|
|
4683
|
+
sessionNetworkConfiguration?: SessionNetworkConfiguration;
|
|
4684
|
+
}
|
|
4685
|
+
|
|
4686
|
+
// @public
|
|
4687
|
+
export interface SessionPoolCollection {
|
|
4688
|
+
readonly nextLink?: string;
|
|
4689
|
+
value: SessionPool[];
|
|
4690
|
+
}
|
|
4691
|
+
|
|
4692
|
+
// @public
|
|
4693
|
+
export type SessionPoolProvisioningState = string;
|
|
4694
|
+
|
|
4695
|
+
// @public
|
|
4696
|
+
export interface SessionPoolSecret {
|
|
4697
|
+
name?: string;
|
|
4698
|
+
value?: string;
|
|
4699
|
+
}
|
|
4700
|
+
|
|
4701
|
+
// @public
|
|
4702
|
+
export interface SessionPoolUpdatableProperties {
|
|
4703
|
+
customContainerTemplate?: CustomContainerTemplate;
|
|
4704
|
+
dynamicPoolConfiguration?: DynamicPoolConfiguration;
|
|
4705
|
+
scaleConfiguration?: ScaleConfiguration;
|
|
4706
|
+
secrets?: SessionPoolSecret[];
|
|
4707
|
+
sessionNetworkConfiguration?: SessionNetworkConfiguration;
|
|
4708
|
+
}
|
|
4709
|
+
|
|
4710
|
+
// @public
|
|
4711
|
+
export interface SessionRegistryCredentials {
|
|
4712
|
+
identity?: string;
|
|
4713
|
+
passwordSecretRef?: string;
|
|
4714
|
+
server?: string;
|
|
4715
|
+
username?: string;
|
|
4716
|
+
}
|
|
4717
|
+
|
|
4718
|
+
// @public
|
|
4719
|
+
export interface SmbStorage {
|
|
4720
|
+
accessMode?: AccessMode;
|
|
4721
|
+
domain?: string;
|
|
4722
|
+
host?: string;
|
|
4723
|
+
password?: string;
|
|
4724
|
+
shareName?: string;
|
|
4725
|
+
username?: string;
|
|
4726
|
+
}
|
|
4727
|
+
|
|
2819
4728
|
// @public
|
|
2820
4729
|
export interface SourceControl extends ProxyResource {
|
|
2821
4730
|
branch?: string;
|
|
@@ -2833,6 +4742,30 @@ export interface SourceControlCollection {
|
|
|
2833
4742
|
// @public
|
|
2834
4743
|
export type SourceControlOperationState = string;
|
|
2835
4744
|
|
|
4745
|
+
// @public
|
|
4746
|
+
export interface SpringBootAdminComponent extends JavaComponentProperties {
|
|
4747
|
+
componentType: "SpringBootAdmin";
|
|
4748
|
+
ingress?: JavaComponentIngress;
|
|
4749
|
+
}
|
|
4750
|
+
|
|
4751
|
+
// @public
|
|
4752
|
+
export interface SpringCloudConfigComponent extends JavaComponentProperties {
|
|
4753
|
+
componentType: "SpringCloudConfig";
|
|
4754
|
+
}
|
|
4755
|
+
|
|
4756
|
+
// @public
|
|
4757
|
+
export interface SpringCloudEurekaComponent extends JavaComponentProperties {
|
|
4758
|
+
componentType: "SpringCloudEureka";
|
|
4759
|
+
ingress?: JavaComponentIngress;
|
|
4760
|
+
}
|
|
4761
|
+
|
|
4762
|
+
// @public
|
|
4763
|
+
export interface SpringCloudGatewayComponent extends JavaComponentProperties {
|
|
4764
|
+
componentType: "SpringCloudGateway";
|
|
4765
|
+
ingress?: JavaComponentIngress;
|
|
4766
|
+
springCloudGatewayRoutes?: ScgRoute[];
|
|
4767
|
+
}
|
|
4768
|
+
|
|
2836
4769
|
// @public
|
|
2837
4770
|
export type StorageType = string;
|
|
2838
4771
|
|
|
@@ -2846,9 +4779,20 @@ export interface SystemData {
|
|
|
2846
4779
|
lastModifiedByType?: CreatedByType;
|
|
2847
4780
|
}
|
|
2848
4781
|
|
|
4782
|
+
// @public
|
|
4783
|
+
export interface TcpConnectionPool {
|
|
4784
|
+
maxConnections?: number;
|
|
4785
|
+
}
|
|
4786
|
+
|
|
4787
|
+
// @public
|
|
4788
|
+
export interface TcpRetryPolicy {
|
|
4789
|
+
maxConnectAttempts?: number;
|
|
4790
|
+
}
|
|
4791
|
+
|
|
2849
4792
|
// @public
|
|
2850
4793
|
export interface TcpScaleRule {
|
|
2851
4794
|
auth?: ScaleRuleAuth[];
|
|
4795
|
+
identity?: string;
|
|
2852
4796
|
metadata?: {
|
|
2853
4797
|
[propertyName: string]: string;
|
|
2854
4798
|
};
|
|
@@ -2865,6 +4809,12 @@ export interface Template {
|
|
|
2865
4809
|
volumes?: Volume[];
|
|
2866
4810
|
}
|
|
2867
4811
|
|
|
4812
|
+
// @public
|
|
4813
|
+
export interface TimeoutPolicy {
|
|
4814
|
+
connectionTimeoutInSeconds?: number;
|
|
4815
|
+
responseTimeoutInSeconds?: number;
|
|
4816
|
+
}
|
|
4817
|
+
|
|
2868
4818
|
// @public
|
|
2869
4819
|
export interface TokenStore {
|
|
2870
4820
|
azureBlobStorage?: BlobStorageTokenStore;
|
|
@@ -2872,6 +4822,12 @@ export interface TokenStore {
|
|
|
2872
4822
|
tokenRefreshExtensionHours?: number;
|
|
2873
4823
|
}
|
|
2874
4824
|
|
|
4825
|
+
// @public
|
|
4826
|
+
export interface TracesConfiguration {
|
|
4827
|
+
destinations?: string[];
|
|
4828
|
+
includeDapr?: boolean;
|
|
4829
|
+
}
|
|
4830
|
+
|
|
2875
4831
|
// @public
|
|
2876
4832
|
export interface TrackedResource extends Resource {
|
|
2877
4833
|
location: string;
|
|
@@ -2973,8 +4929,51 @@ export interface VolumeMount {
|
|
|
2973
4929
|
volumeName?: string;
|
|
2974
4930
|
}
|
|
2975
4931
|
|
|
4932
|
+
// @public
|
|
4933
|
+
export interface WorkflowArtifacts {
|
|
4934
|
+
appSettings?: Record<string, unknown>;
|
|
4935
|
+
files?: Record<string, unknown>;
|
|
4936
|
+
filesToDelete?: string[];
|
|
4937
|
+
}
|
|
4938
|
+
|
|
4939
|
+
// @public
|
|
4940
|
+
export interface WorkflowEnvelope {
|
|
4941
|
+
readonly id?: string;
|
|
4942
|
+
kind?: string;
|
|
4943
|
+
location?: string;
|
|
4944
|
+
readonly name?: string;
|
|
4945
|
+
properties?: WorkflowEnvelopeProperties;
|
|
4946
|
+
readonly type?: string;
|
|
4947
|
+
}
|
|
4948
|
+
|
|
4949
|
+
// @public
|
|
4950
|
+
export interface WorkflowEnvelopeCollection {
|
|
4951
|
+
readonly nextLink?: string;
|
|
4952
|
+
value: WorkflowEnvelope[];
|
|
4953
|
+
}
|
|
4954
|
+
|
|
4955
|
+
// @public
|
|
4956
|
+
export interface WorkflowEnvelopeProperties {
|
|
4957
|
+
files?: Record<string, unknown>;
|
|
4958
|
+
flowState?: WorkflowState;
|
|
4959
|
+
health?: WorkflowHealth;
|
|
4960
|
+
}
|
|
4961
|
+
|
|
4962
|
+
// @public
|
|
4963
|
+
export interface WorkflowHealth {
|
|
4964
|
+
error?: ErrorEntity;
|
|
4965
|
+
state: WorkflowHealthState;
|
|
4966
|
+
}
|
|
4967
|
+
|
|
4968
|
+
// @public
|
|
4969
|
+
export type WorkflowHealthState = "NotSpecified" | "Healthy" | "Unhealthy" | "Unknown";
|
|
4970
|
+
|
|
4971
|
+
// @public
|
|
4972
|
+
export type WorkflowState = string;
|
|
4973
|
+
|
|
2976
4974
|
// @public
|
|
2977
4975
|
export interface WorkloadProfile {
|
|
4976
|
+
enableFips?: boolean;
|
|
2978
4977
|
maximumCount?: number;
|
|
2979
4978
|
minimumCount?: number;
|
|
2980
4979
|
name: string;
|