Ben Wilkinson
Ben Wilkinson
## Steps to reproduce ```powershell Get-WindowsOptionalFeature -Online >Get-WindowsOptionalFeature: Class not registered get-error Exception : Type : System.Runtime.InteropServices.COMException ErrorCode : -2147221164 TargetSite : Name : ThrowTerminatingError DeclaringType : System.Management.Automation.MshCommandRuntime, System.Management.Automation, Version=7.1.0.0,...
### Steps to reproduce ```powershell New-PSDrive -Name vsts -PSProvider SHiPS -Root 'VSTeam#vsteam_lib.Provider.Account' -Description https://dev.azure.com/myproject103 ``` module version 7.3.0 works fine. latest module 7.6.1 has this error. Tested in Windows Powershell...
**Bicep version** bicep --version Bicep CLI version 0.4.1128 (9a02ae891c) **Describe the bug** Unhandled exception assigning resource to variable via the access operator [var slot = webSite::webSlot::webSlotConfig] **To Reproduce** ### The...
I would be nice to deploy CloudShell in a region that supports Availability Zones. I use CloudShell on Virtual Network, so based on other network limitations I would like to...
## To Reproduce Execute the variable name `$PSDefaultParameterValues` The following are setup in startup of the container or loading powershell. ```powershell $PSDefaultParameterValues Name Value ---- ----- Install-Module:Scope CurrentUser Install-Script:Scope CurrentUser...
When setting up the cloudshell connection into VNET isolation, it requries that. 1) azure relay has private link 2) the azure relay subnet has delegation for ACI ("Microsoft.ContainerInstance/containerGroups") 3) the...
```powershell Get-Module DNSServerDSC -ListAvailable Directory: C:\Program Files\WindowsPowerShell\Modules ModuleType Version PreRelease Name PSEdition ExportedCommands ---------- ------- ---------- ---- --------- ---------------- Script 3.0.1 preview0002 DnsServerDsc Desk I only see the following? Get-DscResource...
Is there an argument where it's possible to Enable_psremoting, however flag for a reboot instead of restarting winrm? arguments are specified here: https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-windows?view=powershell-7 E.g. 'ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 ENABLE_PSREMOTING=1 REGISTER_MANIFEST=1'
#### Current addonProfile IngressApplicationGateway available settings ```bicep "addonProfiles": { "IngressApplicationGateway": { "enabled": true, "config": { "applicationGatewayName": "AEU1-PE-CTL-D1-waf01", "effectiveApplicationGatewayId": "/subscriptions/4185fa9b-f470-466a-b3ae-8e6c3314a543/resourceGroups/AEU1-PE-CTL-RG-D1-aks01/providers/Microsoft.Network/applicationGateways/AEU1-PE-CTL-D1-waf01", "subnetCIDR": "10.182.241.0/24" } } ``` ### 1) Add subnet name setting...
### Description I am wondering what is the source of this difference below? I see a related discussion: - https://github.com/containerd/nerdctl/discussions/2285 ```pwsh containerd --version containerd github.com/containerd/containerd v1.7.5 fe457eb99ac0e27b3ce638175ef8e68a7d2bc373 ``` ```pwsh nerdctl...