Skip to content

Commit

Permalink
trying to fix storage duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
Zim Kalinowski committed May 20, 2020
1 parent 1683227 commit 9c82842
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,10 @@
"f",
"s"
],
"x-ms-enum": {
"name": "signedResource",
"modelAsString": true
},
"x-ms-client-name": "Resource",
"description": "The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share (s)."
},
Expand All @@ -1206,6 +1210,10 @@
"u",
"p"
],
"x-ms-enum": {
"name": "Permissions",
"modelAsString": true
},
"x-ms-client-name": "Permissions",
"description": "The signed permissions for the service SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p)."
},
Expand Down

0 comments on commit 9c82842

Please sign in to comment.