Skip to content

Commit bb57e8c

Browse files
Charan000Charan MVS
authored andcommitted
Swagger fix for MUA for RSV and Dpp (Azure#18901)
* manual swagger fix * adding change to newer version * swagger fix * Empty-Commit Co-authored-by: Charan MVS <[email protected]>
1 parent 8bd4100 commit bb57e8c

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

specification/dataprotection/resource-manager/Microsoft.DataProtection/stable/2022-04-01/dataprotection.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6382,8 +6382,7 @@
63826382
"type": "array",
63836383
"items": {
63846384
"type": "string"
6385-
},
6386-
"readOnly": true
6385+
}
63876386
},
63886387
"description": {
63896388
"description": "Description about the pre-req steps to perform all the critical operations.",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-02-01/bms.json

+9
Original file line numberDiff line numberDiff line change
@@ -4386,6 +4386,15 @@
43864386
"in": "path",
43874387
"required": true,
43884388
"type": "string"
4389+
},
4390+
{
4391+
"name": "parameters",
4392+
"in": "body",
4393+
"description": "Request body for operation",
4394+
"required": true,
4395+
"schema": {
4396+
"$ref": "#/definitions/ResourceGuardProxyBaseResource"
4397+
}
43894398
}
43904399
],
43914400
"responses": {

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-02-01/examples/ResourceGuardProxyCRUD/PutResourceGuardProxy.json

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"resourceGuardProxyName": "swaggerExample",
77
"api-version": "2022-02-01",
88
"parameters": {
9-
"id": "/subscriptions/0b352192-dcac-4cc7-992e-a96190ccc68c/resourceGroups/SampleResourceGroup/providers/Microsoft.RecoveryServicesBVTD2/vaults/sampleVault/backupResourceGuardProxies/swaggerExample",
10-
"type": "Microsoft.RecoveryServices/vaults/backupResourceGuardProxies",
119
"properties": {
1210
"resourceGuardResourceId": "/subscriptions/c999d45b-944f-418c-a0d8-c3fcfd1802c8/resourceGroups/vaultguardRGNew/providers/Microsoft.DataProtection/resourceGuards/VaultGuardTestNew"
1311
}

0 commit comments

Comments
 (0)