Skip to content

Commit

Permalink
[GuestConfiguration]Update ConfigurationInfo class to include version…
Browse files Browse the repository at this point in the history
… field (Azure#5131)
  • Loading branch information
aashish1987 authored and AnuTalluri committed Feb 6, 2019
1 parent a93e415 commit 860026e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"assignment": {
"name": "AuditSecureProtocol",
"configuration": {
"name": "AuditSecureProtocol"
"name": "AuditSecureProtocol",
"version": "1.0.0.0"
}
},
"reportId": "7367cbb8-ae99-47d0-a33b-a283564d2cb1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -743,13 +743,18 @@
"description": "Information about the VM."
},
"ConfigurationInfo": {
"properties": {
"name": {
"type": "string",
"readOnly": true,
"description": "Name of the configuration."
}
},
"properties": {
"name": {
"type": "string",
"readOnly": true,
"description": "Name of the configuration."
},
"version": {
"type": "string",
"readOnly": true,
"description": "Version of the configuration."
}
},
"description": "Information about the configuration."
},
"AssignmentReportDetails": {
Expand Down

0 comments on commit 860026e

Please sign in to comment.