Skip to content

Commit 7d6925a

Browse files
erich-wangFredericHeem
authored andcommitted
Use AuthConfig instead of EasyAuth for all public API/Document (Azure#17885)
1 parent adcb573 commit 7d6925a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/EasyAuthConfigs.json renamed to specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/AuthConfigs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
],
243243
"properties": {
244244
"properties": {
245-
"description": "Easy Auth configuration resource specific properties",
245+
"description": "Auth configuration resource specific properties",
246246
"type": "object",
247247
"properties": {
248248
"state": {
@@ -253,7 +253,7 @@
253253
"Disabled"
254254
],
255255
"x-ms-enum": {
256-
"name": "EasyAuthState",
256+
"name": "AuthConfigState",
257257
"modelAsString": true
258258
}
259259
},

specification/app/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ input-file:
4242
- Microsoft.App/preview/2022-01-01-preview/Global.json
4343
- Microsoft.App/preview/2022-01-01-preview/SourceControls.json
4444
- Microsoft.App/preview/2022-01-01-preview/DaprComponents.json
45-
- Microsoft.App/preview/2022-01-01-preview/EasyAuthConfigs.json
45+
- Microsoft.App/preview/2022-01-01-preview/AuthConfigs.json
4646
- Microsoft.App/preview/2022-01-01-preview/ManagedEnvironmentsStorages.json
4747
directive:
4848
- suppress: R4009

0 commit comments

Comments
 (0)