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
karunasagark and karunasagark authored Dec 9, 2020
1 parent ec9184b commit c8a4f57
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 c8a4f57

Please sign in to comment.