Skip to content

Commit

Permalink
Use the common-types for ApiVersionParameter (Azure#18494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong Wang authored and FredericHeem committed May 16, 2022
1 parent d71511c commit e43517c
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"operationId": "Operations_List",
"parameters": [
{
"$ref": "#/parameters/apiVersionParameter"
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
Expand Down Expand Up @@ -119,15 +119,6 @@
}
}
},
"parameters": {
"apiVersionParameter": {
"name": "api-version",
"in": "query",
"description": "API Version",
"required": true,
"type": "string"
}
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
Expand Down

0 comments on commit e43517c

Please sign in to comment.