From 28b148c436b6e7ca1bf26239e3032170ef35f6a6 Mon Sep 17 00:00:00 2001 From: Michael Greene Date: Tue, 5 Dec 2023 15:26:58 -0600 Subject: [PATCH 1/2] reitre link (#230) * reitre link * Fix broken link and add redirect --------- Co-authored-by: Sean Wheeler --- .openpublishing.redirection.json | 5 ++++ .../dsc-1.1/further-reading/whitepapers.md | 25 ------------------- .../dsc-1.1/overview/authoringAdvanced.md | 5 +--- dsc/docs-conceptual/dsc-1.1/toc.yml | 4 --- 4 files changed, 6 insertions(+), 33 deletions(-) delete mode 100644 dsc/docs-conceptual/dsc-1.1/further-reading/whitepapers.md diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 1f779cf..8278b62 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -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": true + }, { "source_path": "dsc/index.md", "redirect_url": "/powershell/dsc/overview", diff --git a/dsc/docs-conceptual/dsc-1.1/further-reading/whitepapers.md b/dsc/docs-conceptual/dsc-1.1/further-reading/whitepapers.md deleted file mode 100644 index 50c51ec..0000000 --- a/dsc/docs-conceptual/dsc-1.1/further-reading/whitepapers.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -ms.date: 06/12/2017 -keywords: dsc,powershell,configuration,setup -title: Whitepapers -description: This document explains the components of a Release Pipeline for configuration as code, the value to operations, and solutions that are used when designing a new Release Pipeline architecture. ---- - -# Whitepapers - -The following whitepapers have been published to provide additional information on topics related to -PowerShell Desired State Configuration. - -## The Release Pipeline Model - -There are benefits to be gained when patterns and practices from developer techniques are applied to -operations. Notably, a fully automated solution where infrastructure is managed as code and all -changes are automatically validated before reaching production. This is a process shift that is -recognized among industry innovators. For organizations already leveraging these processes, it -should be clear how to leverage Microsoft platforms. For organizations that are new to the topic, it -should be clear how to bring this process to your environment and what it means to your -organizational culture. This document explains the components of a Release Pipeline for -configuration as code, the value to operations, and solutions that are used when designing a new -Release Pipeline architecture. - -[Download the PDF](https://aka.ms/thereleasepipelinemodelpdf) diff --git a/dsc/docs-conceptual/dsc-1.1/overview/authoringAdvanced.md b/dsc/docs-conceptual/dsc-1.1/overview/authoringAdvanced.md index 0e3a29f..2baca25 100644 --- a/dsc/docs-conceptual/dsc-1.1/overview/authoringAdvanced.md +++ b/dsc/docs-conceptual/dsc-1.1/overview/authoringAdvanced.md @@ -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. @@ -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). diff --git a/dsc/docs-conceptual/dsc-1.1/toc.yml b/dsc/docs-conceptual/dsc-1.1/toc.yml index e8bb064..749ce21 100644 --- a/dsc/docs-conceptual/dsc-1.1/toc.yml +++ b/dsc/docs-conceptual/dsc-1.1/toc.yml @@ -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 From 8f1a731e903083c3046dc83aa36683ad171d97ad Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Tue, 5 Dec 2023 15:31:44 -0600 Subject: [PATCH 2/2] Fix redirect status (#231) --- .openpublishing.redirection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 8278b62..0a6057e 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -3,7 +3,7 @@ { "source_path": "dsc/docs-conceptual/dsc-1.1/further-reading/whitepapers.md", "redirect_url": "https://aka.ms/thereleasepipelinemodelpdf", - "redirect_document_id": true + "redirect_document_id": false }, { "source_path": "dsc/index.md",