Raghu Shantha [MSFT]
Raghu Shantha [MSFT]
We had this rule as part of the default rule set originally. People found this to be very noisy. https://github.com/PowerShell/PSScriptAnalyzer/blob/development/DeprecatedRules/AvoidUninitializedVariable.cs
@shubhammalhotra28 - Can you please review and fix failed checks such as PrettierCheck, Lintdiff etc
@pejuborg - Please try with 0.8.0 of the Module and reactivate if you still see the issue: https://www.powershellgallery.com/packages/Az.ConnectedMachine/0.8.0
Thanks for the feedback. Originally, we modeled this after System.Diagnostics.CodeAnalysis.SuppressMessage in .net. But, since we control the implementation we can definitely optimize the experience. Marking this as a new feature
@bjtukker The dependencies for AzurePSDrive are the Az modules (not AzureRM). https://github.com/PowerShell/AzurePSDrive/blob/9e2ba713ea7236a1fb7e1b51c19827f0ec899c75/AzurePSDrive.psd1#L50 - What version of AzurePSDrive & Az is installed on the machine? ``` Get-Module -Name AzurePSDrive -ListAvailable Get-Module...
@markcowl This looks like the case when both AzureRM and Az modules are loaded in the same session. @bjtukker Workaround is to ensure AzureRM modules are either removed from the...
Hi @raosuhas - Thank you for taking the time to review the PR. We don't intend to use this functionality via Templates or Policy. The API is designed to be...
> If this API is not subscription scoped and yet gives a V2 kind of response for /subscription/{subscriptionId}/provider/location/publisher/extensionType/version" now, it is giving a sense that this API response is actually...