Skip to content

Commit

Permalink
removed reference to global.variables.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadabdalla committed Aug 12, 2022
1 parent 9b97839 commit f98b02b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azuredevops/modulePipelines/ms.synapse.workspaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ trigger:
- '/**/*.md'

variables:
- template: '../../global.variables.yml'
- template: '../../settings.yml'
- group: 'PLATFORM_VARIABLES'
- name: modulePath
value: '/modules/Microsoft.Synapse/workspaces'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.synapse.workspaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f98b02b

Please sign in to comment.