File tree Expand file tree Collapse file tree 1 file changed +72
-0
lines changed
Expand file tree Collapse file tree 1 file changed +72
-0
lines changed Original file line number Diff line number Diff line change 408408 " 2022-02-01"
409409 ]
410410 },
411+ "eTag" : {
412+ "type" : " string" ,
413+ "description" : " Optional ETag."
414+ },
415+ "location" : {
416+ "type" : " string" ,
417+ "description" : " Resource location."
418+ },
411419 "name" : {
412420 "type" : " string"
413421 },
422+ "properties" : {
423+ "oneOf" : [
424+ {
425+ "$ref" : " #/definitions/ResourceGuardProxyBase"
426+ },
427+ {
428+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
429+ }
430+ ]
431+ },
432+ "tags" : {
433+ "oneOf" : [
434+ {
435+ "type" : " object" ,
436+ "additionalProperties" : {
437+ "type" : " string"
438+ },
439+ "properties" : {}
440+ },
441+ {
442+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
443+ }
444+ ],
445+ "description" : " Resource tags."
446+ },
414447 "type" : {
415448 "type" : " string" ,
416449 "enum" : [
421454 "required" : [
422455 " apiVersion" ,
423456 " name" ,
457+ " properties" ,
424458 " type"
425459 ],
426460 "description" : " Microsoft.RecoveryServices/vaults/backupResourceGuardProxies"
38113845 },
38123846 "description" : " Base class for backup policy. Workload-specific backup policies are derived from this class."
38133847 },
3848+ "ResourceGuardOperationDetail" : {
3849+ "type" : " object" ,
3850+ "properties" : {
3851+ "defaultResourceRequest" : {
3852+ "type" : " string"
3853+ },
3854+ "vaultCriticalOperation" : {
3855+ "type" : " string"
3856+ }
3857+ }
3858+ },
3859+ "ResourceGuardProxyBase" : {
3860+ "type" : " object" ,
3861+ "properties" : {
3862+ "description" : {
3863+ "type" : " string"
3864+ },
3865+ "lastUpdatedTime" : {
3866+ "type" : " string"
3867+ },
3868+ "resourceGuardOperationDetails" : {
3869+ "oneOf" : [
3870+ {
3871+ "type" : " array" ,
3872+ "items" : {
3873+ "$ref" : " #/definitions/ResourceGuardOperationDetail"
3874+ }
3875+ },
3876+ {
3877+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3878+ }
3879+ ]
3880+ },
3881+ "resourceGuardResourceId" : {
3882+ "type" : " string"
3883+ }
3884+ }
3885+ },
38143886 "ResourceHealthDetails" : {
38153887 "type" : " object" ,
38163888 "properties" : {},
You can’t perform that action at this time.
0 commit comments