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
The variable name $OMSResouceGroupName is spelled wrong (an "r" is missing). It should be $OMSResourceGroupName.
However, the version in the repo is correct.
The text was updated successfully, but these errors were encountered:
The version of Update New-OnPremiseHybridWorker.ps1 located at https://www.powershellgallery.com/packages/New-OnPremiseHybridWorker/1.4/Content/New-OnPremiseHybridWorker.ps1 has a bug on line 227. The line says:
if ($OMSResouceGroupName)
The variable name $OMSResouceGroupName is spelled wrong (an "r" is missing). It should be $OMSResourceGroupName.
However, the version in the repo is correct.
The text was updated successfully, but these errors were encountered: