Skip to content

Commit 6cdee2b

Browse files
authored
Clarified sp creation in az 5.9 due to aad change (MicrosoftDocs#1938)
1 parent 91cb2af commit 6cdee2b

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

azps-5.9.0/Az.Resources/New-AzADApplication.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/master/
1414
Creates a new azure active directory application.
1515

1616
> [!IMPORTANT]
17-
> The value of the 'IdentifierUri' parameter for `New-AzAdApplication` must use a verified domain of
18-
> the organization or its subdomain. For more information, see
17+
> Due to a breaking change with Azure Active Directory, you must upgrade to Az PowerShell 6.x or
18+
> create an application first using `New-AzAdApplication` with a verified domain of the organization
19+
> or its subdomain for the `IdentifierUri` parameter. Specify the newly created application with the
20+
> `ApplicationId` parameter of `New-AzAdServicePrincipal`. For more information, see
1921
> [Troubleshooting the Azure Az PowerShell module](/powershell/azure/troubleshooting#service-principal-identifieruri-verified-domain-error).
2022
2123
## SYNTAX

azps-5.9.0/Az.Resources/New-AzADServicePrincipal.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/master/
1414
Creates a new Azure active directory service principal.
1515

1616
> [!IMPORTANT]
17-
> The value of the 'IdentifierUri' parameter for `New-AzAdApplication` must use a verified domain of
18-
> the organization or its subdomain. For more information, see
17+
> Due to a breaking change with Azure Active Directory, you must upgrade to Az PowerShell 6.x or
18+
> create an application first using `New-AzAdApplication` with a verified domain of the organization
19+
> or its subdomain for the `IdentifierUri` parameter. Specify the newly created application with the
20+
> `ApplicationId` parameter of `New-AzAdServicePrincipal`. For more information, see
1921
> [Troubleshooting the Azure Az PowerShell module](/powershell/azure/troubleshooting#service-principal-identifieruri-verified-domain-error).
2022
2123
## SYNTAX

docs-conceptual/azps-5.9.0/create-azure-service-principal-azureps.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ Automated tools that use Azure services should always have restricted permission
1313
applications sign in as a fully privileged user, Azure offers service principals.
1414

1515
> [!IMPORTANT]
16-
> The value of the 'IdentifierUri' parameter for `New-AzAdApplication` must use a verified domain of
17-
> the organization or its subdomain. For more information, see
16+
> Due to a breaking change with Azure Active Directory, you must upgrade to Az PowerShell 6.x or
17+
> create an application first using `New-AzAdApplication` with a verified domain of the organization
18+
> or its subdomain for the `IdentifierUri` parameter. Specify the newly created application with the
19+
> `ApplicationId` parameter of `New-AzAdServicePrincipal`. For more information, see
1820
> [Troubleshooting the Azure Az PowerShell module](/powershell/azure/troubleshooting#service-principal-identifieruri-verified-domain-error).
1921
2022
An Azure service principal is an identity created for use with applications, hosted services, and

0 commit comments

Comments
 (0)