Skip to content

Commit

Permalink
CodeGen from PR 21290 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
  • Loading branch information
SDKAuto committed Nov 29, 2022
1 parent 025cb02 commit cb15bb8
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 0 deletions.
72 changes: 72 additions & 0 deletions schemas/2021-12-01/Microsoft.RecoveryServices.Backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,42 @@
"2021-12-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 @@ -3856,6 +3890,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
72 changes: 72 additions & 0 deletions schemas/2022-03-01/Microsoft.RecoveryServices.Backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,42 @@
"2022-03-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 @@ -3812,6 +3846,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 cb15bb8

Please sign in to comment.