Skip to content

Instantly share code, notes, and snippets.

@kunalworldwide
Last active February 16, 2023 13:49
Show Gist options
  • Save kunalworldwide/6e38f775fc24fc99e4eb5b0dfa9d1a1a to your computer and use it in GitHub Desktop.
Save kunalworldwide/6e38f775fc24fc99e4eb5b0dfa9d1a1a to your computer and use it in GitHub Desktop.
(Get-Content -path $(System.DefaultWorkingDirectory)/_Synapse-CI-pipeline/drop/ARM/TemplateForWorkspace.json) -replace 'LS_AKV_DEV','LS_AKV_QA' | Set-Content -Path $(System.DefaultWorkingDirectory)/_Synapse-CI-pipeline/drop/ARM/TemplateForWorkspace.json
(Get-Content -path $(System.DefaultWorkingDirectory)/_Synapse-CI-pipeline/drop/ARM/TemplateParametersForWorkspace.json) -replace 'LS_AKV_DEV','LS_AKV_QA' | Set-Content -Path $(System.DefaultWorkingDirectory)/_Synapse-CI-pipeline/drop/ARM/TemplateParametersForWorkspace.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment