@azure/arm-appcontainers 2.2.0-alpha.20250718.1 → 2.2.0-alpha.20250730.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/dist/browser/containerAppsAPIClient.js +40 -5
- package/dist/browser/containerAppsAPIClient.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +318 -145
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/availableWorkloadProfiles.js +23 -40
- package/dist/browser/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/browser/operations/billingMeters.js +1 -0
- package/dist/browser/operations/billingMeters.js.map +1 -1
- package/dist/browser/operations/certificates.js +23 -40
- package/dist/browser/operations/certificates.js.map +1 -1
- package/dist/browser/operations/connectedEnvironments.js +67 -91
- package/dist/browser/operations/connectedEnvironments.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsCertificates.js +23 -40
- package/dist/browser/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js +23 -40
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsStorages.js +1 -0
- package/dist/browser/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operations/containerApps.js +100 -109
- package/dist/browser/operations/containerApps.js.map +1 -1
- package/dist/browser/operations/containerAppsAuthConfigs.js +23 -40
- package/dist/browser/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/browser/operations/containerAppsDiagnostics.js +45 -79
- package/dist/browser/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/browser/operations/containerAppsRevisionReplicas.js +1 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/browser/operations/containerAppsRevisions.js +23 -40
- package/dist/browser/operations/containerAppsRevisions.js.map +1 -1
- package/dist/browser/operations/containerAppsSessionPools.js +78 -97
- package/dist/browser/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/browser/operations/containerAppsSourceControls.js +45 -52
- package/dist/browser/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/browser/operations/daprComponents.js +23 -40
- package/dist/browser/operations/daprComponents.js.map +1 -1
- package/dist/browser/operations/javaComponents.js +56 -58
- package/dist/browser/operations/javaComponents.js.map +1 -1
- package/dist/browser/operations/jobs.js +136 -157
- package/dist/browser/operations/jobs.js.map +1 -1
- package/dist/browser/operations/jobsExecutions.js +23 -40
- package/dist/browser/operations/jobsExecutions.js.map +1 -1
- package/dist/browser/operations/managedCertificates.js +34 -46
- package/dist/browser/operations/managedCertificates.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentDiagnostics.js +1 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentUsages.js +23 -40
- package/dist/browser/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/browser/operations/managedEnvironments.js +100 -136
- package/dist/browser/operations/managedEnvironments.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js +1 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentsStorages.js +1 -0
- package/dist/browser/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operations/namespaces.js +1 -0
- package/dist/browser/operations/namespaces.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/usages.js +23 -40
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/containerAppsAPIClient.js +40 -5
- package/dist/commonjs/containerAppsAPIClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +318 -145
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/availableWorkloadProfiles.js +23 -39
- package/dist/commonjs/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/commonjs/operations/billingMeters.js +1 -0
- package/dist/commonjs/operations/billingMeters.js.map +1 -1
- package/dist/commonjs/operations/certificates.js +23 -39
- package/dist/commonjs/operations/certificates.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironments.js +67 -90
- package/dist/commonjs/operations/connectedEnvironments.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js +23 -39
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js +23 -39
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operations/containerApps.js +100 -108
- package/dist/commonjs/operations/containerApps.js.map +1 -1
- package/dist/commonjs/operations/containerAppsAuthConfigs.js +23 -39
- package/dist/commonjs/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/commonjs/operations/containerAppsDiagnostics.js +45 -78
- package/dist/commonjs/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js +1 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisions.js +23 -39
- package/dist/commonjs/operations/containerAppsRevisions.js.map +1 -1
- package/dist/commonjs/operations/containerAppsSessionPools.js +78 -96
- package/dist/commonjs/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/commonjs/operations/containerAppsSourceControls.js +45 -51
- package/dist/commonjs/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/commonjs/operations/daprComponents.js +23 -39
- package/dist/commonjs/operations/daprComponents.js.map +1 -1
- package/dist/commonjs/operations/javaComponents.js +56 -57
- package/dist/commonjs/operations/javaComponents.js.map +1 -1
- package/dist/commonjs/operations/jobs.js +136 -156
- package/dist/commonjs/operations/jobs.js.map +1 -1
- package/dist/commonjs/operations/jobsExecutions.js +23 -39
- package/dist/commonjs/operations/jobsExecutions.js.map +1 -1
- package/dist/commonjs/operations/managedCertificates.js +34 -45
- package/dist/commonjs/operations/managedCertificates.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js +1 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentUsages.js +23 -39
- package/dist/commonjs/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironments.js +100 -135
- package/dist/commonjs/operations/managedEnvironments.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js +1 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsStorages.js +1 -0
- package/dist/commonjs/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operations/namespaces.js +1 -0
- package/dist/commonjs/operations/namespaces.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/usages.js +23 -39
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/containerAppsAPIClient.js +40 -5
- package/dist/esm/containerAppsAPIClient.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +318 -145
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/availableWorkloadProfiles.js +23 -40
- package/dist/esm/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/esm/operations/billingMeters.js +1 -0
- package/dist/esm/operations/billingMeters.js.map +1 -1
- package/dist/esm/operations/certificates.js +23 -40
- package/dist/esm/operations/certificates.js.map +1 -1
- package/dist/esm/operations/connectedEnvironments.js +67 -91
- package/dist/esm/operations/connectedEnvironments.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsCertificates.js +23 -40
- package/dist/esm/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js +23 -40
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsStorages.js +1 -0
- package/dist/esm/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operations/containerApps.js +100 -109
- package/dist/esm/operations/containerApps.js.map +1 -1
- package/dist/esm/operations/containerAppsAuthConfigs.js +23 -40
- package/dist/esm/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/esm/operations/containerAppsDiagnostics.js +45 -79
- package/dist/esm/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/esm/operations/containerAppsRevisionReplicas.js +1 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/esm/operations/containerAppsRevisions.js +23 -40
- package/dist/esm/operations/containerAppsRevisions.js.map +1 -1
- package/dist/esm/operations/containerAppsSessionPools.js +78 -97
- package/dist/esm/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/esm/operations/containerAppsSourceControls.js +45 -52
- package/dist/esm/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/esm/operations/daprComponents.js +23 -40
- package/dist/esm/operations/daprComponents.js.map +1 -1
- package/dist/esm/operations/javaComponents.js +56 -58
- package/dist/esm/operations/javaComponents.js.map +1 -1
- package/dist/esm/operations/jobs.js +136 -157
- package/dist/esm/operations/jobs.js.map +1 -1
- package/dist/esm/operations/jobsExecutions.js +23 -40
- package/dist/esm/operations/jobsExecutions.js.map +1 -1
- package/dist/esm/operations/managedCertificates.js +34 -46
- package/dist/esm/operations/managedCertificates.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentDiagnostics.js +1 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentUsages.js +23 -40
- package/dist/esm/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/esm/operations/managedEnvironments.js +100 -136
- package/dist/esm/operations/managedEnvironments.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js +1 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentsStorages.js +1 -0
- package/dist/esm/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operations/namespaces.js +1 -0
- package/dist/esm/operations/namespaces.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/usages.js +23 -40
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/containerAppsAPIClient.js +40 -5
- package/dist/react-native/containerAppsAPIClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +318 -145
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/availableWorkloadProfiles.js +23 -40
- package/dist/react-native/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/react-native/operations/billingMeters.js +1 -0
- package/dist/react-native/operations/billingMeters.js.map +1 -1
- package/dist/react-native/operations/certificates.js +23 -40
- package/dist/react-native/operations/certificates.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironments.js +67 -91
- package/dist/react-native/operations/connectedEnvironments.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js +23 -40
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js +23 -40
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsStorages.js +1 -0
- package/dist/react-native/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operations/containerApps.js +100 -109
- package/dist/react-native/operations/containerApps.js.map +1 -1
- package/dist/react-native/operations/containerAppsAuthConfigs.js +23 -40
- package/dist/react-native/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/react-native/operations/containerAppsDiagnostics.js +45 -79
- package/dist/react-native/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/react-native/operations/containerAppsRevisionReplicas.js +1 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/react-native/operations/containerAppsRevisions.js +23 -40
- package/dist/react-native/operations/containerAppsRevisions.js.map +1 -1
- package/dist/react-native/operations/containerAppsSessionPools.js +78 -97
- package/dist/react-native/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/react-native/operations/containerAppsSourceControls.js +45 -52
- package/dist/react-native/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/react-native/operations/daprComponents.js +23 -40
- package/dist/react-native/operations/daprComponents.js.map +1 -1
- package/dist/react-native/operations/javaComponents.js +56 -58
- package/dist/react-native/operations/javaComponents.js.map +1 -1
- package/dist/react-native/operations/jobs.js +136 -157
- package/dist/react-native/operations/jobs.js.map +1 -1
- package/dist/react-native/operations/jobsExecutions.js +23 -40
- package/dist/react-native/operations/jobsExecutions.js.map +1 -1
- package/dist/react-native/operations/managedCertificates.js +34 -46
- package/dist/react-native/operations/managedCertificates.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js +1 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentUsages.js +23 -40
- package/dist/react-native/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/react-native/operations/managedEnvironments.js +100 -136
- package/dist/react-native/operations/managedEnvironments.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js +1 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsStorages.js +1 -0
- package/dist/react-native/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operations/namespaces.js +1 -0
- package/dist/react-native/operations/namespaces.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/usages.js +23 -40
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-appcontainers-node.api.md +3476 -3476
|
@@ -5959,40 +5959,50 @@ export const ProxyResource = {
|
|
|
5959
5959
|
type: {
|
|
5960
5960
|
name: "Composite",
|
|
5961
5961
|
className: "ProxyResource",
|
|
5962
|
-
modelProperties:
|
|
5962
|
+
modelProperties: {
|
|
5963
|
+
...Resource.type.modelProperties,
|
|
5964
|
+
},
|
|
5963
5965
|
},
|
|
5964
5966
|
};
|
|
5965
5967
|
export const TrackedResource = {
|
|
5966
5968
|
type: {
|
|
5967
5969
|
name: "Composite",
|
|
5968
5970
|
className: "TrackedResource",
|
|
5969
|
-
modelProperties:
|
|
5971
|
+
modelProperties: {
|
|
5972
|
+
...Resource.type.modelProperties,
|
|
5973
|
+
tags: {
|
|
5970
5974
|
serializedName: "tags",
|
|
5971
5975
|
type: {
|
|
5972
5976
|
name: "Dictionary",
|
|
5973
5977
|
value: { type: { name: "String" } },
|
|
5974
5978
|
},
|
|
5975
|
-
},
|
|
5979
|
+
},
|
|
5980
|
+
location: {
|
|
5976
5981
|
serializedName: "location",
|
|
5977
5982
|
required: true,
|
|
5978
5983
|
type: {
|
|
5979
5984
|
name: "String",
|
|
5980
5985
|
},
|
|
5981
|
-
}
|
|
5986
|
+
},
|
|
5987
|
+
},
|
|
5982
5988
|
},
|
|
5983
5989
|
};
|
|
5984
5990
|
export const InitContainer = {
|
|
5985
5991
|
type: {
|
|
5986
5992
|
name: "Composite",
|
|
5987
5993
|
className: "InitContainer",
|
|
5988
|
-
modelProperties:
|
|
5994
|
+
modelProperties: {
|
|
5995
|
+
...BaseContainer.type.modelProperties,
|
|
5996
|
+
},
|
|
5989
5997
|
},
|
|
5990
5998
|
};
|
|
5991
5999
|
export const Container = {
|
|
5992
6000
|
type: {
|
|
5993
6001
|
name: "Composite",
|
|
5994
6002
|
className: "Container",
|
|
5995
|
-
modelProperties:
|
|
6003
|
+
modelProperties: {
|
|
6004
|
+
...BaseContainer.type.modelProperties,
|
|
6005
|
+
probes: {
|
|
5996
6006
|
serializedName: "probes",
|
|
5997
6007
|
type: {
|
|
5998
6008
|
name: "Sequence",
|
|
@@ -6003,7 +6013,8 @@ export const Container = {
|
|
|
6003
6013
|
},
|
|
6004
6014
|
},
|
|
6005
6015
|
},
|
|
6006
|
-
}
|
|
6016
|
+
},
|
|
6017
|
+
},
|
|
6007
6018
|
},
|
|
6008
6019
|
};
|
|
6009
6020
|
export const SpringBootAdminComponent = {
|
|
@@ -6013,13 +6024,16 @@ export const SpringBootAdminComponent = {
|
|
|
6013
6024
|
className: "SpringBootAdminComponent",
|
|
6014
6025
|
uberParent: "JavaComponentProperties",
|
|
6015
6026
|
polymorphicDiscriminator: JavaComponentProperties.type.polymorphicDiscriminator,
|
|
6016
|
-
modelProperties:
|
|
6027
|
+
modelProperties: {
|
|
6028
|
+
...JavaComponentProperties.type.modelProperties,
|
|
6029
|
+
ingress: {
|
|
6017
6030
|
serializedName: "ingress",
|
|
6018
6031
|
type: {
|
|
6019
6032
|
name: "Composite",
|
|
6020
6033
|
className: "JavaComponentIngress",
|
|
6021
6034
|
},
|
|
6022
|
-
}
|
|
6035
|
+
},
|
|
6036
|
+
},
|
|
6023
6037
|
},
|
|
6024
6038
|
};
|
|
6025
6039
|
export const SpringCloudEurekaComponent = {
|
|
@@ -6029,13 +6043,16 @@ export const SpringCloudEurekaComponent = {
|
|
|
6029
6043
|
className: "SpringCloudEurekaComponent",
|
|
6030
6044
|
uberParent: "JavaComponentProperties",
|
|
6031
6045
|
polymorphicDiscriminator: JavaComponentProperties.type.polymorphicDiscriminator,
|
|
6032
|
-
modelProperties:
|
|
6046
|
+
modelProperties: {
|
|
6047
|
+
...JavaComponentProperties.type.modelProperties,
|
|
6048
|
+
ingress: {
|
|
6033
6049
|
serializedName: "ingress",
|
|
6034
6050
|
type: {
|
|
6035
6051
|
name: "Composite",
|
|
6036
6052
|
className: "JavaComponentIngress",
|
|
6037
6053
|
},
|
|
6038
|
-
}
|
|
6054
|
+
},
|
|
6055
|
+
},
|
|
6039
6056
|
},
|
|
6040
6057
|
};
|
|
6041
6058
|
export const SpringCloudConfigComponent = {
|
|
@@ -6045,114 +6062,138 @@ export const SpringCloudConfigComponent = {
|
|
|
6045
6062
|
className: "SpringCloudConfigComponent",
|
|
6046
6063
|
uberParent: "JavaComponentProperties",
|
|
6047
6064
|
polymorphicDiscriminator: JavaComponentProperties.type.polymorphicDiscriminator,
|
|
6048
|
-
modelProperties:
|
|
6065
|
+
modelProperties: {
|
|
6066
|
+
...JavaComponentProperties.type.modelProperties,
|
|
6067
|
+
},
|
|
6049
6068
|
},
|
|
6050
6069
|
};
|
|
6051
6070
|
export const AuthConfig = {
|
|
6052
6071
|
type: {
|
|
6053
6072
|
name: "Composite",
|
|
6054
6073
|
className: "AuthConfig",
|
|
6055
|
-
modelProperties:
|
|
6074
|
+
modelProperties: {
|
|
6075
|
+
...ProxyResource.type.modelProperties,
|
|
6076
|
+
platform: {
|
|
6056
6077
|
serializedName: "properties.platform",
|
|
6057
6078
|
type: {
|
|
6058
6079
|
name: "Composite",
|
|
6059
6080
|
className: "AuthPlatform",
|
|
6060
6081
|
},
|
|
6061
|
-
},
|
|
6082
|
+
},
|
|
6083
|
+
globalValidation: {
|
|
6062
6084
|
serializedName: "properties.globalValidation",
|
|
6063
6085
|
type: {
|
|
6064
6086
|
name: "Composite",
|
|
6065
6087
|
className: "GlobalValidation",
|
|
6066
6088
|
},
|
|
6067
|
-
},
|
|
6089
|
+
},
|
|
6090
|
+
identityProviders: {
|
|
6068
6091
|
serializedName: "properties.identityProviders",
|
|
6069
6092
|
type: {
|
|
6070
6093
|
name: "Composite",
|
|
6071
6094
|
className: "IdentityProviders",
|
|
6072
6095
|
},
|
|
6073
|
-
},
|
|
6096
|
+
},
|
|
6097
|
+
login: {
|
|
6074
6098
|
serializedName: "properties.login",
|
|
6075
6099
|
type: {
|
|
6076
6100
|
name: "Composite",
|
|
6077
6101
|
className: "Login",
|
|
6078
6102
|
},
|
|
6079
|
-
},
|
|
6103
|
+
},
|
|
6104
|
+
httpSettings: {
|
|
6080
6105
|
serializedName: "properties.httpSettings",
|
|
6081
6106
|
type: {
|
|
6082
6107
|
name: "Composite",
|
|
6083
6108
|
className: "HttpSettings",
|
|
6084
6109
|
},
|
|
6085
|
-
},
|
|
6110
|
+
},
|
|
6111
|
+
encryptionSettings: {
|
|
6086
6112
|
serializedName: "properties.encryptionSettings",
|
|
6087
6113
|
type: {
|
|
6088
6114
|
name: "Composite",
|
|
6089
6115
|
className: "EncryptionSettings",
|
|
6090
6116
|
},
|
|
6091
|
-
}
|
|
6117
|
+
},
|
|
6118
|
+
},
|
|
6092
6119
|
},
|
|
6093
6120
|
};
|
|
6094
6121
|
export const AvailableWorkloadProfile = {
|
|
6095
6122
|
type: {
|
|
6096
6123
|
name: "Composite",
|
|
6097
6124
|
className: "AvailableWorkloadProfile",
|
|
6098
|
-
modelProperties:
|
|
6125
|
+
modelProperties: {
|
|
6126
|
+
...ProxyResource.type.modelProperties,
|
|
6127
|
+
location: {
|
|
6099
6128
|
serializedName: "location",
|
|
6100
6129
|
type: {
|
|
6101
6130
|
name: "String",
|
|
6102
6131
|
},
|
|
6103
|
-
},
|
|
6132
|
+
},
|
|
6133
|
+
properties: {
|
|
6104
6134
|
serializedName: "properties",
|
|
6105
6135
|
type: {
|
|
6106
6136
|
name: "Composite",
|
|
6107
6137
|
className: "AvailableWorkloadProfileProperties",
|
|
6108
6138
|
},
|
|
6109
|
-
}
|
|
6139
|
+
},
|
|
6140
|
+
},
|
|
6110
6141
|
},
|
|
6111
6142
|
};
|
|
6112
6143
|
export const BillingMeter = {
|
|
6113
6144
|
type: {
|
|
6114
6145
|
name: "Composite",
|
|
6115
6146
|
className: "BillingMeter",
|
|
6116
|
-
modelProperties:
|
|
6147
|
+
modelProperties: {
|
|
6148
|
+
...ProxyResource.type.modelProperties,
|
|
6149
|
+
location: {
|
|
6117
6150
|
serializedName: "location",
|
|
6118
6151
|
type: {
|
|
6119
6152
|
name: "String",
|
|
6120
6153
|
},
|
|
6121
|
-
},
|
|
6154
|
+
},
|
|
6155
|
+
properties: {
|
|
6122
6156
|
serializedName: "properties",
|
|
6123
6157
|
type: {
|
|
6124
6158
|
name: "Composite",
|
|
6125
6159
|
className: "BillingMeterProperties",
|
|
6126
6160
|
},
|
|
6127
|
-
}
|
|
6161
|
+
},
|
|
6162
|
+
},
|
|
6128
6163
|
},
|
|
6129
6164
|
};
|
|
6130
6165
|
export const DaprComponent = {
|
|
6131
6166
|
type: {
|
|
6132
6167
|
name: "Composite",
|
|
6133
6168
|
className: "DaprComponent",
|
|
6134
|
-
modelProperties:
|
|
6169
|
+
modelProperties: {
|
|
6170
|
+
...ProxyResource.type.modelProperties,
|
|
6171
|
+
componentType: {
|
|
6135
6172
|
serializedName: "properties.componentType",
|
|
6136
6173
|
type: {
|
|
6137
6174
|
name: "String",
|
|
6138
6175
|
},
|
|
6139
|
-
},
|
|
6176
|
+
},
|
|
6177
|
+
version: {
|
|
6140
6178
|
serializedName: "properties.version",
|
|
6141
6179
|
type: {
|
|
6142
6180
|
name: "String",
|
|
6143
6181
|
},
|
|
6144
|
-
},
|
|
6182
|
+
},
|
|
6183
|
+
ignoreErrors: {
|
|
6145
6184
|
defaultValue: false,
|
|
6146
6185
|
serializedName: "properties.ignoreErrors",
|
|
6147
6186
|
type: {
|
|
6148
6187
|
name: "Boolean",
|
|
6149
6188
|
},
|
|
6150
|
-
},
|
|
6189
|
+
},
|
|
6190
|
+
initTimeout: {
|
|
6151
6191
|
serializedName: "properties.initTimeout",
|
|
6152
6192
|
type: {
|
|
6153
6193
|
name: "String",
|
|
6154
6194
|
},
|
|
6155
|
-
},
|
|
6195
|
+
},
|
|
6196
|
+
secrets: {
|
|
6156
6197
|
serializedName: "properties.secrets",
|
|
6157
6198
|
type: {
|
|
6158
6199
|
name: "Sequence",
|
|
@@ -6163,12 +6204,14 @@ export const DaprComponent = {
|
|
|
6163
6204
|
},
|
|
6164
6205
|
},
|
|
6165
6206
|
},
|
|
6166
|
-
},
|
|
6207
|
+
},
|
|
6208
|
+
secretStoreComponent: {
|
|
6167
6209
|
serializedName: "properties.secretStoreComponent",
|
|
6168
6210
|
type: {
|
|
6169
6211
|
name: "String",
|
|
6170
6212
|
},
|
|
6171
|
-
},
|
|
6213
|
+
},
|
|
6214
|
+
metadata: {
|
|
6172
6215
|
serializedName: "properties.metadata",
|
|
6173
6216
|
type: {
|
|
6174
6217
|
name: "Sequence",
|
|
@@ -6179,7 +6222,8 @@ export const DaprComponent = {
|
|
|
6179
6222
|
},
|
|
6180
6223
|
},
|
|
6181
6224
|
},
|
|
6182
|
-
},
|
|
6225
|
+
},
|
|
6226
|
+
scopes: {
|
|
6183
6227
|
serializedName: "properties.scopes",
|
|
6184
6228
|
type: {
|
|
6185
6229
|
name: "Sequence",
|
|
@@ -6189,118 +6233,140 @@ export const DaprComponent = {
|
|
|
6189
6233
|
},
|
|
6190
6234
|
},
|
|
6191
6235
|
},
|
|
6192
|
-
}
|
|
6236
|
+
},
|
|
6237
|
+
},
|
|
6193
6238
|
},
|
|
6194
6239
|
};
|
|
6195
6240
|
export const ConnectedEnvironmentStorage = {
|
|
6196
6241
|
type: {
|
|
6197
6242
|
name: "Composite",
|
|
6198
6243
|
className: "ConnectedEnvironmentStorage",
|
|
6199
|
-
modelProperties:
|
|
6244
|
+
modelProperties: {
|
|
6245
|
+
...ProxyResource.type.modelProperties,
|
|
6246
|
+
properties: {
|
|
6200
6247
|
serializedName: "properties",
|
|
6201
6248
|
type: {
|
|
6202
6249
|
name: "Composite",
|
|
6203
6250
|
className: "ConnectedEnvironmentStorageProperties",
|
|
6204
6251
|
},
|
|
6205
|
-
}
|
|
6252
|
+
},
|
|
6253
|
+
},
|
|
6206
6254
|
},
|
|
6207
6255
|
};
|
|
6208
6256
|
export const Revision = {
|
|
6209
6257
|
type: {
|
|
6210
6258
|
name: "Composite",
|
|
6211
6259
|
className: "Revision",
|
|
6212
|
-
modelProperties:
|
|
6260
|
+
modelProperties: {
|
|
6261
|
+
...ProxyResource.type.modelProperties,
|
|
6262
|
+
createdTime: {
|
|
6213
6263
|
serializedName: "properties.createdTime",
|
|
6214
6264
|
readOnly: true,
|
|
6215
6265
|
type: {
|
|
6216
6266
|
name: "DateTime",
|
|
6217
6267
|
},
|
|
6218
|
-
},
|
|
6268
|
+
},
|
|
6269
|
+
lastActiveTime: {
|
|
6219
6270
|
serializedName: "properties.lastActiveTime",
|
|
6220
6271
|
readOnly: true,
|
|
6221
6272
|
type: {
|
|
6222
6273
|
name: "DateTime",
|
|
6223
6274
|
},
|
|
6224
|
-
},
|
|
6275
|
+
},
|
|
6276
|
+
fqdn: {
|
|
6225
6277
|
serializedName: "properties.fqdn",
|
|
6226
6278
|
readOnly: true,
|
|
6227
6279
|
type: {
|
|
6228
6280
|
name: "String",
|
|
6229
6281
|
},
|
|
6230
|
-
},
|
|
6282
|
+
},
|
|
6283
|
+
template: {
|
|
6231
6284
|
serializedName: "properties.template",
|
|
6232
6285
|
type: {
|
|
6233
6286
|
name: "Composite",
|
|
6234
6287
|
className: "Template",
|
|
6235
6288
|
},
|
|
6236
|
-
},
|
|
6289
|
+
},
|
|
6290
|
+
active: {
|
|
6237
6291
|
serializedName: "properties.active",
|
|
6238
6292
|
readOnly: true,
|
|
6239
6293
|
type: {
|
|
6240
6294
|
name: "Boolean",
|
|
6241
6295
|
},
|
|
6242
|
-
},
|
|
6296
|
+
},
|
|
6297
|
+
replicas: {
|
|
6243
6298
|
serializedName: "properties.replicas",
|
|
6244
6299
|
readOnly: true,
|
|
6245
6300
|
type: {
|
|
6246
6301
|
name: "Number",
|
|
6247
6302
|
},
|
|
6248
|
-
},
|
|
6303
|
+
},
|
|
6304
|
+
trafficWeight: {
|
|
6249
6305
|
serializedName: "properties.trafficWeight",
|
|
6250
6306
|
readOnly: true,
|
|
6251
6307
|
type: {
|
|
6252
6308
|
name: "Number",
|
|
6253
6309
|
},
|
|
6254
|
-
},
|
|
6310
|
+
},
|
|
6311
|
+
provisioningError: {
|
|
6255
6312
|
serializedName: "properties.provisioningError",
|
|
6256
6313
|
readOnly: true,
|
|
6257
6314
|
type: {
|
|
6258
6315
|
name: "String",
|
|
6259
6316
|
},
|
|
6260
|
-
},
|
|
6317
|
+
},
|
|
6318
|
+
healthState: {
|
|
6261
6319
|
serializedName: "properties.healthState",
|
|
6262
6320
|
readOnly: true,
|
|
6263
6321
|
type: {
|
|
6264
6322
|
name: "String",
|
|
6265
6323
|
},
|
|
6266
|
-
},
|
|
6324
|
+
},
|
|
6325
|
+
provisioningState: {
|
|
6267
6326
|
serializedName: "properties.provisioningState",
|
|
6268
6327
|
readOnly: true,
|
|
6269
6328
|
type: {
|
|
6270
6329
|
name: "String",
|
|
6271
6330
|
},
|
|
6272
|
-
},
|
|
6331
|
+
},
|
|
6332
|
+
runningState: {
|
|
6273
6333
|
serializedName: "properties.runningState",
|
|
6274
6334
|
readOnly: true,
|
|
6275
6335
|
type: {
|
|
6276
6336
|
name: "String",
|
|
6277
6337
|
},
|
|
6278
|
-
}
|
|
6338
|
+
},
|
|
6339
|
+
},
|
|
6279
6340
|
},
|
|
6280
6341
|
};
|
|
6281
6342
|
export const Replica = {
|
|
6282
6343
|
type: {
|
|
6283
6344
|
name: "Composite",
|
|
6284
6345
|
className: "Replica",
|
|
6285
|
-
modelProperties:
|
|
6346
|
+
modelProperties: {
|
|
6347
|
+
...ProxyResource.type.modelProperties,
|
|
6348
|
+
createdTime: {
|
|
6286
6349
|
serializedName: "properties.createdTime",
|
|
6287
6350
|
readOnly: true,
|
|
6288
6351
|
type: {
|
|
6289
6352
|
name: "DateTime",
|
|
6290
6353
|
},
|
|
6291
|
-
},
|
|
6354
|
+
},
|
|
6355
|
+
runningState: {
|
|
6292
6356
|
serializedName: "properties.runningState",
|
|
6293
6357
|
readOnly: true,
|
|
6294
6358
|
type: {
|
|
6295
6359
|
name: "String",
|
|
6296
6360
|
},
|
|
6297
|
-
},
|
|
6361
|
+
},
|
|
6362
|
+
runningStateDetails: {
|
|
6298
6363
|
serializedName: "properties.runningStateDetails",
|
|
6299
6364
|
readOnly: true,
|
|
6300
6365
|
type: {
|
|
6301
6366
|
name: "String",
|
|
6302
6367
|
},
|
|
6303
|
-
},
|
|
6368
|
+
},
|
|
6369
|
+
containers: {
|
|
6304
6370
|
serializedName: "properties.containers",
|
|
6305
6371
|
type: {
|
|
6306
6372
|
name: "Sequence",
|
|
@@ -6311,7 +6377,8 @@ export const Replica = {
|
|
|
6311
6377
|
},
|
|
6312
6378
|
},
|
|
6313
6379
|
},
|
|
6314
|
-
},
|
|
6380
|
+
},
|
|
6381
|
+
initContainers: {
|
|
6315
6382
|
serializedName: "properties.initContainers",
|
|
6316
6383
|
type: {
|
|
6317
6384
|
name: "Sequence",
|
|
@@ -6322,235 +6389,282 @@ export const Replica = {
|
|
|
6322
6389
|
},
|
|
6323
6390
|
},
|
|
6324
6391
|
},
|
|
6325
|
-
}
|
|
6392
|
+
},
|
|
6393
|
+
},
|
|
6326
6394
|
},
|
|
6327
6395
|
};
|
|
6328
6396
|
export const Diagnostics = {
|
|
6329
6397
|
type: {
|
|
6330
6398
|
name: "Composite",
|
|
6331
6399
|
className: "Diagnostics",
|
|
6332
|
-
modelProperties:
|
|
6400
|
+
modelProperties: {
|
|
6401
|
+
...ProxyResource.type.modelProperties,
|
|
6402
|
+
properties: {
|
|
6333
6403
|
serializedName: "properties",
|
|
6334
6404
|
type: {
|
|
6335
6405
|
name: "Composite",
|
|
6336
6406
|
className: "DiagnosticsProperties",
|
|
6337
6407
|
},
|
|
6338
|
-
}
|
|
6408
|
+
},
|
|
6409
|
+
},
|
|
6339
6410
|
},
|
|
6340
6411
|
};
|
|
6341
6412
|
export const JavaComponent = {
|
|
6342
6413
|
type: {
|
|
6343
6414
|
name: "Composite",
|
|
6344
6415
|
className: "JavaComponent",
|
|
6345
|
-
modelProperties:
|
|
6416
|
+
modelProperties: {
|
|
6417
|
+
...ProxyResource.type.modelProperties,
|
|
6418
|
+
properties: {
|
|
6346
6419
|
serializedName: "properties",
|
|
6347
6420
|
type: {
|
|
6348
6421
|
name: "Composite",
|
|
6349
6422
|
className: "JavaComponentProperties",
|
|
6350
6423
|
},
|
|
6351
|
-
}
|
|
6424
|
+
},
|
|
6425
|
+
},
|
|
6352
6426
|
},
|
|
6353
6427
|
};
|
|
6354
6428
|
export const WorkloadProfileStates = {
|
|
6355
6429
|
type: {
|
|
6356
6430
|
name: "Composite",
|
|
6357
6431
|
className: "WorkloadProfileStates",
|
|
6358
|
-
modelProperties:
|
|
6432
|
+
modelProperties: {
|
|
6433
|
+
...ProxyResource.type.modelProperties,
|
|
6434
|
+
properties: {
|
|
6359
6435
|
serializedName: "properties",
|
|
6360
6436
|
type: {
|
|
6361
6437
|
name: "Composite",
|
|
6362
6438
|
className: "WorkloadProfileStatesProperties",
|
|
6363
6439
|
},
|
|
6364
|
-
}
|
|
6440
|
+
},
|
|
6441
|
+
},
|
|
6365
6442
|
},
|
|
6366
6443
|
};
|
|
6367
6444
|
export const ManagedEnvironmentStorage = {
|
|
6368
6445
|
type: {
|
|
6369
6446
|
name: "Composite",
|
|
6370
6447
|
className: "ManagedEnvironmentStorage",
|
|
6371
|
-
modelProperties:
|
|
6448
|
+
modelProperties: {
|
|
6449
|
+
...ProxyResource.type.modelProperties,
|
|
6450
|
+
properties: {
|
|
6372
6451
|
serializedName: "properties",
|
|
6373
6452
|
type: {
|
|
6374
6453
|
name: "Composite",
|
|
6375
6454
|
className: "ManagedEnvironmentStorageProperties",
|
|
6376
6455
|
},
|
|
6377
|
-
}
|
|
6456
|
+
},
|
|
6457
|
+
},
|
|
6378
6458
|
},
|
|
6379
6459
|
};
|
|
6380
6460
|
export const SourceControl = {
|
|
6381
6461
|
type: {
|
|
6382
6462
|
name: "Composite",
|
|
6383
6463
|
className: "SourceControl",
|
|
6384
|
-
modelProperties:
|
|
6464
|
+
modelProperties: {
|
|
6465
|
+
...ProxyResource.type.modelProperties,
|
|
6466
|
+
operationState: {
|
|
6385
6467
|
serializedName: "properties.operationState",
|
|
6386
6468
|
readOnly: true,
|
|
6387
6469
|
type: {
|
|
6388
6470
|
name: "String",
|
|
6389
6471
|
},
|
|
6390
|
-
},
|
|
6472
|
+
},
|
|
6473
|
+
repoUrl: {
|
|
6391
6474
|
serializedName: "properties.repoUrl",
|
|
6392
6475
|
type: {
|
|
6393
6476
|
name: "String",
|
|
6394
6477
|
},
|
|
6395
|
-
},
|
|
6478
|
+
},
|
|
6479
|
+
branch: {
|
|
6396
6480
|
serializedName: "properties.branch",
|
|
6397
6481
|
type: {
|
|
6398
6482
|
name: "String",
|
|
6399
6483
|
},
|
|
6400
|
-
},
|
|
6484
|
+
},
|
|
6485
|
+
githubActionConfiguration: {
|
|
6401
6486
|
serializedName: "properties.githubActionConfiguration",
|
|
6402
6487
|
type: {
|
|
6403
6488
|
name: "Composite",
|
|
6404
6489
|
className: "GithubActionConfiguration",
|
|
6405
6490
|
},
|
|
6406
|
-
}
|
|
6491
|
+
},
|
|
6492
|
+
},
|
|
6407
6493
|
},
|
|
6408
6494
|
};
|
|
6409
6495
|
export const ConnectedEnvironment = {
|
|
6410
6496
|
type: {
|
|
6411
6497
|
name: "Composite",
|
|
6412
6498
|
className: "ConnectedEnvironment",
|
|
6413
|
-
modelProperties:
|
|
6499
|
+
modelProperties: {
|
|
6500
|
+
...TrackedResource.type.modelProperties,
|
|
6501
|
+
extendedLocation: {
|
|
6414
6502
|
serializedName: "extendedLocation",
|
|
6415
6503
|
type: {
|
|
6416
6504
|
name: "Composite",
|
|
6417
6505
|
className: "ExtendedLocation",
|
|
6418
6506
|
},
|
|
6419
|
-
},
|
|
6507
|
+
},
|
|
6508
|
+
provisioningState: {
|
|
6420
6509
|
serializedName: "properties.provisioningState",
|
|
6421
6510
|
readOnly: true,
|
|
6422
6511
|
type: {
|
|
6423
6512
|
name: "String",
|
|
6424
6513
|
},
|
|
6425
|
-
},
|
|
6514
|
+
},
|
|
6515
|
+
deploymentErrors: {
|
|
6426
6516
|
serializedName: "properties.deploymentErrors",
|
|
6427
6517
|
readOnly: true,
|
|
6428
6518
|
type: {
|
|
6429
6519
|
name: "String",
|
|
6430
6520
|
},
|
|
6431
|
-
},
|
|
6521
|
+
},
|
|
6522
|
+
defaultDomain: {
|
|
6432
6523
|
serializedName: "properties.defaultDomain",
|
|
6433
6524
|
readOnly: true,
|
|
6434
6525
|
type: {
|
|
6435
6526
|
name: "String",
|
|
6436
6527
|
},
|
|
6437
|
-
},
|
|
6528
|
+
},
|
|
6529
|
+
staticIp: {
|
|
6438
6530
|
serializedName: "properties.staticIp",
|
|
6439
6531
|
type: {
|
|
6440
6532
|
name: "String",
|
|
6441
6533
|
},
|
|
6442
|
-
},
|
|
6534
|
+
},
|
|
6535
|
+
daprAIConnectionString: {
|
|
6443
6536
|
serializedName: "properties.daprAIConnectionString",
|
|
6444
6537
|
type: {
|
|
6445
6538
|
name: "String",
|
|
6446
6539
|
},
|
|
6447
|
-
},
|
|
6540
|
+
},
|
|
6541
|
+
customDomainConfiguration: {
|
|
6448
6542
|
serializedName: "properties.customDomainConfiguration",
|
|
6449
6543
|
type: {
|
|
6450
6544
|
name: "Composite",
|
|
6451
6545
|
className: "CustomDomainConfiguration",
|
|
6452
6546
|
},
|
|
6453
|
-
}
|
|
6547
|
+
},
|
|
6548
|
+
},
|
|
6454
6549
|
},
|
|
6455
6550
|
};
|
|
6456
6551
|
export const Certificate = {
|
|
6457
6552
|
type: {
|
|
6458
6553
|
name: "Composite",
|
|
6459
6554
|
className: "Certificate",
|
|
6460
|
-
modelProperties:
|
|
6555
|
+
modelProperties: {
|
|
6556
|
+
...TrackedResource.type.modelProperties,
|
|
6557
|
+
properties: {
|
|
6461
6558
|
serializedName: "properties",
|
|
6462
6559
|
type: {
|
|
6463
6560
|
name: "Composite",
|
|
6464
6561
|
className: "CertificateProperties",
|
|
6465
6562
|
},
|
|
6466
|
-
}
|
|
6563
|
+
},
|
|
6564
|
+
},
|
|
6467
6565
|
},
|
|
6468
6566
|
};
|
|
6469
6567
|
export const ContainerApp = {
|
|
6470
6568
|
type: {
|
|
6471
6569
|
name: "Composite",
|
|
6472
6570
|
className: "ContainerApp",
|
|
6473
|
-
modelProperties:
|
|
6571
|
+
modelProperties: {
|
|
6572
|
+
...TrackedResource.type.modelProperties,
|
|
6573
|
+
extendedLocation: {
|
|
6474
6574
|
serializedName: "extendedLocation",
|
|
6475
6575
|
type: {
|
|
6476
6576
|
name: "Composite",
|
|
6477
6577
|
className: "ExtendedLocation",
|
|
6478
6578
|
},
|
|
6479
|
-
},
|
|
6579
|
+
},
|
|
6580
|
+
identity: {
|
|
6480
6581
|
serializedName: "identity",
|
|
6481
6582
|
type: {
|
|
6482
6583
|
name: "Composite",
|
|
6483
6584
|
className: "ManagedServiceIdentity",
|
|
6484
6585
|
},
|
|
6485
|
-
},
|
|
6586
|
+
},
|
|
6587
|
+
managedBy: {
|
|
6486
6588
|
serializedName: "managedBy",
|
|
6487
6589
|
type: {
|
|
6488
6590
|
name: "String",
|
|
6489
6591
|
},
|
|
6490
|
-
},
|
|
6592
|
+
},
|
|
6593
|
+
provisioningState: {
|
|
6491
6594
|
serializedName: "properties.provisioningState",
|
|
6492
6595
|
readOnly: true,
|
|
6493
6596
|
type: {
|
|
6494
6597
|
name: "String",
|
|
6495
6598
|
},
|
|
6496
|
-
},
|
|
6599
|
+
},
|
|
6600
|
+
runningStatus: {
|
|
6497
6601
|
serializedName: "properties.runningStatus",
|
|
6498
6602
|
readOnly: true,
|
|
6499
6603
|
type: {
|
|
6500
6604
|
name: "String",
|
|
6501
6605
|
},
|
|
6502
|
-
},
|
|
6606
|
+
},
|
|
6607
|
+
managedEnvironmentId: {
|
|
6503
6608
|
serializedName: "properties.managedEnvironmentId",
|
|
6504
6609
|
type: {
|
|
6505
6610
|
name: "String",
|
|
6506
6611
|
},
|
|
6507
|
-
},
|
|
6612
|
+
},
|
|
6613
|
+
environmentId: {
|
|
6508
6614
|
serializedName: "properties.environmentId",
|
|
6509
6615
|
type: {
|
|
6510
6616
|
name: "String",
|
|
6511
6617
|
},
|
|
6512
|
-
},
|
|
6618
|
+
},
|
|
6619
|
+
workloadProfileName: {
|
|
6513
6620
|
serializedName: "properties.workloadProfileName",
|
|
6514
6621
|
type: {
|
|
6515
6622
|
name: "String",
|
|
6516
6623
|
},
|
|
6517
|
-
},
|
|
6624
|
+
},
|
|
6625
|
+
latestRevisionName: {
|
|
6518
6626
|
serializedName: "properties.latestRevisionName",
|
|
6519
6627
|
readOnly: true,
|
|
6520
6628
|
type: {
|
|
6521
6629
|
name: "String",
|
|
6522
6630
|
},
|
|
6523
|
-
},
|
|
6631
|
+
},
|
|
6632
|
+
latestReadyRevisionName: {
|
|
6524
6633
|
serializedName: "properties.latestReadyRevisionName",
|
|
6525
6634
|
readOnly: true,
|
|
6526
6635
|
type: {
|
|
6527
6636
|
name: "String",
|
|
6528
6637
|
},
|
|
6529
|
-
},
|
|
6638
|
+
},
|
|
6639
|
+
latestRevisionFqdn: {
|
|
6530
6640
|
serializedName: "properties.latestRevisionFqdn",
|
|
6531
6641
|
readOnly: true,
|
|
6532
6642
|
type: {
|
|
6533
6643
|
name: "String",
|
|
6534
6644
|
},
|
|
6535
|
-
},
|
|
6645
|
+
},
|
|
6646
|
+
customDomainVerificationId: {
|
|
6536
6647
|
serializedName: "properties.customDomainVerificationId",
|
|
6537
6648
|
readOnly: true,
|
|
6538
6649
|
type: {
|
|
6539
6650
|
name: "String",
|
|
6540
6651
|
},
|
|
6541
|
-
},
|
|
6652
|
+
},
|
|
6653
|
+
configuration: {
|
|
6542
6654
|
serializedName: "properties.configuration",
|
|
6543
6655
|
type: {
|
|
6544
6656
|
name: "Composite",
|
|
6545
6657
|
className: "Configuration",
|
|
6546
6658
|
},
|
|
6547
|
-
},
|
|
6659
|
+
},
|
|
6660
|
+
template: {
|
|
6548
6661
|
serializedName: "properties.template",
|
|
6549
6662
|
type: {
|
|
6550
6663
|
name: "Composite",
|
|
6551
6664
|
className: "Template",
|
|
6552
6665
|
},
|
|
6553
|
-
},
|
|
6666
|
+
},
|
|
6667
|
+
outboundIpAddresses: {
|
|
6554
6668
|
serializedName: "properties.outboundIpAddresses",
|
|
6555
6669
|
readOnly: true,
|
|
6556
6670
|
type: {
|
|
@@ -6561,113 +6675,134 @@ export const ContainerApp = {
|
|
|
6561
6675
|
},
|
|
6562
6676
|
},
|
|
6563
6677
|
},
|
|
6564
|
-
},
|
|
6678
|
+
},
|
|
6679
|
+
eventStreamEndpoint: {
|
|
6565
6680
|
serializedName: "properties.eventStreamEndpoint",
|
|
6566
6681
|
readOnly: true,
|
|
6567
6682
|
type: {
|
|
6568
6683
|
name: "String",
|
|
6569
6684
|
},
|
|
6570
|
-
}
|
|
6685
|
+
},
|
|
6686
|
+
},
|
|
6571
6687
|
},
|
|
6572
6688
|
};
|
|
6573
6689
|
export const ContainerAppAuthToken = {
|
|
6574
6690
|
type: {
|
|
6575
6691
|
name: "Composite",
|
|
6576
6692
|
className: "ContainerAppAuthToken",
|
|
6577
|
-
modelProperties:
|
|
6693
|
+
modelProperties: {
|
|
6694
|
+
...TrackedResource.type.modelProperties,
|
|
6695
|
+
token: {
|
|
6578
6696
|
serializedName: "properties.token",
|
|
6579
6697
|
readOnly: true,
|
|
6580
6698
|
type: {
|
|
6581
6699
|
name: "String",
|
|
6582
6700
|
},
|
|
6583
|
-
},
|
|
6701
|
+
},
|
|
6702
|
+
expires: {
|
|
6584
6703
|
serializedName: "properties.expires",
|
|
6585
6704
|
readOnly: true,
|
|
6586
6705
|
type: {
|
|
6587
6706
|
name: "DateTime",
|
|
6588
6707
|
},
|
|
6589
|
-
}
|
|
6708
|
+
},
|
|
6709
|
+
},
|
|
6590
6710
|
},
|
|
6591
6711
|
};
|
|
6592
6712
|
export const ManagedEnvironment = {
|
|
6593
6713
|
type: {
|
|
6594
6714
|
name: "Composite",
|
|
6595
6715
|
className: "ManagedEnvironment",
|
|
6596
|
-
modelProperties:
|
|
6716
|
+
modelProperties: {
|
|
6717
|
+
...TrackedResource.type.modelProperties,
|
|
6718
|
+
kind: {
|
|
6597
6719
|
serializedName: "kind",
|
|
6598
6720
|
type: {
|
|
6599
6721
|
name: "String",
|
|
6600
6722
|
},
|
|
6601
|
-
},
|
|
6723
|
+
},
|
|
6724
|
+
identity: {
|
|
6602
6725
|
serializedName: "identity",
|
|
6603
6726
|
type: {
|
|
6604
6727
|
name: "Composite",
|
|
6605
6728
|
className: "ManagedServiceIdentity",
|
|
6606
6729
|
},
|
|
6607
|
-
},
|
|
6730
|
+
},
|
|
6731
|
+
provisioningState: {
|
|
6608
6732
|
serializedName: "properties.provisioningState",
|
|
6609
6733
|
readOnly: true,
|
|
6610
6734
|
type: {
|
|
6611
6735
|
name: "String",
|
|
6612
6736
|
},
|
|
6613
|
-
},
|
|
6737
|
+
},
|
|
6738
|
+
daprAIInstrumentationKey: {
|
|
6614
6739
|
serializedName: "properties.daprAIInstrumentationKey",
|
|
6615
6740
|
type: {
|
|
6616
6741
|
name: "String",
|
|
6617
6742
|
},
|
|
6618
|
-
},
|
|
6743
|
+
},
|
|
6744
|
+
daprAIConnectionString: {
|
|
6619
6745
|
serializedName: "properties.daprAIConnectionString",
|
|
6620
6746
|
type: {
|
|
6621
6747
|
name: "String",
|
|
6622
6748
|
},
|
|
6623
|
-
},
|
|
6749
|
+
},
|
|
6750
|
+
vnetConfiguration: {
|
|
6624
6751
|
serializedName: "properties.vnetConfiguration",
|
|
6625
6752
|
type: {
|
|
6626
6753
|
name: "Composite",
|
|
6627
6754
|
className: "VnetConfiguration",
|
|
6628
6755
|
},
|
|
6629
|
-
},
|
|
6756
|
+
},
|
|
6757
|
+
deploymentErrors: {
|
|
6630
6758
|
serializedName: "properties.deploymentErrors",
|
|
6631
6759
|
readOnly: true,
|
|
6632
6760
|
type: {
|
|
6633
6761
|
name: "String",
|
|
6634
6762
|
},
|
|
6635
|
-
},
|
|
6763
|
+
},
|
|
6764
|
+
defaultDomain: {
|
|
6636
6765
|
serializedName: "properties.defaultDomain",
|
|
6637
6766
|
readOnly: true,
|
|
6638
6767
|
type: {
|
|
6639
6768
|
name: "String",
|
|
6640
6769
|
},
|
|
6641
|
-
},
|
|
6770
|
+
},
|
|
6771
|
+
staticIp: {
|
|
6642
6772
|
serializedName: "properties.staticIp",
|
|
6643
6773
|
readOnly: true,
|
|
6644
6774
|
type: {
|
|
6645
6775
|
name: "String",
|
|
6646
6776
|
},
|
|
6647
|
-
},
|
|
6777
|
+
},
|
|
6778
|
+
appLogsConfiguration: {
|
|
6648
6779
|
serializedName: "properties.appLogsConfiguration",
|
|
6649
6780
|
type: {
|
|
6650
6781
|
name: "Composite",
|
|
6651
6782
|
className: "AppLogsConfiguration",
|
|
6652
6783
|
},
|
|
6653
|
-
},
|
|
6784
|
+
},
|
|
6785
|
+
zoneRedundant: {
|
|
6654
6786
|
serializedName: "properties.zoneRedundant",
|
|
6655
6787
|
type: {
|
|
6656
6788
|
name: "Boolean",
|
|
6657
6789
|
},
|
|
6658
|
-
},
|
|
6790
|
+
},
|
|
6791
|
+
customDomainConfiguration: {
|
|
6659
6792
|
serializedName: "properties.customDomainConfiguration",
|
|
6660
6793
|
type: {
|
|
6661
6794
|
name: "Composite",
|
|
6662
6795
|
className: "CustomDomainConfiguration",
|
|
6663
6796
|
},
|
|
6664
|
-
},
|
|
6797
|
+
},
|
|
6798
|
+
eventStreamEndpoint: {
|
|
6665
6799
|
serializedName: "properties.eventStreamEndpoint",
|
|
6666
6800
|
readOnly: true,
|
|
6667
6801
|
type: {
|
|
6668
6802
|
name: "String",
|
|
6669
6803
|
},
|
|
6670
|
-
},
|
|
6804
|
+
},
|
|
6805
|
+
workloadProfiles: {
|
|
6671
6806
|
serializedName: "properties.workloadProfiles",
|
|
6672
6807
|
type: {
|
|
6673
6808
|
name: "Sequence",
|
|
@@ -6678,77 +6813,91 @@ export const ManagedEnvironment = {
|
|
|
6678
6813
|
},
|
|
6679
6814
|
},
|
|
6680
6815
|
},
|
|
6681
|
-
},
|
|
6816
|
+
},
|
|
6817
|
+
kedaConfiguration: {
|
|
6682
6818
|
serializedName: "properties.kedaConfiguration",
|
|
6683
6819
|
type: {
|
|
6684
6820
|
name: "Composite",
|
|
6685
6821
|
className: "KedaConfiguration",
|
|
6686
6822
|
},
|
|
6687
|
-
},
|
|
6823
|
+
},
|
|
6824
|
+
daprConfiguration: {
|
|
6688
6825
|
serializedName: "properties.daprConfiguration",
|
|
6689
6826
|
type: {
|
|
6690
6827
|
name: "Composite",
|
|
6691
6828
|
className: "DaprConfiguration",
|
|
6692
6829
|
},
|
|
6693
|
-
},
|
|
6830
|
+
},
|
|
6831
|
+
infrastructureResourceGroup: {
|
|
6694
6832
|
serializedName: "properties.infrastructureResourceGroup",
|
|
6695
6833
|
type: {
|
|
6696
6834
|
name: "String",
|
|
6697
6835
|
},
|
|
6698
|
-
},
|
|
6836
|
+
},
|
|
6837
|
+
peerAuthentication: {
|
|
6699
6838
|
serializedName: "properties.peerAuthentication",
|
|
6700
6839
|
type: {
|
|
6701
6840
|
name: "Composite",
|
|
6702
6841
|
className: "ManagedEnvironmentPropertiesPeerAuthentication",
|
|
6703
6842
|
},
|
|
6704
|
-
},
|
|
6843
|
+
},
|
|
6844
|
+
peerTrafficConfiguration: {
|
|
6705
6845
|
serializedName: "properties.peerTrafficConfiguration",
|
|
6706
6846
|
type: {
|
|
6707
6847
|
name: "Composite",
|
|
6708
6848
|
className: "ManagedEnvironmentPropertiesPeerTrafficConfiguration",
|
|
6709
6849
|
},
|
|
6710
|
-
}
|
|
6850
|
+
},
|
|
6851
|
+
},
|
|
6711
6852
|
},
|
|
6712
6853
|
};
|
|
6713
6854
|
export const Job = {
|
|
6714
6855
|
type: {
|
|
6715
6856
|
name: "Composite",
|
|
6716
6857
|
className: "Job",
|
|
6717
|
-
modelProperties:
|
|
6858
|
+
modelProperties: {
|
|
6859
|
+
...TrackedResource.type.modelProperties,
|
|
6860
|
+
identity: {
|
|
6718
6861
|
serializedName: "identity",
|
|
6719
6862
|
type: {
|
|
6720
6863
|
name: "Composite",
|
|
6721
6864
|
className: "ManagedServiceIdentity",
|
|
6722
6865
|
},
|
|
6723
|
-
},
|
|
6866
|
+
},
|
|
6867
|
+
provisioningState: {
|
|
6724
6868
|
serializedName: "properties.provisioningState",
|
|
6725
6869
|
readOnly: true,
|
|
6726
6870
|
type: {
|
|
6727
6871
|
name: "String",
|
|
6728
6872
|
},
|
|
6729
|
-
},
|
|
6873
|
+
},
|
|
6874
|
+
environmentId: {
|
|
6730
6875
|
serializedName: "properties.environmentId",
|
|
6731
6876
|
type: {
|
|
6732
6877
|
name: "String",
|
|
6733
6878
|
},
|
|
6734
|
-
},
|
|
6879
|
+
},
|
|
6880
|
+
workloadProfileName: {
|
|
6735
6881
|
serializedName: "properties.workloadProfileName",
|
|
6736
6882
|
type: {
|
|
6737
6883
|
name: "String",
|
|
6738
6884
|
},
|
|
6739
|
-
},
|
|
6885
|
+
},
|
|
6886
|
+
configuration: {
|
|
6740
6887
|
serializedName: "properties.configuration",
|
|
6741
6888
|
type: {
|
|
6742
6889
|
name: "Composite",
|
|
6743
6890
|
className: "JobConfiguration",
|
|
6744
6891
|
},
|
|
6745
|
-
},
|
|
6892
|
+
},
|
|
6893
|
+
template: {
|
|
6746
6894
|
serializedName: "properties.template",
|
|
6747
6895
|
type: {
|
|
6748
6896
|
name: "Composite",
|
|
6749
6897
|
className: "JobTemplate",
|
|
6750
6898
|
},
|
|
6751
|
-
},
|
|
6899
|
+
},
|
|
6900
|
+
outboundIpAddresses: {
|
|
6752
6901
|
serializedName: "properties.outboundIpAddresses",
|
|
6753
6902
|
readOnly: true,
|
|
6754
6903
|
type: {
|
|
@@ -6759,85 +6908,102 @@ export const Job = {
|
|
|
6759
6908
|
},
|
|
6760
6909
|
},
|
|
6761
6910
|
},
|
|
6762
|
-
},
|
|
6911
|
+
},
|
|
6912
|
+
eventStreamEndpoint: {
|
|
6763
6913
|
serializedName: "properties.eventStreamEndpoint",
|
|
6764
6914
|
readOnly: true,
|
|
6765
6915
|
type: {
|
|
6766
6916
|
name: "String",
|
|
6767
6917
|
},
|
|
6768
|
-
}
|
|
6918
|
+
},
|
|
6919
|
+
},
|
|
6769
6920
|
},
|
|
6770
6921
|
};
|
|
6771
6922
|
export const ManagedCertificate = {
|
|
6772
6923
|
type: {
|
|
6773
6924
|
name: "Composite",
|
|
6774
6925
|
className: "ManagedCertificate",
|
|
6775
|
-
modelProperties:
|
|
6926
|
+
modelProperties: {
|
|
6927
|
+
...TrackedResource.type.modelProperties,
|
|
6928
|
+
properties: {
|
|
6776
6929
|
serializedName: "properties",
|
|
6777
6930
|
type: {
|
|
6778
6931
|
name: "Composite",
|
|
6779
6932
|
className: "ManagedCertificateProperties",
|
|
6780
6933
|
},
|
|
6781
|
-
}
|
|
6934
|
+
},
|
|
6935
|
+
},
|
|
6782
6936
|
},
|
|
6783
6937
|
};
|
|
6784
6938
|
export const EnvironmentAuthToken = {
|
|
6785
6939
|
type: {
|
|
6786
6940
|
name: "Composite",
|
|
6787
6941
|
className: "EnvironmentAuthToken",
|
|
6788
|
-
modelProperties:
|
|
6942
|
+
modelProperties: {
|
|
6943
|
+
...TrackedResource.type.modelProperties,
|
|
6944
|
+
token: {
|
|
6789
6945
|
serializedName: "properties.token",
|
|
6790
6946
|
readOnly: true,
|
|
6791
6947
|
type: {
|
|
6792
6948
|
name: "String",
|
|
6793
6949
|
},
|
|
6794
|
-
},
|
|
6950
|
+
},
|
|
6951
|
+
expires: {
|
|
6795
6952
|
serializedName: "properties.expires",
|
|
6796
6953
|
readOnly: true,
|
|
6797
6954
|
type: {
|
|
6798
6955
|
name: "DateTime",
|
|
6799
6956
|
},
|
|
6800
|
-
}
|
|
6957
|
+
},
|
|
6958
|
+
},
|
|
6801
6959
|
},
|
|
6802
6960
|
};
|
|
6803
6961
|
export const SessionPool = {
|
|
6804
6962
|
type: {
|
|
6805
6963
|
name: "Composite",
|
|
6806
6964
|
className: "SessionPool",
|
|
6807
|
-
modelProperties:
|
|
6965
|
+
modelProperties: {
|
|
6966
|
+
...TrackedResource.type.modelProperties,
|
|
6967
|
+
identity: {
|
|
6808
6968
|
serializedName: "identity",
|
|
6809
6969
|
type: {
|
|
6810
6970
|
name: "Composite",
|
|
6811
6971
|
className: "ManagedServiceIdentity",
|
|
6812
6972
|
},
|
|
6813
|
-
},
|
|
6973
|
+
},
|
|
6974
|
+
environmentId: {
|
|
6814
6975
|
serializedName: "properties.environmentId",
|
|
6815
6976
|
type: {
|
|
6816
6977
|
name: "String",
|
|
6817
6978
|
},
|
|
6818
|
-
},
|
|
6979
|
+
},
|
|
6980
|
+
containerType: {
|
|
6819
6981
|
serializedName: "properties.containerType",
|
|
6820
6982
|
type: {
|
|
6821
6983
|
name: "String",
|
|
6822
6984
|
},
|
|
6823
|
-
},
|
|
6985
|
+
},
|
|
6986
|
+
poolManagementType: {
|
|
6824
6987
|
serializedName: "properties.poolManagementType",
|
|
6825
6988
|
type: {
|
|
6826
6989
|
name: "String",
|
|
6827
6990
|
},
|
|
6828
|
-
},
|
|
6991
|
+
},
|
|
6992
|
+
nodeCount: {
|
|
6829
6993
|
serializedName: "properties.nodeCount",
|
|
6830
6994
|
readOnly: true,
|
|
6831
6995
|
type: {
|
|
6832
6996
|
name: "Number",
|
|
6833
6997
|
},
|
|
6834
|
-
},
|
|
6998
|
+
},
|
|
6999
|
+
scaleConfiguration: {
|
|
6835
7000
|
serializedName: "properties.scaleConfiguration",
|
|
6836
7001
|
type: {
|
|
6837
7002
|
name: "Composite",
|
|
6838
7003
|
className: "ScaleConfiguration",
|
|
6839
7004
|
},
|
|
6840
|
-
},
|
|
7005
|
+
},
|
|
7006
|
+
secrets: {
|
|
6841
7007
|
serializedName: "properties.secrets",
|
|
6842
7008
|
type: {
|
|
6843
7009
|
name: "Sequence",
|
|
@@ -6848,37 +7014,43 @@ export const SessionPool = {
|
|
|
6848
7014
|
},
|
|
6849
7015
|
},
|
|
6850
7016
|
},
|
|
6851
|
-
},
|
|
7017
|
+
},
|
|
7018
|
+
dynamicPoolConfiguration: {
|
|
6852
7019
|
serializedName: "properties.dynamicPoolConfiguration",
|
|
6853
7020
|
type: {
|
|
6854
7021
|
name: "Composite",
|
|
6855
7022
|
className: "DynamicPoolConfiguration",
|
|
6856
7023
|
},
|
|
6857
|
-
},
|
|
7024
|
+
},
|
|
7025
|
+
customContainerTemplate: {
|
|
6858
7026
|
serializedName: "properties.customContainerTemplate",
|
|
6859
7027
|
type: {
|
|
6860
7028
|
name: "Composite",
|
|
6861
7029
|
className: "CustomContainerTemplate",
|
|
6862
7030
|
},
|
|
6863
|
-
},
|
|
7031
|
+
},
|
|
7032
|
+
sessionNetworkConfiguration: {
|
|
6864
7033
|
serializedName: "properties.sessionNetworkConfiguration",
|
|
6865
7034
|
type: {
|
|
6866
7035
|
name: "Composite",
|
|
6867
7036
|
className: "SessionNetworkConfiguration",
|
|
6868
7037
|
},
|
|
6869
|
-
},
|
|
7038
|
+
},
|
|
7039
|
+
poolManagementEndpoint: {
|
|
6870
7040
|
serializedName: "properties.poolManagementEndpoint",
|
|
6871
7041
|
readOnly: true,
|
|
6872
7042
|
type: {
|
|
6873
7043
|
name: "String",
|
|
6874
7044
|
},
|
|
6875
|
-
},
|
|
7045
|
+
},
|
|
7046
|
+
provisioningState: {
|
|
6876
7047
|
serializedName: "properties.provisioningState",
|
|
6877
7048
|
readOnly: true,
|
|
6878
7049
|
type: {
|
|
6879
7050
|
name: "String",
|
|
6880
7051
|
},
|
|
6881
|
-
},
|
|
7052
|
+
},
|
|
7053
|
+
managedIdentitySettings: {
|
|
6882
7054
|
serializedName: "properties.managedIdentitySettings",
|
|
6883
7055
|
type: {
|
|
6884
7056
|
name: "Sequence",
|
|
@@ -6889,7 +7061,8 @@ export const SessionPool = {
|
|
|
6889
7061
|
},
|
|
6890
7062
|
},
|
|
6891
7063
|
},
|
|
6892
|
-
}
|
|
7064
|
+
},
|
|
7065
|
+
},
|
|
6893
7066
|
},
|
|
6894
7067
|
};
|
|
6895
7068
|
export const ConnectedEnvironmentsDeleteHeaders = {
|