Skip to content

Commit

Permalink
Adding ZRS support for snapshots, new apiversion 2018-04-01 (#2552)
Browse files Browse the repository at this point in the history
* adding disk.json zrs support for snapshots

* change modelAsString to true to support new enums

* adding create option restore

* adding example files

* adding examples folder and moving files

* adding file

* Update readme.md

* adding 200 responses...
  • Loading branch information
carissasun authored and jhendrixMSFT committed Mar 8, 2018
1 parent 6d04dab commit 3261085
Show file tree
Hide file tree
Showing 18 changed files with 2,157 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4502,7 +4502,7 @@
],
"x-ms-enum": {
"name": "DiskCreateOptionTypes",
"modelAsString": false
"modelAsString": true
}
},
"StorageAccountType": {
Expand All @@ -4514,7 +4514,7 @@
],
"x-ms-enum": {
"name": "StorageAccountTypes",
"modelAsString": false
"modelAsString": true
}
},
"ManagedDiskParameters": {
Expand Down
Loading

0 comments on commit 3261085

Please sign in to comment.