Skip to content

Commit 866fb36

Browse files
committed
fixing cmdlet links and adding ms.author
1 parent c56a9fd commit 866fb36

10 files changed

+18
-8
lines changed

azureps-cmdlets-docs/ResourceManager/docs-conceptual/authenticate-azureps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Log in with Azure PowerShell
33
description: Log in with Azure PowerShell
44
services: azure
55
author: sdwheeler
6+
ms.author: sewhee
67
manager: carmonm
78
ms.product: azure
89
ms.service: powershell

azureps-cmdlets-docs/ResourceManager/docs-conceptual/create-azure-service-principal-azureps.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Learn how to create a service principal for your app or service wit
44
keywords: Azure PowerShell, Azure Active Directory, Azure Active directory, AD, RBAC
55
services: azure
66
author: sdwheeler
7+
ms.author: sewhee
78
manager: carmonm
89
ms.product: azure
910
ms.service: azure-resource-manager
@@ -39,7 +40,7 @@ subscription. Specifically, you must be able to create an app in the Active Dire
3940
role to the service principal.
4041

4142
The easiest way to check whether your account has adequate permissions is through the portal. See
42-
[Check required permission in portal](/azure/azure-resource-manager/resource-group-create-service-principal-portal.md#required-permissions).
43+
[Check required permission in portal](/azure/azure-resource-manager/resource-group-create-service-principal-portal#required-permissions).
4344

4445
## Create a service principal for your app
4546

@@ -135,9 +136,9 @@ see [RBAC: Built-in roles](/azure/active-directory/role-based-access-built-in-ro
135136

136137
Azure PowerShell provides the following cmdlets to manage role assignments:
137138

138-
* [Get-AzureRmRoleAssignment](get-azurermroleassignment.md)
139-
* [New-AzureRmRoleAssignment](new-azurermroleassignment.md)
140-
* [Remove-AzureRmRoleAssignment](remove-azurermroleassignment.md)
139+
* [Get-AzureRmRoleAssignment](/powershell/module/azurerm.resources/get-azurermroleassignment)
140+
* [New-AzureRmRoleAssignment](/powershell/module/azurerm.resources/new-azurermroleassignment)
141+
* [Remove-AzureRmRoleAssignment](/powershell/module/azurerm.resources/remove-azurermroleassignment)
141142

142143
The default role for a service principal is **Contributor**. It may not be the best choice
143144
depending on the scope of your app's interactions with Azure services, given its broad permissions.
@@ -185,10 +186,10 @@ ObjectType : ServicePrincipal
185186

186187
Other Azure PowerShell cmdlets for role management:
187188

188-
* [Get-AzureRmRoleDefinition](../ref/Get-AzureRmRoleDefinition.md)
189-
* [New-AzureRmRoleDefinition](../ref/New-AzureRmRoleDefinition.md)
190-
* [Remove-AzureRmRoleDefinition](../ref/Remove-AzureRmRoleDefinition.md)
191-
* [Set-AzureRmRoleDefinition](../ref/Set-AzureRmRoleDefinition.md)
189+
* [Get-AzureRmRoleDefinition](/powershell/module/azurerm.resources/Get-AzureRmRoleDefinition)
190+
* [New-AzureRmRoleDefinition](/powershell/module/azurerm.resources/New-AzureRmRoleDefinition)
191+
* [Remove-AzureRmRoleDefinition](/powershell/module/azurerm.resources/Remove-AzureRmRoleDefinition)
192+
* [Set-AzureRmRoleDefinition](/powershell/module/azurerm.resources/Set-AzureRmRoleDefinition)
192193

193194
## Change the credentials of the security principal
194195

azureps-cmdlets-docs/ResourceManager/docs-conceptual/formatting-output.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Formatting query results | Microsoft Docs
33
description: How to query for resources in Azure and format the results.
44
services: azure
55
author: sdwheeler
6+
ms.author: sewhee
67
manager: carmonm
78
ms.product: azure
89
ms.service: azure-resource-manager

azureps-cmdlets-docs/ResourceManager/docs-conceptual/get-started-azureps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Get started with Azure PowerShell | Microsoft Docs
33
description:
44
services: azure
55
author: sdwheeler
6+
ms.author: sewhee
67
manager: carmonm
78
ms.product: azure
89
ms.service: azure-resource-manager

azureps-cmdlets-docs/ResourceManager/docs-conceptual/install-azurerm-ps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Install and configure Azure PowerShell | Microsoft Docs
33
description: How to install and configure Azure PowerShell for first time use.
44
services: azure
55
author: sdwheeler
6+
ms.author: sewhee
67
manager: carmonm
78
ms.product: azure
89
ms.service: azure-resource-manager

azureps-cmdlets-docs/ResourceManager/docs-conceptual/manage-subscriptions-azureps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Manage Azure subscriptions with Azure PowerShell | Microsoft Docs
33
description: Manage Azure subscriptions with Azure PowerShell
44
keywords: Azure PowerShell, subscription
55
author: sdwheeler
6+
ms.author: sewhee
67
manager: carmonm
78
ms.product: azure
89
ms.service: azure-resource-manager

azureps-cmdlets-docs/ResourceManager/docs-conceptual/other-install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Other ways to install Azure PowerShell | Microsoft Docs
33
description: How to install Azure PowerShell using the MSI package or the Web Platform Installer.
44
services: azure
55
author: sdwheeler
6+
ms.author: sewhee
67
manager: carmonm
78
ms.product: azure
89
ms.service: azure-resource-manager

azureps-cmdlets-docs/ResourceManager/docs-conceptual/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Overview of Azure PowerShell | Microsoft Docs
33
description: An overview of Azure PowerShell with links to installation and configuration.
44
author: sdwheeler
5+
ms.author: sewhee
56
manager: carmonm
67
ms.product: azure
78
ms.service: azure-resource-manager

azureps-cmdlets-docs/ResourceManager/docs-conceptual/queries-azureps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Querying for Azure resources and formatting results | Microsoft Docs
33
description: How to query for resources in Azure and format the results.
44
services: azure
55
author: sdwheeler
6+
ms.author: sewhee
67
manager: carmonm
78
ms.product: azure
89
ms.service: azure-resource-manager

azureps-cmdlets-docs/ResourceManager/docs-conceptual/release-notes-azureps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Azure PowerShell Change Log | Microsoft Docs
33
description: This is a history of changes made to Azure PowerShell in the latest release.
44
services: azure
55
author: sdwheeler
6+
ms.author: sewhee
67
manager: carmonm
78
ms.service: azure-resource-manager
89
ms.product: azure

0 commit comments

Comments
 (0)