Stefan Ivemo

Results 21 issues of Stefan Ivemo

**Describe the solution you'd like** If I commit multiple templates at once the current behavior of AzOps is to create deployments in alphabetical order based on my template names. I...

enhancement
area/powershell
area/accelerator

**Describe the solution you'd like** A customer of ours that are using AzOps requested the possibility to trigger a re-deploy of templates without forcing a git diff, for example by...

enhancement
area/accelerator

## Overview/Summary Fixes #263 Added new command `Get-BicepConfig` that finds the `bicepconfig.json` file in use and the current configuration for bicep. Example: ```powershell #Get default config $bicepConfig=Get-BicepConfig -Scope Default $bicepConfig.Config...

newFeature

## Overview/Summary Fixes #264 Added verbose message to `Build-Bicep`, `Publish-Bicep` and `Restore-Bicep` showing `bicepconfig.json` in use Includes changes in #272 ## This PR fixes/adds/changes/removes 1. Added verbose message to commands...

enhancement

**Is your feature request related to a problem? Please describe.** Sometimes you want to know which `bicepconfig.json` file is being used. A custom one somewhere in your path or a...

enhancement
dependency: BicepNet

**Is your feature request related to a problem? Please describe.** Sometimes when you build or publish a bicep file you want to know which `bicepconfig.json` file is being used. **Describe...

enhancement
dependency: BicepNet

**Is your feature request related to a problem? Please describe.** Module is published manually today. Without being built first. **Describe the solution you'd like** Would like a new version of...

enhancement

**Is your feature request related to a problem? Please describe.** `Get-BicepModuleCache` should list modules in the local cache and present them in the same output format as `Find-BicepModule`. **Describe the...

enhancement
PSBicep

**Is your feature request related to a problem? Please describe.** We should add support to publish bicep files as template specs using `Publish-Bicep`. **Describe the solution you'd like** I want...

enhancement
dependency: BicepNet
dependency: AzAuth
PSBicep

**Is your feature request related to a problem? Please describe.** When authoring bicep modules I tend to end up with multiple .bicep files in the same folder. It would be...

enhancement
cli