Skip to content

Commit ace3f34

Browse files
committed
Make deleted share name and version required
1 parent 5003313 commit ace3f34

File tree

1 file changed

+2
-0
lines changed
  • specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01

1 file changed

+2
-0
lines changed

specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/file.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,10 +542,12 @@
542542
"properties": {
543543
"deletedShareName": {
544544
"type": "string",
545+
"required": true,
545546
"description": "Required. Identify the name of the deleted share that will be restored."
546547
},
547548
"deletedShareVersion": {
548549
"type": "string",
550+
"required": true,
549551
"description": "Required. Identify the version of the deleted share that will be restored."
550552
}
551553
},

0 commit comments

Comments
 (0)