From 6d7a4b0e8a040e436d76d3a2992991d2697a0fd2 Mon Sep 17 00:00:00 2001 From: Ruslan Yakushev <1664475+ruslany@users.noreply.github.com> Date: Sun, 7 Aug 2022 19:33:57 -0700 Subject: [PATCH] Fixdescriptions on microsoft.app 2022 06 01 preview (#20133) * Fix casing for detector properties * Fix descriptions * Fix descriptions and detectorProperties in 2022-06-01-preview --- .../preview/2022-06-01-preview/AuthConfigs.json | 4 ++-- .../preview/2022-06-01-preview/ConnectedEnvironments.json | 4 ++-- .../preview/2022-06-01-preview/ContainerApps.json | 4 ++-- .../preview/2022-06-01-preview/Diagnostics.json | 8 ++++---- .../preview/2022-06-01-preview/SourceControls.json | 4 ++-- .../Microsoft.App/stable/2022-05-01/AuthConfigs.json | 4 ++-- .../Microsoft.App/stable/2022-05-01/ContainerApps.json | 4 ++-- .../Microsoft.App/stable/2022-05-01/Diagnostics.json | 8 ++++---- .../Microsoft.App/stable/2022-05-01/SourceControls.json | 4 ++-- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/AuthConfigs.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/AuthConfigs.json index e7430c57dbf1..81925e8a3d27 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/AuthConfigs.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/AuthConfigs.json @@ -121,7 +121,7 @@ "ContainerAppsAuthConfigs" ], "summary": "Create or update the AuthConfig for a Container App.", - "description": "Description for Create or update the AuthConfig for a Container App.", + "description": "Create or update the AuthConfig for a Container App.", "operationId": "ContainerAppsAuthConfigs_CreateOrUpdate", "parameters": [ { @@ -182,7 +182,7 @@ "ContainerAppsAuthConfigs" ], "summary": "Delete a Container App AuthConfig.", - "description": "Description for Delete a Container App AuthConfig.", + "description": "Delete a Container App AuthConfig.", "operationId": "ContainerAppsAuthConfigs_Delete", "parameters": [ { diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ConnectedEnvironments.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ConnectedEnvironments.json index c7e144a9a558..73b7637e59e2 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ConnectedEnvironments.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ConnectedEnvironments.json @@ -21,7 +21,7 @@ "ConnectedEnvironments" ], "summary": "Get all connectedEnvironments for a subscription.", - "description": "Description for Get all connectedEnvironments for a subscription.", + "description": "Get all connectedEnvironments for a subscription.", "operationId": "ConnectedEnvironments_ListBySubscription", "parameters": [ { @@ -207,7 +207,7 @@ "ConnectedEnvironments" ], "summary": "Delete an connectedEnvironment.", - "description": "Description for Delete an connectedEnvironment.", + "description": "Delete an connectedEnvironment.", "operationId": "ConnectedEnvironments_Delete", "x-ms-long-running-operation": true, "parameters": [ diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerApps.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerApps.json index 244e0a49b1fc..999d81ce4b2d 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerApps.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerApps.json @@ -150,7 +150,7 @@ "ContainerApps" ], "summary": "Create or update a Container App.", - "description": "Description for Create or update a Container App.", + "description": "Create or update a Container App.", "operationId": "ContainerApps_CreateOrUpdate", "parameters": [ { @@ -211,7 +211,7 @@ "ContainerApps" ], "summary": "Delete a Container App.", - "description": "Description for Delete a Container App.", + "description": "Delete a Container App.", "operationId": "ContainerApps_Delete", "parameters": [ { diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/Diagnostics.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/Diagnostics.json index 72c96b5bbffe..e2b6e52049d7 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/Diagnostics.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/Diagnostics.json @@ -119,7 +119,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorproperties/revisionsApi/revisions/": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorProperties/revisionsApi/revisions/": { "get": { "tags": [ "ContainerApps", @@ -177,7 +177,7 @@ "x-ms-odata": "#/definitions/Revision" } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorproperties/revisionsApi/revisions/{revisionName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorProperties/revisionsApi/revisions/{revisionName}": { "get": { "tags": [ "ContainerApps", @@ -231,7 +231,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorproperties/rootApi/": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorProperties/rootApi/": { "get": { "tags": [ "ContainerApps", @@ -385,7 +385,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/detectorproperties/rootApi/": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/detectorProperties/rootApi/": { "get": { "tags": [ "ManagedEnvironments", diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/SourceControls.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/SourceControls.json index 798d49cd678e..a2840222552b 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/SourceControls.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/SourceControls.json @@ -139,7 +139,7 @@ "ContainerAppsSourceControls" ], "summary": "Create or update the SourceControl for a Container App.", - "description": "Description for Create or update the SourceControl for a Container App.", + "description": "Create or update the SourceControl for a Container App.", "operationId": "ContainerAppsSourceControls_CreateOrUpdate", "parameters": [ { @@ -207,7 +207,7 @@ "ContainerAppsSourceControls" ], "summary": "Delete a Container App SourceControl.", - "description": "Description for Delete a Container App SourceControl.", + "description": "Delete a Container App SourceControl.", "operationId": "ContainerAppsSourceControls_Delete", "parameters": [ { diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/AuthConfigs.json b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/AuthConfigs.json index 4b27c65ac374..1fcf4ed2ffb8 100644 --- a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/AuthConfigs.json +++ b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/AuthConfigs.json @@ -121,7 +121,7 @@ "ContainerAppsAuthConfigs" ], "summary": "Create or update the AuthConfig for a Container App.", - "description": "Description for Create or update the AuthConfig for a Container App.", + "description": "Create or update the AuthConfig for a Container App.", "operationId": "ContainerAppsAuthConfigs_CreateOrUpdate", "parameters": [ { @@ -182,7 +182,7 @@ "ContainerAppsAuthConfigs" ], "summary": "Delete a Container App AuthConfig.", - "description": "Description for Delete a Container App AuthConfig.", + "description": "Delete a Container App AuthConfig.", "operationId": "ContainerAppsAuthConfigs_Delete", "parameters": [ { diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/ContainerApps.json b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/ContainerApps.json index 454e2c81a224..4bc563f9b02e 100644 --- a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/ContainerApps.json +++ b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/ContainerApps.json @@ -150,7 +150,7 @@ "ContainerApps" ], "summary": "Create or update a Container App.", - "description": "Description for Create or update a Container App.", + "description": "Create or update a Container App.", "operationId": "ContainerApps_CreateOrUpdate", "parameters": [ { @@ -211,7 +211,7 @@ "ContainerApps" ], "summary": "Delete a Container App.", - "description": "Description for Delete a Container App.", + "description": "Delete a Container App.", "operationId": "ContainerApps_Delete", "parameters": [ { diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/Diagnostics.json b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/Diagnostics.json index e107bb4095dd..97b8412aaeb2 100644 --- a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/Diagnostics.json +++ b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/Diagnostics.json @@ -119,7 +119,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorproperties/revisionsApi/revisions/": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorProperties/revisionsApi/revisions/": { "get": { "tags": [ "ContainerApps", @@ -177,7 +177,7 @@ "x-ms-odata": "#/definitions/Revision" } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorproperties/revisionsApi/revisions/{revisionName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorProperties/revisionsApi/revisions/{revisionName}": { "get": { "tags": [ "ContainerApps", @@ -231,7 +231,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorproperties/rootApi/": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorProperties/rootApi/": { "get": { "tags": [ "ContainerApps", @@ -385,7 +385,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/detectorproperties/rootApi/": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/detectorProperties/rootApi/": { "get": { "tags": [ "ManagedEnvironments", diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/SourceControls.json b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/SourceControls.json index 95b8900637bb..591bea40b997 100644 --- a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/SourceControls.json +++ b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/SourceControls.json @@ -139,7 +139,7 @@ "ContainerAppsSourceControls" ], "summary": "Create or update the SourceControl for a Container App.", - "description": "Description for Create or update the SourceControl for a Container App.", + "description": "Create or update the SourceControl for a Container App.", "operationId": "ContainerAppsSourceControls_CreateOrUpdate", "parameters": [ { @@ -207,7 +207,7 @@ "ContainerAppsSourceControls" ], "summary": "Delete a Container App SourceControl.", - "description": "Description for Delete a Container App SourceControl.", + "description": "Delete a Container App SourceControl.", "operationId": "ContainerAppsSourceControls_Delete", "parameters": [ {