Skip to content

Commit

Permalink
chore: pr suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Dec 5, 2024
1 parent 02fc45b commit 87e8a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwgenerate/azure/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (args *GenerateAzureTfConfigurationArgs) validate() error {
}

if (args.ActivityLog || args.Config || args.EntraIdActivityLog) && args.SubscriptionID == "" {
return errors.New("subscription_id must be provided for Activity Log and Config integration")
return errors.New("subscription_id must be provided")
}

// Validate that active directory settings are correct
Expand Down

0 comments on commit 87e8a2d

Please sign in to comment.