Skip to content

Commit

Permalink
Update listHosts response to include new optional properties added fo…
Browse files Browse the repository at this point in the history
…r BYOK auto rotation (Azure#11966)

Co-authored-by: karuna <karkrish@microsoft.com>
  • Loading branch information
2 people authored and DeMale committed Dec 11, 2020
1 parent 0c4827e commit 4c2a2b1
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@
"name": {
"description": "The host name",
"type": "string"
},
"fqdn": {
"description": "The Fully Qualified Domain Name of host",
"type": "string"
},
"effectiveDiskEncryptionKeyUrl": {
"description": "The effective disk encryption key URL used by the host",
"type": "string"
}
},
"readOnly": true
Expand Down

0 comments on commit 4c2a2b1

Please sign in to comment.