-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsideload-catalog.example.yml
More file actions
34 lines (34 loc) · 1.87 KB
/
Copy pathsideload-catalog.example.yml
File metadata and controls
34 lines (34 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ---------------------------------------------------------------------------
# Sideload catalog (v0.8.7 on-prem solution-update sideloading automation)
# ---------------------------------------------------------------------------
# Source-controlled list of the Azure Local solution-update media (and OEM SBE
# packages) the sideloading automation is allowed to stage. The runtime copy
# path reads ONLY this committed file - it never live-fetches at run time, so
# the behaviour is deterministic and air-gap friendly.
#
# Two package classes (packageType):
# Solution : Microsoft CombinedSolutionBundle.<build>.zip, downloadable from a
# direct downloadUri (published in the Microsoft Learn
# 'import and discover updates offline' table). sha256 REQUIRED.
# Refresh these rows with: Update-AzLocalSideloadCatalog
# SBE : OEM Solution Builder Extension package that Microsoft does NOT
# host. Stage the OEM files yourself and record a sourceFolder
# (local or UNC path). downloadUri is not applicable; sha256 is
# optional (verified only when supplied). Add these rows MANUALLY -
# Update-AzLocalSideloadCatalog will not populate them.
schemaVersion: 1
packages:
- version: '12.2605.1003.210'
packageType: Solution
buildNumber: '12.2605.1003.210'
osBuild: '26100.4061'
downloadUri: 'https://azurestackreleases.download.prss.microsoft.com/dbazure/AzureLocal/CombinedSolutionBundle/12.2605.1003.210/CombinedSolutionBundle.12.2605.1003.210.zip'
sha256: '0000000000000000000000000000000000000000000000000000000000000000'
availabilityDate: '2026-05-13'
localPath: ''
- version: 'DellSBE-4.1.2412.1'
packageType: SBE
sourceFolder: '\\fileserver\sbe\Dell\4.1.2412.1'
sha256: ''
availabilityDate: '2026-05-20'
notes: 'Dell OEM SBE package - staged manually by the operator'