From f98b02b4dae64f5584e5733b31e7459067dca94f Mon Sep 17 00:00:00 2001 From: Ahmad Abdalla <28486158+ahmadabdalla@users.noreply.github.com> Date: Fri, 12 Aug 2022 12:35:52 +1000 Subject: [PATCH] removed reference to global.variables.yml --- .azuredevops/modulePipelines/ms.synapse.workspaces.yml | 2 +- .github/workflows/ms.synapse.workspaces.yml | 2 +- ...st changes - Scenario 2 Module library and CI environment.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azuredevops/modulePipelines/ms.synapse.workspaces.yml b/.azuredevops/modulePipelines/ms.synapse.workspaces.yml index 0f54cd80f7..2868ab338a 100644 --- a/.azuredevops/modulePipelines/ms.synapse.workspaces.yml +++ b/.azuredevops/modulePipelines/ms.synapse.workspaces.yml @@ -28,7 +28,7 @@ trigger: - '/**/*.md' variables: - - template: '../../global.variables.yml' + - template: '../../settings.yml' - group: 'PLATFORM_VARIABLES' - name: modulePath value: '/modules/Microsoft.Synapse/workspaces' diff --git a/.github/workflows/ms.synapse.workspaces.yml b/.github/workflows/ms.synapse.workspaces.yml index 1b2767bd7b..4a41f79748 100644 --- a/.github/workflows/ms.synapse.workspaces.yml +++ b/.github/workflows/ms.synapse.workspaces.yml @@ -25,7 +25,7 @@ on: - '!*/**/readme.md' env: - variablesPath: 'global.variables.yml' + variablesPath: 'settings.yml' modulePath: 'modules/Microsoft.Synapse/workspaces' workflowPath: '.github/workflows/ms.synapse.workspaces.yml' AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }} diff --git a/docs/wiki/Fetching latest changes - Scenario 2 Module library and CI environment.md b/docs/wiki/Fetching latest changes - Scenario 2 Module library and CI environment.md index 2a0eee2942..17e2969c21 100644 --- a/docs/wiki/Fetching latest changes - Scenario 2 Module library and CI environment.md +++ b/docs/wiki/Fetching latest changes - Scenario 2 Module library and CI environment.md @@ -52,7 +52,7 @@ Clone/download CARML repository to create a local copy of it, as explained in Az Personalize files with your specific settings: 1. [Update default name prefix](./Getting%20started%20-%20Scenario%202%20Onboard%20module%20library%20and%20CI%20environment#31-update-default-nameprefix) -1. Update variables file ([`global.variables.yml`](https://github.com/Azure/ResourceModules/blob/main/global.variables.yml)) as explained in [Set up variables file](./Getting%20started%20-%20Scenario%202%20Onboard%20module%20library%20and%20CI%20environment#322-set-up-variables-file) +1. Update settings file ([`settings.yml`](https://github.com/Azure/ResourceModules/blob/main/settings.yml)) as explained in [Set up variables file](./Getting%20started%20-%20Scenario%202%20Onboard%20module%20library%20and%20CI%20environment#322-set-up-variables-file) # 3. (Optional) Re-apply your customizations