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 and mkarmark committed Jul 20, 2021
1 parent ed61b4d commit 454acfa
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 454acfa

Please sign in to comment.