Skip to content

Commit c2add28

Browse files
Updated azure.yaml file to exclude the 1.23.9 azd version
1 parent e47b91c commit c2add28

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

azure.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
name: modernize-your-code-solution-accelerator
2-
metadata:
3-
template: modernize-your-code-solution-accelerator@1.0
4-
5-
requiredVersions:
6-
azd: '>= 1.18.0'
7-
8-
parameters:
9-
AzureAiServiceLocation:
10-
type: string
11-
default: japaneast
12-
Prefix:
13-
type: string
14-
default: azdtemp
15-
baseUrl:
16-
type: string
17-
default: 'https://raw.githubusercontent.com/microsoft/Modernize-your-code-solution-accelerator'
18-
deployment:
19-
mode: Incremental
20-
template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
21-
parameters:
22-
AzureAiServiceLocation: ${{ parameters.AzureAiServiceLocation }}
23-
Prefix: ${{ parameters.Prefix }}
24-
baseUrl: ${{ parameters.baseUrl }}
1+
name: modernize-your-code-solution-accelerator
2+
metadata:
3+
template: modernize-your-code-solution-accelerator@1.0
4+
5+
requiredVersions:
6+
azd: '>= 1.18.0 != 1.23.9'
7+
8+
parameters:
9+
AzureAiServiceLocation:
10+
type: string
11+
default: japaneast
12+
Prefix:
13+
type: string
14+
default: azdtemp
15+
baseUrl:
16+
type: string
17+
default: 'https://raw.githubusercontent.com/microsoft/Modernize-your-code-solution-accelerator'
18+
deployment:
19+
mode: Incremental
20+
template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
21+
parameters:
22+
AzureAiServiceLocation: ${{ parameters.AzureAiServiceLocation }}
23+
Prefix: ${{ parameters.Prefix }}
24+
baseUrl: ${{ parameters.baseUrl }}

azure_custom.yaml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
name: modernize-your-code-solution-accelerator
2-
metadata:
3-
template: modernize-your-code-solution-accelerator@1.0
4-
5-
requiredVersions:
6-
azd: '>= 1.18.0'
7-
8-
parameters:
9-
azureAiServiceLocation:
10-
type: string
11-
default: japaneast
12-
13-
services:
14-
backend:
15-
project: ./src/backend
16-
host: containerapp
17-
language: python
18-
docker:
19-
path: Dockerfile
20-
remoteBuild: true
21-
frontend:
22-
project: ./src/frontend
23-
host: containerapp
24-
language: js
25-
docker:
26-
path: Dockerfile
27-
remoteBuild: true
28-
29-
infra:
30-
provider: bicep
31-
path: infra
1+
name: modernize-your-code-solution-accelerator
2+
metadata:
3+
template: modernize-your-code-solution-accelerator@1.0
4+
5+
requiredVersions:
6+
azd: '>= 1.18.0 != 1.23.9'
7+
8+
parameters:
9+
azureAiServiceLocation:
10+
type: string
11+
default: japaneast
12+
13+
services:
14+
backend:
15+
project: ./src/backend
16+
host: containerapp
17+
language: python
18+
docker:
19+
path: Dockerfile
20+
remoteBuild: true
21+
frontend:
22+
project: ./src/frontend
23+
host: containerapp
24+
language: js
25+
docker:
26+
path: Dockerfile
27+
remoteBuild: true
28+
29+
infra:
30+
provider: bicep
31+
path: infra

0 commit comments

Comments
 (0)