Skip to content

Commit 3c4872f

Browse files
containerapps: fixing linting
1 parent f9c1f1f commit 3c4872f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
160160
},
161161
{
162-
"name": "name",
162+
"name": "environmentName",
163163
"in": "path",
164164
"description": "Name of the Environment.",
165165
"required": true,
@@ -220,7 +220,7 @@
220220
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
221221
},
222222
{
223-
"name": "name",
223+
"name": "environmentName",
224224
"in": "path",
225225
"description": "Name of the Environment.",
226226
"required": true,
@@ -269,7 +269,7 @@
269269
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
270270
},
271271
{
272-
"name": "name",
272+
"name": "environmentName",
273273
"in": "path",
274274
"description": "Name of the Environment.",
275275
"required": true,

specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Replicas_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "workerapps-rg-xj",
55
"containerAppName": "myapp",
66
"revisionName": "myapp--0wlqy09",
7-
"name": "myapp--0wlqy09-5d9774cff-5wnd8",
7+
"replicaName": "myapp--0wlqy09-5d9774cff-5wnd8",
88
"api-version": "2022-01-01-preview"
99
},
1010
"responses": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"x-ms-long-running-operation": false
233233
}
234234
},
235-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{name}/listSecrets": {
235+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName}/listSecrets": {
236236
"post": {
237237
"tags": [
238238
"DaprComponents"

0 commit comments

Comments
 (0)