Skip to content

Fix null value exception in ConfigureExchangeHybridApplication.ps1 - #2391

Merged
dpaulson45 merged 1 commit into
mainfrom
lusassl-18082025-2
Aug 18, 2025
Merged

Fix null value exception in ConfigureExchangeHybridApplication.ps1#2391
dpaulson45 merged 1 commit into
mainfrom
lusassl-18082025-2

Conversation

@lusassl-msft

Copy link
Copy Markdown
Contributor

Issue:
We hit a null value exception if EvoSTS had no previous DomainName values set.

Reason:
We cannot use [System.String]::Join() if DomainName is null

Fix:
Put it behind an if condition

Validation:
Lab

@lusassl-msft
lusassl-msft requested review from a team and tweekerz as code owners August 18, 2025 16:01
@lusassl-msft

Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@dpaulson45
dpaulson45 merged commit 30b78e6 into main Aug 18, 2025
4 checks passed
@dpaulson45
dpaulson45 deleted the lusassl-18082025-2 branch August 18, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants