Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Dec 26, 2024
1 parent e08ff12 commit 64e19ab
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 2 deletions.
29 changes: 29 additions & 0 deletions Azure DevTest Labs/SharePoint-AllVersions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change log for Azure DevTest Labs template SharePoint-AllVersions

## Enhancements & bug-fixes - Published in December 26, 2024

### Added

- Template
- Add value `Subscription-24H1` to parameter `sharePointVersion`, to install SharePoint Subscription with 24H1 update
- Add value `Subscription-24H2` to parameter `sharePointVersion`, to install SharePoint Subscription with 24H2 update

### Changed

- Template
- Convert the template to Bicep
- Update the default size of the virtual machines to use the [Basv2 series](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/basv2-series?tabs=sizebasic). It is newer, cheaper and more performant than the [Bv1 series](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/bv1-series?tabs=sizebasic) used until now.
- [BREAKING CHANGE] Rename most of the parameters
- Update the display name of most of the resources to be more consistent and reflect their relationship with each other
- Value `Subscription-Latest` for parameter `sharePointVersion` now installs the December 2024 CU for SharePoint Subscription
- All DSC configurations
- Add a firewall rule to all virtual machines to allow remote event viewer connections
- Updated DSC module `ActiveDirectoryDsc` to 6.4.0
- Updated DSC module `ComputerManagementDsc` to 9.1.0
- Updated DSC module `SharePointDSC` to 5.5.0
- DSC Configuration for DC
- Updated DSC module `AdfsDsc` to 1.4.0

### Fixed

- Template
- Stopped using the Windows Server's [small disk](https://azure.microsoft.com/en-us/blog/new-smaller-windows-server-iaas-image/) image for SharePoint Subscription VMs, as SharePoint updates no longer have enough free disk space to be installed.

## Enhancements & bug-fixes - Published in February 26, 2024

- Template
Expand Down
2 changes: 1 addition & 1 deletion Azure DevTest Labs/SharePoint-AllVersions/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"description": "Deploy SharePoint Subscription / 2019 / 2016 with a lightweight configuration. Each version is independent and may or may not be deployed.",
"summary": "Deploy SharePoint Subscription / 2019 / 2016 with a lightweight configuration. Each version is independent and may or may not be deployed.",
"githubUsername": "Yvand",
"dateUpdated": "2024-02-26"
"dateUpdated": "2024-12-26"
}
30 changes: 30 additions & 0 deletions Azure DevTest Labs/SharePoint-SingleFarm-FullConfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Change log for Azure DevTest Labs template DTL-SharePoint-FullConfig

## Enhancements & bug-fixes - Published in December 26, 2024

### Added

- Template
- Add parameter `outboundAccessMethod`, to choose how the virtual machines connect to internet. Now, they can connect through either a public IP, or using Azure Firewall as an HTTP proxy
- Add value `Subscription-24H1` to parameter `sharePointVersion`, to install SharePoint Subscription with 24H1 update
- Add value `Subscription-24H2` to parameter `sharePointVersion`, to install SharePoint Subscription with 24H2 update

### Changed

- Template
- Convert the template to Bicep
- Update the default size of the virtual machines to use the [Basv2 series](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/basv2-series?tabs=sizebasic). It is newer, cheaper and more performant than the [Bv1 series](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/bv1-series?tabs=sizebasic) used until now.
- [BREAKING CHANGE] Rename most of the parameters
- Update the display name of most of the resources to be more consistent and reflect their relationship with each other
- Value `Subscription-Latest` for parameter `sharePointVersion` now installs the December 2024 CU for SharePoint Subscription
- All DSC configurations
- Add a firewall rule to all virtual machines to allow remote event viewer connections
- Updated DSC module `ActiveDirectoryDsc` to 6.4.0
- Updated DSC module `ComputerManagementDsc` to 9.1.0
- Updated DSC module `SharePointDSC` to 5.5.0
- DSC Configuration for DC
- Updated DSC module `AdfsDsc` to 1.4.0

### Fixed

- Template
- Stopped using the Windows Server's [small disk](https://azure.microsoft.com/en-us/blog/new-smaller-windows-server-iaas-image/) image for SharePoint Subscription VMs, as SharePoint updates no longer have enough free disk space to be installed.

## Enhancements & bug-fixes - Published in February 26, 2024

- Template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"description": "Create a DC, a SQL Server 2022, and from 1 to 5 server(s) hosting a SharePoint Subscription / 2019 / 2016 farm with an extensive configuration, including trusted authentication, user profiles with personal sites, an OAuth trust (using a certificate), a dedicated IIS site for hosting high-trust add-ins, etc... The latest version of key softwares (including Fiddler, vscode, np++, 7zip, ULS Viewer) is installed. SharePoint machines have additional fine-tuning to make them immediately usable (remote administration tools, custom policies for Edge and Chrome, shortcuts, etc...).",
"summary": "Create a SharePoint Server farm with an extensive configuration. Key softwares (inc. Fiddler, vscode, np++, 7zip and ULS Viewer) and fine tuning make the farm immediately useful for most scenarios",
"githubUsername": "Yvand",
"dateUpdated": "2024-09-26"
"dateUpdated": "2024-12-26"
}

0 comments on commit 64e19ab

Please sign in to comment.