From 9096e738063e0022595dda5091f9857b773d9de4 Mon Sep 17 00:00:00 2001 From: Erich Wang Date: Thu, 17 Feb 2022 10:07:11 +0800 Subject: [PATCH] Use AuthConfig instead of EasyAuth for all public API/Document --- .../{EasyAuthConfigs.json => AuthConfigs.json} | 4 ++-- specification/app/resource-manager/readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/{EasyAuthConfigs.json => AuthConfigs.json} (99%) diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/EasyAuthConfigs.json b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/AuthConfigs.json similarity index 99% rename from specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/EasyAuthConfigs.json rename to specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/AuthConfigs.json index d0720d183ee0..4b3c98bc9ff9 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/EasyAuthConfigs.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/AuthConfigs.json @@ -242,7 +242,7 @@ ], "properties": { "properties": { - "description": "Easy Auth configuration resource specific properties", + "description": "Auth configuration resource specific properties", "type": "object", "properties": { "state": { @@ -253,7 +253,7 @@ "Disabled" ], "x-ms-enum": { - "name": "EasyAuthState", + "name": "AuthConfigState", "modelAsString": true } }, diff --git a/specification/app/resource-manager/readme.md b/specification/app/resource-manager/readme.md index 74719d10768e..f7a8eeed7f45 100644 --- a/specification/app/resource-manager/readme.md +++ b/specification/app/resource-manager/readme.md @@ -42,7 +42,7 @@ input-file: - Microsoft.App/preview/2022-01-01-preview/Global.json - Microsoft.App/preview/2022-01-01-preview/SourceControls.json - Microsoft.App/preview/2022-01-01-preview/DaprComponents.json - - Microsoft.App/preview/2022-01-01-preview/EasyAuthConfigs.json + - Microsoft.App/preview/2022-01-01-preview/AuthConfigs.json - Microsoft.App/preview/2022-01-01-preview/ManagedEnvironmentsStorages.json directive: - suppress: R4009