Skip to content

Commit

Permalink
[Non-breaking change] Update diagnosticsProfile.bootDiagnostics.stora…
Browse files Browse the repository at this point in the history
…geUri property description. (#16430)

* Add blockchain to latest profile

* Add additional types

* Update property description.

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
  • Loading branch information
avinashakka and markcowl authored Nov 2, 2021
1 parent ab4df5f commit ac0ab10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11650,7 +11650,7 @@
"properties": {
"bootDiagnostics": {
"$ref": "#/definitions/BootDiagnostics",
"description": "Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. <br><br> You can easily view the output of your console log. <br><br> Azure also enables you to see a screenshot of the VM from the hypervisor."
"description": "Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. <br>**NOTE**: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. <br><br> You can easily view the output of your console log. <br><br> Azure also enables you to see a screenshot of the VM from the hypervisor."
}
},
"description": "Specifies the boot diagnostic settings state. <br><br>Minimum api-version: 2015-06-15."
Expand Down

0 comments on commit ac0ab10

Please sign in to comment.