Skip to content

Configuration and Constants Issues #838

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update internal/provider/provider.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
mawasile and Copilot authored Jun 9, 2025
commit 84d029d8bcf2e225f0523fe551bd8ce4b1853dc6
2 changes: 2 additions & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
@@ -312,6 +312,8 @@ func configureUseMsi(ctx context.Context, p *PowerPlatformProvider, clientId str
for i, v := range auxiliaryTenantIDs.Elements() {
if str, ok := v.(types.String); ok {
auxiliaryTenantIDsList[i] = str.ValueString()
} else {
tflog.Warn(ctx, fmt.Sprintf("Element at index %d in auxiliaryTenantIDs is not of type types.String. Skipping.", i))
}
}
p.Config.AuxiliaryTenantIDs = auxiliaryTenantIDsList