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

Add AzureRM to deprecations #2239

Merged
merged 4 commits into from
Apr 18, 2024
Merged
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
13 changes: 12 additions & 1 deletion src/pages/docs/deprecations/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 users will be required to move to either `az cli` or the `az module for powershell`
for Azure authentication thereafter.

## Deprecations for 2024.1

### Helm V2
Expand Down
Loading