You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to not make this a required variable or auto populate with unknownFutureValue, as currently I now get an error in my pipeline as I dont populate this variable in my base config:
If I populate both IncludeExternalTenantsMembershipKind AND ExcludeExternalTenantsMembershipKind with unknownFutureValue the compilation runs fine.
Microsoft 365 DSC Version
1.24.214.2
Which workloads are affected
Azure Active Directory
The DSC configuration
No response
Verbose logs showing the problem
No response
Environment Information + PowerShell Version
No response
The text was updated successfully, but these errors were encountered:
Description of the issue
When using Export-M365DSCConfiguration like below:
Export-M365DSCConfiguration -Components @("AADConditionalAccessPolicy") -ApplicationId $ApplicationId -CertificateThumbprint $CertificateThumbprint -TenantId $TenantId
The following objects are not auto populating with required values
IncludeExternalTenantsMembershipKind = "";
ExcludeExternalTenantsMembershipKind = "";
Is it possible to not make this a required variable or auto populate with unknownFutureValue, as currently I now get an error in my pipeline as I dont populate this variable in my base config:
If I populate both IncludeExternalTenantsMembershipKind AND ExcludeExternalTenantsMembershipKind with unknownFutureValue the compilation runs fine.
Microsoft 365 DSC Version
1.24.214.2
Which workloads are affected
Azure Active Directory
The DSC configuration
No response
Verbose logs showing the problem
No response
Environment Information + PowerShell Version
No response
The text was updated successfully, but these errors were encountered: