diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerApps.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerApps.json
index 4ddf1ed27cb1..4aff2475e7ab 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerApps.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerApps.json
@@ -427,8 +427,8 @@
"activeRevisionsMode": {
"description": "ActiveRevisionsMode controls how active revisions are handled for the Container app:\n- Multiple: multiple revisions can be active. If no value if provided, this is the default
- Single: Only one revision can be active at a time. Revision weights can not be used in this mode
",
"enum": [
- "multiple",
- "single"
+ "Multiple",
+ "Single"
],
"type": "string",
"x-ms-enum": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerAppsRevisions.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerAppsRevisions.json
index fb2cebb000f2..1af71ba5c8c8 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerAppsRevisions.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerAppsRevisions.json
@@ -64,7 +64,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{name}": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}": {
"get": {
"tags": [
"ContainerAppsRevisions"
@@ -86,7 +86,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "revisionName",
"in": "path",
"description": "Name of the Container App Revision.",
"required": true,
@@ -117,7 +117,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{name}/activate": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}/activate": {
"post": {
"tags": [
"ContainerAppsRevisions"
@@ -139,7 +139,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "revisionName",
"in": "path",
"description": "Name of the Container App Revision.",
"required": true,
@@ -167,7 +167,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{name}/deactivate": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}/deactivate": {
"post": {
"tags": [
"ContainerAppsRevisions"
@@ -189,7 +189,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "revisionName",
"in": "path",
"description": "Name of the Container App Revision.",
"required": true,
@@ -217,7 +217,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}/replicas/{name}": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}/replicas/{replicaName}": {
"get": {
"tags": [
"ContainerAppsRevisionReplicas"
@@ -246,7 +246,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "replicaName",
"in": "path",
"description": "Name of the Container App Revision Replica.",
"required": true,
@@ -330,7 +330,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{name}/restart": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}/restart": {
"post": {
"tags": [
"ContainerAppsRevisions"
@@ -352,7 +352,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "revisionName",
"in": "path",
"description": "Name of the Container App Revision.",
"required": true,
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/DaprComponents.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/DaprComponents.json
index 4e5f5f8b3124..5b0d707bb595 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/DaprComponents.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/DaprComponents.json
@@ -64,7 +64,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{name}": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName}": {
"get": {
"tags": [
"DaprComponents"
@@ -86,7 +86,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "componentName",
"in": "path",
"description": "Name of the Dapr Component.",
"required": true,
@@ -138,7 +138,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "componentName",
"in": "path",
"description": "Name of the Dapr Component.",
"required": true,
@@ -200,7 +200,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "componentName",
"in": "path",
"description": "Name of the Dapr Component.",
"required": true,
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json
index e5a6084931a1..cdf16a45cb90 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json
@@ -98,7 +98,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{name}": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}": {
"get": {
"tags": [
"ManagedEnvironments"
@@ -114,7 +114,7 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "name",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Environment.",
"required": true,
@@ -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,
@@ -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,
@@ -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,
@@ -309,7 +309,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{managedEnvironmentName}/certificates": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/certificates": {
"get": {
"tags": [
"ManagedEnvironments",
@@ -325,7 +325,7 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "managedEnvironmentName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Managed Environment.",
"required": true,
@@ -359,7 +359,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{managedEnvironmentName}/certificates/{name}": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/certificates/{certificateName}": {
"get": {
"tags": [
"ManagedEnvironments",
@@ -375,14 +375,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "managedEnvironmentName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Managed Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "certificateName",
"in": "path",
"description": "Name of the Certificate.",
"required": true,
@@ -427,14 +427,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "managedEnvironmentName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Managed Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "certificateName",
"in": "path",
"description": "Name of the Certificate.",
"required": true,
@@ -487,14 +487,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "managedEnvironmentName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Managed Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "certificateName",
"in": "path",
"description": "Name of the Certificate.",
"required": true,
@@ -540,14 +540,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "managedEnvironmentName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Managed Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "certificateName",
"in": "path",
"description": "Name of the Certificate.",
"required": true,
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironmentsStorages.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironmentsStorages.json
index 621aacc539ee..f407e2f4e06e 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironmentsStorages.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironmentsStorages.json
@@ -15,7 +15,7 @@
"application/json"
],
"paths": {
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{envName}/storages": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages": {
"get": {
"tags": [
"ManagedEnvironmentsStorages"
@@ -31,7 +31,7 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "envName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Environment.",
"required": true,
@@ -62,7 +62,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{envName}/storages/{name}": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages/{storageName}": {
"get": {
"tags": [
"ManagedEnvironmentsStorages"
@@ -78,14 +78,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "envName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "storageName",
"in": "path",
"description": "Name of the storage.",
"required": true,
@@ -130,14 +130,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "envName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "storageName",
"in": "path",
"description": "Name of the storage.",
"required": true,
@@ -191,14 +191,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "envName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "storageName",
"in": "path",
"description": "Name of the storage.",
"required": true,
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificate_CreateOrUpdate.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificate_CreateOrUpdate.json
index 07bc10b63a27..377e2562ac01 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificate_CreateOrUpdate.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificate_CreateOrUpdate.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "managedEnvironmentName": "testcontainerenv",
- "name": "certificate-firendly-name",
+ "environmentName": "testcontainerenv",
+ "certificateName": "certificate-firendly-name",
"api-version": "2022-01-01-preview",
"certificateEnvelope": {
"location": "East US",
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificate_Delete.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificate_Delete.json
index a94acec7bb08..aeb3e1ef2c24 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificate_Delete.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificate_Delete.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "managedEnvironmentName": "testcontainerenv",
- "name": "certificate-firendly-name",
+ "environmentName": "testcontainerenv",
+ "certificateName": "certificate-firendly-name",
"api-version": "2022-01-01-preview"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificate_Get.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificate_Get.json
index eb8e38e7f2c5..6dab3a3b6dea 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificate_Get.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificate_Get.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "managedEnvironmentName": "testcontainerenv",
- "name": "certificate-firendly-name",
+ "environmentName": "testcontainerenv",
+ "certificateName": "certificate-firendly-name",
"api-version": "2022-01-01-preview"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificates_ListByManagedEnvironment.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificates_ListByManagedEnvironment.json
index 7c6b2f990233..031cf2f5ef72 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificates_ListByManagedEnvironment.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificates_ListByManagedEnvironment.json
@@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "managedEnvironmentName": "testcontainerenv",
+ "environmentName": "testcontainerenv",
"api-version": "2022-01-01-preview"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificates_Patch.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificates_Patch.json
index 43ab98b79927..d85d73050d7e 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificates_Patch.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Certificates_Patch.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "managedEnvironmentName": "testcontainerenv",
- "name": "certificate-firendly-name",
+ "environmentName": "testcontainerenv",
+ "certificateName": "certificate-firendly-name",
"api-version": "2022-01-01-preview",
"certificateEnvelope": {
"tags": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/DaprComponents_CreateOrUpdate.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/DaprComponents_CreateOrUpdate.json
index c09192bf024f..71d5e3828513 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/DaprComponents_CreateOrUpdate.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/DaprComponents_CreateOrUpdate.json
@@ -3,7 +3,7 @@
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
"environmentName": "myenvironment",
- "name": "reddog",
+ "componentName": "reddog",
"api-version": "2022-01-01-preview",
"daprComponentEnvelope": {
"properties": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/DaprComponents_Delete.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/DaprComponents_Delete.json
index fd76e6ce55f4..d41b2e8adb4f 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/DaprComponents_Delete.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/DaprComponents_Delete.json
@@ -3,7 +3,7 @@
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
"environmentName": "myenvironment",
- "name": "reddog",
+ "componentName": "reddog",
"api-version": "2022-01-01-preview"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/DaprComponents_Get.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/DaprComponents_Get.json
index f9ed1449c963..a1e94564d2fa 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/DaprComponents_Get.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/DaprComponents_Get.json
@@ -3,7 +3,7 @@
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
"environmentName": "myenvironment",
- "name": "reddog",
+ "componentName": "reddog",
"api-version": "2022-01-01-preview"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_CreateOrUpdate.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_CreateOrUpdate.json
index 0b7eec3a2c2f..421d246e6a9a 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_CreateOrUpdate.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_CreateOrUpdate.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
- "envName": "managedEnv",
- "name": "jlaw-demo1",
+ "environmentName": "managedEnv",
+ "storageName": "jlaw-demo1",
"api-version": "2022-01-01-preview",
"storageEnvelope": {
"properties": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_Delete.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_Delete.json
index 54eeba3bf4cf..2d5e1038a3eb 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_Delete.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_Delete.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
- "envName": "managedEnv",
- "name": "jlaw-demo1",
+ "environmentName": "managedEnv",
+ "storageName": "jlaw-demo1",
"api-version": "2022-01-01-preview"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_Get.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_Get.json
index c185a05cd353..8e7e7f138215 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_Get.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_Get.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
- "envName": "managedEnv",
- "name": "jlaw-demo1",
+ "environmentName": "managedEnv",
+ "storageName": "jlaw-demo1",
"api-version": "2022-01-01-preview"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_List.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_List.json
index bfc6a88b3d6a..a22653de3a12 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_List.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironmentsStorages_List.json
@@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
- "envName": "managedEnv",
+ "environmentName": "managedEnv",
"api-version": "2022-01-01-preview"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_CreateOrUpdate.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_CreateOrUpdate.json
index 7ac16d8719d2..9149273f6093 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_CreateOrUpdate.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_CreateOrUpdate.json
@@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "name": "testcontainerenv",
+ "environmentName": "testcontainerenv",
"api-version": "2022-01-01-preview",
"environmentEnvelope": {
"location": "East US",
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_Delete.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_Delete.json
index b322bbcf5aaf..becc5a43f283 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_Delete.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_Delete.json
@@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "name": "examplekenv",
+ "environmentName": "examplekenv",
"api-version": "2022-01-01-preview",
"location": "East US"
},
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_Get.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_Get.json
index 1c8bd516969b..96d31c4bcc6c 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_Get.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_Get.json
@@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
- "name": "jlaw-demo1",
+ "environmentName": "jlaw-demo1",
"api-version": "2022-01-01-preview"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_Patch.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_Patch.json
index bb568449f413..457279ec3d0b 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_Patch.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/ManagedEnvironments_Patch.json
@@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "name": "testcontainerenv",
+ "environmentName": "testcontainerenv",
"api-version": "2022-01-01-preview",
"location": "East US",
"environmentEnvelope": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Replicas_Get.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Replicas_Get.json
index e80b3b98fc67..279a3825e950 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Replicas_Get.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Replicas_Get.json
@@ -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": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Activate.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Activate.json
index 42ae3b8bf0fa..3d70b3db2555 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Activate.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Activate.json
@@ -3,7 +3,7 @@
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "rg",
"containerAppName": "testcontainerApp0",
- "name": "testcontainerApp0-pjxhsye",
+ "revisionName": "testcontainerApp0-pjxhsye",
"api-version": "2022-01-01-preview"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Deactivate.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Deactivate.json
index 42ae3b8bf0fa..3d70b3db2555 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Deactivate.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Deactivate.json
@@ -3,7 +3,7 @@
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "rg",
"containerAppName": "testcontainerApp0",
- "name": "testcontainerApp0-pjxhsye",
+ "revisionName": "testcontainerApp0-pjxhsye",
"api-version": "2022-01-01-preview"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Get.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Get.json
index 3092e525c708..8c2de360fcfa 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Get.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Get.json
@@ -3,7 +3,7 @@
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "rg",
"containerAppName": "testcontainerApp0",
- "name": "testcontainerApp0-pjxhsye",
+ "revisionName": "testcontainerApp0-pjxhsye",
"api-version": "2021-02-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Restart.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Restart.json
index 1bad2b7270cc..3336c0109c26 100644
--- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Restart.json
+++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/examples/Revisions_Restart.json
@@ -3,7 +3,7 @@
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "rg",
"containerAppName": "testStaticSite0",
- "name": "testcontainerApp0-pjxhsye",
+ "revisionName": "testcontainerApp0-pjxhsye",
"api-version": "2021-02-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerApps.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerApps.json
index a2e036007ab9..f98bbc5bac71 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerApps.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerApps.json
@@ -425,8 +425,8 @@
"activeRevisionsMode": {
"description": "ActiveRevisionsMode controls how active revisions are handled for the Container app:\n- Multiple: multiple revisions can be active.
- Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.
",
"enum": [
- "multiple",
- "single"
+ "Multiple",
+ "Single"
],
"type": "string",
"x-ms-enum": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerAppsRevisions.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerAppsRevisions.json
index 86d35b503bca..e705ff88f42b 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerAppsRevisions.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerAppsRevisions.json
@@ -72,7 +72,7 @@
"x-ms-odata": "#/definitions/Revision"
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{name}": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}": {
"get": {
"tags": [
"ContainerAppsRevisions"
@@ -94,7 +94,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "revisionName",
"in": "path",
"description": "Name of the Container App Revision.",
"required": true,
@@ -125,7 +125,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{name}/activate": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}/activate": {
"post": {
"tags": [
"ContainerAppsRevisions"
@@ -147,7 +147,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "revisionName",
"in": "path",
"description": "Name of the Container App Revision.",
"required": true,
@@ -175,7 +175,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{name}/deactivate": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}/deactivate": {
"post": {
"tags": [
"ContainerAppsRevisions"
@@ -197,7 +197,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "revisionName",
"in": "path",
"description": "Name of the Container App Revision.",
"required": true,
@@ -225,7 +225,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}/replicas/{name}": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}/replicas/{replicaName}": {
"get": {
"tags": [
"ContainerAppsRevisionReplicas"
@@ -254,7 +254,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "replicaName",
"in": "path",
"description": "Name of the Container App Revision Replica.",
"required": true,
@@ -338,7 +338,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{name}/restart": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}/restart": {
"post": {
"tags": [
"ContainerAppsRevisions"
@@ -360,7 +360,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "revisionName",
"in": "path",
"description": "Name of the Container App Revision.",
"required": true,
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/DaprComponents.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/DaprComponents.json
index e66984b2a170..ecf44dc771a9 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/DaprComponents.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/DaprComponents.json
@@ -64,7 +64,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{name}": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName}": {
"get": {
"tags": [
"DaprComponents"
@@ -86,7 +86,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "componentName",
"in": "path",
"description": "Name of the Dapr Component.",
"required": true,
@@ -138,7 +138,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "componentName",
"in": "path",
"description": "Name of the Dapr Component.",
"required": true,
@@ -200,7 +200,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "componentName",
"in": "path",
"description": "Name of the Dapr Component.",
"required": true,
@@ -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"
@@ -254,7 +254,7 @@
"type": "string"
},
{
- "name": "name",
+ "name": "componentName",
"in": "path",
"description": "Name of the Dapr Component.",
"required": true,
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironments.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironments.json
index db9c3d95271b..7e2dae444f15 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironments.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironments.json
@@ -98,7 +98,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{name}": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}": {
"get": {
"tags": [
"ManagedEnvironments"
@@ -114,7 +114,7 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "name",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Environment.",
"required": true,
@@ -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,
@@ -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,
@@ -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,
@@ -307,7 +307,7 @@
"x-ms-long-running-operation": true
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{managedEnvironmentName}/certificates": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/certificates": {
"get": {
"tags": [
"ManagedEnvironments",
@@ -323,7 +323,7 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "managedEnvironmentName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Managed Environment.",
"required": true,
@@ -357,7 +357,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{managedEnvironmentName}/certificates/{name}": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/certificates/{certificateName}": {
"get": {
"tags": [
"ManagedEnvironments",
@@ -373,14 +373,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "managedEnvironmentName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Managed Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "certificateName",
"in": "path",
"description": "Name of the Certificate.",
"required": true,
@@ -425,14 +425,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "managedEnvironmentName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Managed Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "certificateName",
"in": "path",
"description": "Name of the Certificate.",
"required": true,
@@ -485,14 +485,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "managedEnvironmentName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Managed Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "certificateName",
"in": "path",
"description": "Name of the Certificate.",
"required": true,
@@ -538,14 +538,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "managedEnvironmentName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Managed Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "certificateName",
"in": "path",
"description": "Name of the Certificate.",
"required": true,
@@ -585,7 +585,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{managedEnvironmentName}/checkNameAvailability": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/checkNameAvailability": {
"post": {
"tags": [
"ManagedEnvironments"
@@ -601,7 +601,7 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "managedEnvironmentName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Managed Environment.",
"required": true,
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironmentsStorages.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironmentsStorages.json
index d87c6a2788bb..384b629665ff 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironmentsStorages.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironmentsStorages.json
@@ -15,7 +15,7 @@
"application/json"
],
"paths": {
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{envName}/storages": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages": {
"get": {
"tags": [
"ManagedEnvironmentsStorages"
@@ -31,7 +31,7 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "envName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Environment.",
"required": true,
@@ -62,7 +62,7 @@
}
}
},
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{envName}/storages/{name}": {
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages/{storageName}": {
"get": {
"tags": [
"ManagedEnvironmentsStorages"
@@ -78,14 +78,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "envName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "storageName",
"in": "path",
"description": "Name of the storage.",
"required": true,
@@ -130,14 +130,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "envName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "storageName",
"in": "path",
"description": "Name of the storage.",
"required": true,
@@ -191,14 +191,14 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
- "name": "envName",
+ "name": "environmentName",
"in": "path",
"description": "Name of the Environment.",
"required": true,
"type": "string"
},
{
- "name": "name",
+ "name": "storageName",
"in": "path",
"description": "Name of the storage.",
"required": true,
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificate_CreateOrUpdate.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificate_CreateOrUpdate.json
index 49b28fc53d60..21287789d203 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificate_CreateOrUpdate.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificate_CreateOrUpdate.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "managedEnvironmentName": "testcontainerenv",
- "name": "certificate-firendly-name",
+ "environmentName": "testcontainerenv",
+ "certificateName": "certificate-firendly-name",
"api-version": "2022-03-01",
"certificateEnvelope": {
"location": "East US",
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificate_Delete.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificate_Delete.json
index 7e25d26b39d7..6e7d3be772a2 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificate_Delete.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificate_Delete.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "managedEnvironmentName": "testcontainerenv",
- "name": "certificate-firendly-name",
+ "environmentName": "testcontainerenv",
+ "certificateName": "certificate-firendly-name",
"api-version": "2022-03-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificate_Get.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificate_Get.json
index 403fdb7d21ba..2c08bef3fcba 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificate_Get.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificate_Get.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "managedEnvironmentName": "testcontainerenv",
- "name": "certificate-firendly-name",
+ "environmentName": "testcontainerenv",
+ "certificateName": "certificate-firendly-name",
"api-version": "2022-03-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificates_CheckNameAvailability.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificates_CheckNameAvailability.json
index 2788c6f66c02..6f90c2006f23 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificates_CheckNameAvailability.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificates_CheckNameAvailability.json
@@ -3,7 +3,7 @@
"api-version": "2022-03-01",
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "managedEnvironmentName": "testcontainerenv",
+ "environmentName": "testcontainerenv",
"checkNameAvailabilityRequest": {
"name": "testcertificatename",
"type": "Microsoft.App/managedEnvironments/certificates"
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificates_ListByManagedEnvironment.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificates_ListByManagedEnvironment.json
index c92921d332d4..5ac0cf1f79b5 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificates_ListByManagedEnvironment.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificates_ListByManagedEnvironment.json
@@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "managedEnvironmentName": "testcontainerenv",
+ "environmentName": "testcontainerenv",
"api-version": "2022-03-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificates_Patch.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificates_Patch.json
index 1b92d47538e1..594ab970cf31 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificates_Patch.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Certificates_Patch.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "managedEnvironmentName": "testcontainerenv",
- "name": "certificate-firendly-name",
+ "environmentName": "testcontainerenv",
+ "certificateName": "certificate-firendly-name",
"api-version": "2022-03-01",
"certificateEnvelope": {
"tags": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ContainerApps_CheckNameAvailability.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ContainerApps_CheckNameAvailability.json
index 9ce9037bc6b3..d6f636b2a320 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ContainerApps_CheckNameAvailability.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ContainerApps_CheckNameAvailability.json
@@ -3,7 +3,7 @@
"api-version": "2022-03-01",
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "managedEnvironmentName": "testcontainerenv",
+ "environmentName": "testcontainerenv",
"checkNameAvailabilityRequest": {
"name": "testcappname",
"type": "Microsoft.App/containerApps"
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_CreateOrUpdate.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_CreateOrUpdate.json
index b110ceaf3d33..6157704c71c0 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_CreateOrUpdate.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_CreateOrUpdate.json
@@ -3,7 +3,7 @@
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
"environmentName": "myenvironment",
- "name": "reddog",
+ "componentName": "reddog",
"api-version": "2022-03-01",
"daprComponentEnvelope": {
"properties": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_Delete.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_Delete.json
index a7df7688e321..fa433299fd67 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_Delete.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_Delete.json
@@ -3,7 +3,7 @@
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
"environmentName": "myenvironment",
- "name": "reddog",
+ "componentName": "reddog",
"api-version": "2022-03-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_Get.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_Get.json
index fff7f1076301..185c080b66b5 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_Get.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_Get.json
@@ -3,7 +3,7 @@
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
"environmentName": "myenvironment",
- "name": "reddog",
+ "componentName": "reddog",
"api-version": "2022-03-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_ListSecrets.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_ListSecrets.json
index 3d035869e98a..e6588ea518fd 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_ListSecrets.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/DaprComponents_ListSecrets.json
@@ -3,7 +3,7 @@
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
"environmentName": "myenvironment",
- "name": "reddog",
+ "componentName": "reddog",
"api-version": "2022-03-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_CreateOrUpdate.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_CreateOrUpdate.json
index 057ef675c2fe..01a6ce19cc6a 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_CreateOrUpdate.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_CreateOrUpdate.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
- "envName": "managedEnv",
- "name": "jlaw-demo1",
+ "environmentName": "managedEnv",
+ "storageName": "jlaw-demo1",
"api-version": "2022-03-01",
"storageEnvelope": {
"properties": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_Delete.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_Delete.json
index 8b57652cd4a2..b6fb20850956 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_Delete.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_Delete.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
- "envName": "managedEnv",
- "name": "jlaw-demo1",
+ "environmentName": "managedEnv",
+ "storageName": "jlaw-demo1",
"api-version": "2022-03-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_Get.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_Get.json
index c0173bcc426a..697608dc66e9 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_Get.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_Get.json
@@ -2,8 +2,8 @@
"parameters": {
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
- "envName": "managedEnv",
- "name": "jlaw-demo1",
+ "environmentName": "managedEnv",
+ "storageName": "jlaw-demo1",
"api-version": "2022-03-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_List.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_List.json
index 24a69bed4e83..28bbead85fe0 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_List.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironmentsStorages_List.json
@@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
- "envName": "managedEnv",
+ "environmentName": "managedEnv",
"api-version": "2022-03-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_CreateOrUpdate.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_CreateOrUpdate.json
index e1c5046bd8cc..f63f1fc986a9 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_CreateOrUpdate.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_CreateOrUpdate.json
@@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "name": "testcontainerenv",
+ "environmentName": "testcontainerenv",
"api-version": "2022-03-01",
"environmentEnvelope": {
"location": "East US",
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_Delete.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_Delete.json
index 2e30ecf918b3..b3b9c7726af7 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_Delete.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_Delete.json
@@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "name": "examplekenv",
+ "environmentName": "examplekenv",
"api-version": "2022-03-01",
"location": "East US"
},
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_Get.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_Get.json
index bc9da2f95fac..f8439cb54e6f 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_Get.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_Get.json
@@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "8efdecc5-919e-44eb-b179-915dca89ebf9",
"resourceGroupName": "examplerg",
- "name": "jlaw-demo1",
+ "environmentName": "jlaw-demo1",
"api-version": "2022-03-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_Patch.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_Patch.json
index 4ff0a27b6bca..cbaa78bc0d7d 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_Patch.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/ManagedEnvironments_Patch.json
@@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "examplerg",
- "name": "testcontainerenv",
+ "environmentName": "testcontainerenv",
"api-version": "2022-03-01",
"environmentEnvelope": {
"location": "East US",
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Replicas_Get.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Replicas_Get.json
index e22181d1ea4b..ca3ba3d26abc 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Replicas_Get.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Replicas_Get.json
@@ -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-03-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Activate.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Activate.json
index 2c9db2b0ed62..68557da006f5 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Activate.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Activate.json
@@ -3,7 +3,7 @@
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "rg",
"containerAppName": "testcontainerApp0",
- "name": "testcontainerApp0-pjxhsye",
+ "revisionName": "testcontainerApp0-pjxhsye",
"api-version": "2022-03-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Deactivate.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Deactivate.json
index 2c9db2b0ed62..68557da006f5 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Deactivate.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Deactivate.json
@@ -3,7 +3,7 @@
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "rg",
"containerAppName": "testcontainerApp0",
- "name": "testcontainerApp0-pjxhsye",
+ "revisionName": "testcontainerApp0-pjxhsye",
"api-version": "2022-03-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Get.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Get.json
index 3092e525c708..8c2de360fcfa 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Get.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Get.json
@@ -3,7 +3,7 @@
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "rg",
"containerAppName": "testcontainerApp0",
- "name": "testcontainerApp0-pjxhsye",
+ "revisionName": "testcontainerApp0-pjxhsye",
"api-version": "2021-02-01"
},
"responses": {
diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Restart.json b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Restart.json
index 1bad2b7270cc..3336c0109c26 100644
--- a/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Restart.json
+++ b/specification/app/resource-manager/Microsoft.App/stable/2022-03-01/examples/Revisions_Restart.json
@@ -3,7 +3,7 @@
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "rg",
"containerAppName": "testStaticSite0",
- "name": "testcontainerApp0-pjxhsye",
+ "revisionName": "testcontainerApp0-pjxhsye",
"api-version": "2021-02-01"
},
"responses": {