Skip to content

Commit aeb8c9f

Browse files
author
Hong Wang
authored
Use the common-types for ApiVersionParameter (#18494)
1 parent b6a7845 commit aeb8c9f

File tree

1 file changed

+1
-10
lines changed
  • specification/app/resource-manager/Microsoft.App/stable/2022-03-01

1 file changed

+1
-10
lines changed

specification/app/resource-manager/Microsoft.App/stable/2022-03-01/Global.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"operationId": "Operations_List",
2525
"parameters": [
2626
{
27-
"$ref": "#/parameters/apiVersionParameter"
27+
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
2828
}
2929
],
3030
"responses": {
@@ -119,15 +119,6 @@
119119
}
120120
}
121121
},
122-
"parameters": {
123-
"apiVersionParameter": {
124-
"name": "api-version",
125-
"in": "query",
126-
"description": "API Version",
127-
"required": true,
128-
"type": "string"
129-
}
130-
},
131122
"securityDefinitions": {
132123
"azure_auth": {
133124
"type": "oauth2",

0 commit comments

Comments
 (0)