@azure/arm-appcontainers 1.1.2 → 2.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +201 -0
- package/README.md +2 -2
- package/dist/index.js +5996 -2499
- 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/availableWorkloadProfilesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js +44 -0
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/billingMetersGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/billingMetersGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/billingMetersGetSample.js +30 -0
- package/dist-esm/samples-dev/billingMetersGetSample.js.map +1 -0
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js +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.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js +42 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js +32 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js +32 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js +45 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js +35 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js +35 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js +41 -0
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js +46 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js +32 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js +32 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js +45 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js +32 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js +31 -0
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js +31 -0
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js +43 -0
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js +42 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js +32 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js +32 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js +31 -0
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js +31 -0
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js.map +1 -0
- 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/containerAppsCreateOrUpdateSample.js +95 -5
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js +32 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js +32 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js +31 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js +45 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js +45 -0
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js +31 -0
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsGetSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsUpdateSample.js +33 -3
- package/dist-esm/samples-dev/containerAppsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js +36 -3
- 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 +22 -3
- package/dist-esm/samples-dev/daprComponentsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/daprComponentsListSample.js +1 -1
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js +32 -0
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js +31 -0
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js +30 -1
- 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.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js +31 -0
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js +31 -0
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js.map +1 -0
- 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.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js +45 -0
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js +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/src/containerAppsAPIClient.d.ts +10 -1
- package/dist-esm/src/containerAppsAPIClient.d.ts.map +1 -1
- package/dist-esm/src/containerAppsAPIClient.js +12 -3
- package/dist-esm/src/containerAppsAPIClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +961 -48
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +84 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +48 -5
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1536 -224
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +5 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +43 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/availableWorkloadProfiles.d.ts +35 -0
- package/dist-esm/src/operations/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist-esm/src/operations/availableWorkloadProfiles.js +132 -0
- package/dist-esm/src/operations/availableWorkloadProfiles.js.map +1 -0
- package/dist-esm/src/operations/billingMeters.d.ts +19 -0
- package/dist-esm/src/operations/billingMeters.d.ts.map +1 -0
- package/dist-esm/src/operations/billingMeters.js +51 -0
- package/dist-esm/src/operations/billingMeters.js.map +1 -0
- package/dist-esm/src/operations/connectedEnvironments.d.ts +106 -0
- package/dist-esm/src/operations/connectedEnvironments.d.ts.map +1 -0
- package/dist-esm/src/operations/connectedEnvironments.js +494 -0
- package/dist-esm/src/operations/connectedEnvironments.js.map +1 -0
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts +71 -0
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js +275 -0
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts +71 -0
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js +273 -0
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts +45 -0
- package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js +157 -0
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js.map +1 -0
- package/dist-esm/src/operations/containerApps.d.ts +8 -1
- package/dist-esm/src/operations/containerApps.d.ts.map +1 -1
- package/dist-esm/src/operations/containerApps.js +33 -0
- package/dist-esm/src/operations/containerApps.js.map +1 -1
- package/dist-esm/src/operations/containerAppsDiagnostics.d.ts +85 -0
- package/dist-esm/src/operations/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist-esm/src/operations/containerAppsDiagnostics.js +346 -0
- package/dist-esm/src/operations/containerAppsDiagnostics.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +9 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +9 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts +28 -0
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.js +85 -0
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist-esm/src/operations/managedEnvironments.d.ts +33 -1
- package/dist-esm/src/operations/managedEnvironments.d.ts.map +1 -1
- package/dist-esm/src/operations/managedEnvironments.js +143 -0
- package/dist-esm/src/operations/managedEnvironments.js.map +1 -1
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js +53 -0
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingMeters.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/billingMeters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingMeters.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingMeters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironments.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironments.js +9 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.js +9 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.js +9 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.js +9 -0
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts +8 -1
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +9 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +9 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironments.d.ts +15 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironments.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
- package/package.json +1 -1
- package/review/arm-appcontainers.api.md +780 -10
- package/src/containerAppsAPIClient.ts +50 -4
- package/src/models/index.ts +1112 -58
- package/src/models/mappers.ts +1630 -222
- package/src/models/parameters.ts +50 -2
- package/src/operations/availableWorkloadProfiles.ts +159 -0
- package/src/operations/billingMeters.ts +69 -0
- package/src/operations/connectedEnvironments.ts +649 -0
- package/src/operations/connectedEnvironmentsCertificates.ts +377 -0
- package/src/operations/connectedEnvironmentsDaprComponents.ts +374 -0
- package/src/operations/connectedEnvironmentsStorages.ts +214 -0
- package/src/operations/containerApps.ts +44 -0
- package/src/operations/containerAppsDiagnostics.ts +477 -0
- package/src/operations/index.ts +9 -0
- package/src/operations/managedEnvironmentDiagnostics.ts +117 -0
- package/src/operations/managedEnvironments.ts +199 -1
- package/src/operations/managedEnvironmentsDiagnostics.ts +73 -0
- package/src/operationsInterfaces/availableWorkloadProfiles.ts +27 -0
- package/src/operationsInterfaces/billingMeters.ts +25 -0
- package/src/operationsInterfaces/connectedEnvironments.ts +134 -0
- package/src/operationsInterfaces/connectedEnvironmentsCertificates.ts +91 -0
- package/src/operationsInterfaces/connectedEnvironmentsDaprComponents.ts +90 -0
- package/src/operationsInterfaces/connectedEnvironmentsStorages.ts +74 -0
- package/src/operationsInterfaces/containerApps.ts +14 -1
- package/src/operationsInterfaces/containerAppsDiagnostics.ts +85 -0
- package/src/operationsInterfaces/index.ts +9 -0
- package/src/operationsInterfaces/managedEnvironmentDiagnostics.ts +42 -0
- package/src/operationsInterfaces/managedEnvironments.ts +27 -1
- package/src/operationsInterfaces/managedEnvironmentsDiagnostics.ts +27 -0
- package/types/arm-appcontainers.d.ts +1461 -97
package/src/models/mappers.ts
CHANGED
|
@@ -1243,6 +1243,27 @@ export const ContainerAppCollection: coreClient.CompositeMapper = {
|
|
|
1243
1243
|
}
|
|
1244
1244
|
};
|
|
1245
1245
|
|
|
1246
|
+
export const ExtendedLocation: coreClient.CompositeMapper = {
|
|
1247
|
+
type: {
|
|
1248
|
+
name: "Composite",
|
|
1249
|
+
className: "ExtendedLocation",
|
|
1250
|
+
modelProperties: {
|
|
1251
|
+
name: {
|
|
1252
|
+
serializedName: "name",
|
|
1253
|
+
type: {
|
|
1254
|
+
name: "String"
|
|
1255
|
+
}
|
|
1256
|
+
},
|
|
1257
|
+
type: {
|
|
1258
|
+
serializedName: "type",
|
|
1259
|
+
type: {
|
|
1260
|
+
name: "String"
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
};
|
|
1266
|
+
|
|
1246
1267
|
export const ManagedServiceIdentity: coreClient.CompositeMapper = {
|
|
1247
1268
|
type: {
|
|
1248
1269
|
name: "Composite",
|
|
@@ -1353,6 +1374,12 @@ export const Configuration: coreClient.CompositeMapper = {
|
|
|
1353
1374
|
name: "Composite",
|
|
1354
1375
|
className: "Dapr"
|
|
1355
1376
|
}
|
|
1377
|
+
},
|
|
1378
|
+
maxInactiveRevisions: {
|
|
1379
|
+
serializedName: "maxInactiveRevisions",
|
|
1380
|
+
type: {
|
|
1381
|
+
name: "Number"
|
|
1382
|
+
}
|
|
1356
1383
|
}
|
|
1357
1384
|
}
|
|
1358
1385
|
}
|
|
@@ -1404,6 +1431,12 @@ export const Ingress: coreClient.CompositeMapper = {
|
|
|
1404
1431
|
name: "Number"
|
|
1405
1432
|
}
|
|
1406
1433
|
},
|
|
1434
|
+
exposedPort: {
|
|
1435
|
+
serializedName: "exposedPort",
|
|
1436
|
+
type: {
|
|
1437
|
+
name: "Number"
|
|
1438
|
+
}
|
|
1439
|
+
},
|
|
1407
1440
|
transport: {
|
|
1408
1441
|
serializedName: "transport",
|
|
1409
1442
|
type: {
|
|
@@ -1439,6 +1472,18 @@ export const Ingress: coreClient.CompositeMapper = {
|
|
|
1439
1472
|
type: {
|
|
1440
1473
|
name: "Boolean"
|
|
1441
1474
|
}
|
|
1475
|
+
},
|
|
1476
|
+
ipSecurityRestrictions: {
|
|
1477
|
+
serializedName: "ipSecurityRestrictions",
|
|
1478
|
+
type: {
|
|
1479
|
+
name: "Sequence",
|
|
1480
|
+
element: {
|
|
1481
|
+
type: {
|
|
1482
|
+
name: "Composite",
|
|
1483
|
+
className: "IpSecurityRestrictionRule"
|
|
1484
|
+
}
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1442
1487
|
}
|
|
1443
1488
|
}
|
|
1444
1489
|
}
|
|
@@ -1507,6 +1552,42 @@ export const CustomDomain: coreClient.CompositeMapper = {
|
|
|
1507
1552
|
}
|
|
1508
1553
|
};
|
|
1509
1554
|
|
|
1555
|
+
export const IpSecurityRestrictionRule: coreClient.CompositeMapper = {
|
|
1556
|
+
type: {
|
|
1557
|
+
name: "Composite",
|
|
1558
|
+
className: "IpSecurityRestrictionRule",
|
|
1559
|
+
modelProperties: {
|
|
1560
|
+
name: {
|
|
1561
|
+
serializedName: "name",
|
|
1562
|
+
required: true,
|
|
1563
|
+
type: {
|
|
1564
|
+
name: "String"
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
description: {
|
|
1568
|
+
serializedName: "description",
|
|
1569
|
+
type: {
|
|
1570
|
+
name: "String"
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
ipAddressRange: {
|
|
1574
|
+
serializedName: "ipAddressRange",
|
|
1575
|
+
required: true,
|
|
1576
|
+
type: {
|
|
1577
|
+
name: "String"
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
action: {
|
|
1581
|
+
serializedName: "action",
|
|
1582
|
+
required: true,
|
|
1583
|
+
type: {
|
|
1584
|
+
name: "String"
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
};
|
|
1590
|
+
|
|
1510
1591
|
export const RegistryCredentials: coreClient.CompositeMapper = {
|
|
1511
1592
|
type: {
|
|
1512
1593
|
name: "Composite",
|
|
@@ -1568,6 +1649,30 @@ export const Dapr: coreClient.CompositeMapper = {
|
|
|
1568
1649
|
type: {
|
|
1569
1650
|
name: "Number"
|
|
1570
1651
|
}
|
|
1652
|
+
},
|
|
1653
|
+
httpReadBufferSize: {
|
|
1654
|
+
serializedName: "httpReadBufferSize",
|
|
1655
|
+
type: {
|
|
1656
|
+
name: "Number"
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1659
|
+
httpMaxRequestSize: {
|
|
1660
|
+
serializedName: "httpMaxRequestSize",
|
|
1661
|
+
type: {
|
|
1662
|
+
name: "Number"
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1665
|
+
logLevel: {
|
|
1666
|
+
serializedName: "logLevel",
|
|
1667
|
+
type: {
|
|
1668
|
+
name: "String"
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1671
|
+
enableApiLogging: {
|
|
1672
|
+
serializedName: "enableApiLogging",
|
|
1673
|
+
type: {
|
|
1674
|
+
name: "Boolean"
|
|
1675
|
+
}
|
|
1571
1676
|
}
|
|
1572
1677
|
}
|
|
1573
1678
|
}
|
|
@@ -1584,6 +1689,18 @@ export const Template: coreClient.CompositeMapper = {
|
|
|
1584
1689
|
name: "String"
|
|
1585
1690
|
}
|
|
1586
1691
|
},
|
|
1692
|
+
initContainers: {
|
|
1693
|
+
serializedName: "initContainers",
|
|
1694
|
+
type: {
|
|
1695
|
+
name: "Sequence",
|
|
1696
|
+
element: {
|
|
1697
|
+
type: {
|
|
1698
|
+
name: "Composite",
|
|
1699
|
+
className: "InitContainer"
|
|
1700
|
+
}
|
|
1701
|
+
}
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1587
1704
|
containers: {
|
|
1588
1705
|
serializedName: "containers",
|
|
1589
1706
|
type: {
|
|
@@ -1619,10 +1736,10 @@ export const Template: coreClient.CompositeMapper = {
|
|
|
1619
1736
|
}
|
|
1620
1737
|
};
|
|
1621
1738
|
|
|
1622
|
-
export const
|
|
1739
|
+
export const BaseContainer: coreClient.CompositeMapper = {
|
|
1623
1740
|
type: {
|
|
1624
1741
|
name: "Composite",
|
|
1625
|
-
className: "
|
|
1742
|
+
className: "BaseContainer",
|
|
1626
1743
|
modelProperties: {
|
|
1627
1744
|
image: {
|
|
1628
1745
|
serializedName: "image",
|
|
@@ -1677,18 +1794,6 @@ export const Container: coreClient.CompositeMapper = {
|
|
|
1677
1794
|
className: "ContainerResources"
|
|
1678
1795
|
}
|
|
1679
1796
|
},
|
|
1680
|
-
probes: {
|
|
1681
|
-
serializedName: "probes",
|
|
1682
|
-
type: {
|
|
1683
|
-
name: "Sequence",
|
|
1684
|
-
element: {
|
|
1685
|
-
type: {
|
|
1686
|
-
name: "Composite",
|
|
1687
|
-
className: "ContainerAppProbe"
|
|
1688
|
-
}
|
|
1689
|
-
}
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
1797
|
volumeMounts: {
|
|
1693
1798
|
serializedName: "volumeMounts",
|
|
1694
1799
|
type: {
|
|
@@ -1760,6 +1865,27 @@ export const ContainerResources: coreClient.CompositeMapper = {
|
|
|
1760
1865
|
}
|
|
1761
1866
|
};
|
|
1762
1867
|
|
|
1868
|
+
export const VolumeMount: coreClient.CompositeMapper = {
|
|
1869
|
+
type: {
|
|
1870
|
+
name: "Composite",
|
|
1871
|
+
className: "VolumeMount",
|
|
1872
|
+
modelProperties: {
|
|
1873
|
+
volumeName: {
|
|
1874
|
+
serializedName: "volumeName",
|
|
1875
|
+
type: {
|
|
1876
|
+
name: "String"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
mountPath: {
|
|
1880
|
+
serializedName: "mountPath",
|
|
1881
|
+
type: {
|
|
1882
|
+
name: "String"
|
|
1883
|
+
}
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1886
|
+
}
|
|
1887
|
+
};
|
|
1888
|
+
|
|
1763
1889
|
export const ContainerAppProbe: coreClient.CompositeMapper = {
|
|
1764
1890
|
type: {
|
|
1765
1891
|
name: "Composite",
|
|
@@ -1916,27 +2042,6 @@ export const ContainerAppProbeTcpSocket: coreClient.CompositeMapper = {
|
|
|
1916
2042
|
}
|
|
1917
2043
|
};
|
|
1918
2044
|
|
|
1919
|
-
export const VolumeMount: coreClient.CompositeMapper = {
|
|
1920
|
-
type: {
|
|
1921
|
-
name: "Composite",
|
|
1922
|
-
className: "VolumeMount",
|
|
1923
|
-
modelProperties: {
|
|
1924
|
-
volumeName: {
|
|
1925
|
-
serializedName: "volumeName",
|
|
1926
|
-
type: {
|
|
1927
|
-
name: "String"
|
|
1928
|
-
}
|
|
1929
|
-
},
|
|
1930
|
-
mountPath: {
|
|
1931
|
-
serializedName: "mountPath",
|
|
1932
|
-
type: {
|
|
1933
|
-
name: "String"
|
|
1934
|
-
}
|
|
1935
|
-
}
|
|
1936
|
-
}
|
|
1937
|
-
}
|
|
1938
|
-
};
|
|
1939
|
-
|
|
1940
2045
|
export const Scale: coreClient.CompositeMapper = {
|
|
1941
2046
|
type: {
|
|
1942
2047
|
name: "Composite",
|
|
@@ -2001,6 +2106,13 @@ export const ScaleRule: coreClient.CompositeMapper = {
|
|
|
2001
2106
|
name: "Composite",
|
|
2002
2107
|
className: "HttpScaleRule"
|
|
2003
2108
|
}
|
|
2109
|
+
},
|
|
2110
|
+
tcp: {
|
|
2111
|
+
serializedName: "tcp",
|
|
2112
|
+
type: {
|
|
2113
|
+
name: "Composite",
|
|
2114
|
+
className: "TcpScaleRule"
|
|
2115
|
+
}
|
|
2004
2116
|
}
|
|
2005
2117
|
}
|
|
2006
2118
|
}
|
|
@@ -2122,6 +2234,34 @@ export const HttpScaleRule: coreClient.CompositeMapper = {
|
|
|
2122
2234
|
}
|
|
2123
2235
|
};
|
|
2124
2236
|
|
|
2237
|
+
export const TcpScaleRule: coreClient.CompositeMapper = {
|
|
2238
|
+
type: {
|
|
2239
|
+
name: "Composite",
|
|
2240
|
+
className: "TcpScaleRule",
|
|
2241
|
+
modelProperties: {
|
|
2242
|
+
metadata: {
|
|
2243
|
+
serializedName: "metadata",
|
|
2244
|
+
type: {
|
|
2245
|
+
name: "Dictionary",
|
|
2246
|
+
value: { type: { name: "String" } }
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
auth: {
|
|
2250
|
+
serializedName: "auth",
|
|
2251
|
+
type: {
|
|
2252
|
+
name: "Sequence",
|
|
2253
|
+
element: {
|
|
2254
|
+
type: {
|
|
2255
|
+
name: "Composite",
|
|
2256
|
+
className: "ScaleRuleAuth"
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2261
|
+
}
|
|
2262
|
+
}
|
|
2263
|
+
};
|
|
2264
|
+
|
|
2125
2265
|
export const Volume: coreClient.CompositeMapper = {
|
|
2126
2266
|
type: {
|
|
2127
2267
|
name: "Composite",
|
|
@@ -2180,7 +2320,8 @@ export const CustomHostnameAnalysisResult: coreClient.CompositeMapper = {
|
|
|
2180
2320
|
serializedName: "customDomainVerificationFailureInfo",
|
|
2181
2321
|
type: {
|
|
2182
2322
|
name: "Composite",
|
|
2183
|
-
className:
|
|
2323
|
+
className:
|
|
2324
|
+
"CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo"
|
|
2184
2325
|
}
|
|
2185
2326
|
},
|
|
2186
2327
|
hasConflictOnManagedEnvironment: {
|
|
@@ -2190,6 +2331,13 @@ export const CustomHostnameAnalysisResult: coreClient.CompositeMapper = {
|
|
|
2190
2331
|
name: "Boolean"
|
|
2191
2332
|
}
|
|
2192
2333
|
},
|
|
2334
|
+
conflictWithEnvironmentCustomDomain: {
|
|
2335
|
+
serializedName: "conflictWithEnvironmentCustomDomain",
|
|
2336
|
+
readOnly: true,
|
|
2337
|
+
type: {
|
|
2338
|
+
name: "Boolean"
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2193
2341
|
conflictingContainerAppResourceId: {
|
|
2194
2342
|
serializedName: "conflictingContainerAppResourceId",
|
|
2195
2343
|
readOnly: true,
|
|
@@ -2256,6 +2404,81 @@ export const CustomHostnameAnalysisResult: coreClient.CompositeMapper = {
|
|
|
2256
2404
|
}
|
|
2257
2405
|
};
|
|
2258
2406
|
|
|
2407
|
+
export const CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo: coreClient.CompositeMapper = {
|
|
2408
|
+
type: {
|
|
2409
|
+
name: "Composite",
|
|
2410
|
+
className:
|
|
2411
|
+
"CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo",
|
|
2412
|
+
modelProperties: {
|
|
2413
|
+
code: {
|
|
2414
|
+
serializedName: "code",
|
|
2415
|
+
readOnly: true,
|
|
2416
|
+
type: {
|
|
2417
|
+
name: "String"
|
|
2418
|
+
}
|
|
2419
|
+
},
|
|
2420
|
+
message: {
|
|
2421
|
+
serializedName: "message",
|
|
2422
|
+
readOnly: true,
|
|
2423
|
+
type: {
|
|
2424
|
+
name: "String"
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2427
|
+
target: {
|
|
2428
|
+
serializedName: "target",
|
|
2429
|
+
readOnly: true,
|
|
2430
|
+
type: {
|
|
2431
|
+
name: "String"
|
|
2432
|
+
}
|
|
2433
|
+
},
|
|
2434
|
+
details: {
|
|
2435
|
+
serializedName: "details",
|
|
2436
|
+
type: {
|
|
2437
|
+
name: "Sequence",
|
|
2438
|
+
element: {
|
|
2439
|
+
type: {
|
|
2440
|
+
name: "Composite",
|
|
2441
|
+
className:
|
|
2442
|
+
"CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem"
|
|
2443
|
+
}
|
|
2444
|
+
}
|
|
2445
|
+
}
|
|
2446
|
+
}
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
};
|
|
2450
|
+
|
|
2451
|
+
export const CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem: coreClient.CompositeMapper = {
|
|
2452
|
+
type: {
|
|
2453
|
+
name: "Composite",
|
|
2454
|
+
className:
|
|
2455
|
+
"CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem",
|
|
2456
|
+
modelProperties: {
|
|
2457
|
+
code: {
|
|
2458
|
+
serializedName: "code",
|
|
2459
|
+
readOnly: true,
|
|
2460
|
+
type: {
|
|
2461
|
+
name: "String"
|
|
2462
|
+
}
|
|
2463
|
+
},
|
|
2464
|
+
message: {
|
|
2465
|
+
serializedName: "message",
|
|
2466
|
+
readOnly: true,
|
|
2467
|
+
type: {
|
|
2468
|
+
name: "String"
|
|
2469
|
+
}
|
|
2470
|
+
},
|
|
2471
|
+
target: {
|
|
2472
|
+
serializedName: "target",
|
|
2473
|
+
readOnly: true,
|
|
2474
|
+
type: {
|
|
2475
|
+
name: "String"
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2478
|
+
}
|
|
2479
|
+
}
|
|
2480
|
+
};
|
|
2481
|
+
|
|
2259
2482
|
export const SecretsCollection: coreClient.CompositeMapper = {
|
|
2260
2483
|
type: {
|
|
2261
2484
|
name: "Composite",
|
|
@@ -2364,13 +2587,27 @@ export const ReplicaContainer: coreClient.CompositeMapper = {
|
|
|
2364
2587
|
type: {
|
|
2365
2588
|
name: "Number"
|
|
2366
2589
|
}
|
|
2367
|
-
}
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2590
|
+
},
|
|
2591
|
+
logStreamEndpoint: {
|
|
2592
|
+
serializedName: "logStreamEndpoint",
|
|
2593
|
+
readOnly: true,
|
|
2594
|
+
type: {
|
|
2595
|
+
name: "String"
|
|
2596
|
+
}
|
|
2597
|
+
},
|
|
2598
|
+
execEndpoint: {
|
|
2599
|
+
serializedName: "execEndpoint",
|
|
2600
|
+
readOnly: true,
|
|
2601
|
+
type: {
|
|
2602
|
+
name: "String"
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2605
|
+
}
|
|
2606
|
+
}
|
|
2607
|
+
};
|
|
2608
|
+
|
|
2609
|
+
export const ReplicaCollection: coreClient.CompositeMapper = {
|
|
2610
|
+
type: {
|
|
2374
2611
|
name: "Composite",
|
|
2375
2612
|
className: "ReplicaCollection",
|
|
2376
2613
|
modelProperties: {
|
|
@@ -2469,25 +2706,27 @@ export const DaprSecretsCollection: coreClient.CompositeMapper = {
|
|
|
2469
2706
|
}
|
|
2470
2707
|
};
|
|
2471
2708
|
|
|
2472
|
-
export const
|
|
2709
|
+
export const DiagnosticsCollection: coreClient.CompositeMapper = {
|
|
2473
2710
|
type: {
|
|
2474
2711
|
name: "Composite",
|
|
2475
|
-
className: "
|
|
2712
|
+
className: "DiagnosticsCollection",
|
|
2476
2713
|
modelProperties: {
|
|
2477
2714
|
value: {
|
|
2478
2715
|
serializedName: "value",
|
|
2716
|
+
required: true,
|
|
2479
2717
|
type: {
|
|
2480
2718
|
name: "Sequence",
|
|
2481
2719
|
element: {
|
|
2482
2720
|
type: {
|
|
2483
2721
|
name: "Composite",
|
|
2484
|
-
className: "
|
|
2722
|
+
className: "Diagnostics"
|
|
2485
2723
|
}
|
|
2486
2724
|
}
|
|
2487
2725
|
}
|
|
2488
2726
|
},
|
|
2489
2727
|
nextLink: {
|
|
2490
2728
|
serializedName: "nextLink",
|
|
2729
|
+
readOnly: true,
|
|
2491
2730
|
type: {
|
|
2492
2731
|
name: "String"
|
|
2493
2732
|
}
|
|
@@ -2496,329 +2735,834 @@ export const AvailableOperations: coreClient.CompositeMapper = {
|
|
|
2496
2735
|
}
|
|
2497
2736
|
};
|
|
2498
2737
|
|
|
2499
|
-
export const
|
|
2738
|
+
export const DiagnosticsProperties: coreClient.CompositeMapper = {
|
|
2500
2739
|
type: {
|
|
2501
2740
|
name: "Composite",
|
|
2502
|
-
className: "
|
|
2741
|
+
className: "DiagnosticsProperties",
|
|
2503
2742
|
modelProperties: {
|
|
2504
|
-
|
|
2505
|
-
serializedName: "
|
|
2743
|
+
metadata: {
|
|
2744
|
+
serializedName: "metadata",
|
|
2506
2745
|
type: {
|
|
2507
|
-
name: "
|
|
2746
|
+
name: "Composite",
|
|
2747
|
+
className: "DiagnosticsDefinition"
|
|
2508
2748
|
}
|
|
2509
2749
|
},
|
|
2510
|
-
|
|
2511
|
-
serializedName: "
|
|
2750
|
+
dataset: {
|
|
2751
|
+
serializedName: "dataset",
|
|
2512
2752
|
type: {
|
|
2513
|
-
name: "
|
|
2753
|
+
name: "Sequence",
|
|
2754
|
+
element: {
|
|
2755
|
+
type: {
|
|
2756
|
+
name: "Composite",
|
|
2757
|
+
className: "DiagnosticsDataApiResponse"
|
|
2758
|
+
}
|
|
2759
|
+
}
|
|
2514
2760
|
}
|
|
2515
2761
|
},
|
|
2516
|
-
|
|
2517
|
-
serializedName: "
|
|
2762
|
+
status: {
|
|
2763
|
+
serializedName: "status",
|
|
2518
2764
|
type: {
|
|
2519
2765
|
name: "Composite",
|
|
2520
|
-
className: "
|
|
2766
|
+
className: "DiagnosticsStatus"
|
|
2521
2767
|
}
|
|
2522
2768
|
},
|
|
2523
|
-
|
|
2524
|
-
serializedName: "
|
|
2769
|
+
dataProviderMetadata: {
|
|
2770
|
+
serializedName: "dataProviderMetadata",
|
|
2525
2771
|
type: {
|
|
2526
|
-
name: "
|
|
2772
|
+
name: "Composite",
|
|
2773
|
+
className: "DiagnosticDataProviderMetadata"
|
|
2527
2774
|
}
|
|
2528
2775
|
}
|
|
2529
2776
|
}
|
|
2530
2777
|
}
|
|
2531
2778
|
};
|
|
2532
2779
|
|
|
2533
|
-
export const
|
|
2780
|
+
export const DiagnosticsDefinition: coreClient.CompositeMapper = {
|
|
2534
2781
|
type: {
|
|
2535
2782
|
name: "Composite",
|
|
2536
|
-
className: "
|
|
2783
|
+
className: "DiagnosticsDefinition",
|
|
2537
2784
|
modelProperties: {
|
|
2538
|
-
|
|
2539
|
-
serializedName: "
|
|
2540
|
-
|
|
2541
|
-
name: "String"
|
|
2542
|
-
}
|
|
2543
|
-
},
|
|
2544
|
-
resource: {
|
|
2545
|
-
serializedName: "resource",
|
|
2785
|
+
id: {
|
|
2786
|
+
serializedName: "id",
|
|
2787
|
+
readOnly: true,
|
|
2546
2788
|
type: {
|
|
2547
2789
|
name: "String"
|
|
2548
2790
|
}
|
|
2549
2791
|
},
|
|
2550
|
-
|
|
2551
|
-
serializedName: "
|
|
2792
|
+
name: {
|
|
2793
|
+
serializedName: "name",
|
|
2794
|
+
readOnly: true,
|
|
2552
2795
|
type: {
|
|
2553
2796
|
name: "String"
|
|
2554
2797
|
}
|
|
2555
2798
|
},
|
|
2556
2799
|
description: {
|
|
2557
2800
|
serializedName: "description",
|
|
2801
|
+
readOnly: true,
|
|
2558
2802
|
type: {
|
|
2559
2803
|
name: "String"
|
|
2560
2804
|
}
|
|
2561
|
-
}
|
|
2562
|
-
}
|
|
2563
|
-
}
|
|
2564
|
-
};
|
|
2565
|
-
|
|
2566
|
-
export const ManagedEnvironmentsCollection: coreClient.CompositeMapper = {
|
|
2567
|
-
type: {
|
|
2568
|
-
name: "Composite",
|
|
2569
|
-
className: "ManagedEnvironmentsCollection",
|
|
2570
|
-
modelProperties: {
|
|
2571
|
-
value: {
|
|
2572
|
-
serializedName: "value",
|
|
2573
|
-
required: true,
|
|
2574
|
-
type: {
|
|
2575
|
-
name: "Sequence",
|
|
2576
|
-
element: {
|
|
2577
|
-
type: {
|
|
2578
|
-
name: "Composite",
|
|
2579
|
-
className: "ManagedEnvironment"
|
|
2580
|
-
}
|
|
2581
|
-
}
|
|
2582
|
-
}
|
|
2583
2805
|
},
|
|
2584
|
-
|
|
2585
|
-
serializedName: "
|
|
2806
|
+
author: {
|
|
2807
|
+
serializedName: "author",
|
|
2586
2808
|
readOnly: true,
|
|
2587
2809
|
type: {
|
|
2588
2810
|
name: "String"
|
|
2589
2811
|
}
|
|
2590
|
-
}
|
|
2591
|
-
}
|
|
2592
|
-
}
|
|
2593
|
-
};
|
|
2594
|
-
|
|
2595
|
-
export const VnetConfiguration: coreClient.CompositeMapper = {
|
|
2596
|
-
type: {
|
|
2597
|
-
name: "Composite",
|
|
2598
|
-
className: "VnetConfiguration",
|
|
2599
|
-
modelProperties: {
|
|
2600
|
-
internal: {
|
|
2601
|
-
serializedName: "internal",
|
|
2602
|
-
type: {
|
|
2603
|
-
name: "Boolean"
|
|
2604
|
-
}
|
|
2605
2812
|
},
|
|
2606
|
-
|
|
2607
|
-
serializedName: "
|
|
2813
|
+
category: {
|
|
2814
|
+
serializedName: "category",
|
|
2815
|
+
readOnly: true,
|
|
2608
2816
|
type: {
|
|
2609
2817
|
name: "String"
|
|
2610
2818
|
}
|
|
2611
2819
|
},
|
|
2612
|
-
|
|
2613
|
-
serializedName: "
|
|
2820
|
+
supportTopicList: {
|
|
2821
|
+
serializedName: "supportTopicList",
|
|
2614
2822
|
type: {
|
|
2615
|
-
name: "
|
|
2823
|
+
name: "Sequence",
|
|
2824
|
+
element: {
|
|
2825
|
+
type: {
|
|
2826
|
+
name: "Composite",
|
|
2827
|
+
className: "DiagnosticSupportTopic"
|
|
2828
|
+
}
|
|
2829
|
+
}
|
|
2616
2830
|
}
|
|
2617
2831
|
},
|
|
2618
|
-
|
|
2619
|
-
serializedName: "
|
|
2832
|
+
analysisTypes: {
|
|
2833
|
+
serializedName: "analysisTypes",
|
|
2620
2834
|
type: {
|
|
2621
|
-
name: "
|
|
2835
|
+
name: "Sequence",
|
|
2836
|
+
element: {
|
|
2837
|
+
type: {
|
|
2838
|
+
name: "String"
|
|
2839
|
+
}
|
|
2840
|
+
}
|
|
2622
2841
|
}
|
|
2623
2842
|
},
|
|
2624
|
-
|
|
2625
|
-
serializedName: "
|
|
2843
|
+
type: {
|
|
2844
|
+
serializedName: "type",
|
|
2845
|
+
readOnly: true,
|
|
2626
2846
|
type: {
|
|
2627
2847
|
name: "String"
|
|
2628
2848
|
}
|
|
2629
2849
|
},
|
|
2630
|
-
|
|
2631
|
-
serializedName: "
|
|
2850
|
+
score: {
|
|
2851
|
+
serializedName: "score",
|
|
2852
|
+
readOnly: true,
|
|
2632
2853
|
type: {
|
|
2633
|
-
name: "
|
|
2854
|
+
name: "Number"
|
|
2634
2855
|
}
|
|
2635
2856
|
}
|
|
2636
2857
|
}
|
|
2637
2858
|
}
|
|
2638
2859
|
};
|
|
2639
2860
|
|
|
2640
|
-
export const
|
|
2861
|
+
export const DiagnosticSupportTopic: coreClient.CompositeMapper = {
|
|
2641
2862
|
type: {
|
|
2642
2863
|
name: "Composite",
|
|
2643
|
-
className: "
|
|
2864
|
+
className: "DiagnosticSupportTopic",
|
|
2644
2865
|
modelProperties: {
|
|
2645
|
-
|
|
2646
|
-
serializedName: "
|
|
2866
|
+
id: {
|
|
2867
|
+
serializedName: "id",
|
|
2868
|
+
readOnly: true,
|
|
2647
2869
|
type: {
|
|
2648
2870
|
name: "String"
|
|
2649
2871
|
}
|
|
2650
2872
|
},
|
|
2651
|
-
|
|
2652
|
-
serializedName: "
|
|
2873
|
+
pesId: {
|
|
2874
|
+
serializedName: "pesId",
|
|
2875
|
+
readOnly: true,
|
|
2653
2876
|
type: {
|
|
2654
|
-
name: "
|
|
2655
|
-
className: "LogAnalyticsConfiguration"
|
|
2877
|
+
name: "String"
|
|
2656
2878
|
}
|
|
2657
2879
|
}
|
|
2658
2880
|
}
|
|
2659
2881
|
}
|
|
2660
2882
|
};
|
|
2661
2883
|
|
|
2662
|
-
export const
|
|
2884
|
+
export const DiagnosticsDataApiResponse: coreClient.CompositeMapper = {
|
|
2663
2885
|
type: {
|
|
2664
2886
|
name: "Composite",
|
|
2665
|
-
className: "
|
|
2887
|
+
className: "DiagnosticsDataApiResponse",
|
|
2666
2888
|
modelProperties: {
|
|
2667
|
-
|
|
2668
|
-
serializedName: "
|
|
2889
|
+
table: {
|
|
2890
|
+
serializedName: "table",
|
|
2669
2891
|
type: {
|
|
2670
|
-
name: "
|
|
2892
|
+
name: "Composite",
|
|
2893
|
+
className: "DiagnosticDataTableResponseObject"
|
|
2671
2894
|
}
|
|
2672
2895
|
},
|
|
2673
|
-
|
|
2674
|
-
serializedName: "
|
|
2896
|
+
renderingProperties: {
|
|
2897
|
+
serializedName: "renderingProperties",
|
|
2675
2898
|
type: {
|
|
2676
|
-
name: "
|
|
2899
|
+
name: "Composite",
|
|
2900
|
+
className: "DiagnosticRendering"
|
|
2677
2901
|
}
|
|
2678
2902
|
}
|
|
2679
2903
|
}
|
|
2680
2904
|
}
|
|
2681
2905
|
};
|
|
2682
2906
|
|
|
2683
|
-
export const
|
|
2907
|
+
export const DiagnosticDataTableResponseObject: coreClient.CompositeMapper = {
|
|
2684
2908
|
type: {
|
|
2685
2909
|
name: "Composite",
|
|
2686
|
-
className: "
|
|
2910
|
+
className: "DiagnosticDataTableResponseObject",
|
|
2687
2911
|
modelProperties: {
|
|
2688
|
-
|
|
2689
|
-
serializedName: "
|
|
2690
|
-
|
|
2912
|
+
tableName: {
|
|
2913
|
+
serializedName: "tableName",
|
|
2914
|
+
type: {
|
|
2915
|
+
name: "String"
|
|
2916
|
+
}
|
|
2917
|
+
},
|
|
2918
|
+
columns: {
|
|
2919
|
+
serializedName: "columns",
|
|
2691
2920
|
type: {
|
|
2692
2921
|
name: "Sequence",
|
|
2693
2922
|
element: {
|
|
2694
2923
|
type: {
|
|
2695
2924
|
name: "Composite",
|
|
2696
|
-
className: "
|
|
2925
|
+
className: "DiagnosticDataTableResponseColumn"
|
|
2697
2926
|
}
|
|
2698
2927
|
}
|
|
2699
2928
|
}
|
|
2700
2929
|
},
|
|
2701
|
-
|
|
2702
|
-
serializedName: "
|
|
2703
|
-
readOnly: true,
|
|
2930
|
+
rows: {
|
|
2931
|
+
serializedName: "rows",
|
|
2704
2932
|
type: {
|
|
2705
|
-
name: "
|
|
2933
|
+
name: "Sequence",
|
|
2934
|
+
element: {
|
|
2935
|
+
type: {
|
|
2936
|
+
name: "Dictionary",
|
|
2937
|
+
value: { type: { name: "any" } }
|
|
2938
|
+
}
|
|
2939
|
+
}
|
|
2706
2940
|
}
|
|
2707
2941
|
}
|
|
2708
2942
|
}
|
|
2709
2943
|
}
|
|
2710
2944
|
};
|
|
2711
2945
|
|
|
2712
|
-
export const
|
|
2946
|
+
export const DiagnosticDataTableResponseColumn: coreClient.CompositeMapper = {
|
|
2713
2947
|
type: {
|
|
2714
2948
|
name: "Composite",
|
|
2715
|
-
className: "
|
|
2949
|
+
className: "DiagnosticDataTableResponseColumn",
|
|
2716
2950
|
modelProperties: {
|
|
2717
|
-
|
|
2718
|
-
serializedName: "
|
|
2719
|
-
readOnly: true,
|
|
2951
|
+
columnName: {
|
|
2952
|
+
serializedName: "columnName",
|
|
2720
2953
|
type: {
|
|
2721
2954
|
name: "String"
|
|
2722
2955
|
}
|
|
2723
2956
|
},
|
|
2724
|
-
|
|
2725
|
-
serializedName: "
|
|
2957
|
+
dataType: {
|
|
2958
|
+
serializedName: "dataType",
|
|
2726
2959
|
type: {
|
|
2727
2960
|
name: "String"
|
|
2728
2961
|
}
|
|
2729
2962
|
},
|
|
2730
|
-
|
|
2731
|
-
serializedName: "
|
|
2732
|
-
readOnly: true,
|
|
2963
|
+
columnType: {
|
|
2964
|
+
serializedName: "columnType",
|
|
2733
2965
|
type: {
|
|
2734
2966
|
name: "String"
|
|
2735
2967
|
}
|
|
2736
|
-
}
|
|
2737
|
-
|
|
2738
|
-
|
|
2968
|
+
}
|
|
2969
|
+
}
|
|
2970
|
+
}
|
|
2971
|
+
};
|
|
2972
|
+
|
|
2973
|
+
export const DiagnosticRendering: coreClient.CompositeMapper = {
|
|
2974
|
+
type: {
|
|
2975
|
+
name: "Composite",
|
|
2976
|
+
className: "DiagnosticRendering",
|
|
2977
|
+
modelProperties: {
|
|
2978
|
+
type: {
|
|
2979
|
+
serializedName: "type",
|
|
2739
2980
|
type: {
|
|
2740
|
-
name: "
|
|
2981
|
+
name: "Number"
|
|
2741
2982
|
}
|
|
2742
2983
|
},
|
|
2743
|
-
|
|
2744
|
-
serializedName: "
|
|
2745
|
-
readOnly: true,
|
|
2984
|
+
title: {
|
|
2985
|
+
serializedName: "title",
|
|
2746
2986
|
type: {
|
|
2747
2987
|
name: "String"
|
|
2748
2988
|
}
|
|
2749
2989
|
},
|
|
2750
|
-
|
|
2751
|
-
serializedName: "
|
|
2752
|
-
readOnly: true,
|
|
2753
|
-
type: {
|
|
2754
|
-
name: "DateTime"
|
|
2755
|
-
}
|
|
2756
|
-
},
|
|
2757
|
-
expirationDate: {
|
|
2758
|
-
serializedName: "expirationDate",
|
|
2759
|
-
readOnly: true,
|
|
2760
|
-
type: {
|
|
2761
|
-
name: "DateTime"
|
|
2762
|
-
}
|
|
2763
|
-
},
|
|
2764
|
-
thumbprint: {
|
|
2765
|
-
serializedName: "thumbprint",
|
|
2766
|
-
readOnly: true,
|
|
2990
|
+
description: {
|
|
2991
|
+
serializedName: "description",
|
|
2767
2992
|
type: {
|
|
2768
2993
|
name: "String"
|
|
2769
2994
|
}
|
|
2770
2995
|
},
|
|
2771
|
-
|
|
2772
|
-
serializedName: "
|
|
2773
|
-
readOnly: true,
|
|
2996
|
+
isVisible: {
|
|
2997
|
+
serializedName: "isVisible",
|
|
2774
2998
|
type: {
|
|
2775
2999
|
name: "Boolean"
|
|
2776
3000
|
}
|
|
2777
|
-
},
|
|
2778
|
-
publicKeyHash: {
|
|
2779
|
-
serializedName: "publicKeyHash",
|
|
2780
|
-
readOnly: true,
|
|
2781
|
-
type: {
|
|
2782
|
-
name: "String"
|
|
2783
|
-
}
|
|
2784
3001
|
}
|
|
2785
3002
|
}
|
|
2786
3003
|
}
|
|
2787
3004
|
};
|
|
2788
3005
|
|
|
2789
|
-
export const
|
|
3006
|
+
export const DiagnosticsStatus: coreClient.CompositeMapper = {
|
|
2790
3007
|
type: {
|
|
2791
3008
|
name: "Composite",
|
|
2792
|
-
className: "
|
|
3009
|
+
className: "DiagnosticsStatus",
|
|
2793
3010
|
modelProperties: {
|
|
2794
|
-
|
|
2795
|
-
serializedName: "
|
|
3011
|
+
message: {
|
|
3012
|
+
serializedName: "message",
|
|
2796
3013
|
type: {
|
|
2797
|
-
name: "
|
|
2798
|
-
|
|
3014
|
+
name: "String"
|
|
3015
|
+
}
|
|
3016
|
+
},
|
|
3017
|
+
statusId: {
|
|
3018
|
+
serializedName: "statusId",
|
|
3019
|
+
type: {
|
|
3020
|
+
name: "Number"
|
|
2799
3021
|
}
|
|
2800
3022
|
}
|
|
2801
3023
|
}
|
|
2802
3024
|
}
|
|
2803
3025
|
};
|
|
2804
3026
|
|
|
2805
|
-
export const
|
|
3027
|
+
export const DiagnosticDataProviderMetadata: coreClient.CompositeMapper = {
|
|
2806
3028
|
type: {
|
|
2807
3029
|
name: "Composite",
|
|
2808
|
-
className: "
|
|
3030
|
+
className: "DiagnosticDataProviderMetadata",
|
|
2809
3031
|
modelProperties: {
|
|
2810
|
-
|
|
2811
|
-
serializedName: "
|
|
3032
|
+
providerName: {
|
|
3033
|
+
serializedName: "providerName",
|
|
2812
3034
|
type: {
|
|
2813
3035
|
name: "String"
|
|
2814
3036
|
}
|
|
2815
3037
|
},
|
|
2816
|
-
|
|
2817
|
-
serializedName: "
|
|
3038
|
+
propertyBag: {
|
|
3039
|
+
serializedName: "propertyBag",
|
|
2818
3040
|
type: {
|
|
2819
|
-
name: "
|
|
2820
|
-
|
|
2821
|
-
|
|
3041
|
+
name: "Sequence",
|
|
3042
|
+
element: {
|
|
3043
|
+
type: {
|
|
3044
|
+
name: "Composite",
|
|
3045
|
+
className: "DiagnosticDataProviderMetadataPropertyBagItem"
|
|
3046
|
+
}
|
|
3047
|
+
}
|
|
3048
|
+
}
|
|
3049
|
+
}
|
|
3050
|
+
}
|
|
3051
|
+
}
|
|
3052
|
+
};
|
|
3053
|
+
|
|
3054
|
+
export const DiagnosticDataProviderMetadataPropertyBagItem: coreClient.CompositeMapper = {
|
|
3055
|
+
type: {
|
|
3056
|
+
name: "Composite",
|
|
3057
|
+
className: "DiagnosticDataProviderMetadataPropertyBagItem",
|
|
3058
|
+
modelProperties: {
|
|
3059
|
+
name: {
|
|
3060
|
+
serializedName: "name",
|
|
3061
|
+
type: {
|
|
3062
|
+
name: "String"
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
3065
|
+
value: {
|
|
3066
|
+
serializedName: "value",
|
|
3067
|
+
type: {
|
|
3068
|
+
name: "String"
|
|
3069
|
+
}
|
|
3070
|
+
}
|
|
3071
|
+
}
|
|
3072
|
+
}
|
|
3073
|
+
};
|
|
3074
|
+
|
|
3075
|
+
export const EnvironmentSkuProperties: coreClient.CompositeMapper = {
|
|
3076
|
+
type: {
|
|
3077
|
+
name: "Composite",
|
|
3078
|
+
className: "EnvironmentSkuProperties",
|
|
3079
|
+
modelProperties: {
|
|
3080
|
+
name: {
|
|
3081
|
+
serializedName: "name",
|
|
3082
|
+
required: true,
|
|
3083
|
+
type: {
|
|
3084
|
+
name: "String"
|
|
3085
|
+
}
|
|
3086
|
+
}
|
|
3087
|
+
}
|
|
3088
|
+
}
|
|
3089
|
+
};
|
|
3090
|
+
|
|
3091
|
+
export const VnetConfiguration: coreClient.CompositeMapper = {
|
|
3092
|
+
type: {
|
|
3093
|
+
name: "Composite",
|
|
3094
|
+
className: "VnetConfiguration",
|
|
3095
|
+
modelProperties: {
|
|
3096
|
+
internal: {
|
|
3097
|
+
serializedName: "internal",
|
|
3098
|
+
type: {
|
|
3099
|
+
name: "Boolean"
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
3102
|
+
infrastructureSubnetId: {
|
|
3103
|
+
serializedName: "infrastructureSubnetId",
|
|
3104
|
+
type: {
|
|
3105
|
+
name: "String"
|
|
3106
|
+
}
|
|
3107
|
+
},
|
|
3108
|
+
runtimeSubnetId: {
|
|
3109
|
+
serializedName: "runtimeSubnetId",
|
|
3110
|
+
type: {
|
|
3111
|
+
name: "String"
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3114
|
+
dockerBridgeCidr: {
|
|
3115
|
+
serializedName: "dockerBridgeCidr",
|
|
3116
|
+
type: {
|
|
3117
|
+
name: "String"
|
|
3118
|
+
}
|
|
3119
|
+
},
|
|
3120
|
+
platformReservedCidr: {
|
|
3121
|
+
serializedName: "platformReservedCidr",
|
|
3122
|
+
type: {
|
|
3123
|
+
name: "String"
|
|
3124
|
+
}
|
|
3125
|
+
},
|
|
3126
|
+
platformReservedDnsIP: {
|
|
3127
|
+
serializedName: "platformReservedDnsIP",
|
|
3128
|
+
type: {
|
|
3129
|
+
name: "String"
|
|
3130
|
+
}
|
|
3131
|
+
},
|
|
3132
|
+
outboundSettings: {
|
|
3133
|
+
serializedName: "outboundSettings",
|
|
3134
|
+
type: {
|
|
3135
|
+
name: "Composite",
|
|
3136
|
+
className: "ManagedEnvironmentOutboundSettings"
|
|
3137
|
+
}
|
|
3138
|
+
}
|
|
3139
|
+
}
|
|
3140
|
+
}
|
|
3141
|
+
};
|
|
3142
|
+
|
|
3143
|
+
export const ManagedEnvironmentOutboundSettings: coreClient.CompositeMapper = {
|
|
3144
|
+
type: {
|
|
3145
|
+
name: "Composite",
|
|
3146
|
+
className: "ManagedEnvironmentOutboundSettings",
|
|
3147
|
+
modelProperties: {
|
|
3148
|
+
outBoundType: {
|
|
3149
|
+
serializedName: "outBoundType",
|
|
3150
|
+
type: {
|
|
3151
|
+
name: "String"
|
|
3152
|
+
}
|
|
3153
|
+
},
|
|
3154
|
+
virtualNetworkApplianceIp: {
|
|
3155
|
+
serializedName: "virtualNetworkApplianceIp",
|
|
3156
|
+
type: {
|
|
3157
|
+
name: "String"
|
|
3158
|
+
}
|
|
3159
|
+
}
|
|
3160
|
+
}
|
|
3161
|
+
}
|
|
3162
|
+
};
|
|
3163
|
+
|
|
3164
|
+
export const AppLogsConfiguration: coreClient.CompositeMapper = {
|
|
3165
|
+
type: {
|
|
3166
|
+
name: "Composite",
|
|
3167
|
+
className: "AppLogsConfiguration",
|
|
3168
|
+
modelProperties: {
|
|
3169
|
+
destination: {
|
|
3170
|
+
serializedName: "destination",
|
|
3171
|
+
type: {
|
|
3172
|
+
name: "String"
|
|
3173
|
+
}
|
|
3174
|
+
},
|
|
3175
|
+
logAnalyticsConfiguration: {
|
|
3176
|
+
serializedName: "logAnalyticsConfiguration",
|
|
3177
|
+
type: {
|
|
3178
|
+
name: "Composite",
|
|
3179
|
+
className: "LogAnalyticsConfiguration"
|
|
3180
|
+
}
|
|
3181
|
+
}
|
|
3182
|
+
}
|
|
3183
|
+
}
|
|
3184
|
+
};
|
|
3185
|
+
|
|
3186
|
+
export const LogAnalyticsConfiguration: coreClient.CompositeMapper = {
|
|
3187
|
+
type: {
|
|
3188
|
+
name: "Composite",
|
|
3189
|
+
className: "LogAnalyticsConfiguration",
|
|
3190
|
+
modelProperties: {
|
|
3191
|
+
customerId: {
|
|
3192
|
+
serializedName: "customerId",
|
|
3193
|
+
type: {
|
|
3194
|
+
name: "String"
|
|
3195
|
+
}
|
|
3196
|
+
},
|
|
3197
|
+
sharedKey: {
|
|
3198
|
+
serializedName: "sharedKey",
|
|
3199
|
+
type: {
|
|
3200
|
+
name: "String"
|
|
3201
|
+
}
|
|
3202
|
+
}
|
|
3203
|
+
}
|
|
3204
|
+
}
|
|
3205
|
+
};
|
|
3206
|
+
|
|
3207
|
+
export const CustomDomainConfiguration: coreClient.CompositeMapper = {
|
|
3208
|
+
type: {
|
|
3209
|
+
name: "Composite",
|
|
3210
|
+
className: "CustomDomainConfiguration",
|
|
3211
|
+
modelProperties: {
|
|
3212
|
+
customDomainVerificationId: {
|
|
3213
|
+
serializedName: "customDomainVerificationId",
|
|
3214
|
+
readOnly: true,
|
|
3215
|
+
type: {
|
|
3216
|
+
name: "String"
|
|
3217
|
+
}
|
|
3218
|
+
},
|
|
3219
|
+
dnsSuffix: {
|
|
3220
|
+
serializedName: "dnsSuffix",
|
|
3221
|
+
type: {
|
|
3222
|
+
name: "String"
|
|
3223
|
+
}
|
|
3224
|
+
},
|
|
3225
|
+
certificateValue: {
|
|
3226
|
+
serializedName: "certificateValue",
|
|
3227
|
+
type: {
|
|
3228
|
+
name: "ByteArray"
|
|
3229
|
+
}
|
|
3230
|
+
},
|
|
3231
|
+
certificatePassword: {
|
|
3232
|
+
serializedName: "certificatePassword",
|
|
3233
|
+
type: {
|
|
3234
|
+
name: "ByteArray"
|
|
3235
|
+
}
|
|
3236
|
+
},
|
|
3237
|
+
expirationDate: {
|
|
3238
|
+
serializedName: "expirationDate",
|
|
3239
|
+
readOnly: true,
|
|
3240
|
+
type: {
|
|
3241
|
+
name: "DateTime"
|
|
3242
|
+
}
|
|
3243
|
+
},
|
|
3244
|
+
thumbprint: {
|
|
3245
|
+
serializedName: "thumbprint",
|
|
3246
|
+
readOnly: true,
|
|
3247
|
+
type: {
|
|
3248
|
+
name: "String"
|
|
3249
|
+
}
|
|
3250
|
+
},
|
|
3251
|
+
subjectName: {
|
|
3252
|
+
serializedName: "subjectName",
|
|
3253
|
+
readOnly: true,
|
|
3254
|
+
type: {
|
|
3255
|
+
name: "String"
|
|
3256
|
+
}
|
|
3257
|
+
}
|
|
3258
|
+
}
|
|
3259
|
+
}
|
|
3260
|
+
};
|
|
3261
|
+
|
|
3262
|
+
export const WorkloadProfile: coreClient.CompositeMapper = {
|
|
3263
|
+
type: {
|
|
3264
|
+
name: "Composite",
|
|
3265
|
+
className: "WorkloadProfile",
|
|
3266
|
+
modelProperties: {
|
|
3267
|
+
workloadProfileType: {
|
|
3268
|
+
serializedName: "workloadProfileType",
|
|
3269
|
+
required: true,
|
|
3270
|
+
type: {
|
|
3271
|
+
name: "String"
|
|
3272
|
+
}
|
|
3273
|
+
},
|
|
3274
|
+
minimumCount: {
|
|
3275
|
+
serializedName: "minimumCount",
|
|
3276
|
+
required: true,
|
|
3277
|
+
type: {
|
|
3278
|
+
name: "Number"
|
|
3279
|
+
}
|
|
3280
|
+
},
|
|
3281
|
+
maximumCount: {
|
|
3282
|
+
serializedName: "maximumCount",
|
|
3283
|
+
required: true,
|
|
3284
|
+
type: {
|
|
3285
|
+
name: "Number"
|
|
3286
|
+
}
|
|
3287
|
+
}
|
|
3288
|
+
}
|
|
3289
|
+
}
|
|
3290
|
+
};
|
|
3291
|
+
|
|
3292
|
+
export const AvailableOperations: coreClient.CompositeMapper = {
|
|
3293
|
+
type: {
|
|
3294
|
+
name: "Composite",
|
|
3295
|
+
className: "AvailableOperations",
|
|
3296
|
+
modelProperties: {
|
|
3297
|
+
value: {
|
|
3298
|
+
serializedName: "value",
|
|
3299
|
+
type: {
|
|
3300
|
+
name: "Sequence",
|
|
3301
|
+
element: {
|
|
3302
|
+
type: {
|
|
3303
|
+
name: "Composite",
|
|
3304
|
+
className: "OperationDetail"
|
|
3305
|
+
}
|
|
3306
|
+
}
|
|
3307
|
+
}
|
|
3308
|
+
},
|
|
3309
|
+
nextLink: {
|
|
3310
|
+
serializedName: "nextLink",
|
|
3311
|
+
type: {
|
|
3312
|
+
name: "String"
|
|
3313
|
+
}
|
|
3314
|
+
}
|
|
3315
|
+
}
|
|
3316
|
+
}
|
|
3317
|
+
};
|
|
3318
|
+
|
|
3319
|
+
export const OperationDetail: coreClient.CompositeMapper = {
|
|
3320
|
+
type: {
|
|
3321
|
+
name: "Composite",
|
|
3322
|
+
className: "OperationDetail",
|
|
3323
|
+
modelProperties: {
|
|
3324
|
+
name: {
|
|
3325
|
+
serializedName: "name",
|
|
3326
|
+
type: {
|
|
3327
|
+
name: "String"
|
|
3328
|
+
}
|
|
3329
|
+
},
|
|
3330
|
+
isDataAction: {
|
|
3331
|
+
serializedName: "isDataAction",
|
|
3332
|
+
type: {
|
|
3333
|
+
name: "Boolean"
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
display: {
|
|
3337
|
+
serializedName: "display",
|
|
3338
|
+
type: {
|
|
3339
|
+
name: "Composite",
|
|
3340
|
+
className: "OperationDisplay"
|
|
3341
|
+
}
|
|
3342
|
+
},
|
|
3343
|
+
origin: {
|
|
3344
|
+
serializedName: "origin",
|
|
3345
|
+
type: {
|
|
3346
|
+
name: "String"
|
|
3347
|
+
}
|
|
3348
|
+
}
|
|
3349
|
+
}
|
|
3350
|
+
}
|
|
3351
|
+
};
|
|
3352
|
+
|
|
3353
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
3354
|
+
type: {
|
|
3355
|
+
name: "Composite",
|
|
3356
|
+
className: "OperationDisplay",
|
|
3357
|
+
modelProperties: {
|
|
3358
|
+
provider: {
|
|
3359
|
+
serializedName: "provider",
|
|
3360
|
+
type: {
|
|
3361
|
+
name: "String"
|
|
3362
|
+
}
|
|
3363
|
+
},
|
|
3364
|
+
resource: {
|
|
3365
|
+
serializedName: "resource",
|
|
3366
|
+
type: {
|
|
3367
|
+
name: "String"
|
|
3368
|
+
}
|
|
3369
|
+
},
|
|
3370
|
+
operation: {
|
|
3371
|
+
serializedName: "operation",
|
|
3372
|
+
type: {
|
|
3373
|
+
name: "String"
|
|
3374
|
+
}
|
|
3375
|
+
},
|
|
3376
|
+
description: {
|
|
3377
|
+
serializedName: "description",
|
|
3378
|
+
type: {
|
|
3379
|
+
name: "String"
|
|
3380
|
+
}
|
|
3381
|
+
}
|
|
3382
|
+
}
|
|
3383
|
+
}
|
|
3384
|
+
};
|
|
3385
|
+
|
|
3386
|
+
export const ManagedEnvironmentsCollection: coreClient.CompositeMapper = {
|
|
3387
|
+
type: {
|
|
3388
|
+
name: "Composite",
|
|
3389
|
+
className: "ManagedEnvironmentsCollection",
|
|
3390
|
+
modelProperties: {
|
|
3391
|
+
value: {
|
|
3392
|
+
serializedName: "value",
|
|
3393
|
+
required: true,
|
|
3394
|
+
type: {
|
|
3395
|
+
name: "Sequence",
|
|
3396
|
+
element: {
|
|
3397
|
+
type: {
|
|
3398
|
+
name: "Composite",
|
|
3399
|
+
className: "ManagedEnvironment"
|
|
3400
|
+
}
|
|
3401
|
+
}
|
|
3402
|
+
}
|
|
3403
|
+
},
|
|
3404
|
+
nextLink: {
|
|
3405
|
+
serializedName: "nextLink",
|
|
3406
|
+
readOnly: true,
|
|
3407
|
+
type: {
|
|
3408
|
+
name: "String"
|
|
3409
|
+
}
|
|
3410
|
+
}
|
|
3411
|
+
}
|
|
3412
|
+
}
|
|
3413
|
+
};
|
|
3414
|
+
|
|
3415
|
+
export const CertificateCollection: coreClient.CompositeMapper = {
|
|
3416
|
+
type: {
|
|
3417
|
+
name: "Composite",
|
|
3418
|
+
className: "CertificateCollection",
|
|
3419
|
+
modelProperties: {
|
|
3420
|
+
value: {
|
|
3421
|
+
serializedName: "value",
|
|
3422
|
+
required: true,
|
|
3423
|
+
type: {
|
|
3424
|
+
name: "Sequence",
|
|
3425
|
+
element: {
|
|
3426
|
+
type: {
|
|
3427
|
+
name: "Composite",
|
|
3428
|
+
className: "Certificate"
|
|
3429
|
+
}
|
|
3430
|
+
}
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
nextLink: {
|
|
3434
|
+
serializedName: "nextLink",
|
|
3435
|
+
readOnly: true,
|
|
3436
|
+
type: {
|
|
3437
|
+
name: "String"
|
|
3438
|
+
}
|
|
3439
|
+
}
|
|
3440
|
+
}
|
|
3441
|
+
}
|
|
3442
|
+
};
|
|
3443
|
+
|
|
3444
|
+
export const CertificateProperties: coreClient.CompositeMapper = {
|
|
3445
|
+
type: {
|
|
3446
|
+
name: "Composite",
|
|
3447
|
+
className: "CertificateProperties",
|
|
3448
|
+
modelProperties: {
|
|
3449
|
+
provisioningState: {
|
|
3450
|
+
serializedName: "provisioningState",
|
|
3451
|
+
readOnly: true,
|
|
3452
|
+
type: {
|
|
3453
|
+
name: "String"
|
|
3454
|
+
}
|
|
3455
|
+
},
|
|
3456
|
+
password: {
|
|
3457
|
+
serializedName: "password",
|
|
3458
|
+
type: {
|
|
3459
|
+
name: "String"
|
|
3460
|
+
}
|
|
3461
|
+
},
|
|
3462
|
+
subjectName: {
|
|
3463
|
+
serializedName: "subjectName",
|
|
3464
|
+
readOnly: true,
|
|
3465
|
+
type: {
|
|
3466
|
+
name: "String"
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
subjectAlternativeNames: {
|
|
3470
|
+
serializedName: "subjectAlternativeNames",
|
|
3471
|
+
readOnly: true,
|
|
3472
|
+
type: {
|
|
3473
|
+
name: "Sequence",
|
|
3474
|
+
element: {
|
|
3475
|
+
type: {
|
|
3476
|
+
name: "String"
|
|
3477
|
+
}
|
|
3478
|
+
}
|
|
3479
|
+
}
|
|
3480
|
+
},
|
|
3481
|
+
value: {
|
|
3482
|
+
serializedName: "value",
|
|
3483
|
+
type: {
|
|
3484
|
+
name: "ByteArray"
|
|
3485
|
+
}
|
|
3486
|
+
},
|
|
3487
|
+
issuer: {
|
|
3488
|
+
serializedName: "issuer",
|
|
3489
|
+
readOnly: true,
|
|
3490
|
+
type: {
|
|
3491
|
+
name: "String"
|
|
3492
|
+
}
|
|
3493
|
+
},
|
|
3494
|
+
issueDate: {
|
|
3495
|
+
serializedName: "issueDate",
|
|
3496
|
+
readOnly: true,
|
|
3497
|
+
type: {
|
|
3498
|
+
name: "DateTime"
|
|
3499
|
+
}
|
|
3500
|
+
},
|
|
3501
|
+
expirationDate: {
|
|
3502
|
+
serializedName: "expirationDate",
|
|
3503
|
+
readOnly: true,
|
|
3504
|
+
type: {
|
|
3505
|
+
name: "DateTime"
|
|
3506
|
+
}
|
|
3507
|
+
},
|
|
3508
|
+
thumbprint: {
|
|
3509
|
+
serializedName: "thumbprint",
|
|
3510
|
+
readOnly: true,
|
|
3511
|
+
type: {
|
|
3512
|
+
name: "String"
|
|
3513
|
+
}
|
|
3514
|
+
},
|
|
3515
|
+
valid: {
|
|
3516
|
+
serializedName: "valid",
|
|
3517
|
+
readOnly: true,
|
|
3518
|
+
type: {
|
|
3519
|
+
name: "Boolean"
|
|
3520
|
+
}
|
|
3521
|
+
},
|
|
3522
|
+
publicKeyHash: {
|
|
3523
|
+
serializedName: "publicKeyHash",
|
|
3524
|
+
readOnly: true,
|
|
3525
|
+
type: {
|
|
3526
|
+
name: "String"
|
|
3527
|
+
}
|
|
3528
|
+
}
|
|
3529
|
+
}
|
|
3530
|
+
}
|
|
3531
|
+
};
|
|
3532
|
+
|
|
3533
|
+
export const CertificatePatch: coreClient.CompositeMapper = {
|
|
3534
|
+
type: {
|
|
3535
|
+
name: "Composite",
|
|
3536
|
+
className: "CertificatePatch",
|
|
3537
|
+
modelProperties: {
|
|
3538
|
+
tags: {
|
|
3539
|
+
serializedName: "tags",
|
|
3540
|
+
type: {
|
|
3541
|
+
name: "Dictionary",
|
|
3542
|
+
value: { type: { name: "String" } }
|
|
3543
|
+
}
|
|
3544
|
+
}
|
|
3545
|
+
}
|
|
3546
|
+
}
|
|
3547
|
+
};
|
|
3548
|
+
|
|
3549
|
+
export const CheckNameAvailabilityRequest: coreClient.CompositeMapper = {
|
|
3550
|
+
type: {
|
|
3551
|
+
name: "Composite",
|
|
3552
|
+
className: "CheckNameAvailabilityRequest",
|
|
3553
|
+
modelProperties: {
|
|
3554
|
+
name: {
|
|
3555
|
+
serializedName: "name",
|
|
3556
|
+
type: {
|
|
3557
|
+
name: "String"
|
|
3558
|
+
}
|
|
3559
|
+
},
|
|
3560
|
+
type: {
|
|
3561
|
+
serializedName: "type",
|
|
3562
|
+
type: {
|
|
3563
|
+
name: "String"
|
|
3564
|
+
}
|
|
3565
|
+
}
|
|
2822
3566
|
}
|
|
2823
3567
|
}
|
|
2824
3568
|
};
|
|
@@ -2826,24 +3570,80 @@ export const CheckNameAvailabilityRequest: coreClient.CompositeMapper = {
|
|
|
2826
3570
|
export const CheckNameAvailabilityResponse: coreClient.CompositeMapper = {
|
|
2827
3571
|
type: {
|
|
2828
3572
|
name: "Composite",
|
|
2829
|
-
className: "CheckNameAvailabilityResponse",
|
|
3573
|
+
className: "CheckNameAvailabilityResponse",
|
|
3574
|
+
modelProperties: {
|
|
3575
|
+
nameAvailable: {
|
|
3576
|
+
serializedName: "nameAvailable",
|
|
3577
|
+
type: {
|
|
3578
|
+
name: "Boolean"
|
|
3579
|
+
}
|
|
3580
|
+
},
|
|
3581
|
+
reason: {
|
|
3582
|
+
serializedName: "reason",
|
|
3583
|
+
type: {
|
|
3584
|
+
name: "String"
|
|
3585
|
+
}
|
|
3586
|
+
},
|
|
3587
|
+
message: {
|
|
3588
|
+
serializedName: "message",
|
|
3589
|
+
type: {
|
|
3590
|
+
name: "String"
|
|
3591
|
+
}
|
|
3592
|
+
}
|
|
3593
|
+
}
|
|
3594
|
+
}
|
|
3595
|
+
};
|
|
3596
|
+
|
|
3597
|
+
export const WorkloadProfileStatesCollection: coreClient.CompositeMapper = {
|
|
3598
|
+
type: {
|
|
3599
|
+
name: "Composite",
|
|
3600
|
+
className: "WorkloadProfileStatesCollection",
|
|
3601
|
+
modelProperties: {
|
|
3602
|
+
value: {
|
|
3603
|
+
serializedName: "value",
|
|
3604
|
+
required: true,
|
|
3605
|
+
type: {
|
|
3606
|
+
name: "Sequence",
|
|
3607
|
+
element: {
|
|
3608
|
+
type: {
|
|
3609
|
+
name: "Composite",
|
|
3610
|
+
className: "WorkloadProfileStates"
|
|
3611
|
+
}
|
|
3612
|
+
}
|
|
3613
|
+
}
|
|
3614
|
+
},
|
|
3615
|
+
nextLink: {
|
|
3616
|
+
serializedName: "nextLink",
|
|
3617
|
+
readOnly: true,
|
|
3618
|
+
type: {
|
|
3619
|
+
name: "String"
|
|
3620
|
+
}
|
|
3621
|
+
}
|
|
3622
|
+
}
|
|
3623
|
+
}
|
|
3624
|
+
};
|
|
3625
|
+
|
|
3626
|
+
export const WorkloadProfileStatesProperties: coreClient.CompositeMapper = {
|
|
3627
|
+
type: {
|
|
3628
|
+
name: "Composite",
|
|
3629
|
+
className: "WorkloadProfileStatesProperties",
|
|
2830
3630
|
modelProperties: {
|
|
2831
|
-
|
|
2832
|
-
serializedName: "
|
|
3631
|
+
minimumCount: {
|
|
3632
|
+
serializedName: "minimumCount",
|
|
2833
3633
|
type: {
|
|
2834
|
-
name: "
|
|
3634
|
+
name: "Number"
|
|
2835
3635
|
}
|
|
2836
3636
|
},
|
|
2837
|
-
|
|
2838
|
-
serializedName: "
|
|
3637
|
+
maximumCount: {
|
|
3638
|
+
serializedName: "maximumCount",
|
|
2839
3639
|
type: {
|
|
2840
|
-
name: "
|
|
3640
|
+
name: "Number"
|
|
2841
3641
|
}
|
|
2842
3642
|
},
|
|
2843
|
-
|
|
2844
|
-
serializedName: "
|
|
3643
|
+
currentCount: {
|
|
3644
|
+
serializedName: "currentCount",
|
|
2845
3645
|
type: {
|
|
2846
|
-
name: "
|
|
3646
|
+
name: "Number"
|
|
2847
3647
|
}
|
|
2848
3648
|
}
|
|
2849
3649
|
}
|
|
@@ -3059,8 +3859,310 @@ export const AzureCredentials: coreClient.CompositeMapper = {
|
|
|
3059
3859
|
name: "String"
|
|
3060
3860
|
}
|
|
3061
3861
|
},
|
|
3062
|
-
subscriptionId: {
|
|
3063
|
-
serializedName: "subscriptionId",
|
|
3862
|
+
subscriptionId: {
|
|
3863
|
+
serializedName: "subscriptionId",
|
|
3864
|
+
type: {
|
|
3865
|
+
name: "String"
|
|
3866
|
+
}
|
|
3867
|
+
}
|
|
3868
|
+
}
|
|
3869
|
+
}
|
|
3870
|
+
};
|
|
3871
|
+
|
|
3872
|
+
export const ConnectedEnvironmentCollection: coreClient.CompositeMapper = {
|
|
3873
|
+
type: {
|
|
3874
|
+
name: "Composite",
|
|
3875
|
+
className: "ConnectedEnvironmentCollection",
|
|
3876
|
+
modelProperties: {
|
|
3877
|
+
value: {
|
|
3878
|
+
serializedName: "value",
|
|
3879
|
+
type: {
|
|
3880
|
+
name: "Sequence",
|
|
3881
|
+
element: {
|
|
3882
|
+
type: {
|
|
3883
|
+
name: "Composite",
|
|
3884
|
+
className: "ConnectedEnvironment"
|
|
3885
|
+
}
|
|
3886
|
+
}
|
|
3887
|
+
}
|
|
3888
|
+
},
|
|
3889
|
+
nextLink: {
|
|
3890
|
+
serializedName: "nextLink",
|
|
3891
|
+
readOnly: true,
|
|
3892
|
+
type: {
|
|
3893
|
+
name: "String"
|
|
3894
|
+
}
|
|
3895
|
+
}
|
|
3896
|
+
}
|
|
3897
|
+
}
|
|
3898
|
+
};
|
|
3899
|
+
|
|
3900
|
+
export const ConnectedEnvironmentStoragesCollection: coreClient.CompositeMapper = {
|
|
3901
|
+
type: {
|
|
3902
|
+
name: "Composite",
|
|
3903
|
+
className: "ConnectedEnvironmentStoragesCollection",
|
|
3904
|
+
modelProperties: {
|
|
3905
|
+
value: {
|
|
3906
|
+
serializedName: "value",
|
|
3907
|
+
required: true,
|
|
3908
|
+
type: {
|
|
3909
|
+
name: "Sequence",
|
|
3910
|
+
element: {
|
|
3911
|
+
type: {
|
|
3912
|
+
name: "Composite",
|
|
3913
|
+
className: "ConnectedEnvironmentStorage"
|
|
3914
|
+
}
|
|
3915
|
+
}
|
|
3916
|
+
}
|
|
3917
|
+
}
|
|
3918
|
+
}
|
|
3919
|
+
}
|
|
3920
|
+
};
|
|
3921
|
+
|
|
3922
|
+
export const ConnectedEnvironmentStorageProperties: coreClient.CompositeMapper = {
|
|
3923
|
+
type: {
|
|
3924
|
+
name: "Composite",
|
|
3925
|
+
className: "ConnectedEnvironmentStorageProperties",
|
|
3926
|
+
modelProperties: {
|
|
3927
|
+
azureFile: {
|
|
3928
|
+
serializedName: "azureFile",
|
|
3929
|
+
type: {
|
|
3930
|
+
name: "Composite",
|
|
3931
|
+
className: "AzureFileProperties"
|
|
3932
|
+
}
|
|
3933
|
+
}
|
|
3934
|
+
}
|
|
3935
|
+
}
|
|
3936
|
+
};
|
|
3937
|
+
|
|
3938
|
+
export const AvailableWorkloadProfilesCollection: coreClient.CompositeMapper = {
|
|
3939
|
+
type: {
|
|
3940
|
+
name: "Composite",
|
|
3941
|
+
className: "AvailableWorkloadProfilesCollection",
|
|
3942
|
+
modelProperties: {
|
|
3943
|
+
value: {
|
|
3944
|
+
serializedName: "value",
|
|
3945
|
+
required: true,
|
|
3946
|
+
type: {
|
|
3947
|
+
name: "Sequence",
|
|
3948
|
+
element: {
|
|
3949
|
+
type: {
|
|
3950
|
+
name: "Composite",
|
|
3951
|
+
className: "AvailableWorkloadProfile"
|
|
3952
|
+
}
|
|
3953
|
+
}
|
|
3954
|
+
}
|
|
3955
|
+
},
|
|
3956
|
+
nextLink: {
|
|
3957
|
+
serializedName: "nextLink",
|
|
3958
|
+
readOnly: true,
|
|
3959
|
+
type: {
|
|
3960
|
+
name: "String"
|
|
3961
|
+
}
|
|
3962
|
+
}
|
|
3963
|
+
}
|
|
3964
|
+
}
|
|
3965
|
+
};
|
|
3966
|
+
|
|
3967
|
+
export const AvailableWorkloadProfileProperties: coreClient.CompositeMapper = {
|
|
3968
|
+
type: {
|
|
3969
|
+
name: "Composite",
|
|
3970
|
+
className: "AvailableWorkloadProfileProperties",
|
|
3971
|
+
modelProperties: {
|
|
3972
|
+
billingMeterCategory: {
|
|
3973
|
+
serializedName: "billingMeterCategory",
|
|
3974
|
+
type: {
|
|
3975
|
+
name: "String"
|
|
3976
|
+
}
|
|
3977
|
+
},
|
|
3978
|
+
applicability: {
|
|
3979
|
+
serializedName: "applicability",
|
|
3980
|
+
type: {
|
|
3981
|
+
name: "String"
|
|
3982
|
+
}
|
|
3983
|
+
},
|
|
3984
|
+
cores: {
|
|
3985
|
+
serializedName: "cores",
|
|
3986
|
+
type: {
|
|
3987
|
+
name: "Number"
|
|
3988
|
+
}
|
|
3989
|
+
},
|
|
3990
|
+
memoryGiB: {
|
|
3991
|
+
serializedName: "memoryGiB",
|
|
3992
|
+
type: {
|
|
3993
|
+
name: "Number"
|
|
3994
|
+
}
|
|
3995
|
+
},
|
|
3996
|
+
displayName: {
|
|
3997
|
+
serializedName: "displayName",
|
|
3998
|
+
type: {
|
|
3999
|
+
name: "String"
|
|
4000
|
+
}
|
|
4001
|
+
}
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
4004
|
+
};
|
|
4005
|
+
|
|
4006
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
4007
|
+
type: {
|
|
4008
|
+
name: "Composite",
|
|
4009
|
+
className: "ErrorResponse",
|
|
4010
|
+
modelProperties: {
|
|
4011
|
+
error: {
|
|
4012
|
+
serializedName: "error",
|
|
4013
|
+
type: {
|
|
4014
|
+
name: "Composite",
|
|
4015
|
+
className: "ErrorDetail"
|
|
4016
|
+
}
|
|
4017
|
+
}
|
|
4018
|
+
}
|
|
4019
|
+
}
|
|
4020
|
+
};
|
|
4021
|
+
|
|
4022
|
+
export const ErrorDetail: coreClient.CompositeMapper = {
|
|
4023
|
+
type: {
|
|
4024
|
+
name: "Composite",
|
|
4025
|
+
className: "ErrorDetail",
|
|
4026
|
+
modelProperties: {
|
|
4027
|
+
code: {
|
|
4028
|
+
serializedName: "code",
|
|
4029
|
+
readOnly: true,
|
|
4030
|
+
type: {
|
|
4031
|
+
name: "String"
|
|
4032
|
+
}
|
|
4033
|
+
},
|
|
4034
|
+
message: {
|
|
4035
|
+
serializedName: "message",
|
|
4036
|
+
readOnly: true,
|
|
4037
|
+
type: {
|
|
4038
|
+
name: "String"
|
|
4039
|
+
}
|
|
4040
|
+
},
|
|
4041
|
+
target: {
|
|
4042
|
+
serializedName: "target",
|
|
4043
|
+
readOnly: true,
|
|
4044
|
+
type: {
|
|
4045
|
+
name: "String"
|
|
4046
|
+
}
|
|
4047
|
+
},
|
|
4048
|
+
details: {
|
|
4049
|
+
serializedName: "details",
|
|
4050
|
+
readOnly: true,
|
|
4051
|
+
type: {
|
|
4052
|
+
name: "Sequence",
|
|
4053
|
+
element: {
|
|
4054
|
+
type: {
|
|
4055
|
+
name: "Composite",
|
|
4056
|
+
className: "ErrorDetail"
|
|
4057
|
+
}
|
|
4058
|
+
}
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
additionalInfo: {
|
|
4062
|
+
serializedName: "additionalInfo",
|
|
4063
|
+
readOnly: true,
|
|
4064
|
+
type: {
|
|
4065
|
+
name: "Sequence",
|
|
4066
|
+
element: {
|
|
4067
|
+
type: {
|
|
4068
|
+
name: "Composite",
|
|
4069
|
+
className: "ErrorAdditionalInfo"
|
|
4070
|
+
}
|
|
4071
|
+
}
|
|
4072
|
+
}
|
|
4073
|
+
}
|
|
4074
|
+
}
|
|
4075
|
+
}
|
|
4076
|
+
};
|
|
4077
|
+
|
|
4078
|
+
export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
4079
|
+
type: {
|
|
4080
|
+
name: "Composite",
|
|
4081
|
+
className: "ErrorAdditionalInfo",
|
|
4082
|
+
modelProperties: {
|
|
4083
|
+
type: {
|
|
4084
|
+
serializedName: "type",
|
|
4085
|
+
readOnly: true,
|
|
4086
|
+
type: {
|
|
4087
|
+
name: "String"
|
|
4088
|
+
}
|
|
4089
|
+
},
|
|
4090
|
+
info: {
|
|
4091
|
+
serializedName: "info",
|
|
4092
|
+
readOnly: true,
|
|
4093
|
+
type: {
|
|
4094
|
+
name: "Dictionary",
|
|
4095
|
+
value: { type: { name: "any" } }
|
|
4096
|
+
}
|
|
4097
|
+
}
|
|
4098
|
+
}
|
|
4099
|
+
}
|
|
4100
|
+
};
|
|
4101
|
+
|
|
4102
|
+
export const BillingMeterCollection: coreClient.CompositeMapper = {
|
|
4103
|
+
type: {
|
|
4104
|
+
name: "Composite",
|
|
4105
|
+
className: "BillingMeterCollection",
|
|
4106
|
+
modelProperties: {
|
|
4107
|
+
value: {
|
|
4108
|
+
serializedName: "value",
|
|
4109
|
+
required: true,
|
|
4110
|
+
type: {
|
|
4111
|
+
name: "Sequence",
|
|
4112
|
+
element: {
|
|
4113
|
+
type: {
|
|
4114
|
+
name: "Composite",
|
|
4115
|
+
className: "BillingMeter"
|
|
4116
|
+
}
|
|
4117
|
+
}
|
|
4118
|
+
}
|
|
4119
|
+
}
|
|
4120
|
+
}
|
|
4121
|
+
}
|
|
4122
|
+
};
|
|
4123
|
+
|
|
4124
|
+
export const BillingMeterProperties: coreClient.CompositeMapper = {
|
|
4125
|
+
type: {
|
|
4126
|
+
name: "Composite",
|
|
4127
|
+
className: "BillingMeterProperties",
|
|
4128
|
+
modelProperties: {
|
|
4129
|
+
category: {
|
|
4130
|
+
serializedName: "category",
|
|
4131
|
+
type: {
|
|
4132
|
+
name: "String"
|
|
4133
|
+
}
|
|
4134
|
+
},
|
|
4135
|
+
meterType: {
|
|
4136
|
+
serializedName: "meterType",
|
|
4137
|
+
type: {
|
|
4138
|
+
name: "String"
|
|
4139
|
+
}
|
|
4140
|
+
},
|
|
4141
|
+
displayName: {
|
|
4142
|
+
serializedName: "displayName",
|
|
4143
|
+
type: {
|
|
4144
|
+
name: "String"
|
|
4145
|
+
}
|
|
4146
|
+
}
|
|
4147
|
+
}
|
|
4148
|
+
}
|
|
4149
|
+
};
|
|
4150
|
+
|
|
4151
|
+
export const DaprSecret: coreClient.CompositeMapper = {
|
|
4152
|
+
type: {
|
|
4153
|
+
name: "Composite",
|
|
4154
|
+
className: "DaprSecret",
|
|
4155
|
+
modelProperties: {
|
|
4156
|
+
name: {
|
|
4157
|
+
serializedName: "name",
|
|
4158
|
+
readOnly: true,
|
|
4159
|
+
type: {
|
|
4160
|
+
name: "String"
|
|
4161
|
+
}
|
|
4162
|
+
},
|
|
4163
|
+
value: {
|
|
4164
|
+
serializedName: "value",
|
|
4165
|
+
readOnly: true,
|
|
3064
4166
|
type: {
|
|
3065
4167
|
name: "String"
|
|
3066
4168
|
}
|
|
@@ -3103,6 +4205,38 @@ export const TrackedResource: coreClient.CompositeMapper = {
|
|
|
3103
4205
|
}
|
|
3104
4206
|
};
|
|
3105
4207
|
|
|
4208
|
+
export const InitContainer: coreClient.CompositeMapper = {
|
|
4209
|
+
type: {
|
|
4210
|
+
name: "Composite",
|
|
4211
|
+
className: "InitContainer",
|
|
4212
|
+
modelProperties: {
|
|
4213
|
+
...BaseContainer.type.modelProperties
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
4216
|
+
};
|
|
4217
|
+
|
|
4218
|
+
export const Container: coreClient.CompositeMapper = {
|
|
4219
|
+
type: {
|
|
4220
|
+
name: "Composite",
|
|
4221
|
+
className: "Container",
|
|
4222
|
+
modelProperties: {
|
|
4223
|
+
...BaseContainer.type.modelProperties,
|
|
4224
|
+
probes: {
|
|
4225
|
+
serializedName: "probes",
|
|
4226
|
+
type: {
|
|
4227
|
+
name: "Sequence",
|
|
4228
|
+
element: {
|
|
4229
|
+
type: {
|
|
4230
|
+
name: "Composite",
|
|
4231
|
+
className: "ContainerAppProbe"
|
|
4232
|
+
}
|
|
4233
|
+
}
|
|
4234
|
+
}
|
|
4235
|
+
}
|
|
4236
|
+
}
|
|
4237
|
+
}
|
|
4238
|
+
};
|
|
4239
|
+
|
|
3106
4240
|
export const AuthConfig: coreClient.CompositeMapper = {
|
|
3107
4241
|
type: {
|
|
3108
4242
|
name: "Composite",
|
|
@@ -3161,6 +4295,13 @@ export const Revision: coreClient.CompositeMapper = {
|
|
|
3161
4295
|
name: "DateTime"
|
|
3162
4296
|
}
|
|
3163
4297
|
},
|
|
4298
|
+
lastActiveTime: {
|
|
4299
|
+
serializedName: "properties.lastActiveTime",
|
|
4300
|
+
readOnly: true,
|
|
4301
|
+
type: {
|
|
4302
|
+
name: "DateTime"
|
|
4303
|
+
}
|
|
4304
|
+
},
|
|
3164
4305
|
fqdn: {
|
|
3165
4306
|
serializedName: "properties.fqdn",
|
|
3166
4307
|
readOnly: true,
|
|
@@ -3292,6 +4433,12 @@ export const DaprComponent: coreClient.CompositeMapper = {
|
|
|
3292
4433
|
}
|
|
3293
4434
|
}
|
|
3294
4435
|
},
|
|
4436
|
+
secretStoreComponent: {
|
|
4437
|
+
serializedName: "properties.secretStoreComponent",
|
|
4438
|
+
type: {
|
|
4439
|
+
name: "String"
|
|
4440
|
+
}
|
|
4441
|
+
},
|
|
3295
4442
|
metadata: {
|
|
3296
4443
|
serializedName: "properties.metadata",
|
|
3297
4444
|
type: {
|
|
@@ -3319,6 +4466,40 @@ export const DaprComponent: coreClient.CompositeMapper = {
|
|
|
3319
4466
|
}
|
|
3320
4467
|
};
|
|
3321
4468
|
|
|
4469
|
+
export const Diagnostics: coreClient.CompositeMapper = {
|
|
4470
|
+
type: {
|
|
4471
|
+
name: "Composite",
|
|
4472
|
+
className: "Diagnostics",
|
|
4473
|
+
modelProperties: {
|
|
4474
|
+
...ProxyResource.type.modelProperties,
|
|
4475
|
+
properties: {
|
|
4476
|
+
serializedName: "properties",
|
|
4477
|
+
type: {
|
|
4478
|
+
name: "Composite",
|
|
4479
|
+
className: "DiagnosticsProperties"
|
|
4480
|
+
}
|
|
4481
|
+
}
|
|
4482
|
+
}
|
|
4483
|
+
}
|
|
4484
|
+
};
|
|
4485
|
+
|
|
4486
|
+
export const WorkloadProfileStates: coreClient.CompositeMapper = {
|
|
4487
|
+
type: {
|
|
4488
|
+
name: "Composite",
|
|
4489
|
+
className: "WorkloadProfileStates",
|
|
4490
|
+
modelProperties: {
|
|
4491
|
+
...ProxyResource.type.modelProperties,
|
|
4492
|
+
properties: {
|
|
4493
|
+
serializedName: "properties",
|
|
4494
|
+
type: {
|
|
4495
|
+
name: "Composite",
|
|
4496
|
+
className: "WorkloadProfileStatesProperties"
|
|
4497
|
+
}
|
|
4498
|
+
}
|
|
4499
|
+
}
|
|
4500
|
+
}
|
|
4501
|
+
};
|
|
4502
|
+
|
|
3322
4503
|
export const ManagedEnvironmentStorage: coreClient.CompositeMapper = {
|
|
3323
4504
|
type: {
|
|
3324
4505
|
name: "Composite",
|
|
@@ -3372,12 +4553,82 @@ export const SourceControl: coreClient.CompositeMapper = {
|
|
|
3372
4553
|
}
|
|
3373
4554
|
};
|
|
3374
4555
|
|
|
4556
|
+
export const ConnectedEnvironmentStorage: coreClient.CompositeMapper = {
|
|
4557
|
+
type: {
|
|
4558
|
+
name: "Composite",
|
|
4559
|
+
className: "ConnectedEnvironmentStorage",
|
|
4560
|
+
modelProperties: {
|
|
4561
|
+
...ProxyResource.type.modelProperties,
|
|
4562
|
+
properties: {
|
|
4563
|
+
serializedName: "properties",
|
|
4564
|
+
type: {
|
|
4565
|
+
name: "Composite",
|
|
4566
|
+
className: "ConnectedEnvironmentStorageProperties"
|
|
4567
|
+
}
|
|
4568
|
+
}
|
|
4569
|
+
}
|
|
4570
|
+
}
|
|
4571
|
+
};
|
|
4572
|
+
|
|
4573
|
+
export const AvailableWorkloadProfile: coreClient.CompositeMapper = {
|
|
4574
|
+
type: {
|
|
4575
|
+
name: "Composite",
|
|
4576
|
+
className: "AvailableWorkloadProfile",
|
|
4577
|
+
modelProperties: {
|
|
4578
|
+
...ProxyResource.type.modelProperties,
|
|
4579
|
+
location: {
|
|
4580
|
+
serializedName: "location",
|
|
4581
|
+
type: {
|
|
4582
|
+
name: "String"
|
|
4583
|
+
}
|
|
4584
|
+
},
|
|
4585
|
+
properties: {
|
|
4586
|
+
serializedName: "properties",
|
|
4587
|
+
type: {
|
|
4588
|
+
name: "Composite",
|
|
4589
|
+
className: "AvailableWorkloadProfileProperties"
|
|
4590
|
+
}
|
|
4591
|
+
}
|
|
4592
|
+
}
|
|
4593
|
+
}
|
|
4594
|
+
};
|
|
4595
|
+
|
|
4596
|
+
export const BillingMeter: coreClient.CompositeMapper = {
|
|
4597
|
+
type: {
|
|
4598
|
+
name: "Composite",
|
|
4599
|
+
className: "BillingMeter",
|
|
4600
|
+
modelProperties: {
|
|
4601
|
+
...ProxyResource.type.modelProperties,
|
|
4602
|
+
location: {
|
|
4603
|
+
serializedName: "location",
|
|
4604
|
+
type: {
|
|
4605
|
+
name: "String"
|
|
4606
|
+
}
|
|
4607
|
+
},
|
|
4608
|
+
properties: {
|
|
4609
|
+
serializedName: "properties",
|
|
4610
|
+
type: {
|
|
4611
|
+
name: "Composite",
|
|
4612
|
+
className: "BillingMeterProperties"
|
|
4613
|
+
}
|
|
4614
|
+
}
|
|
4615
|
+
}
|
|
4616
|
+
}
|
|
4617
|
+
};
|
|
4618
|
+
|
|
3375
4619
|
export const ContainerApp: coreClient.CompositeMapper = {
|
|
3376
4620
|
type: {
|
|
3377
4621
|
name: "Composite",
|
|
3378
4622
|
className: "ContainerApp",
|
|
3379
4623
|
modelProperties: {
|
|
3380
4624
|
...TrackedResource.type.modelProperties,
|
|
4625
|
+
extendedLocation: {
|
|
4626
|
+
serializedName: "extendedLocation",
|
|
4627
|
+
type: {
|
|
4628
|
+
name: "Composite",
|
|
4629
|
+
className: "ExtendedLocation"
|
|
4630
|
+
}
|
|
4631
|
+
},
|
|
3381
4632
|
identity: {
|
|
3382
4633
|
serializedName: "identity",
|
|
3383
4634
|
type: {
|
|
@@ -3398,6 +4649,18 @@ export const ContainerApp: coreClient.CompositeMapper = {
|
|
|
3398
4649
|
name: "String"
|
|
3399
4650
|
}
|
|
3400
4651
|
},
|
|
4652
|
+
environmentId: {
|
|
4653
|
+
serializedName: "properties.environmentId",
|
|
4654
|
+
type: {
|
|
4655
|
+
name: "String"
|
|
4656
|
+
}
|
|
4657
|
+
},
|
|
4658
|
+
workloadProfileType: {
|
|
4659
|
+
serializedName: "properties.workloadProfileType",
|
|
4660
|
+
type: {
|
|
4661
|
+
name: "String"
|
|
4662
|
+
}
|
|
4663
|
+
},
|
|
3401
4664
|
latestRevisionName: {
|
|
3402
4665
|
serializedName: "properties.latestRevisionName",
|
|
3403
4666
|
readOnly: true,
|
|
@@ -3434,7 +4697,7 @@ export const ContainerApp: coreClient.CompositeMapper = {
|
|
|
3434
4697
|
}
|
|
3435
4698
|
},
|
|
3436
4699
|
outboundIpAddresses: {
|
|
3437
|
-
serializedName: "properties.
|
|
4700
|
+
serializedName: "properties.outboundIpAddresses",
|
|
3438
4701
|
readOnly: true,
|
|
3439
4702
|
type: {
|
|
3440
4703
|
name: "Sequence",
|
|
@@ -3444,6 +4707,37 @@ export const ContainerApp: coreClient.CompositeMapper = {
|
|
|
3444
4707
|
}
|
|
3445
4708
|
}
|
|
3446
4709
|
}
|
|
4710
|
+
},
|
|
4711
|
+
eventStreamEndpoint: {
|
|
4712
|
+
serializedName: "properties.eventStreamEndpoint",
|
|
4713
|
+
readOnly: true,
|
|
4714
|
+
type: {
|
|
4715
|
+
name: "String"
|
|
4716
|
+
}
|
|
4717
|
+
}
|
|
4718
|
+
}
|
|
4719
|
+
}
|
|
4720
|
+
};
|
|
4721
|
+
|
|
4722
|
+
export const ContainerAppAuthToken: coreClient.CompositeMapper = {
|
|
4723
|
+
type: {
|
|
4724
|
+
name: "Composite",
|
|
4725
|
+
className: "ContainerAppAuthToken",
|
|
4726
|
+
modelProperties: {
|
|
4727
|
+
...TrackedResource.type.modelProperties,
|
|
4728
|
+
token: {
|
|
4729
|
+
serializedName: "properties.token",
|
|
4730
|
+
readOnly: true,
|
|
4731
|
+
type: {
|
|
4732
|
+
name: "String"
|
|
4733
|
+
}
|
|
4734
|
+
},
|
|
4735
|
+
expires: {
|
|
4736
|
+
serializedName: "properties.expires",
|
|
4737
|
+
readOnly: true,
|
|
4738
|
+
type: {
|
|
4739
|
+
name: "DateTime"
|
|
4740
|
+
}
|
|
3447
4741
|
}
|
|
3448
4742
|
}
|
|
3449
4743
|
}
|
|
@@ -3455,6 +4749,13 @@ export const ManagedEnvironment: coreClient.CompositeMapper = {
|
|
|
3455
4749
|
className: "ManagedEnvironment",
|
|
3456
4750
|
modelProperties: {
|
|
3457
4751
|
...TrackedResource.type.modelProperties,
|
|
4752
|
+
sku: {
|
|
4753
|
+
serializedName: "sku",
|
|
4754
|
+
type: {
|
|
4755
|
+
name: "Composite",
|
|
4756
|
+
className: "EnvironmentSkuProperties"
|
|
4757
|
+
}
|
|
4758
|
+
},
|
|
3458
4759
|
provisioningState: {
|
|
3459
4760
|
serializedName: "properties.provisioningState",
|
|
3460
4761
|
readOnly: true,
|
|
@@ -3514,6 +4815,32 @@ export const ManagedEnvironment: coreClient.CompositeMapper = {
|
|
|
3514
4815
|
type: {
|
|
3515
4816
|
name: "Boolean"
|
|
3516
4817
|
}
|
|
4818
|
+
},
|
|
4819
|
+
customDomainConfiguration: {
|
|
4820
|
+
serializedName: "properties.customDomainConfiguration",
|
|
4821
|
+
type: {
|
|
4822
|
+
name: "Composite",
|
|
4823
|
+
className: "CustomDomainConfiguration"
|
|
4824
|
+
}
|
|
4825
|
+
},
|
|
4826
|
+
eventStreamEndpoint: {
|
|
4827
|
+
serializedName: "properties.eventStreamEndpoint",
|
|
4828
|
+
readOnly: true,
|
|
4829
|
+
type: {
|
|
4830
|
+
name: "String"
|
|
4831
|
+
}
|
|
4832
|
+
},
|
|
4833
|
+
workloadProfiles: {
|
|
4834
|
+
serializedName: "properties.workloadProfiles",
|
|
4835
|
+
type: {
|
|
4836
|
+
name: "Sequence",
|
|
4837
|
+
element: {
|
|
4838
|
+
type: {
|
|
4839
|
+
name: "Composite",
|
|
4840
|
+
className: "WorkloadProfile"
|
|
4841
|
+
}
|
|
4842
|
+
}
|
|
4843
|
+
}
|
|
3517
4844
|
}
|
|
3518
4845
|
}
|
|
3519
4846
|
}
|
|
@@ -3535,3 +4862,84 @@ export const Certificate: coreClient.CompositeMapper = {
|
|
|
3535
4862
|
}
|
|
3536
4863
|
}
|
|
3537
4864
|
};
|
|
4865
|
+
|
|
4866
|
+
export const EnvironmentAuthToken: coreClient.CompositeMapper = {
|
|
4867
|
+
type: {
|
|
4868
|
+
name: "Composite",
|
|
4869
|
+
className: "EnvironmentAuthToken",
|
|
4870
|
+
modelProperties: {
|
|
4871
|
+
...TrackedResource.type.modelProperties,
|
|
4872
|
+
token: {
|
|
4873
|
+
serializedName: "properties.token",
|
|
4874
|
+
readOnly: true,
|
|
4875
|
+
type: {
|
|
4876
|
+
name: "String"
|
|
4877
|
+
}
|
|
4878
|
+
},
|
|
4879
|
+
expires: {
|
|
4880
|
+
serializedName: "properties.expires",
|
|
4881
|
+
readOnly: true,
|
|
4882
|
+
type: {
|
|
4883
|
+
name: "DateTime"
|
|
4884
|
+
}
|
|
4885
|
+
}
|
|
4886
|
+
}
|
|
4887
|
+
}
|
|
4888
|
+
};
|
|
4889
|
+
|
|
4890
|
+
export const ConnectedEnvironment: coreClient.CompositeMapper = {
|
|
4891
|
+
type: {
|
|
4892
|
+
name: "Composite",
|
|
4893
|
+
className: "ConnectedEnvironment",
|
|
4894
|
+
modelProperties: {
|
|
4895
|
+
...TrackedResource.type.modelProperties,
|
|
4896
|
+
extendedLocation: {
|
|
4897
|
+
serializedName: "extendedLocation",
|
|
4898
|
+
type: {
|
|
4899
|
+
name: "Composite",
|
|
4900
|
+
className: "ExtendedLocation"
|
|
4901
|
+
}
|
|
4902
|
+
},
|
|
4903
|
+
provisioningState: {
|
|
4904
|
+
serializedName: "properties.provisioningState",
|
|
4905
|
+
readOnly: true,
|
|
4906
|
+
type: {
|
|
4907
|
+
name: "String"
|
|
4908
|
+
}
|
|
4909
|
+
},
|
|
4910
|
+
deploymentErrors: {
|
|
4911
|
+
serializedName: "properties.deploymentErrors",
|
|
4912
|
+
readOnly: true,
|
|
4913
|
+
type: {
|
|
4914
|
+
name: "String"
|
|
4915
|
+
}
|
|
4916
|
+
},
|
|
4917
|
+
defaultDomain: {
|
|
4918
|
+
serializedName: "properties.defaultDomain",
|
|
4919
|
+
readOnly: true,
|
|
4920
|
+
type: {
|
|
4921
|
+
name: "String"
|
|
4922
|
+
}
|
|
4923
|
+
},
|
|
4924
|
+
staticIp: {
|
|
4925
|
+
serializedName: "properties.staticIp",
|
|
4926
|
+
type: {
|
|
4927
|
+
name: "String"
|
|
4928
|
+
}
|
|
4929
|
+
},
|
|
4930
|
+
daprAIConnectionString: {
|
|
4931
|
+
serializedName: "properties.daprAIConnectionString",
|
|
4932
|
+
type: {
|
|
4933
|
+
name: "String"
|
|
4934
|
+
}
|
|
4935
|
+
},
|
|
4936
|
+
customDomainConfiguration: {
|
|
4937
|
+
serializedName: "properties.customDomainConfiguration",
|
|
4938
|
+
type: {
|
|
4939
|
+
name: "Composite",
|
|
4940
|
+
className: "CustomDomainConfiguration"
|
|
4941
|
+
}
|
|
4942
|
+
}
|
|
4943
|
+
}
|
|
4944
|
+
}
|
|
4945
|
+
};
|