Skip to content

Commit 7dcd41c

Browse files
authored
Renamed ShareFileRequestIntent and made it an extensible enum (#22699)
1 parent 382192a commit 7dcd41c

File tree

1 file changed

+2
-3
lines changed
  • specification/storage/data-plane/Microsoft.FileStorage/preview/2022-11-02

1 file changed

+2
-3
lines changed

specification/storage/data-plane/Microsoft.FileStorage/preview/2022-11-02/file.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6956,12 +6956,11 @@
69566956
"required": false,
69576957
"type": "string",
69586958
"enum": [
6959-
"none",
69606959
"backup"
69616960
],
69626961
"x-ms-enum": {
6963-
"name": "ShareFileRequestIntent",
6964-
"modelAsString": false
6962+
"name": "ShareTokenIntent",
6963+
"modelAsString": true
69656964
}
69666965
},
69676966
"FileType": {

0 commit comments

Comments
 (0)