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
Description for CmdLetNoun seems to suggest that you should not specify 'beta' when trying to use beta cmdlets? Presumably you use the APIVersion parameter for that?! However, I found that this didn't work and I had to explicitly put 'beta'
"The noun part of the cmdlet associated with the resource. E.g., for the AADDomain resource, the associated cmdlets is Get-MgBetaDomain. Therefore the value for this property is *
'MgDomain'.*"
https://microsoft365dsc.com/user-guide/advanced/dynamic-resource-generator/
Description for CmdLetNoun seems to suggest that you should not specify 'beta' when trying to use beta cmdlets? Presumably you use the APIVersion parameter for that?! However, I found that this didn't work and I had to explicitly put 'beta'
"The noun part of the cmdlet associated with the resource. E.g., for the AADDomain resource, the associated cmdlets is Get-MgBetaDomain. Therefore the value for this property is *
'MgDomain'.*"
This command is the closest I got it to running:
New-M365DSCResource -ResourceName IntuneVPNConfigurationPolicyAndroid -APIVersion 'beta' -Workload Intune -CmdletNoun 'MgBetaDeviceManagementDeviceConfiguration' -Path $ResourcePath -UnitTestPath $UnitTestPath -ExampleFilePath $ExamplePath -Credential $creds
That gets me here:
I assume I should specify androidVpnConfiguration ? I do that and simply get a string of errors:
The text was updated successfully, but these errors were encountered: