Skip to content

Commit 8a950fa

Browse files
github-actions[bot]ArmaanMcleodBernieWhite
authored
Sync PSRule Schema (#920)
* Sync PSRule Schema * Bump change log * Update CI build images Co-authored-by: ArmaanMcleod <ArmaanMcleod@users.noreply.github.com> Co-authored-by: Bernie White <bewhite@microsoft.com>
1 parent a72b189 commit 8a950fa

8 files changed

Lines changed: 3988 additions & 3957 deletions

.azure-pipelines/azure-pipelines.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,31 +50,31 @@ stages:
5050
- template: jobs/test.yaml
5151
parameters:
5252
name: macOS_10_15
53-
displayName: 'PowerShell 7.2 - macOS-10.15'
54-
imageName: 'macOS-10.15'
53+
displayName: 'PowerShell 7.2 - macos-12'
54+
imageName: 'macos-12'
5555
channel: preview
5656

5757
- template: jobs/test.yaml
5858
parameters:
59-
name: ps_5_1_windows_2019
60-
displayName: 'PowerShell 5.1 - Windows 2019'
61-
imageName: 'windows-2019'
59+
name: ps_5_1_windows_2022
60+
displayName: 'PowerShell 5.1 - Windows 2022'
61+
imageName: 'windows-2022'
6262
channel: preview
6363
pwsh: false
6464

6565
- template: jobs/test.yaml
6666
parameters:
67-
name: ps_7_2_windows_2019
68-
displayName: 'PowerShell 7.2 - Windows 2019'
69-
imageName: 'windows-2019'
67+
name: ps_7_2_windows_2022
68+
displayName: 'PowerShell 7.2 - Windows 2022'
69+
imageName: 'windows-2022'
7070
channel: preview
7171
pwsh: true
7272

7373
- template: jobs/test.yaml
7474
parameters:
75-
name: ubuntu_20_04
76-
displayName: 'PowerShell 7.2 - ubuntu-20.04'
77-
imageName: 'ubuntu-20.04'
75+
name: ubuntu_22_04
76+
displayName: 'PowerShell 7.2 - ubuntu-22.04'
77+
imageName: 'ubuntu-22.04'
7878
channel: preview
7979

8080
# Analysis pipeline
@@ -87,7 +87,7 @@ stages:
8787
jobs:
8888
- job: Secret_Scan
8989
pool:
90-
vmImage: 'windows-2019'
90+
vmImage: 'windows-2022'
9191
displayName: Secret scan
9292
steps:
9393
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2
@@ -129,7 +129,7 @@ stages:
129129
- job: update_github_release
130130
displayName: Update GitHub release
131131
pool:
132-
vmImage: 'ubuntu-20.04'
132+
vmImage: 'ubuntu-22.04'
133133
steps:
134134

135135
# Update GitHub release

.azure-pipelines/jobs/build-channel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
default: 'Release'
1313
- name: vmImage
1414
type: string
15-
default: 'ubuntu-20.04'
15+
default: 'ubuntu-22.04'
1616

1717
jobs:
1818
- job: 'build_${{ parameters.channel }}'

.azure-pipelines/jobs/publish-channel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
default: 'Release'
1313
- name: vmImage
1414
type: string
15-
default: 'ubuntu-20.04'
15+
default: 'ubuntu-22.04'
1616

1717
jobs:
1818
- job: 'publish_${{ parameters.channel }}'

.azure-pipelines/jobs/testContainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parameters:
1616
default: 'Release'
1717
- name: vmImage
1818
type: string
19-
default: 'ubuntu-20.04'
19+
default: 'ubuntu-22.04'
2020
- name: imageName
2121
type: string
2222
- name: imageTag

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Continue reading to see the changes included in the latest version.
3030
What's changed since v2.5.0:
3131

3232
- Engineering:
33+
- Updated PSRule schema files.
34+
[#920](https://github.com/microsoft/PSRule-vscode/pull/920)
3335
- Bumps vscode engine to v1.73.0.
3436
[#914](https://github.com/microsoft/PSRule-vscode/pull/914)
3537
- Bump vsce to v2.13.0.

0 commit comments

Comments
 (0)