79793126

Date: 2025-10-17 14:03:36
Score: 1.5
Natty:
Report link

A newer way to expand/insert all items in an object is using the ${{ insert }} key:

parameters:
- name: Location
  type: string
  default: 'westus'

extends:
  template: Template.yml
  parameters:
    ${{ insert }}: ${{ parameters }}

Docs: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/template-expressions?view=azure-devops#insertion

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Paul Birtle