Skip to content
Merged
Show file tree
Hide file tree
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
fix x-ms-enum issue.
  • Loading branch information
metacpp committed Aug 21, 2020
commit 2c63540054e18b3c77c2533682f1f10493c1b275
Original file line number Diff line number Diff line change
Expand Up @@ -3845,7 +3845,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "RuntimeVersion",
"name": "SupportedRuntimeVersion",
"modelAsString": true
}
},
Expand All @@ -3857,7 +3857,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "RuntimePlatform",
"name": "SupportedRuntimePlatform",
"modelAsString": true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4321,7 +4321,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "RuntimeVersion",
"name": "SupportedRuntimeVersion",
"modelAsString": true
}
},
Expand All @@ -4333,7 +4333,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "RuntimePlatform",
"name": "SupportedRuntimePlatform",
"modelAsString": true
}
},
Expand Down