We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running Export-M365DSCConfiguration with Application, there are some hidden errors thrown. These errors are due to lack of an assigned variable:
Microsoft365DSC/Modules/Microsoft365DSC/Modules/M365DSCTelemetryEngine.psm1
Lines 315 to 338 in af1ca24
$ApplicationId is not assigned and this needs to be changed to $Parameters.ApplicationId
$ApplicationId
$Parameters.ApplicationId
The text was updated successfully, but these errors were encountered:
fix microsoft#2237
bd13d30
Merge pull request #2238 from andikrueger/issue-2237
b1ff81c
fix #2237
Successfully merging a pull request may close this issue.
When running Export-M365DSCConfiguration with Application, there are some hidden errors thrown. These errors are due to lack of an assigned variable:
Microsoft365DSC/Modules/Microsoft365DSC/Modules/M365DSCTelemetryEngine.psm1
Lines 315 to 338 in af1ca24
$ApplicationId
is not assigned and this needs to be changed to$Parameters.ApplicationId
The text was updated successfully, but these errors were encountered: