Skip to content

Commit

Permalink
[Datadog] Add api version parameter (Azure#12345)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingu authored Jan 21, 2021
1 parent d680d0e commit c658577
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
Expand Down Expand Up @@ -82,6 +85,9 @@
{
"$ref": "#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter"
},
{
"in": "body",
"name": "body",
Expand Down

0 comments on commit c658577

Please sign in to comment.