Skip to content

Commit

Permalink
[Cloud Security] Azure org as default value (elastic#173047)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSh authored Dec 12, 2023
1 parent 45242fe commit 05bfe53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ const AzureAccountTypeSelect = ({
updatePolicy(
getPosturePolicy(newPolicy, input.type, {
'azure.account_type': {
value: AZURE_SINGLE_ACCOUNT,
value: isAzureOrganizationDisabled ? AZURE_SINGLE_ACCOUNT : AZURE_ORGANIZATION_ACCOUNT,
type: 'text',
},
'azure.credentials.type': {
Expand Down

0 comments on commit 05bfe53

Please sign in to comment.