Skip to content

Commit

Permalink
Merge pull request #3017 from Azure/users/huliu/azureiidt-addproperti…
Browse files Browse the repository at this point in the history
…es-2020-12-01

Users/huliu/azureiidt addproperties 2020 12 01
  • Loading branch information
akning-ms authored Feb 20, 2021
2 parents 2be7431 + c2f2bb9 commit ee435d0
Show file tree
Hide file tree
Showing 9 changed files with 120 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2038,6 +2038,60 @@
"provisioningState": {
"description": "The provisioning state.",
"$ref": "#/definitions/ProvisioningState"
},
"assetImage": {
"type": "string",
"description": "Image for the device OS."
},
"assetSku": {
"type": "string",
"description": "Sku for the device OS."
},
"assetCpu": {
"type": "string",
"description": "CPU for the devices."
},
"assetBuildNumber": {
"type": "string",
"description": "Build number for the device OS."
},
"assetEdition": {
"description": "Edition for the device OS.",
"enum": [
"Home",
"Education",
"Profession",
"Enterprise"
],
"type": "string",
"x-ms-enum": {
"name": "assetEdition",
"modelAsString": true
}
},
"adminUserName": {
"x-ms-secret": true,
"description": "Admin user name for accessing the device.",
"type": "string",
"x-nullable": true
},
"adminPassword": {
"x-ms-secret": true,
"description": "Admin password for accessing the device.",
"type": "string",
"x-nullable": true
},
"domainUserName": {
"x-ms-secret": true,
"description": "Domain user name for accessing the enterprise domain.",
"type": "string",
"x-nullable": true
},
"domainPassword": {
"x-ms-secret": true,
"description": "Domain password for accessing the enterprise domain.",
"type": "string",
"x-nullable": true
}
},
"description": "Describes the properties of an digitalTwins/assets."
Expand Down Expand Up @@ -2294,6 +2348,18 @@
"provisioningState": {
"description": "The provisioning state.",
"$ref": "#/definitions/ProvisioningState"
},
"logAvailable": {
"type": "string",
"description": "Whether the log has been generated or not.",
"enum": [
"True",
"False"
],
"x-ms-enum": {
"name": "logAvailable",
"modelAsString": true
}
}
},
"description": "Describes the properties of an digitalTwins/executionPlans."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
"assetId": "subscriptions/{subscription-id}/resourcegroups/myResourceGroup/Microsoft.Compute/virtualMachines/myAsset",
"assetRole": "SCCM",
"assetStatus": "Available",
"assetIp": "0.0.0.1"
"assetIp": "0.0.0.1",
"assetImage": "MicrosoftWindowsServer",
"assetSku": "2019-Datacenter",
"assetCpu": "Intel(R) Xeon(R) CPU E5-1650 v4 @ 3.60GHz",
"assetBuildNumber": "21313",
"assetEdition": "Enterprise"
}
},
"api-version": "2020-11-01-privatepreview"
Expand All @@ -26,7 +31,12 @@
"assetId": "subscriptions/{subscription-id}/resourcegroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myAsset",
"assetRole": "SCCM",
"assetStatus": "Available",
"assetIp": "0.0.0.1"
"assetIp": "0.0.0.1",
"assetImage": "MicrosoftWindowsServer",
"assetSku": "2019-Datacenter",
"assetCpu": "Intel(R) Xeon(R) CPU E5-1650 v4 @ 3.60GHz",
"assetBuildNumber": "21313",
"assetEdition": "Enterprise"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"subscriptions/sub1/resourcegroups/rg1/providers/Microsoft.Compute/virtualMachines/myAsset2"
],
"executionStatus": "Unknown",
"result": "Passed"
"result": "Passed",
"logAvailable": "False"
}
},
"api-version": "2020-12-01-privatepreview"
Expand All @@ -32,7 +33,8 @@
"subscriptions/sub1/resourcegroups/rg1/providers/Microsoft.Compute/virtualMachines/myAsset2"
],
"executionStatus": "Unknown",
"result": "Passed"
"result": "Passed",
"logAvailable": "False"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
"assetId": "subscriptions/{subscription-id}/resourcegroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myAsset",
"assetRole": "SCCM",
"assetStatus": "Available",
"assetIp": "0.0.0.1"
"assetIp": "0.0.0.1",
"assetImage": "MicrosoftWindowsServer",
"assetSku": "2019-Datacenter",
"assetCpu": "Intel(R) Xeon(R) CPU E5-1650 v4 @ 3.60GHz",
"assetBuildNumber": "21313",
"assetEdition": "Enterprise"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"subscriptions/sub1/resourcegroups/rg1/providers/Microsoft.Compute/virtualMachines/myAsset2"
],
"executionStatus": "Unknown",
"result": "Passed"
"result": "Passed",
"logAvailable": "False"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
"properties": {
"assetId": "subscriptions/{subscription-id}/resourcegroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/vm1",
"assetRole": "SCCM",
"assetStatus": "Available"
"assetStatus": "Available",
"assetImage": "MicrosoftWindowsServer",
"assetSku": "2019-Datacenter",
"assetCpu": "Intel(R) Xeon(R) CPU E5-1650 v4 @ 3.60GHz",
"assetBuildNumber": "21313",
"assetEdition": "Enterprise"
}
},
{
Expand All @@ -28,7 +33,12 @@
"properties": {
"assetId": "subscriptions/{subscription-id}/resourcegroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/vm2",
"assetRole": "SCCM",
"assetStatus": "Available"
"assetStatus": "Available",
"assetImage": "MicrosoftWindowsServer",
"assetSku": "2019-Datacenter",
"assetCpu": "Intel(R) Xeon(R) CPU E5-1650 v4 @ 3.60GHz",
"assetBuildNumber": "21313",
"assetEdition": "Enterprise"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"subscriptions/sub1/resourcegroups/rg1/providers/Microsoft.Compute/virtualMachines/myAsset2"
],
"executionStatus": "Unknown",
"result": "Passed"
"result": "Passed",
"logAvailable": "False"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
"properties": {
"assetId": "subscriptions/{subscription-id}/resourcegroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myAsset",
"assetRole": "SCCM",
"assetStatus": "Available"
"assetStatus": "Available",
"assetImage": "MicrosoftWindowsServer",
"assetSku": "2019-Datacenter",
"assetCpu": "Intel(R) Xeon(R) CPU E5-1650 v4 @ 3.60GHz",
"assetBuildNumber": "21313",
"assetEdition": "Enterprise"
}
},
"api-version": "2020-11-01-privatepreview"
Expand All @@ -23,7 +28,12 @@
"properties": {
"assetId": "subscriptions/{subscription-id}/resourcegroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myAsset",
"assetRole": "SCCM",
"assetStatus": "Available"
"assetStatus": "Available",
"assetImage": "MicrosoftWindowsServer",
"assetSku": "2019-Datacenter",
"assetCpu": "Intel(R) Xeon(R) CPU E5-1650 v4 @ 3.60GHz",
"assetBuildNumber": "21313",
"assetEdition": "Enterprise"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"subscriptions/sub1/resourcegroups/rg1/providers/Microsoft.Compute/virtualMachines/myAsset2"
],
"executionStatus": "Unknown",
"result": "Passed"
"result": "Passed",
"logAvailable": "False"
}
},
"api-version": "2020-12-01-privatepreview"
Expand All @@ -31,7 +32,8 @@
"subscriptions/sub1/resourcegroups/rg1/providers/Microsoft.Compute/virtualMachines/myAsset2"
],
"executionStatus": "Unknown",
"result": "Passed"
"result": "Passed",
"logAvailable": "False"
}
}
}
Expand Down

0 comments on commit ee435d0

Please sign in to comment.