Skip to content

Commit 5df1590

Browse files
authored
Merge pull request #180578 from davidsmatlak/ds-remove-azinclude
Removes link to include file for Az PowerShell update
2 parents 5314e35 + a3ec44d commit 5df1590

6 files changed

+3
-15
lines changed

articles/azure-resource-manager/managed-applications/scripts/managed-application-powershell-sample-create-definition.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ This script publishes a managed application definition to a service catalog.
1717

1818
## Sample script
1919

20-
[!INCLUDE [updated-for-az](../../../../includes/updated-for-az.md)]
21-
2220
[!code-powershell[main](../../../../powershell_scripts/managed-applications/create-definition/create-definition.ps1 "Create definition")]
2321

2422

articles/azure-resource-manager/managed-applications/scripts/managed-application-powershell-sample-get-managed-group-resize-vm.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ This script retrieves resources from a managed resource group, and resizes the V
1717

1818
## Sample script
1919

20-
[!INCLUDE [updated-for-az](../../../../includes/updated-for-az.md)]
21-
2220
[!code-powershell[main](../../../../powershell_scripts/managed-applications/get-application/get-application.ps1 "Get application")]
2321

2422

articles/azure-resource-manager/managed-applications/scripts/managed-application-poweshell-sample-create-application.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ This script deploys a managed application definition from the service catalog.
1818

1919
## Sample script
2020

21-
[!INCLUDE [updated-for-az](../../../../includes/updated-for-az.md)]
22-
2321
[!code-powershell[main](../../../../powershell_scripts/managed-applications/create-application/create-application.ps1 "Create application")]
2422

2523

articles/azure-resource-manager/management/resource-manager-personal-data.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ To avoid exposing sensitive information, delete any personal information you may
1010

1111
[!INCLUDE [Handle personal data](../../../includes/gdpr-intro-sentence.md)]
1212

13-
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
14-
1513
## Delete personal data in deployment history
1614

1715
For deployments, Resource Manager retains parameter values and status messages in the deployment history. These values persist until you delete the deployment from the history. To see if you have provided personal data in these values, list the deployments. If you find personal data, delete the deployments from the history.
@@ -61,4 +59,4 @@ To delete **tags**, use:
6159
* [az tag delete](/cli/azure/tag#az_tag_delete)
6260

6361
## Next steps
64-
* For an overview of Azure Resource Manager, see the [What is Resource Manager?](overview.md)
62+
* For an overview of Azure Resource Manager, see the [What is Resource Manager?](overview.md)

articles/azure-resource-manager/troubleshooting/error-policy-requestdisallowedbypolicy.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes the cause of the RequestDisallowedByPolicy error when dep
44
author: genlin
55
ms.topic: troubleshooting
66
ms.date: 10/31/2018
7-
ms.author: genli
7+
ms.author: genli
88
ms.custom: devx-track-azurepowershell
99
---
1010
# RequestDisallowedByPolicy error with Azure resource policy
@@ -30,8 +30,6 @@ To retrieve details about the policy that blocked your deployment, use the follo
3030

3131
### PowerShell
3232

33-
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
34-
3533
In PowerShell, provide that policy identifier as the `Id` parameter to retrieve details about the policy that blocked your deployment.
3634

3735
```powershell

articles/azure-resource-manager/troubleshooting/error-resource-quota.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
title: Quota errors
33
description: Describes how to resolve resource quota errors when deploying resources with Azure Resource Manager.
44
ms.topic: troubleshooting
5-
ms.date: 03/09/2018
5+
ms.date: 03/09/2018
66
ms.custom: devx-track-azurepowershell
77
---
88
# Resolve errors for resource quotas
99

1010
This article describes quota errors you may encounter when deploying resources.
1111

12-
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
13-
1412
## Symptom
1513

1614
If you deploy a template that creates resources that exceed your Azure quotas, you get a deployment error that looks like:

0 commit comments

Comments
 (0)