Skip to content

Commit

Permalink
fix deprecations
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Oct 7, 2023
1 parent a88fe5e commit 209c82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auditor/auditor.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ func (auditor *AzureAuditor) initAzure() {
auditor.Logger.Panic(err)
}
auditor.azure.client.SetUserAgent(auditor.UserAgent)
auditor.azure.client.SetSubscriptionFilter(auditor.Opts.Azure.Subscription...)
auditor.azure.client.SetSubscriptionID(auditor.Opts.Azure.Subscription...)
}

func (auditor *AzureAuditor) initMsGraph() {
Expand Down

0 comments on commit 209c82b

Please sign in to comment.