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 <11830746+jackofallops@users.noreply.github.com>
  • Loading branch information
2 people authored and lonegunmanb committed Feb 6, 2024
1 parent 908bac5 commit 511fedc
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 @@ -2565,7 +2565,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 511fedc

Please sign in to comment.