Jani Hyytiäinen

Results 8 issues of Jani Hyytiäinen

Reading the [UseCompatibleCommands](https://github.com/PowerShell/PSScriptAnalyzer/blob/development/RuleDocumentation/UseCompatibleCommands.md) documentation, it says the `TargetProfiles` should follow the syntax: `______` But it falls short on explaining how to get these values. So, after a little bit of...

Issue - Bug
Area - Documentation
Area - CompatibilityRules

**Bicep version** Bicep CLI version 0.10.61 (8f44805506) **Describe the bug** In the scenario in repro, bicep gives off the below warning: ``` Unique resource or deployment name is required when...

Needs: Triage :mag:

### Template [aks-nat-agic](https://github.com/Azure/azure-quickstart-templates/tree/master/demos/aks-nat-agic) ### Issue Details ### Repro steps 1. Simply deploy the template 2. Observe error message `PodIdentity addon is not allowed since feature 'Microsoft.ContainerService/EnablePodIdentityPreview' is not enabled.` 3....

**Are you accessing the CLI from the default port `:4280` ?** - [x] Yes, I am accessing the CLI from port `:4280` **Describe the bug** If `yarn.lock` exists, `swa init...

type: enhancement
command: init

Here's a JsFiddle to describe the issue: http://jsfiddle.net/codepic/v4bC4/ You can see when I'm selecting something from the typeahead list, it's not really binding back to model. However if I change...

bug

**Related command** ```powershell $cmd = "/app/data/clean.sh" & az containerapp exec ` --name $container_name ` --resource-group $rg_name ` --command $cmd ` --debug ``` **Describe the bug** When running az containerapp exec...

bug
Service Attention
ContainerApp

### Description The documentation says `"Bearer" is the typical default scheme in JWT-bearer based enabled apps, but the default scheme can be overridden by setting the DefaultScheme property as in...

Source - Docs.ms
Security-PU
aspnet-core/svc
fundamentals/subsvc

### Describe the Bug with repro steps 1. Create workflow with the attached json 2. Create an xsd schema as follows: ```xml ``` 3. Open designer window on the workflow...