Skip to content

Commit

Permalink
[Monitor] update swagger.json (#10936)
Browse files Browse the repository at this point in the history
Related to Azure/azure-sdk-for-js#11473

The JS exporter requires additional polymorphism hints to completely serialize `baseData`. For now, `additionalProperties` should be passed until something like `oneOf` becomes available.
  • Loading branch information
markwolff authored Oct 5, 2020
1 parent 1e1fe96 commit e95771b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@
"required": [
"ver"
],
"additionalProperties": true,
"properties": {
"ver": {
"x-ms-client-name": "version",
Expand Down

0 comments on commit e95771b

Please sign in to comment.