Leo D'Arcy
Leo D'Arcy
Thanks for an awesome extension, I noticed that it doesn't appear to work with aad.portal.azure.com, specifically I was looking at the properties page, from portal.azure.com it masks the directory ID...
Firstly please let me thank you for an awesome tool! I'm trying to set up a An Azure DevOps pipeline that will sign approved files, I noticed that when I...
Steps to reproduce ------------------ Install fresh Windows 10 1903 with no additional software ```powershell Install-Module -Name PackageManagement -Force -AllowClobber Install-Module -Name PowerShellGet -Force -AllowClobber Import-Module -Name PackageManagement -ErrorAction Stop Import-Module...
Hi, I helped validate and document a cut down secure Always On VPN setup guide for companies who are Microsoft based but need additional VPN capacity. We released this for...
### Preflight Checklist - [X] I have installed the [latest version of Storage Explorer](https://github.com/Microsoft/AzureStorageExplorer/releases/latest). - [X] I have checked existing resources, including the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting) and the [release notes](https://github.com/microsoft/AzureStorageExplorer/releases). -...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. ### Summary For day...
### Description of the new feature https://learn.microsoft.com/en-us/rest/api/backup/backup-protected-items/list?view=rest-backup-2023-02-01&tabs=HTTP returns a list of the protected items along with the HealthDetails sub-object. This sub-object would be useful when calling Get-AzRecoveryServicesBackupItem to get more...
I am running the following resource Group AddUser { GroupName = "Administrators" MembersToInclude = @("DOMAINB\USER1") Credential = $DomainBCredential Ensure = 'Present' } There are two forests with a single domain...
### Description of the new feature Currently Copy-AzStorageBlob has the parameter DestBlobType which enables the conversion of page blobs to block blobs and vice versa. Due to a bug in...
### Description When running the command `New-AzBastion -ResourceGroupName $VNetRG -Name "$VNetName-bastion" -PublicIpAddressRgName $ResourceGroupName -PublicIpAddressName $BastionPIPName -VirtualNetworkRgName $VNetRG -VirtualNetworkName $VNetName -Sku "Basic"` I get the error > New-AzBastion: Bastion scalable host...