Skip to content

Commit

Permalink
Merge pull request #2723 from sebassem/aksee_update_schema_version
Browse files Browse the repository at this point in the history
Update AKS Edge Essentials schema version to 1.14
  • Loading branch information
sebassem authored Sep 24, 2024
2 parents 5411fcd + 932286a commit 388d68b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ param subnetNameCloud string = 'AKS-EE-Full-Subnet'
param kubernetesDistribution string

@description('''The AKS Edge Essentials schema version to be used. This is only used to pin the AKS Edge Essentials schema version for testing.
To pin a specific version, use the format '1.13'. To use the latest schema version, use 'useLatest'.
To pin a specific version, use the format '1.14'. To use the latest schema version, use 'useLatest'.
''')
param AKSEEPinnedSchemaVersion string = '1.13'
param AKSEEPinnedSchemaVersion string = '1.14'

var templateBaseUrl = 'https://raw.githubusercontent.com/${githubAccount}/azure_arc/${githubBranch}/azure_arc_k8s_jumpstart/aks_hybrid/aks_edge_essentials_full/bicep_template/'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ param subnetNameCloud string = 'AKS-EE-Full-Subnet'
param kubernetesDistribution string

@description('''The AKS Edge Essentials schema version to be used. This is only used to pin the AKS Edge Essentials schema version for testing.
To pin a specific version, use the format '1.13'. To use the latest schema version, use 'useLatest'.
To pin a specific version, use the format '1.14'. To use the latest schema version, use 'useLatest'.
''')
param AKSEEPinnedSchemaVersion string = '1.13'
param AKSEEPinnedSchemaVersion string = '1.14'

var templateBaseUrl = 'https://raw.githubusercontent.com/${githubAccount}/azure_arc/${githubBranch}/azure_arc_k8s_jumpstart/aks_hybrid/aks_edge_essentials_full_akri/bicep_template/'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@
},
"AKSEEPinnedSchemaVersion": {
"type": "string",
"defaultValue": "1.13",
"defaultValue": "1.14",
"metadata": {
"description": "The AKS Edge Essentials schema version to be used. This is only used to pin the AKS Edge Essentials schema version for testing.To pin a specific version, use the format '1.13'. To use the latest schema version, use 'useLatest'"
"description": "The AKS Edge Essentials schema version to be used. This is only used to pin the AKS Edge Essentials schema version for testing.To pin a specific version, use the format '1.14'. To use the latest schema version, use 'useLatest'"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@
},
"AKSEEPinnedSchemaVersion": {
"type": "string",
"defaultValue": "1.13",
"defaultValue": "1.14",
"metadata": {
"description": "The AKS Edge Essentials schema version to be used. This is only used to pin the AKS Edge Essentials schema version for testing.To pin a specific version, use the format '1.13'. To use the latest schema version, use 'useLatest'"
"description": "The AKS Edge Essentials schema version to be used. This is only used to pin the AKS Edge Essentials schema version for testing.To pin a specific version, use the format '1.14'. To use the latest schema version, use 'useLatest'"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions azure_jumpstart_ag/manufacturing/bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ param rdpPort string = '3389'
param industry string = 'manufacturing'

@description('''The AKS Edge Essentials schema version to be used. This is only used to pin the AKS Edge Essentials schema version for testing.
To pin a specific version, use the format '1.13'. To use the latest schema version, use 'useLatest'.
To pin a specific version, use the format '1.14'. To use the latest schema version, use 'useLatest'.
''')
param AKSEEPinnedSchemaVersion string = '1.13'
param AKSEEPinnedSchemaVersion string = '1.14'

var templateBaseUrl = 'https://raw.githubusercontent.com/${githubAccount}/azure_arc/${githubBranch}/azure_jumpstart_ag/'

Expand Down
4 changes: 2 additions & 2 deletions azure_jumpstart_ag/retail/bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ param rdpPort string = '3389'
param industry string = 'retail'

@description('''The AKS Edge Essentials schema version to be used. This is only used to pin the AKS Edge Essentials schema version for testing.
To pin a specific version, use the format '1.13'. To use the latest schema version, use 'useLatest'.
To pin a specific version, use the format '1.14'. To use the latest schema version, use 'useLatest'.
''')
param AKSEEPinnedSchemaVersion string = '1.13'
param AKSEEPinnedSchemaVersion string = '1.14'

var templateBaseUrl = 'https://raw.githubusercontent.com/${githubAccount}/azure_arc/${githubBranch}/azure_jumpstart_ag/'

Expand Down

0 comments on commit 388d68b

Please sign in to comment.