Skip to content

Added AzureRM banner to a doc for testing #1510

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

Merged
merged 2 commits into from
Aug 8, 2020
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/preview
# Add-AzureAnalysisServicesAccount

## SYNOPSIS
[!INCLUDE [migrate-to-az-banner](../../includes/migrate-to-az-banner.md)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikefrobbins can you move this to line 13 to mach the following?

## SYNOPSIS
[!INCLUDE [migrate-to-az-banner](../../includes/migrate-to-az-banner.md)]

Adds an authenticated account to use for Azure Analysis Services server cmdlet requests.


Adds an authenticated account to use for Azure Analysis Services server cmdlet requests.

## SYNTAX
Expand Down
13 changes: 13 additions & 0 deletions includes/migrate-to-az-banner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
ms.topic: include
ms.date: 08/6/2020
---
> [!IMPORTANT]
> In December 2018, the Az PowerShell module became generally available and is now the recommended
> PowerShell module for interacting with Azure. Az offers shorter commands, improved stability, and
> cross-platform support. Az also has feature parity with AzureRM, giving you an easy migration
> path. To learn how to migrate your existing scripts, see
> [Migrate Azure PowerShell from AzureRM to Az](https://docs.microsoft.com/powershell/azure/migrate-from-azurerm-to-az).
> The AzureRM module will continue to receive bug fixes until at least December of 2020. To learn
> more about the new Az module and AzureRM compatibility, see
> [Introducing the new Azure PowerShell Az module](https://docs.microsoft.com/powershell/azure/new-azureps-module-az).