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