Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7448,6 +7448,10 @@
"isPrivateAccessEnabledOnAnyDisk": {
"description": "This flag denotes if any of the disks in the VM are using Private access network setting",
"type": "boolean"
},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we also make relevant changes to example

"extendedLocation": {
"$ref": "#/definitions/ExtendedLocation",
"description": "Extended location of the VM recovery point,\r\nshould be null if VM is in public cloud"
}
},
"x-ms-discriminator-value": "IaasVMRecoveryPoint"
Expand Down