Skip to content

Commit

Permalink
Update container app secret identity 'System' case sensitivity
Browse files Browse the repository at this point in the history
Co-authored-by: jackofallops <[email protected]>
  • Loading branch information
x-delfino and jackofallops authored Dec 19, 2023
1 parent 7db760f commit 3db3b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/containerapps/helpers/container_apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,7 @@ func SecretsSchema() *pluginsdk.Schema {
Optional: true,
ValidateFunc: validation.Any(
commonids.ValidateUserAssignedIdentityID,
validation.StringInSlice([]string{"system"}, true),
validation.StringInSlice([]string{"System"}, false),
),
Description: "The identity to use for accessing key vault reference.",
},
Expand Down

0 comments on commit 3db3b88

Please sign in to comment.