@azure/arm-azurestackhci 4.0.0-alpha.20250718.1 → 4.0.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/azureStackHCIClient.js +26 -5
- package/dist/browser/azureStackHCIClient.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 +313 -148
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/arcSettings.js +56 -58
- package/dist/browser/operations/arcSettings.js.map +1 -1
- package/dist/browser/operations/clusters.js +111 -115
- package/dist/browser/operations/clusters.js.map +1 -1
- package/dist/browser/operations/deploymentSettings.js +45 -52
- package/dist/browser/operations/deploymentSettings.js.map +1 -1
- package/dist/browser/operations/edgeDevices.js +56 -58
- package/dist/browser/operations/edgeDevices.js.map +1 -1
- package/dist/browser/operations/extensions.js +67 -64
- package/dist/browser/operations/extensions.js.map +1 -1
- package/dist/browser/operations/offers.js +45 -79
- package/dist/browser/operations/offers.js.map +1 -1
- package/dist/browser/operations/operations.js +1 -0
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/publishers.js +23 -40
- package/dist/browser/operations/publishers.js.map +1 -1
- package/dist/browser/operations/securitySettings.js +45 -52
- package/dist/browser/operations/securitySettings.js.map +1 -1
- package/dist/browser/operations/skus.js +23 -40
- package/dist/browser/operations/skus.js.map +1 -1
- package/dist/browser/operations/updateRuns.js +34 -46
- package/dist/browser/operations/updateRuns.js.map +1 -1
- package/dist/browser/operations/updateSummariesOperations.js +34 -46
- package/dist/browser/operations/updateSummariesOperations.js.map +1 -1
- package/dist/browser/operations/updates.js +45 -52
- package/dist/browser/operations/updates.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/azureStackHCIClient.js +26 -5
- package/dist/commonjs/azureStackHCIClient.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 +313 -148
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/arcSettings.js +56 -57
- package/dist/commonjs/operations/arcSettings.js.map +1 -1
- package/dist/commonjs/operations/clusters.js +111 -114
- package/dist/commonjs/operations/clusters.js.map +1 -1
- package/dist/commonjs/operations/deploymentSettings.js +45 -51
- package/dist/commonjs/operations/deploymentSettings.js.map +1 -1
- package/dist/commonjs/operations/edgeDevices.js +56 -57
- package/dist/commonjs/operations/edgeDevices.js.map +1 -1
- package/dist/commonjs/operations/extensions.js +67 -63
- package/dist/commonjs/operations/extensions.js.map +1 -1
- package/dist/commonjs/operations/offers.js +45 -78
- package/dist/commonjs/operations/offers.js.map +1 -1
- package/dist/commonjs/operations/operations.js +1 -0
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/publishers.js +23 -39
- package/dist/commonjs/operations/publishers.js.map +1 -1
- package/dist/commonjs/operations/securitySettings.js +45 -51
- package/dist/commonjs/operations/securitySettings.js.map +1 -1
- package/dist/commonjs/operations/skus.js +23 -39
- package/dist/commonjs/operations/skus.js.map +1 -1
- package/dist/commonjs/operations/updateRuns.js +34 -45
- package/dist/commonjs/operations/updateRuns.js.map +1 -1
- package/dist/commonjs/operations/updateSummariesOperations.js +34 -45
- package/dist/commonjs/operations/updateSummariesOperations.js.map +1 -1
- package/dist/commonjs/operations/updates.js +45 -51
- package/dist/commonjs/operations/updates.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/azureStackHCIClient.js +26 -5
- package/dist/esm/azureStackHCIClient.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 +313 -148
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/arcSettings.js +56 -58
- package/dist/esm/operations/arcSettings.js.map +1 -1
- package/dist/esm/operations/clusters.js +111 -115
- package/dist/esm/operations/clusters.js.map +1 -1
- package/dist/esm/operations/deploymentSettings.js +45 -52
- package/dist/esm/operations/deploymentSettings.js.map +1 -1
- package/dist/esm/operations/edgeDevices.js +56 -58
- package/dist/esm/operations/edgeDevices.js.map +1 -1
- package/dist/esm/operations/extensions.js +67 -64
- package/dist/esm/operations/extensions.js.map +1 -1
- package/dist/esm/operations/offers.js +45 -79
- package/dist/esm/operations/offers.js.map +1 -1
- package/dist/esm/operations/operations.js +1 -0
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/publishers.js +23 -40
- package/dist/esm/operations/publishers.js.map +1 -1
- package/dist/esm/operations/securitySettings.js +45 -52
- package/dist/esm/operations/securitySettings.js.map +1 -1
- package/dist/esm/operations/skus.js +23 -40
- package/dist/esm/operations/skus.js.map +1 -1
- package/dist/esm/operations/updateRuns.js +34 -46
- package/dist/esm/operations/updateRuns.js.map +1 -1
- package/dist/esm/operations/updateSummariesOperations.js +34 -46
- package/dist/esm/operations/updateSummariesOperations.js.map +1 -1
- package/dist/esm/operations/updates.js +45 -52
- package/dist/esm/operations/updates.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/azureStackHCIClient.js +26 -5
- package/dist/react-native/azureStackHCIClient.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 +313 -148
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/arcSettings.js +56 -58
- package/dist/react-native/operations/arcSettings.js.map +1 -1
- package/dist/react-native/operations/clusters.js +111 -115
- package/dist/react-native/operations/clusters.js.map +1 -1
- package/dist/react-native/operations/deploymentSettings.js +45 -52
- package/dist/react-native/operations/deploymentSettings.js.map +1 -1
- package/dist/react-native/operations/edgeDevices.js +56 -58
- package/dist/react-native/operations/edgeDevices.js.map +1 -1
- package/dist/react-native/operations/extensions.js +67 -64
- package/dist/react-native/operations/extensions.js.map +1 -1
- package/dist/react-native/operations/offers.js +45 -79
- package/dist/react-native/operations/offers.js.map +1 -1
- package/dist/react-native/operations/operations.js +1 -0
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/publishers.js +23 -40
- package/dist/react-native/operations/publishers.js.map +1 -1
- package/dist/react-native/operations/securitySettings.js +45 -52
- package/dist/react-native/operations/securitySettings.js.map +1 -1
- package/dist/react-native/operations/skus.js +23 -40
- package/dist/react-native/operations/skus.js.map +1 -1
- package/dist/react-native/operations/updateRuns.js +34 -46
- package/dist/react-native/operations/updateRuns.js.map +1 -1
- package/dist/react-native/operations/updateSummariesOperations.js +34 -46
- package/dist/react-native/operations/updateSummariesOperations.js.map +1 -1
- package/dist/react-native/operations/updates.js +45 -52
- package/dist/react-native/operations/updates.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-azurestackhci-node.api.md +2416 -2416
|
@@ -3994,108 +3994,131 @@ export const ProxyResource = {
|
|
|
3994
3994
|
type: {
|
|
3995
3995
|
name: "Composite",
|
|
3996
3996
|
className: "ProxyResource",
|
|
3997
|
-
modelProperties:
|
|
3997
|
+
modelProperties: {
|
|
3998
|
+
...Resource.type.modelProperties,
|
|
3999
|
+
},
|
|
3998
4000
|
},
|
|
3999
4001
|
};
|
|
4000
4002
|
export const TrackedResource = {
|
|
4001
4003
|
type: {
|
|
4002
4004
|
name: "Composite",
|
|
4003
4005
|
className: "TrackedResource",
|
|
4004
|
-
modelProperties:
|
|
4006
|
+
modelProperties: {
|
|
4007
|
+
...Resource.type.modelProperties,
|
|
4008
|
+
tags: {
|
|
4005
4009
|
serializedName: "tags",
|
|
4006
4010
|
type: {
|
|
4007
4011
|
name: "Dictionary",
|
|
4008
4012
|
value: { type: { name: "String" } },
|
|
4009
4013
|
},
|
|
4010
|
-
},
|
|
4014
|
+
},
|
|
4015
|
+
location: {
|
|
4011
4016
|
serializedName: "location",
|
|
4012
4017
|
required: true,
|
|
4013
4018
|
type: {
|
|
4014
4019
|
name: "String",
|
|
4015
4020
|
},
|
|
4016
|
-
}
|
|
4021
|
+
},
|
|
4022
|
+
},
|
|
4017
4023
|
},
|
|
4018
4024
|
};
|
|
4019
4025
|
export const HciEdgeDeviceProperties = {
|
|
4020
4026
|
type: {
|
|
4021
4027
|
name: "Composite",
|
|
4022
4028
|
className: "HciEdgeDeviceProperties",
|
|
4023
|
-
modelProperties:
|
|
4029
|
+
modelProperties: {
|
|
4030
|
+
...EdgeDeviceProperties.type.modelProperties,
|
|
4031
|
+
reportedProperties: {
|
|
4024
4032
|
serializedName: "reportedProperties",
|
|
4025
4033
|
type: {
|
|
4026
4034
|
name: "Composite",
|
|
4027
4035
|
className: "HciReportedProperties",
|
|
4028
4036
|
},
|
|
4029
|
-
}
|
|
4037
|
+
},
|
|
4038
|
+
},
|
|
4030
4039
|
},
|
|
4031
4040
|
};
|
|
4032
4041
|
export const HciReportedProperties = {
|
|
4033
4042
|
type: {
|
|
4034
4043
|
name: "Composite",
|
|
4035
4044
|
className: "HciReportedProperties",
|
|
4036
|
-
modelProperties:
|
|
4045
|
+
modelProperties: {
|
|
4046
|
+
...ReportedProperties.type.modelProperties,
|
|
4047
|
+
networkProfile: {
|
|
4037
4048
|
serializedName: "networkProfile",
|
|
4038
4049
|
type: {
|
|
4039
4050
|
name: "Composite",
|
|
4040
4051
|
className: "HciNetworkProfile",
|
|
4041
4052
|
},
|
|
4042
|
-
},
|
|
4053
|
+
},
|
|
4054
|
+
osProfile: {
|
|
4043
4055
|
serializedName: "osProfile",
|
|
4044
4056
|
type: {
|
|
4045
4057
|
name: "Composite",
|
|
4046
4058
|
className: "HciOsProfile",
|
|
4047
4059
|
},
|
|
4048
|
-
},
|
|
4060
|
+
},
|
|
4061
|
+
sbeDeploymentPackageInfo: {
|
|
4049
4062
|
serializedName: "sbeDeploymentPackageInfo",
|
|
4050
4063
|
type: {
|
|
4051
4064
|
name: "Composite",
|
|
4052
4065
|
className: "SbeDeploymentPackageInfo",
|
|
4053
4066
|
},
|
|
4054
|
-
}
|
|
4067
|
+
},
|
|
4068
|
+
},
|
|
4055
4069
|
},
|
|
4056
4070
|
};
|
|
4057
4071
|
export const ArcSetting = {
|
|
4058
4072
|
type: {
|
|
4059
4073
|
name: "Composite",
|
|
4060
4074
|
className: "ArcSetting",
|
|
4061
|
-
modelProperties:
|
|
4075
|
+
modelProperties: {
|
|
4076
|
+
...ProxyResource.type.modelProperties,
|
|
4077
|
+
provisioningState: {
|
|
4062
4078
|
serializedName: "properties.provisioningState",
|
|
4063
4079
|
readOnly: true,
|
|
4064
4080
|
type: {
|
|
4065
4081
|
name: "String",
|
|
4066
4082
|
},
|
|
4067
|
-
},
|
|
4083
|
+
},
|
|
4084
|
+
arcInstanceResourceGroup: {
|
|
4068
4085
|
serializedName: "properties.arcInstanceResourceGroup",
|
|
4069
4086
|
type: {
|
|
4070
4087
|
name: "String",
|
|
4071
4088
|
},
|
|
4072
|
-
},
|
|
4089
|
+
},
|
|
4090
|
+
arcApplicationClientId: {
|
|
4073
4091
|
serializedName: "properties.arcApplicationClientId",
|
|
4074
4092
|
type: {
|
|
4075
4093
|
name: "String",
|
|
4076
4094
|
},
|
|
4077
|
-
},
|
|
4095
|
+
},
|
|
4096
|
+
arcApplicationTenantId: {
|
|
4078
4097
|
serializedName: "properties.arcApplicationTenantId",
|
|
4079
4098
|
type: {
|
|
4080
4099
|
name: "String",
|
|
4081
4100
|
},
|
|
4082
|
-
},
|
|
4101
|
+
},
|
|
4102
|
+
arcServicePrincipalObjectId: {
|
|
4083
4103
|
serializedName: "properties.arcServicePrincipalObjectId",
|
|
4084
4104
|
type: {
|
|
4085
4105
|
name: "String",
|
|
4086
4106
|
},
|
|
4087
|
-
},
|
|
4107
|
+
},
|
|
4108
|
+
arcApplicationObjectId: {
|
|
4088
4109
|
serializedName: "properties.arcApplicationObjectId",
|
|
4089
4110
|
type: {
|
|
4090
4111
|
name: "String",
|
|
4091
4112
|
},
|
|
4092
|
-
},
|
|
4113
|
+
},
|
|
4114
|
+
aggregateState: {
|
|
4093
4115
|
serializedName: "properties.aggregateState",
|
|
4094
4116
|
readOnly: true,
|
|
4095
4117
|
type: {
|
|
4096
4118
|
name: "String",
|
|
4097
4119
|
},
|
|
4098
|
-
},
|
|
4120
|
+
},
|
|
4121
|
+
perNodeDetails: {
|
|
4099
4122
|
serializedName: "properties.perNodeDetails",
|
|
4100
4123
|
readOnly: true,
|
|
4101
4124
|
type: {
|
|
@@ -4107,13 +4130,15 @@ export const ArcSetting = {
|
|
|
4107
4130
|
},
|
|
4108
4131
|
},
|
|
4109
4132
|
},
|
|
4110
|
-
},
|
|
4133
|
+
},
|
|
4134
|
+
connectivityProperties: {
|
|
4111
4135
|
serializedName: "properties.connectivityProperties",
|
|
4112
4136
|
type: {
|
|
4113
4137
|
name: "Dictionary",
|
|
4114
4138
|
value: { type: { name: "any" } },
|
|
4115
4139
|
},
|
|
4116
|
-
},
|
|
4140
|
+
},
|
|
4141
|
+
defaultExtensions: {
|
|
4117
4142
|
serializedName: "properties.defaultExtensions",
|
|
4118
4143
|
readOnly: true,
|
|
4119
4144
|
type: {
|
|
@@ -4125,20 +4150,24 @@ export const ArcSetting = {
|
|
|
4125
4150
|
},
|
|
4126
4151
|
},
|
|
4127
4152
|
},
|
|
4128
|
-
}
|
|
4153
|
+
},
|
|
4154
|
+
},
|
|
4129
4155
|
},
|
|
4130
4156
|
};
|
|
4131
4157
|
export const DeploymentSetting = {
|
|
4132
4158
|
type: {
|
|
4133
4159
|
name: "Composite",
|
|
4134
4160
|
className: "DeploymentSetting",
|
|
4135
|
-
modelProperties:
|
|
4161
|
+
modelProperties: {
|
|
4162
|
+
...ProxyResource.type.modelProperties,
|
|
4163
|
+
provisioningState: {
|
|
4136
4164
|
serializedName: "properties.provisioningState",
|
|
4137
4165
|
readOnly: true,
|
|
4138
4166
|
type: {
|
|
4139
4167
|
name: "String",
|
|
4140
4168
|
},
|
|
4141
|
-
},
|
|
4169
|
+
},
|
|
4170
|
+
arcNodeResourceIds: {
|
|
4142
4171
|
serializedName: "properties.arcNodeResourceIds",
|
|
4143
4172
|
type: {
|
|
4144
4173
|
name: "Sequence",
|
|
@@ -4148,31 +4177,36 @@ export const DeploymentSetting = {
|
|
|
4148
4177
|
},
|
|
4149
4178
|
},
|
|
4150
4179
|
},
|
|
4151
|
-
},
|
|
4180
|
+
},
|
|
4181
|
+
deploymentMode: {
|
|
4152
4182
|
defaultValue: "Deploy",
|
|
4153
4183
|
serializedName: "properties.deploymentMode",
|
|
4154
4184
|
type: {
|
|
4155
4185
|
name: "String",
|
|
4156
4186
|
},
|
|
4157
|
-
},
|
|
4187
|
+
},
|
|
4188
|
+
operationType: {
|
|
4158
4189
|
defaultValue: "ClusterProvisioning",
|
|
4159
4190
|
serializedName: "properties.operationType",
|
|
4160
4191
|
type: {
|
|
4161
4192
|
name: "String",
|
|
4162
4193
|
},
|
|
4163
|
-
},
|
|
4194
|
+
},
|
|
4195
|
+
deploymentConfiguration: {
|
|
4164
4196
|
serializedName: "properties.deploymentConfiguration",
|
|
4165
4197
|
type: {
|
|
4166
4198
|
name: "Composite",
|
|
4167
4199
|
className: "DeploymentConfiguration",
|
|
4168
4200
|
},
|
|
4169
|
-
},
|
|
4201
|
+
},
|
|
4202
|
+
reportedProperties: {
|
|
4170
4203
|
serializedName: "properties.reportedProperties",
|
|
4171
4204
|
type: {
|
|
4172
4205
|
name: "Composite",
|
|
4173
4206
|
className: "EceReportedProperties",
|
|
4174
4207
|
},
|
|
4175
|
-
}
|
|
4208
|
+
},
|
|
4209
|
+
},
|
|
4176
4210
|
},
|
|
4177
4211
|
};
|
|
4178
4212
|
export const EdgeDevice = {
|
|
@@ -4185,33 +4219,40 @@ export const EdgeDevice = {
|
|
|
4185
4219
|
serializedName: "kind",
|
|
4186
4220
|
clientName: "kind",
|
|
4187
4221
|
},
|
|
4188
|
-
modelProperties:
|
|
4222
|
+
modelProperties: {
|
|
4223
|
+
...ProxyResource.type.modelProperties,
|
|
4224
|
+
kind: {
|
|
4189
4225
|
defaultValue: "HCI",
|
|
4190
4226
|
serializedName: "kind",
|
|
4191
4227
|
required: true,
|
|
4192
4228
|
type: {
|
|
4193
4229
|
name: "String",
|
|
4194
4230
|
},
|
|
4195
|
-
}
|
|
4231
|
+
},
|
|
4232
|
+
},
|
|
4196
4233
|
},
|
|
4197
4234
|
};
|
|
4198
4235
|
export const Extension = {
|
|
4199
4236
|
type: {
|
|
4200
4237
|
name: "Composite",
|
|
4201
4238
|
className: "Extension",
|
|
4202
|
-
modelProperties:
|
|
4239
|
+
modelProperties: {
|
|
4240
|
+
...ProxyResource.type.modelProperties,
|
|
4241
|
+
provisioningState: {
|
|
4203
4242
|
serializedName: "properties.provisioningState",
|
|
4204
4243
|
readOnly: true,
|
|
4205
4244
|
type: {
|
|
4206
4245
|
name: "String",
|
|
4207
4246
|
},
|
|
4208
|
-
},
|
|
4247
|
+
},
|
|
4248
|
+
aggregateState: {
|
|
4209
4249
|
serializedName: "properties.aggregateState",
|
|
4210
4250
|
readOnly: true,
|
|
4211
4251
|
type: {
|
|
4212
4252
|
name: "String",
|
|
4213
4253
|
},
|
|
4214
|
-
},
|
|
4254
|
+
},
|
|
4255
|
+
perNodeExtensionDetails: {
|
|
4215
4256
|
serializedName: "properties.perNodeExtensionDetails",
|
|
4216
4257
|
readOnly: true,
|
|
4217
4258
|
type: {
|
|
@@ -4223,83 +4264,99 @@ export const Extension = {
|
|
|
4223
4264
|
},
|
|
4224
4265
|
},
|
|
4225
4266
|
},
|
|
4226
|
-
},
|
|
4267
|
+
},
|
|
4268
|
+
managedBy: {
|
|
4227
4269
|
serializedName: "properties.managedBy",
|
|
4228
4270
|
readOnly: true,
|
|
4229
4271
|
type: {
|
|
4230
4272
|
name: "String",
|
|
4231
4273
|
},
|
|
4232
|
-
},
|
|
4274
|
+
},
|
|
4275
|
+
forceUpdateTag: {
|
|
4233
4276
|
serializedName: "properties.extensionParameters.forceUpdateTag",
|
|
4234
4277
|
type: {
|
|
4235
4278
|
name: "String",
|
|
4236
4279
|
},
|
|
4237
|
-
},
|
|
4280
|
+
},
|
|
4281
|
+
publisher: {
|
|
4238
4282
|
serializedName: "properties.extensionParameters.publisher",
|
|
4239
4283
|
type: {
|
|
4240
4284
|
name: "String",
|
|
4241
4285
|
},
|
|
4242
|
-
},
|
|
4286
|
+
},
|
|
4287
|
+
typePropertiesExtensionParametersType: {
|
|
4243
4288
|
serializedName: "properties.extensionParameters.type",
|
|
4244
4289
|
type: {
|
|
4245
4290
|
name: "String",
|
|
4246
4291
|
},
|
|
4247
|
-
},
|
|
4292
|
+
},
|
|
4293
|
+
typeHandlerVersion: {
|
|
4248
4294
|
serializedName: "properties.extensionParameters.typeHandlerVersion",
|
|
4249
4295
|
type: {
|
|
4250
4296
|
name: "String",
|
|
4251
4297
|
},
|
|
4252
|
-
},
|
|
4298
|
+
},
|
|
4299
|
+
autoUpgradeMinorVersion: {
|
|
4253
4300
|
serializedName: "properties.extensionParameters.autoUpgradeMinorVersion",
|
|
4254
4301
|
type: {
|
|
4255
4302
|
name: "Boolean",
|
|
4256
4303
|
},
|
|
4257
|
-
},
|
|
4304
|
+
},
|
|
4305
|
+
settings: {
|
|
4258
4306
|
serializedName: "properties.extensionParameters.settings",
|
|
4259
4307
|
type: {
|
|
4260
4308
|
name: "Dictionary",
|
|
4261
4309
|
value: { type: { name: "any" } },
|
|
4262
4310
|
},
|
|
4263
|
-
},
|
|
4311
|
+
},
|
|
4312
|
+
protectedSettings: {
|
|
4264
4313
|
serializedName: "properties.extensionParameters.protectedSettings",
|
|
4265
4314
|
type: {
|
|
4266
4315
|
name: "Dictionary",
|
|
4267
4316
|
value: { type: { name: "any" } },
|
|
4268
4317
|
},
|
|
4269
|
-
},
|
|
4318
|
+
},
|
|
4319
|
+
enableAutomaticUpgrade: {
|
|
4270
4320
|
serializedName: "properties.extensionParameters.enableAutomaticUpgrade",
|
|
4271
4321
|
type: {
|
|
4272
4322
|
name: "Boolean",
|
|
4273
4323
|
},
|
|
4274
|
-
}
|
|
4324
|
+
},
|
|
4325
|
+
},
|
|
4275
4326
|
},
|
|
4276
4327
|
};
|
|
4277
4328
|
export const Offer = {
|
|
4278
4329
|
type: {
|
|
4279
4330
|
name: "Composite",
|
|
4280
4331
|
className: "Offer",
|
|
4281
|
-
modelProperties:
|
|
4332
|
+
modelProperties: {
|
|
4333
|
+
...ProxyResource.type.modelProperties,
|
|
4334
|
+
provisioningState: {
|
|
4282
4335
|
serializedName: "properties.provisioningState",
|
|
4283
4336
|
readOnly: true,
|
|
4284
4337
|
type: {
|
|
4285
4338
|
name: "String",
|
|
4286
4339
|
},
|
|
4287
|
-
},
|
|
4340
|
+
},
|
|
4341
|
+
publisherId: {
|
|
4288
4342
|
serializedName: "properties.publisherId",
|
|
4289
4343
|
type: {
|
|
4290
4344
|
name: "String",
|
|
4291
4345
|
},
|
|
4292
|
-
},
|
|
4346
|
+
},
|
|
4347
|
+
content: {
|
|
4293
4348
|
serializedName: "properties.content",
|
|
4294
4349
|
type: {
|
|
4295
4350
|
name: "String",
|
|
4296
4351
|
},
|
|
4297
|
-
},
|
|
4352
|
+
},
|
|
4353
|
+
contentVersion: {
|
|
4298
4354
|
serializedName: "properties.contentVersion",
|
|
4299
4355
|
type: {
|
|
4300
4356
|
name: "String",
|
|
4301
4357
|
},
|
|
4302
|
-
},
|
|
4358
|
+
},
|
|
4359
|
+
skuMappings: {
|
|
4303
4360
|
serializedName: "properties.skuMappings",
|
|
4304
4361
|
type: {
|
|
4305
4362
|
name: "Sequence",
|
|
@@ -4310,86 +4367,104 @@ export const Offer = {
|
|
|
4310
4367
|
},
|
|
4311
4368
|
},
|
|
4312
4369
|
},
|
|
4313
|
-
}
|
|
4370
|
+
},
|
|
4371
|
+
},
|
|
4314
4372
|
},
|
|
4315
4373
|
};
|
|
4316
4374
|
export const Publisher = {
|
|
4317
4375
|
type: {
|
|
4318
4376
|
name: "Composite",
|
|
4319
4377
|
className: "Publisher",
|
|
4320
|
-
modelProperties:
|
|
4378
|
+
modelProperties: {
|
|
4379
|
+
...ProxyResource.type.modelProperties,
|
|
4380
|
+
provisioningState: {
|
|
4321
4381
|
serializedName: "properties.provisioningState",
|
|
4322
4382
|
readOnly: true,
|
|
4323
4383
|
type: {
|
|
4324
4384
|
name: "String",
|
|
4325
4385
|
},
|
|
4326
|
-
}
|
|
4386
|
+
},
|
|
4387
|
+
},
|
|
4327
4388
|
},
|
|
4328
4389
|
};
|
|
4329
4390
|
export const SecuritySetting = {
|
|
4330
4391
|
type: {
|
|
4331
4392
|
name: "Composite",
|
|
4332
4393
|
className: "SecuritySetting",
|
|
4333
|
-
modelProperties:
|
|
4394
|
+
modelProperties: {
|
|
4395
|
+
...ProxyResource.type.modelProperties,
|
|
4396
|
+
securedCoreComplianceAssignment: {
|
|
4334
4397
|
serializedName: "properties.securedCoreComplianceAssignment",
|
|
4335
4398
|
type: {
|
|
4336
4399
|
name: "String",
|
|
4337
4400
|
},
|
|
4338
|
-
},
|
|
4401
|
+
},
|
|
4402
|
+
wdacComplianceAssignment: {
|
|
4339
4403
|
serializedName: "properties.wdacComplianceAssignment",
|
|
4340
4404
|
type: {
|
|
4341
4405
|
name: "String",
|
|
4342
4406
|
},
|
|
4343
|
-
},
|
|
4407
|
+
},
|
|
4408
|
+
smbEncryptionForIntraClusterTrafficComplianceAssignment: {
|
|
4344
4409
|
serializedName: "properties.smbEncryptionForIntraClusterTrafficComplianceAssignment",
|
|
4345
4410
|
type: {
|
|
4346
4411
|
name: "String",
|
|
4347
4412
|
},
|
|
4348
|
-
},
|
|
4413
|
+
},
|
|
4414
|
+
securityComplianceStatus: {
|
|
4349
4415
|
serializedName: "properties.securityComplianceStatus",
|
|
4350
4416
|
type: {
|
|
4351
4417
|
name: "Composite",
|
|
4352
4418
|
className: "SecurityComplianceStatus",
|
|
4353
4419
|
},
|
|
4354
|
-
},
|
|
4420
|
+
},
|
|
4421
|
+
provisioningState: {
|
|
4355
4422
|
serializedName: "properties.provisioningState",
|
|
4356
4423
|
type: {
|
|
4357
4424
|
name: "String",
|
|
4358
4425
|
},
|
|
4359
|
-
}
|
|
4426
|
+
},
|
|
4427
|
+
},
|
|
4360
4428
|
},
|
|
4361
4429
|
};
|
|
4362
4430
|
export const Sku = {
|
|
4363
4431
|
type: {
|
|
4364
4432
|
name: "Composite",
|
|
4365
4433
|
className: "Sku",
|
|
4366
|
-
modelProperties:
|
|
4434
|
+
modelProperties: {
|
|
4435
|
+
...ProxyResource.type.modelProperties,
|
|
4436
|
+
provisioningState: {
|
|
4367
4437
|
serializedName: "properties.provisioningState",
|
|
4368
4438
|
readOnly: true,
|
|
4369
4439
|
type: {
|
|
4370
4440
|
name: "String",
|
|
4371
4441
|
},
|
|
4372
|
-
},
|
|
4442
|
+
},
|
|
4443
|
+
publisherId: {
|
|
4373
4444
|
serializedName: "properties.publisherId",
|
|
4374
4445
|
type: {
|
|
4375
4446
|
name: "String",
|
|
4376
4447
|
},
|
|
4377
|
-
},
|
|
4448
|
+
},
|
|
4449
|
+
offerId: {
|
|
4378
4450
|
serializedName: "properties.offerId",
|
|
4379
4451
|
type: {
|
|
4380
4452
|
name: "String",
|
|
4381
4453
|
},
|
|
4382
|
-
},
|
|
4454
|
+
},
|
|
4455
|
+
content: {
|
|
4383
4456
|
serializedName: "properties.content",
|
|
4384
4457
|
type: {
|
|
4385
4458
|
name: "String",
|
|
4386
4459
|
},
|
|
4387
|
-
},
|
|
4460
|
+
},
|
|
4461
|
+
contentVersion: {
|
|
4388
4462
|
serializedName: "properties.contentVersion",
|
|
4389
4463
|
type: {
|
|
4390
4464
|
name: "String",
|
|
4391
4465
|
},
|
|
4392
|
-
},
|
|
4466
|
+
},
|
|
4467
|
+
skuMappings: {
|
|
4393
4468
|
serializedName: "properties.skuMappings",
|
|
4394
4469
|
type: {
|
|
4395
4470
|
name: "Sequence",
|
|
@@ -4400,85 +4475,102 @@ export const Sku = {
|
|
|
4400
4475
|
},
|
|
4401
4476
|
},
|
|
4402
4477
|
},
|
|
4403
|
-
}
|
|
4478
|
+
},
|
|
4479
|
+
},
|
|
4404
4480
|
},
|
|
4405
4481
|
};
|
|
4406
4482
|
export const UpdateRun = {
|
|
4407
4483
|
type: {
|
|
4408
4484
|
name: "Composite",
|
|
4409
4485
|
className: "UpdateRun",
|
|
4410
|
-
modelProperties:
|
|
4486
|
+
modelProperties: {
|
|
4487
|
+
...ProxyResource.type.modelProperties,
|
|
4488
|
+
location: {
|
|
4411
4489
|
serializedName: "location",
|
|
4412
4490
|
type: {
|
|
4413
4491
|
name: "String",
|
|
4414
4492
|
},
|
|
4415
|
-
},
|
|
4493
|
+
},
|
|
4494
|
+
provisioningState: {
|
|
4416
4495
|
serializedName: "properties.provisioningState",
|
|
4417
4496
|
readOnly: true,
|
|
4418
4497
|
type: {
|
|
4419
4498
|
name: "String",
|
|
4420
4499
|
},
|
|
4421
|
-
},
|
|
4500
|
+
},
|
|
4501
|
+
timeStarted: {
|
|
4422
4502
|
serializedName: "properties.timeStarted",
|
|
4423
4503
|
type: {
|
|
4424
4504
|
name: "DateTime",
|
|
4425
4505
|
},
|
|
4426
|
-
},
|
|
4506
|
+
},
|
|
4507
|
+
lastUpdatedTime: {
|
|
4427
4508
|
serializedName: "properties.lastUpdatedTime",
|
|
4428
4509
|
type: {
|
|
4429
4510
|
name: "DateTime",
|
|
4430
4511
|
},
|
|
4431
|
-
},
|
|
4512
|
+
},
|
|
4513
|
+
duration: {
|
|
4432
4514
|
serializedName: "properties.duration",
|
|
4433
4515
|
type: {
|
|
4434
4516
|
name: "String",
|
|
4435
4517
|
},
|
|
4436
|
-
},
|
|
4518
|
+
},
|
|
4519
|
+
state: {
|
|
4437
4520
|
serializedName: "properties.state",
|
|
4438
4521
|
type: {
|
|
4439
4522
|
name: "String",
|
|
4440
4523
|
},
|
|
4441
|
-
},
|
|
4524
|
+
},
|
|
4525
|
+
namePropertiesProgressName: {
|
|
4442
4526
|
serializedName: "properties.progress.name",
|
|
4443
4527
|
type: {
|
|
4444
4528
|
name: "String",
|
|
4445
4529
|
},
|
|
4446
|
-
},
|
|
4530
|
+
},
|
|
4531
|
+
description: {
|
|
4447
4532
|
serializedName: "properties.progress.description",
|
|
4448
4533
|
type: {
|
|
4449
4534
|
name: "String",
|
|
4450
4535
|
},
|
|
4451
|
-
},
|
|
4536
|
+
},
|
|
4537
|
+
errorMessage: {
|
|
4452
4538
|
serializedName: "properties.progress.errorMessage",
|
|
4453
4539
|
type: {
|
|
4454
4540
|
name: "String",
|
|
4455
4541
|
},
|
|
4456
|
-
},
|
|
4542
|
+
},
|
|
4543
|
+
status: {
|
|
4457
4544
|
serializedName: "properties.progress.status",
|
|
4458
4545
|
type: {
|
|
4459
4546
|
name: "String",
|
|
4460
4547
|
},
|
|
4461
|
-
},
|
|
4548
|
+
},
|
|
4549
|
+
startTimeUtc: {
|
|
4462
4550
|
serializedName: "properties.progress.startTimeUtc",
|
|
4463
4551
|
type: {
|
|
4464
4552
|
name: "DateTime",
|
|
4465
4553
|
},
|
|
4466
|
-
},
|
|
4554
|
+
},
|
|
4555
|
+
endTimeUtc: {
|
|
4467
4556
|
serializedName: "properties.progress.endTimeUtc",
|
|
4468
4557
|
type: {
|
|
4469
4558
|
name: "DateTime",
|
|
4470
4559
|
},
|
|
4471
|
-
},
|
|
4560
|
+
},
|
|
4561
|
+
lastUpdatedTimeUtc: {
|
|
4472
4562
|
serializedName: "properties.progress.lastUpdatedTimeUtc",
|
|
4473
4563
|
type: {
|
|
4474
4564
|
name: "DateTime",
|
|
4475
4565
|
},
|
|
4476
|
-
},
|
|
4566
|
+
},
|
|
4567
|
+
expectedExecutionTime: {
|
|
4477
4568
|
serializedName: "properties.progress.expectedExecutionTime",
|
|
4478
4569
|
type: {
|
|
4479
4570
|
name: "String",
|
|
4480
4571
|
},
|
|
4481
|
-
},
|
|
4572
|
+
},
|
|
4573
|
+
steps: {
|
|
4482
4574
|
serializedName: "properties.progress.steps",
|
|
4483
4575
|
type: {
|
|
4484
4576
|
name: "Sequence",
|
|
@@ -4489,40 +4581,48 @@ export const UpdateRun = {
|
|
|
4489
4581
|
},
|
|
4490
4582
|
},
|
|
4491
4583
|
},
|
|
4492
|
-
}
|
|
4584
|
+
},
|
|
4585
|
+
},
|
|
4493
4586
|
},
|
|
4494
4587
|
};
|
|
4495
4588
|
export const UpdateSummaries = {
|
|
4496
4589
|
type: {
|
|
4497
4590
|
name: "Composite",
|
|
4498
4591
|
className: "UpdateSummaries",
|
|
4499
|
-
modelProperties:
|
|
4592
|
+
modelProperties: {
|
|
4593
|
+
...ProxyResource.type.modelProperties,
|
|
4594
|
+
location: {
|
|
4500
4595
|
serializedName: "location",
|
|
4501
4596
|
type: {
|
|
4502
4597
|
name: "String",
|
|
4503
4598
|
},
|
|
4504
|
-
},
|
|
4599
|
+
},
|
|
4600
|
+
provisioningState: {
|
|
4505
4601
|
serializedName: "properties.provisioningState",
|
|
4506
4602
|
readOnly: true,
|
|
4507
4603
|
type: {
|
|
4508
4604
|
name: "String",
|
|
4509
4605
|
},
|
|
4510
|
-
},
|
|
4606
|
+
},
|
|
4607
|
+
oemFamily: {
|
|
4511
4608
|
serializedName: "properties.oemFamily",
|
|
4512
4609
|
type: {
|
|
4513
4610
|
name: "String",
|
|
4514
4611
|
},
|
|
4515
|
-
},
|
|
4612
|
+
},
|
|
4613
|
+
currentOemVersion: {
|
|
4516
4614
|
serializedName: "properties.currentOemVersion",
|
|
4517
4615
|
type: {
|
|
4518
4616
|
name: "String",
|
|
4519
4617
|
},
|
|
4520
|
-
},
|
|
4618
|
+
},
|
|
4619
|
+
hardwareModel: {
|
|
4521
4620
|
serializedName: "properties.hardwareModel",
|
|
4522
4621
|
type: {
|
|
4523
4622
|
name: "String",
|
|
4524
4623
|
},
|
|
4525
|
-
},
|
|
4624
|
+
},
|
|
4625
|
+
packageVersions: {
|
|
4526
4626
|
serializedName: "properties.packageVersions",
|
|
4527
4627
|
type: {
|
|
4528
4628
|
name: "Sequence",
|
|
@@ -4533,32 +4633,38 @@ export const UpdateSummaries = {
|
|
|
4533
4633
|
},
|
|
4534
4634
|
},
|
|
4535
4635
|
},
|
|
4536
|
-
},
|
|
4636
|
+
},
|
|
4637
|
+
currentVersion: {
|
|
4537
4638
|
serializedName: "properties.currentVersion",
|
|
4538
4639
|
type: {
|
|
4539
4640
|
name: "String",
|
|
4540
4641
|
},
|
|
4541
|
-
},
|
|
4642
|
+
},
|
|
4643
|
+
currentSbeVersion: {
|
|
4542
4644
|
serializedName: "properties.currentSbeVersion",
|
|
4543
4645
|
type: {
|
|
4544
4646
|
name: "String",
|
|
4545
4647
|
},
|
|
4546
|
-
},
|
|
4648
|
+
},
|
|
4649
|
+
lastUpdated: {
|
|
4547
4650
|
serializedName: "properties.lastUpdated",
|
|
4548
4651
|
type: {
|
|
4549
4652
|
name: "DateTime",
|
|
4550
4653
|
},
|
|
4551
|
-
},
|
|
4654
|
+
},
|
|
4655
|
+
lastChecked: {
|
|
4552
4656
|
serializedName: "properties.lastChecked",
|
|
4553
4657
|
type: {
|
|
4554
4658
|
name: "DateTime",
|
|
4555
4659
|
},
|
|
4556
|
-
},
|
|
4660
|
+
},
|
|
4661
|
+
healthState: {
|
|
4557
4662
|
serializedName: "properties.healthState",
|
|
4558
4663
|
type: {
|
|
4559
4664
|
name: "String",
|
|
4560
4665
|
},
|
|
4561
|
-
},
|
|
4666
|
+
},
|
|
4667
|
+
healthCheckResult: {
|
|
4562
4668
|
serializedName: "properties.healthCheckResult",
|
|
4563
4669
|
type: {
|
|
4564
4670
|
name: "Sequence",
|
|
@@ -4569,55 +4675,66 @@ export const UpdateSummaries = {
|
|
|
4569
4675
|
},
|
|
4570
4676
|
},
|
|
4571
4677
|
},
|
|
4572
|
-
},
|
|
4678
|
+
},
|
|
4679
|
+
healthCheckDate: {
|
|
4573
4680
|
serializedName: "properties.healthCheckDate",
|
|
4574
4681
|
type: {
|
|
4575
4682
|
name: "DateTime",
|
|
4576
4683
|
},
|
|
4577
|
-
},
|
|
4684
|
+
},
|
|
4685
|
+
state: {
|
|
4578
4686
|
serializedName: "properties.state",
|
|
4579
4687
|
type: {
|
|
4580
4688
|
name: "String",
|
|
4581
4689
|
},
|
|
4582
|
-
}
|
|
4690
|
+
},
|
|
4691
|
+
},
|
|
4583
4692
|
},
|
|
4584
4693
|
};
|
|
4585
4694
|
export const Update = {
|
|
4586
4695
|
type: {
|
|
4587
4696
|
name: "Composite",
|
|
4588
4697
|
className: "Update",
|
|
4589
|
-
modelProperties:
|
|
4698
|
+
modelProperties: {
|
|
4699
|
+
...ProxyResource.type.modelProperties,
|
|
4700
|
+
location: {
|
|
4590
4701
|
serializedName: "location",
|
|
4591
4702
|
type: {
|
|
4592
4703
|
name: "String",
|
|
4593
4704
|
},
|
|
4594
|
-
},
|
|
4705
|
+
},
|
|
4706
|
+
provisioningState: {
|
|
4595
4707
|
serializedName: "properties.provisioningState",
|
|
4596
4708
|
readOnly: true,
|
|
4597
4709
|
type: {
|
|
4598
4710
|
name: "String",
|
|
4599
4711
|
},
|
|
4600
|
-
},
|
|
4712
|
+
},
|
|
4713
|
+
installedDate: {
|
|
4601
4714
|
serializedName: "properties.installedDate",
|
|
4602
4715
|
type: {
|
|
4603
4716
|
name: "DateTime",
|
|
4604
4717
|
},
|
|
4605
|
-
},
|
|
4718
|
+
},
|
|
4719
|
+
description: {
|
|
4606
4720
|
serializedName: "properties.description",
|
|
4607
4721
|
type: {
|
|
4608
4722
|
name: "String",
|
|
4609
4723
|
},
|
|
4610
|
-
},
|
|
4724
|
+
},
|
|
4725
|
+
minSbeVersionRequired: {
|
|
4611
4726
|
serializedName: "properties.minSbeVersionRequired",
|
|
4612
4727
|
type: {
|
|
4613
4728
|
name: "String",
|
|
4614
4729
|
},
|
|
4615
|
-
},
|
|
4730
|
+
},
|
|
4731
|
+
state: {
|
|
4616
4732
|
serializedName: "properties.state",
|
|
4617
4733
|
type: {
|
|
4618
4734
|
name: "String",
|
|
4619
4735
|
},
|
|
4620
|
-
},
|
|
4736
|
+
},
|
|
4737
|
+
prerequisites: {
|
|
4621
4738
|
serializedName: "properties.prerequisites",
|
|
4622
4739
|
type: {
|
|
4623
4740
|
name: "Sequence",
|
|
@@ -4628,7 +4745,8 @@ export const Update = {
|
|
|
4628
4745
|
},
|
|
4629
4746
|
},
|
|
4630
4747
|
},
|
|
4631
|
-
},
|
|
4748
|
+
},
|
|
4749
|
+
componentVersions: {
|
|
4632
4750
|
serializedName: "properties.componentVersions",
|
|
4633
4751
|
type: {
|
|
4634
4752
|
name: "Sequence",
|
|
@@ -4639,17 +4757,20 @@ export const Update = {
|
|
|
4639
4757
|
},
|
|
4640
4758
|
},
|
|
4641
4759
|
},
|
|
4642
|
-
},
|
|
4760
|
+
},
|
|
4761
|
+
rebootRequired: {
|
|
4643
4762
|
serializedName: "properties.rebootRequired",
|
|
4644
4763
|
type: {
|
|
4645
4764
|
name: "String",
|
|
4646
4765
|
},
|
|
4647
|
-
},
|
|
4766
|
+
},
|
|
4767
|
+
healthState: {
|
|
4648
4768
|
serializedName: "properties.healthState",
|
|
4649
4769
|
type: {
|
|
4650
4770
|
name: "String",
|
|
4651
4771
|
},
|
|
4652
|
-
},
|
|
4772
|
+
},
|
|
4773
|
+
healthCheckResult: {
|
|
4653
4774
|
serializedName: "properties.healthCheckResult",
|
|
4654
4775
|
type: {
|
|
4655
4776
|
name: "Sequence",
|
|
@@ -4660,218 +4781,258 @@ export const Update = {
|
|
|
4660
4781
|
},
|
|
4661
4782
|
},
|
|
4662
4783
|
},
|
|
4663
|
-
},
|
|
4784
|
+
},
|
|
4785
|
+
healthCheckDate: {
|
|
4664
4786
|
serializedName: "properties.healthCheckDate",
|
|
4665
4787
|
type: {
|
|
4666
4788
|
name: "DateTime",
|
|
4667
4789
|
},
|
|
4668
|
-
},
|
|
4790
|
+
},
|
|
4791
|
+
packagePath: {
|
|
4669
4792
|
serializedName: "properties.packagePath",
|
|
4670
4793
|
type: {
|
|
4671
4794
|
name: "String",
|
|
4672
4795
|
},
|
|
4673
|
-
},
|
|
4796
|
+
},
|
|
4797
|
+
packageSizeInMb: {
|
|
4674
4798
|
serializedName: "properties.packageSizeInMb",
|
|
4675
4799
|
type: {
|
|
4676
4800
|
name: "Number",
|
|
4677
4801
|
},
|
|
4678
|
-
},
|
|
4802
|
+
},
|
|
4803
|
+
displayName: {
|
|
4679
4804
|
serializedName: "properties.displayName",
|
|
4680
4805
|
type: {
|
|
4681
4806
|
name: "String",
|
|
4682
4807
|
},
|
|
4683
|
-
},
|
|
4808
|
+
},
|
|
4809
|
+
version: {
|
|
4684
4810
|
serializedName: "properties.version",
|
|
4685
4811
|
type: {
|
|
4686
4812
|
name: "String",
|
|
4687
4813
|
},
|
|
4688
|
-
},
|
|
4814
|
+
},
|
|
4815
|
+
publisher: {
|
|
4689
4816
|
serializedName: "properties.publisher",
|
|
4690
4817
|
type: {
|
|
4691
4818
|
name: "String",
|
|
4692
4819
|
},
|
|
4693
|
-
},
|
|
4820
|
+
},
|
|
4821
|
+
releaseLink: {
|
|
4694
4822
|
serializedName: "properties.releaseLink",
|
|
4695
4823
|
type: {
|
|
4696
4824
|
name: "String",
|
|
4697
4825
|
},
|
|
4698
|
-
},
|
|
4826
|
+
},
|
|
4827
|
+
availabilityType: {
|
|
4699
4828
|
serializedName: "properties.availabilityType",
|
|
4700
4829
|
type: {
|
|
4701
4830
|
name: "String",
|
|
4702
4831
|
},
|
|
4703
|
-
},
|
|
4832
|
+
},
|
|
4833
|
+
packageType: {
|
|
4704
4834
|
serializedName: "properties.packageType",
|
|
4705
4835
|
type: {
|
|
4706
4836
|
name: "String",
|
|
4707
4837
|
},
|
|
4708
|
-
},
|
|
4838
|
+
},
|
|
4839
|
+
additionalProperties: {
|
|
4709
4840
|
serializedName: "properties.additionalProperties",
|
|
4710
4841
|
type: {
|
|
4711
4842
|
name: "String",
|
|
4712
4843
|
},
|
|
4713
|
-
},
|
|
4844
|
+
},
|
|
4845
|
+
progressPercentage: {
|
|
4714
4846
|
serializedName: "properties.updateStateProperties.progressPercentage",
|
|
4715
4847
|
type: {
|
|
4716
4848
|
name: "Number",
|
|
4717
4849
|
},
|
|
4718
|
-
},
|
|
4850
|
+
},
|
|
4851
|
+
notifyMessage: {
|
|
4719
4852
|
serializedName: "properties.updateStateProperties.notifyMessage",
|
|
4720
4853
|
type: {
|
|
4721
4854
|
name: "String",
|
|
4722
4855
|
},
|
|
4723
|
-
}
|
|
4856
|
+
},
|
|
4857
|
+
},
|
|
4724
4858
|
},
|
|
4725
4859
|
};
|
|
4726
4860
|
export const Cluster = {
|
|
4727
4861
|
type: {
|
|
4728
4862
|
name: "Composite",
|
|
4729
4863
|
className: "Cluster",
|
|
4730
|
-
modelProperties:
|
|
4864
|
+
modelProperties: {
|
|
4865
|
+
...TrackedResource.type.modelProperties,
|
|
4866
|
+
provisioningState: {
|
|
4731
4867
|
serializedName: "properties.provisioningState",
|
|
4732
4868
|
readOnly: true,
|
|
4733
4869
|
type: {
|
|
4734
4870
|
name: "String",
|
|
4735
4871
|
},
|
|
4736
|
-
},
|
|
4872
|
+
},
|
|
4873
|
+
status: {
|
|
4737
4874
|
serializedName: "properties.status",
|
|
4738
4875
|
readOnly: true,
|
|
4739
4876
|
type: {
|
|
4740
4877
|
name: "String",
|
|
4741
4878
|
},
|
|
4742
|
-
},
|
|
4879
|
+
},
|
|
4880
|
+
connectivityStatus: {
|
|
4743
4881
|
serializedName: "properties.connectivityStatus",
|
|
4744
4882
|
readOnly: true,
|
|
4745
4883
|
type: {
|
|
4746
4884
|
name: "String",
|
|
4747
4885
|
},
|
|
4748
|
-
},
|
|
4886
|
+
},
|
|
4887
|
+
cloudId: {
|
|
4749
4888
|
serializedName: "properties.cloudId",
|
|
4750
4889
|
readOnly: true,
|
|
4751
4890
|
type: {
|
|
4752
4891
|
name: "String",
|
|
4753
4892
|
},
|
|
4754
|
-
},
|
|
4893
|
+
},
|
|
4894
|
+
cloudManagementEndpoint: {
|
|
4755
4895
|
serializedName: "properties.cloudManagementEndpoint",
|
|
4756
4896
|
type: {
|
|
4757
4897
|
name: "String",
|
|
4758
4898
|
},
|
|
4759
|
-
},
|
|
4899
|
+
},
|
|
4900
|
+
aadClientId: {
|
|
4760
4901
|
serializedName: "properties.aadClientId",
|
|
4761
4902
|
type: {
|
|
4762
4903
|
name: "String",
|
|
4763
4904
|
},
|
|
4764
|
-
},
|
|
4905
|
+
},
|
|
4906
|
+
aadTenantId: {
|
|
4765
4907
|
serializedName: "properties.aadTenantId",
|
|
4766
4908
|
type: {
|
|
4767
4909
|
name: "String",
|
|
4768
4910
|
},
|
|
4769
|
-
},
|
|
4911
|
+
},
|
|
4912
|
+
aadApplicationObjectId: {
|
|
4770
4913
|
serializedName: "properties.aadApplicationObjectId",
|
|
4771
4914
|
type: {
|
|
4772
4915
|
name: "String",
|
|
4773
4916
|
},
|
|
4774
|
-
},
|
|
4917
|
+
},
|
|
4918
|
+
aadServicePrincipalObjectId: {
|
|
4775
4919
|
serializedName: "properties.aadServicePrincipalObjectId",
|
|
4776
4920
|
type: {
|
|
4777
4921
|
name: "String",
|
|
4778
4922
|
},
|
|
4779
|
-
},
|
|
4923
|
+
},
|
|
4924
|
+
softwareAssuranceProperties: {
|
|
4780
4925
|
serializedName: "properties.softwareAssuranceProperties",
|
|
4781
4926
|
type: {
|
|
4782
4927
|
name: "Composite",
|
|
4783
4928
|
className: "SoftwareAssuranceProperties",
|
|
4784
4929
|
},
|
|
4785
|
-
},
|
|
4930
|
+
},
|
|
4931
|
+
logCollectionProperties: {
|
|
4786
4932
|
serializedName: "properties.logCollectionProperties",
|
|
4787
4933
|
type: {
|
|
4788
4934
|
name: "Composite",
|
|
4789
4935
|
className: "LogCollectionProperties",
|
|
4790
4936
|
},
|
|
4791
|
-
},
|
|
4937
|
+
},
|
|
4938
|
+
remoteSupportProperties: {
|
|
4792
4939
|
serializedName: "properties.remoteSupportProperties",
|
|
4793
4940
|
type: {
|
|
4794
4941
|
name: "Composite",
|
|
4795
4942
|
className: "RemoteSupportProperties",
|
|
4796
4943
|
},
|
|
4797
|
-
},
|
|
4944
|
+
},
|
|
4945
|
+
desiredProperties: {
|
|
4798
4946
|
serializedName: "properties.desiredProperties",
|
|
4799
4947
|
type: {
|
|
4800
4948
|
name: "Composite",
|
|
4801
4949
|
className: "ClusterDesiredProperties",
|
|
4802
4950
|
},
|
|
4803
|
-
},
|
|
4951
|
+
},
|
|
4952
|
+
reportedProperties: {
|
|
4804
4953
|
serializedName: "properties.reportedProperties",
|
|
4805
4954
|
type: {
|
|
4806
4955
|
name: "Composite",
|
|
4807
4956
|
className: "ClusterReportedProperties",
|
|
4808
4957
|
},
|
|
4809
|
-
},
|
|
4958
|
+
},
|
|
4959
|
+
isolatedVmAttestationConfiguration: {
|
|
4810
4960
|
serializedName: "properties.isolatedVmAttestationConfiguration",
|
|
4811
4961
|
type: {
|
|
4812
4962
|
name: "Composite",
|
|
4813
4963
|
className: "IsolatedVmAttestationConfiguration",
|
|
4814
4964
|
},
|
|
4815
|
-
},
|
|
4965
|
+
},
|
|
4966
|
+
trialDaysRemaining: {
|
|
4816
4967
|
serializedName: "properties.trialDaysRemaining",
|
|
4817
4968
|
readOnly: true,
|
|
4818
4969
|
type: {
|
|
4819
4970
|
name: "Number",
|
|
4820
4971
|
},
|
|
4821
|
-
},
|
|
4972
|
+
},
|
|
4973
|
+
billingModel: {
|
|
4822
4974
|
serializedName: "properties.billingModel",
|
|
4823
4975
|
readOnly: true,
|
|
4824
4976
|
type: {
|
|
4825
4977
|
name: "String",
|
|
4826
4978
|
},
|
|
4827
|
-
},
|
|
4979
|
+
},
|
|
4980
|
+
registrationTimestamp: {
|
|
4828
4981
|
serializedName: "properties.registrationTimestamp",
|
|
4829
4982
|
readOnly: true,
|
|
4830
4983
|
type: {
|
|
4831
4984
|
name: "DateTime",
|
|
4832
4985
|
},
|
|
4833
|
-
},
|
|
4986
|
+
},
|
|
4987
|
+
lastSyncTimestamp: {
|
|
4834
4988
|
serializedName: "properties.lastSyncTimestamp",
|
|
4835
4989
|
readOnly: true,
|
|
4836
4990
|
type: {
|
|
4837
4991
|
name: "DateTime",
|
|
4838
4992
|
},
|
|
4839
|
-
},
|
|
4993
|
+
},
|
|
4994
|
+
lastBillingTimestamp: {
|
|
4840
4995
|
serializedName: "properties.lastBillingTimestamp",
|
|
4841
4996
|
readOnly: true,
|
|
4842
4997
|
type: {
|
|
4843
4998
|
name: "DateTime",
|
|
4844
4999
|
},
|
|
4845
|
-
},
|
|
5000
|
+
},
|
|
5001
|
+
serviceEndpoint: {
|
|
4846
5002
|
serializedName: "properties.serviceEndpoint",
|
|
4847
5003
|
readOnly: true,
|
|
4848
5004
|
type: {
|
|
4849
5005
|
name: "String",
|
|
4850
5006
|
},
|
|
4851
|
-
},
|
|
5007
|
+
},
|
|
5008
|
+
resourceProviderObjectId: {
|
|
4852
5009
|
serializedName: "properties.resourceProviderObjectId",
|
|
4853
5010
|
readOnly: true,
|
|
4854
5011
|
type: {
|
|
4855
5012
|
name: "String",
|
|
4856
5013
|
},
|
|
4857
|
-
},
|
|
5014
|
+
},
|
|
5015
|
+
principalId: {
|
|
4858
5016
|
serializedName: "identity.principalId",
|
|
4859
5017
|
readOnly: true,
|
|
4860
5018
|
type: {
|
|
4861
5019
|
name: "Uuid",
|
|
4862
5020
|
},
|
|
4863
|
-
},
|
|
5021
|
+
},
|
|
5022
|
+
tenantId: {
|
|
4864
5023
|
serializedName: "identity.tenantId",
|
|
4865
5024
|
readOnly: true,
|
|
4866
5025
|
type: {
|
|
4867
5026
|
name: "Uuid",
|
|
4868
5027
|
},
|
|
4869
|
-
},
|
|
5028
|
+
},
|
|
5029
|
+
typeIdentityType: {
|
|
4870
5030
|
serializedName: "identity.type",
|
|
4871
5031
|
type: {
|
|
4872
5032
|
name: "String",
|
|
4873
5033
|
},
|
|
4874
|
-
},
|
|
5034
|
+
},
|
|
5035
|
+
userAssignedIdentities: {
|
|
4875
5036
|
serializedName: "identity.userAssignedIdentities",
|
|
4876
5037
|
type: {
|
|
4877
5038
|
name: "Dictionary",
|
|
@@ -4879,7 +5040,8 @@ export const Cluster = {
|
|
|
4879
5040
|
type: { name: "Composite", className: "UserAssignedIdentity" },
|
|
4880
5041
|
},
|
|
4881
5042
|
},
|
|
4882
|
-
}
|
|
5043
|
+
},
|
|
5044
|
+
},
|
|
4883
5045
|
},
|
|
4884
5046
|
};
|
|
4885
5047
|
export const HciEdgeDevice = {
|
|
@@ -4889,13 +5051,16 @@ export const HciEdgeDevice = {
|
|
|
4889
5051
|
className: "HciEdgeDevice",
|
|
4890
5052
|
uberParent: "EdgeDevice",
|
|
4891
5053
|
polymorphicDiscriminator: EdgeDevice.type.polymorphicDiscriminator,
|
|
4892
|
-
modelProperties:
|
|
5054
|
+
modelProperties: {
|
|
5055
|
+
...EdgeDevice.type.modelProperties,
|
|
5056
|
+
properties: {
|
|
4893
5057
|
serializedName: "properties",
|
|
4894
5058
|
type: {
|
|
4895
5059
|
name: "Composite",
|
|
4896
5060
|
className: "HciEdgeDeviceProperties",
|
|
4897
5061
|
},
|
|
4898
|
-
}
|
|
5062
|
+
},
|
|
5063
|
+
},
|
|
4899
5064
|
},
|
|
4900
5065
|
};
|
|
4901
5066
|
export const ClustersTriggerLogCollectionHeaders = {
|