Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12/5/2023 PM Publish #232

Merged
merged 2 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"redirections": [
{
"source_path": "dsc/docs-conceptual/dsc-1.1/further-reading/whitepapers.md",
"redirect_url": "https://aka.ms/thereleasepipelinemodelpdf",
"redirect_document_id": false
},
{
"source_path": "dsc/index.md",
"redirect_url": "/powershell/dsc/overview",
Expand Down
25 changes: 0 additions & 25 deletions dsc/docs-conceptual/dsc-1.1/further-reading/whitepapers.md

This file was deleted.

5 changes: 1 addition & 4 deletions dsc/docs-conceptual/dsc-1.1/overview/authoringAdvanced.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
ms.date: 06/12/2017
ms.date: 12/05/2023
keywords: dsc,powershell,configuration,setup
title: Understanding DSC's role in a CI/CD pipeline
description: This article describes the types of approaches available for combining configurations and resources in a CI/CD pipeline.
Expand Down Expand Up @@ -131,6 +131,3 @@ outage.
> should include a static reference to a specific version of each resource, and should be validated
> by tests before reaching production server nodes. The process of testing and releasing changes
> from source control creates a safe environment for releasing change in small but frequent batches.

For more information about using release pipelines to manage core infrastructure, see the
whitepaper: [The Release Pipeline Model](../further-reading/whitepapers.md).
4 changes: 0 additions & 4 deletions dsc/docs-conceptual/dsc-1.1/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,3 @@ items:
href: reference/mof-classes/msft-dsclocalconfigurationmanager-stopconfiguration.md
- name: TestConfiguration method
href: reference/mof-classes/msft-dsclocalconfigurationmanager-testconfiguration.md
- name: Further reading
items:
- name: Whitepapers
href: further-reading/whitepapers.md
Loading