Skip to content

Commit

Permalink
containerapps: fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Apr 12, 2022
1 parent f9c1f1f commit 3c4872f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"name": "name",
"name": "environmentName",
"in": "path",
"description": "Name of the Environment.",
"required": true,
Expand Down Expand Up @@ -220,7 +220,7 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"name": "name",
"name": "environmentName",
"in": "path",
"description": "Name of the Environment.",
"required": true,
Expand Down Expand Up @@ -269,7 +269,7 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"name": "name",
"name": "environmentName",
"in": "path",
"description": "Name of the Environment.",
"required": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "workerapps-rg-xj",
"containerAppName": "myapp",
"revisionName": "myapp--0wlqy09",
"name": "myapp--0wlqy09-5d9774cff-5wnd8",
"replicaName": "myapp--0wlqy09-5d9774cff-5wnd8",
"api-version": "2022-01-01-preview"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"x-ms-long-running-operation": false
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{name}/listSecrets": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName}/listSecrets": {
"post": {
"tags": [
"DaprComponents"
Expand Down

0 comments on commit 3c4872f

Please sign in to comment.