Axel B. Andersen
Axel B. Andersen
I have the same issue, but running a forced import of the module showed: ```ps Import-Module convertfrommarkdown -force . : The script 'TestPSCodeBlock.ps1' cannot be run because the following modules...
The issue is the same on Windows PowerShell. If someone could please comment on this, I would be very grateful.
I guess this is the reason: Version 2.1.0 [Breaking Change] Removed Get-AzProfile and Select-AzProfile Replaced Azure Directory Authentication Library with Microsoft Authentication Library(MSAL)
It seems like only users with the AD Role "Company Administrator" are allowed to administrer the portal. Since the Sales department are to configure the portal it would be really...
I get the same error - even with the -debug switch: Parameter '--config.file=sample-azure.yml' is invalid!
Sorry to hijack this issue, but we are 2 developers with a similar issue. On my machine there are no issues installing packages:  but on my colleagues machine, we...
How does the notebook system actually work? It seems that, when a brand new notebook with a code cell with a `#r "nuget:` line is executed, a new FSharp project...
I have a main template that looks like this: ```bicep module kv 'keyvault.bicep' = { name: 'kvSmoketestDeploy' scope: rg params: { keyVaultName: keyVaultName enableSoftDelete: false } } module kvaccpol 'keyvaultaccesspolicy.bicep'...
We have been running deployments in Azure DevOps with a bicepparam supplying an empty string to a bicep template and then overriding it in the New-AzSubscriptionDeployment with a securestring like...
Hmm, I much preferred this:  to what everyone can probably imagine is displayed now ... @alex-frankel do you have any idea why this stopped working?