Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Microsoft.App stable version 2022-03-01 #18356

Merged
merged 11 commits into from
Mar 25, 2022

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
"api-version": "2022-01-01-preview",
"authConfigEnvelope": {
"properties": {
"state": "Enabled",
"platform": {
"enabled": true
},
"globalValidation": {
"unauthenticatedClientAction": "AllowAnonymous"
},
"identityProviders": {
"facebook": {
"registration": {
"appId": "123",
"appSecretRefName": "facebook-secret"
"appSecretSettingName": "facebook-secret"
}
}
}
Expand All @@ -30,15 +32,17 @@
"name": "current",
"type": "Microsoft.App/containerapps/authconfigs",
"properties": {
"state": "Enabled",
"platform": {
"enabled": true
},
"globalValidation": {
"unauthenticatedClientAction": "AllowAnonymous"
},
"identityProviders": {
"facebook": {
"registration": {
"appId": "123",
"appSecretRefName": "facebook-secret"
"appSecretSettingName": "facebook-secret"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@
"name": "current",
"type": "Microsoft.App/containerapps/authconfigs",
"properties": {
"state": "Enabled",
"platform": {
"enabled": true
},
"globalValidation": {
"unauthenticatedClientAction": "AllowAnonymous"
},
"identityProviders": {
"facebook": {
"registration": {
"appId": "123",
"appSecretRefName": "facebook-secret"
"appSecretSettingName": "facebook-secret"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@
"name": "current",
"type": "Microsoft.App/containerapps/authconfigs",
"properties": {
"state": "Enabled",
"platform": {
"enabled": true
},
"globalValidation": {
"unauthenticatedClientAction": "AllowAnonymous"
},
"identityProviders": {
"facebook": {
"registration": {
"appId": "123",
"appSecretRefName": "facebook-secret"
"appSecretSettingName": "facebook-secret"
}
}
}
Expand Down
Loading