Skip to content

Commit

Permalink
[ReleasePR recoveryservicesbackup] Swagger fix for MUA for RSV and Dpp (
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] committed May 10, 2022
2 parents 26aeadb + 7da4446 commit 3cc70ed
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions schemas/2022-02-01/Microsoft.RecoveryServices.Backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,42 @@
"2022-02-01"
]
},
"eTag": {
"type": "string",
"description": "Optional ETag."
},
"location": {
"type": "string",
"description": "Resource location."
},
"name": {
"type": "string"
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/ResourceGuardProxyBase"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"tags": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Resource tags."
},
"type": {
"type": "string",
"enum": [
Expand All @@ -421,6 +454,7 @@
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.RecoveryServices/vaults/backupResourceGuardProxies"
Expand Down Expand Up @@ -3811,6 +3845,44 @@
},
"description": "Base class for backup policy. Workload-specific backup policies are derived from this class."
},
"ResourceGuardOperationDetail": {
"type": "object",
"properties": {
"defaultResourceRequest": {
"type": "string"
},
"vaultCriticalOperation": {
"type": "string"
}
}
},
"ResourceGuardProxyBase": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"lastUpdatedTime": {
"type": "string"
},
"resourceGuardOperationDetails": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/ResourceGuardOperationDetail"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"resourceGuardResourceId": {
"type": "string"
}
}
},
"ResourceHealthDetails": {
"type": "object",
"properties": {},
Expand Down

0 comments on commit 3cc70ed

Please sign in to comment.