From 7b7660bc6056c228b975e6885145e7e0bc8098a8 Mon Sep 17 00:00:00 2001 From: Trent Mohay Date: Wed, 17 Apr 2024 17:04:41 +1000 Subject: [PATCH 1/4] Add AzureRM to deprecations --- src/pages/docs/deprecations/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/pages/docs/deprecations/index.md b/src/pages/docs/deprecations/index.md index 063a78b05d..2dbede1678 100644 --- a/src/pages/docs/deprecations/index.md +++ b/src/pages/docs/deprecations/index.md @@ -32,6 +32,17 @@ To provide ample time to act, from Octopus Server `2024.1`, workloads that run o Further notes about this pending change are mentioned in the [2024.1 deprecation blog post](https://octopus.com/blog/2024-deprecated-features#windows-server-2008) +## Deprecations for 2024.3 + +### Azure Resource Manager Powershell Module +The AzureRM Powershell modules were Microsoft’s way of integrating Powershell with Azure resources however this has since been +deprecated by Microsoft in favor of the Azure CLI or the Az Powershell modules. + +These modules were [deprecated by Microsoft](https://learn.microsoft.com/en-us/powershell/azure/azurerm-retirement-overview) (as of 29-February-2024 + +AzureRm will remain available until July 2024 (albeit with an in-app warning), but will be required to move to either `az cli` or the `az module for powershell` +for authentication thereafter. + ## Deprecations for 2024.1 ### Helm V2 From 37917d1af12d27c93c32ca484fdd93a43ce3ecb9 Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Wed, 17 Apr 2024 23:39:17 +0100 Subject: [PATCH 2/4] Update modified date (#2242) --- src/pages/docs/deprecations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/deprecations/index.md b/src/pages/docs/deprecations/index.md index 2dbede1678..8bb2c343f7 100644 --- a/src/pages/docs/deprecations/index.md +++ b/src/pages/docs/deprecations/index.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2023-01-01 -modDate: 2023-11-20 +modDate: 2024-04-17 title: Deprecations description: Upcoming and past deprecations by version for Octopus Server navOrder: 300 From b5f19389a95e79c8ff827aea7cdbe150daef0129 Mon Sep 17 00:00:00 2001 From: Trent Mohay Date: Thu, 18 Apr 2024 08:46:44 +1000 Subject: [PATCH 3/4] slightly better wording --- src/pages/docs/deprecations/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/deprecations/index.md b/src/pages/docs/deprecations/index.md index 8bb2c343f7..52c8428447 100644 --- a/src/pages/docs/deprecations/index.md +++ b/src/pages/docs/deprecations/index.md @@ -40,8 +40,8 @@ deprecated by Microsoft in favor of the Azure CLI or the Az Powershell modules. These modules were [deprecated by Microsoft](https://learn.microsoft.com/en-us/powershell/azure/azurerm-retirement-overview) (as of 29-February-2024 -AzureRm will remain available until July 2024 (albeit with an in-app warning), but will be required to move to either `az cli` or the `az module for powershell` -for authentication thereafter. +AzureRm will remain available until July 2024 (albeit with an in-app warning), but users will be required to move to either `az cli` or the `az module for powershell` +for Azure authentication thereafter. ## Deprecations for 2024.1 From c828142da0d046e6956d418042ef1b1000b8cbe1 Mon Sep 17 00:00:00 2001 From: Trent Mohay Date: Thu, 18 Apr 2024 09:17:18 +1000 Subject: [PATCH 4/4] fix the end of line bracket missing --- src/pages/docs/deprecations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/deprecations/index.md b/src/pages/docs/deprecations/index.md index 52c8428447..d9b5518d65 100644 --- a/src/pages/docs/deprecations/index.md +++ b/src/pages/docs/deprecations/index.md @@ -38,7 +38,7 @@ Further notes about this pending change are mentioned in the [2024.1 deprecation The AzureRM Powershell modules were Microsoft’s way of integrating Powershell with Azure resources however this has since been deprecated by Microsoft in favor of the Azure CLI or the Az Powershell modules. -These modules were [deprecated by Microsoft](https://learn.microsoft.com/en-us/powershell/azure/azurerm-retirement-overview) (as of 29-February-2024 +These modules were [deprecated by Microsoft](https://learn.microsoft.com/en-us/powershell/azure/azurerm-retirement-overview) (as of 29-February-2024). AzureRm will remain available until July 2024 (albeit with an in-app warning), but users will be required to move to either `az cli` or the `az module for powershell` for Azure authentication thereafter.