Skip to content

Commit

Permalink
fixing linting warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sasank-chaganty committed Mar 2, 2022
1 parent f47a76d commit 6a28518
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,16 @@
}
}
},
"parameters": {
"apiVersion": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "The API version to use for the request",
"x-ms-parameter-location": "client"
}
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,16 @@
}
}
},
"parameters": {
"apiVersion": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "The API version to use for the request",
"x-ms-parameter-location": "client"
}
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@
]
}
},
"parameters": {
"apiVersion": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "The API version to use for the request",
"x-ms-parameter-location": "client"
}
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
},
"provisioningState": {
"type": "string",
"readOnly": true
"readOnly": true,
"description": "The provisioning state of the Azure Arc-enabled PostgreSQL instance."
}
}
},
Expand Down Expand Up @@ -100,7 +101,8 @@
}
},
"properties": {
"$ref": "#/definitions/PostgresInstanceProperties"
"$ref": "#/definitions/PostgresInstanceProperties",
"x-ms-client-flatten": false
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,16 @@
}
}
},
"parameters": {
"apiVersion": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "The API version to use for the request",
"x-ms-parameter-location": "client"
}
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,16 @@
}
}
},
"parameters": {
"apiVersion": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "The API version to use for the request",
"x-ms-parameter-location": "client"
}
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
Expand Down

0 comments on commit 6a28518

Please sign in to comment.