Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pratimaupadhyay02 committed Jul 14, 2020
1 parent a423b9a commit 9bbdfed
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@
}
}
},
"x-ms-long-running-operation": true,
"x-ms-examples": {
"Get Azure IaasVm Protection Policy Details": {
"$ref": "./examples/AzureIaasVm/ProtectionPolicies_Get.json"
Expand Down Expand Up @@ -740,6 +741,7 @@
"description": "Accepted"
}
},
"x-ms-long-running-operation": true,
"x-ms-examples": {
"Create or Update Simple Azure Vm Protection Policy": {
"$ref": "./examples/AzureIaasVm/ProtectionPolicies_CreateOrUpdate_Simple.json"
Expand Down Expand Up @@ -4080,6 +4082,9 @@
},
"ProtectedItem": {
"description": "Base class for backup items.",
"required": [
"protectedItemType"
],
"type": "object",
"properties": {
"protectedItemType": {
Expand Down

0 comments on commit 9bbdfed

Please sign in to comment.