Skip to content

Commit

Permalink
update identity schema for batch account resource
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun committed Dec 13, 2023
1 parent 0fa801b commit 9edcd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/batch/batch_account_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func resourceBatchAccount() *pluginsdk.Resource {
},
},

"identity": commonschema.SystemAssignedUserAssignedIdentityOptional(),
"identity": commonschema.SystemOrUserAssignedIdentityOptional(),

"primary_access_key": {
Type: pluginsdk.TypeString,
Expand Down

0 comments on commit 9edcd7b

Please sign in to comment.