Skip to content

Commit d95b99b

Browse files
r-o-h-i-n-iRohini Das
authored andcommitted
Fixing swagger correctness issue in BackupStatusResponse (#25383)
Co-authored-by: Rohini Das <[email protected]>
1 parent 1d6042b commit d95b99b

File tree

1 file changed

+17
-0
lines changed
  • specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-04-01

1 file changed

+17
-0
lines changed

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-04-01/bms.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10614,6 +10614,23 @@
1061410614
"registrationStatus": {
1061510615
"description": "Container registration status",
1061610616
"type": "string"
10617+
},
10618+
"protectedItemsCount": {
10619+
"format": "int32",
10620+
"description": "Number of protected items",
10621+
"type": "integer"
10622+
},
10623+
"acquireStorageAccountLock": {
10624+
"description": "Specifies whether the storage account lock has been acquired or not",
10625+
"enum": [
10626+
"Acquire",
10627+
"NotAcquire"
10628+
],
10629+
"type": "string",
10630+
"x-ms-enum": {
10631+
"name": "AcquireStorageAccountLock",
10632+
"modelAsString": true
10633+
}
1061710634
}
1061810635
}
1061910636
},

0 commit comments

Comments
 (0)