Christopher Lewis
Christopher Lewis
### Description Using this URL for reference: https://docs.microsoft.com/en-us/azure/site-recovery/vmware-azure-disaster-recovery-powershell I'm trying to replicate a VM to azure with an OS disk set to standard_ssd and data disk set to premium_ssd and...
### Description Based off this article: https://docs.microsoft.com/en-us/azure/site-recovery/vmware-azure-disaster-recovery-powershell I should be able to retrieve an ASRProcessServer object from the $ASRFabricObject.FabricSpecificDetails.ProcessServers. ``` PowerShell >$ASRResourceGroup = "MyRG" >$ASRVaultName = "MyVault" >$ASRVaultObject = Get-AzRecoveryServicesVault...
Is there a reason that you're using AZ CLI and graph query rather than the native PS Az.ResourceGraph at (https://www.powershellgallery.com/packages/Az.ResourceGraph)? I'm not sure of the plans to move this to...
I have a package that uses a non-msi EXE for installation. It's return codes use negatives as errors I want to add ``` ReturnCode = @( 0, 1641, 3010, -29...
If you use the line continuation character, powertab doesn't work correctly. For example, compare: ``` PS C:\>Get-Command -Name ```  vs ``` PS C:\>Get-Command ` >> -Name ```  In...
**Bicep version** bicep --version Bicep CLI version 0.27.1 (4b41cb6d4b) **Describe the bug** Similar false positive to https://github.com/Azure/bicep/issues/12419 ```Bicep param vmName string @description('Array of DCR IDs') param dcrIDs string[] //Direct association...
Could you consider adding Conditional Access Polices to the tracking? There have been lots of changes recently, and lots of deprecation.
### Description Azure requires the Modern appliance for replications; however, the `Get-AzRecoveryServicesAsrProtectableItem` command returns no VM's even though the portal view of ASR and AzMigrate show VMs to replicate. `Get-AzRecoveryServicesAsrProtectableItem`...
**Overview** The Bicep team has recently enabled using Bicep as an option in export template blade for resources. However, this is not available in the walkthrough/wizard when you create a...