Janusz Nowak

Results 9 issues of Janusz Nowak

### Steps to reproduce ```powershell ``` Add-VSTeamProject is missing option to create public project ### Expected behavior Add-VSTeamProject is missing option to create public project ### Actual behavior? I had...

bug

Steps to reproduce ------------------ ```powershell $users = Get-VSTeamUser ``` Expected behavior ----------------- ```none $users = Get-VSTeamUser $users | Measure 2537 ``` Actual behavior --------------- ```none $users = Get-VSTeamUser $users |...

Investigating

### Azure DevOps Extensions Generate Release Notes (Node Cross Platform) ### Is your feature request related to a problem? Please describe. How to execute release notes generation with parameter to...

enhancement
GenerateReleaseNotes (XPlat version)

### Issue describing the changes in this PR resolves #issue_for_this_pr ### Pull request checklist * [x] My changes **do not** require documentation changes * [ ] Otherwise: Documentation issue linked...

Format code using https://editorconfig.org/ for better of code readability and lower cost of maintaining/changes.

enhancement
Needs: Triage :mag:
hygiene

Create .editorconfig for applying coding standards ### Issue describing the changes in this PR resolves #issue_for_this_pr ### Pull request checklist * [x] My changes **do not** require documentation changes *...

# [Issue-id](https://github.com/aztfmod/terraform-azurerm-caf/issues/ISSUE-ID-GOES-HERE) ## PR Checklist --- - [ ] I have added example(s) inside the [./examples/] folder - [ ] I have added the example(s) to the integration test list...

Create .editorconfig for applying code formatting add basic rule trim_trailing_whitespace = true ## Description ## Checklist - [x ] I have read the [_Submitting Changes_](../blob/master/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/master/CONTRIBUTING.md) - [...

needs-revision
customer-reported

Bicep files can be formatted in multiple way. Like ``` param instLocation array = [ 'westeurope' ]` ``` or ``` param instLocation array = [ 'euw' ] ``` Missing option...

enhancement
good first issue
needs upvote