Skip to content

Commit

Permalink
Fixing swagger correctness issue in BackupStatusResponse (#25383)
Browse files Browse the repository at this point in the history
Co-authored-by: Rohini Das <rodas@microsoft.com>
  • Loading branch information
r-o-h-i-n-i and Rohini Das authored Sep 7, 2023
1 parent fe7d9ec commit 0689d8a
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10614,6 +10614,23 @@
"registrationStatus": {
"description": "Container registration status",
"type": "string"
},
"protectedItemsCount": {
"format": "int32",
"description": "Number of protected items",
"type": "integer"
},
"acquireStorageAccountLock": {
"description": "Specifies whether the storage account lock has been acquired or not",
"enum": [
"Acquire",
"NotAcquire"
],
"type": "string",
"x-ms-enum": {
"name": "AcquireStorageAccountLock",
"modelAsString": true
}
}
}
},
Expand Down

0 comments on commit 0689d8a

Please sign in to comment.