Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SRP Apr19 API supporting automatic snapshot feature #5522

Merged
merged 4 commits into from
Apr 3, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Model SkuName & Kind and string
  • Loading branch information
huizlAzure committed Apr 1, 2019
commit d242bfdd469259a2b4bb14ac410f2e9902dd1e25
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@
],
"x-ms-enum": {
"name": "SkuName",
"modelAsString": false
"modelAsString": true
}
},
"tier": {
Expand Down Expand Up @@ -1057,7 +1057,7 @@
],
"x-ms-enum": {
"name": "Kind",
"modelAsString": false
"modelAsString": true
}
},
"locations": {
Expand Down Expand Up @@ -1403,7 +1403,7 @@
],
"x-ms-enum": {
"name": "Kind",
"modelAsString": false
"modelAsString": true
}
},
"location": {
Expand Down Expand Up @@ -1652,7 +1652,7 @@
],
"x-ms-enum": {
"name": "Kind",
"modelAsString": false
"modelAsString": true
}
},
"identity": {
Expand Down Expand Up @@ -1812,7 +1812,7 @@
],
"x-ms-enum": {
"name": "Kind",
"modelAsString": false
"modelAsString": true
}
}
},
Expand Down