Justin Grote

Results 874 comments of Justin Grote

> @JustinGrote in the documentation for the PowerShell there is https://learn.microsoft.com/en-us/powershell/module/az.monitor/new-azdatacollectionrule?view=azps-12.1.0 the -Kind. Stupid me yeah but in my initial testing it doesn't seem to populate endpoints unless the API...

OK based on this testing with my custom cmdlet: ```powershell New-JAzDataCollectionRule @testDcrParams -Name 'TestRule2023Direct' -ApiVersion '2023-03-11' New-JAzDataCollectionRule @testDcrParams -Name 'TestRule2022Direct' -ApiVersion '2022-06-01' New-JAzDataCollectionRule @testDcrParams -Name 'TestRule2022DirectReplace' -ApiVersion '2022-06-01' New-JAzDataCollectionRule @testDcrParams...

@isra-fel the DataCollectionRule.Autorest needs a bump to 2023-03-11 to resolve this issue.

I think I just hit this while trying to set a context using a managed identity in Azure Functions as the default context. ``` System.NullReferenceException: at Microsoft.Azure.Commands.Management.Storage.SetAzureRmCurrentStorageAccount.ExecuteCmdlet (Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=6.2.0.0, Culture=neutral,...

Related, ideally also be able to run this unattended (either via bicep cli or typescript instructions). I would *love* to be able to include a visualization with every GitHub Actions...

Thanks for the submission! It's certainly something we should look into in terms of the grammar, because the standard with other languages appears to fold that end part inwards. At...

@mjbvz thanks! To be clear, the `TextDocuments` are submitted to the extension via the LSP correct? Does this require both vscode insiders and copilot preview to enable? Is there release...

Thanks for your submission! Can you include a copy of the logs that might be helpful? Do you have any custom settings that explicitly specify your PowerShell location? Can you...

@LKo-exp4 is it specific to wait debugger or are you using a launch configuration? Can you record a reproduction? In Windows 11 you can hit win-shift-R to get native recording...