Jacob Hodges
Jacob Hodges
Running the following command for the Hub deployment results in the error below. `az deployment group create -g rg-enterprise-networking-hubs -f networking/hub-default.bicep -p location=australiaeast` ``` {"status":"Failed","error":{"code":"DeploymentFailed","message":"At least one resource deployment operation...
### Description I've noticed that Inline Blame seems to have stopped working. I've tried: - Multiple Reinstalls - Disabling all other extensions - Checked for Zen mode I am using...
>Note this was taken from a discussion on slack and it was suggested that here would be a better place to capture the feedback. This has been a bit of...
I have a template that has a comment section up the top that is as follows: ``` ;This Security Template provides settings to support the setting recommendations ;in the security...
Is it possible to import an entire .POL rather than the individual registry entries?? I am thinking something like: ``` RegistryPolicy BaselineGpo { Path = "C:\Policy\Registry\registry.pol" } ```
### Describe the bug Unless I'm missing something, the script Get-RoleAssignmentList.ps1 doesn't seem to be returning the correct results for me. I think the issue is [here](https://github.com/Azure/ResourceModules/blob/3db72e79a984347c6f0020b2678aa0df4a75d6ff/utilities/tools/Get-RoleAssignmentList.ps1#L62C1-L74). ```powershell if ("$ProviderNamespace/$ResourceType"...
I am using the guidance available [here](https://www.wolfssl.com/documentation/manuals/wolfboot/chapter06.html#signing-firmware-with-external-private-key-hsm) and [here](https://github.com/wolfSSL/wolfBoot/blob/master/docs/Signing.md#signing-firmware-with-external-private-key-hsm) in an attempt to perform signing using an EC-P256 key stored in Azure Key Vault. I am able to sign the...