Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Airflow Configuration #193

Merged
merged 55 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
56e1518
airflow adjustments.
danielscholl Sep 10, 2024
e6758ce
airflow adjustments.
danielscholl Sep 10, 2024
639138e
airflow adjustments.
danielscholl Sep 10, 2024
48d9bb1
airflow adjustments.
danielscholl Sep 10, 2024
895c56b
airflow adjustments.
danielscholl Sep 10, 2024
4628653
airflow adjustments.
danielscholl Sep 10, 2024
6ad6bb3
airflow adjustments.
danielscholl Sep 10, 2024
4a48750
airflow adjustments.
danielscholl Sep 10, 2024
3c19c33
airflow adjustments.
danielscholl Sep 10, 2024
891179a
airflow adjustments.
danielscholl Sep 10, 2024
f7f5f2f
airflow adjustments.
danielscholl Sep 10, 2024
689ac62
airflow adjustments.
danielscholl Sep 10, 2024
8d70862
airflow adjustments.
danielscholl Sep 10, 2024
c5793aa
airflow adjustments.
danielscholl Sep 10, 2024
543364a
airflow adjustments.
danielscholl Sep 10, 2024
01fa650
airflow adjustments.
danielscholl Sep 10, 2024
79e5dae
airflow adjustments.
danielscholl Sep 10, 2024
ffd9647
airflow adjustments.
danielscholl Sep 10, 2024
b338410
airflow adjustments.
danielscholl Sep 10, 2024
2e126b6
airflow adjustments.
danielscholl Sep 10, 2024
5ba2159
airflow adjustments.
danielscholl Sep 10, 2024
792200f
airflow adjustments.
danielscholl Sep 10, 2024
f96feee
airflow adjustments.
danielscholl Sep 10, 2024
6484a7e
airflow adjustments.
danielscholl Sep 10, 2024
6114d62
airflow adjustments.
danielscholl Sep 10, 2024
7039af4
airflow adjustments.
danielscholl Sep 10, 2024
bafd36c
airflow adjustments.
danielscholl Sep 10, 2024
b148a66
airflow adjustments.
danielscholl Sep 10, 2024
0dbe59c
airflow adjustments.
danielscholl Sep 10, 2024
bc709ba
airflow adjustments.
danielscholl Sep 10, 2024
389c52d
airflow adjustments.
danielscholl Sep 10, 2024
58c13f2
airflow adjustments.
danielscholl Sep 10, 2024
da03e06
airflow adjustments.
danielscholl Sep 10, 2024
823837b
airflow adjustments.
danielscholl Sep 10, 2024
a5b2ce6
airflow adjustments.
danielscholl Sep 10, 2024
09674d5
airflow adjustments.
danielscholl Sep 10, 2024
9e05fd7
airflow adjustments.
danielscholl Sep 10, 2024
6c90556
airflow adjustments.
danielscholl Sep 10, 2024
20c4831
airflow adjustments.
danielscholl Sep 10, 2024
31b3cc0
airflow adjustments.
danielscholl Sep 10, 2024
28d4359
airflow adjustments.
danielscholl Sep 10, 2024
29cfb4f
airflow adjustments.
danielscholl Sep 10, 2024
ea0daf9
airflow adjustments.
danielscholl Sep 11, 2024
f47a36d
airflow adjustments.
danielscholl Sep 11, 2024
80b3d35
airflow adjustments.
danielscholl Sep 11, 2024
ead697e
airflow adjustments.
danielscholl Sep 11, 2024
9cbbb4a
airflow adjustments.
danielscholl Sep 11, 2024
2308dc2
airflow adjustments.
danielscholl Sep 11, 2024
a40960a
airflow adjustments.
danielscholl Sep 11, 2024
c8eb5b8
airflow adjustments.
danielscholl Sep 11, 2024
21f4c8b
airflow adjustments.
danielscholl Sep 11, 2024
6c5eece
airflow adjustments.
danielscholl Sep 11, 2024
5ce59db
airflow adjustments.
danielscholl Sep 11, 2024
3704a4c
airflow adjustments.
danielscholl Sep 11, 2024
7930d32
airflow adjustments.
danielscholl Sep 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bicep/modules/aks-config-map/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ resource runAksCommand 'Microsoft.Resources/deploymentScripts@2023-08-01' = {
]
properties: {
forceUpdateTag: forceUpdateTag
azCliVersion: '2.61.0'
timeout: 'PT15M'
azCliVersion: '2.63.0'
timeout: 'PT30M'
retentionInterval: 'PT1H'
environmentVariables: [
{ name: 'RG', value: resourceGroup().name }
Expand Down
231 changes: 0 additions & 231 deletions bicep/modules/aks-config-map/main.json

This file was deleted.

2 changes: 1 addition & 1 deletion bicep/modules/aks-config-map/test/prereq.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ output aksName string = aks.name
// ]
// properties: {
// forceUpdateTag: forceUpdateTag
// azCliVersion: '2.35.0'
// azCliVersion: '2.63.0'
// timeout: 'PT30M'
// retentionInterval: 'P1D'
// scriptContent: 'sleep 120s'
Expand Down
6 changes: 3 additions & 3 deletions bicep/modules/aks-run-command/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ resource rbac 'Microsoft.Authorization/roleAssignments@2022-04-01' = [for roleDe
}]

@batchSize(1)
resource runAksCommand 'Microsoft.Resources/deploymentScripts@2020-10-01' = [for (command, i) in commands: {
resource runAksCommand 'Microsoft.Resources/deploymentScripts@2023-08-01' = [for (command, i) in commands: {
name: 'script-${aks.name}-${deployment().name}-${i}'
location: location
identity: {
Expand All @@ -88,8 +88,8 @@ resource runAksCommand 'Microsoft.Resources/deploymentScripts@2020-10-01' = [for
]
properties: {
forceUpdateTag: forceUpdateTag
azCliVersion: '2.61.0'
timeout: 'PT15M'
azCliVersion: '2.63.0'
timeout: 'PT30M'
retentionInterval: 'PT1H'
environmentVariables: [
{ name: 'RG', value: resourceGroup().name }
Expand Down
Loading
Loading