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

Added additional azure related modules #3189

Merged
merged 1 commit into from
Sep 5, 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
22 changes: 16 additions & 6 deletions docs-conceptual/azps-12.3.0/what-is-azure-powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,22 @@ recommended for creating new resources as ASM is scheduled for retirement. For m

## Azure-related PowerShell modules

The following PowerShell modules aren't part of Azure PowerShell:

- **Microsoft.Graph**
- **Microsoft.Graph.Entra**
- **AzureAD PowerShell Module**
- **MSOnline PowerShell Module**
These products are used to manage Azure resources but aren't part of the Azure PowerShell collective
product. They should never be described using the "Azure PowerShell" collective name.

- Azure Active Directory PowerShell (AzureAD)
- Azure Information Protection PowerShell
- Azure Deployment Manager PowerShell
- Azure Elastic Database Jobs PowerShell
- Azure Service Fabric PowerShell
- Azure Stack PowerShell
- Microsoft.Graph PowerShell
- Microsoft.Graph.Entra PowerShell
- MSOnline PowerShell

Guidelines

- Always use the full proper name of the product or the specific PowerShell module name

## References

Expand Down