Skip to content

Commit e7b0adf

Browse files
committed
remove the ds article from the branch
1 parent 5da7e15 commit e7b0adf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/azure-resource-manager/templates/deployment-script-template.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ The benefits of deployment script:
7070
```
7171
---
7272

73-
- **Azure PowerShell** or **Azure CLI**. For a list of supported versions, browse to [Azure PowerShell versions](https://mcr.microsoft.com/v2/azuredeploymentscripts-powershell/tags/list), or [Azure CLI versions](https://mcr.microsoft.com/v2/azure-cli/tags/list). You don't need these versions for deploying templates. But these versions are needed for testing deployment scripts locally. See [Install the Azure PowerShell module](/powershell/azure/install-az-ps). You can use a preconfigured Docker image. See [Configure development environment](#configure-development-environment).
74-
75-
> [!NOTE]
76-
> Deployment script only supports a subset of the list provided by [Azure CLI versions](https://mcr.microsoft.com/v2/azure-cli/tags/list).
73+
- **Azure PowerShell version 3.0.0, 2.8.0 or 2.7.0** or **Azure CLI version 2.0.80, 2.0.79, 2.0.78 or 2.0.77**. You don't need these versions for deploying templates. But these versions are needed for testing deployment scripts locally. See [Install the Azure PowerShell module](/powershell/azure/install-az-ps). You can use a preconfigured Docker image. See [Configure development environment](#configure-development-environment).
7774

7875
## Sample templates
7976

0 commit comments

Comments
 (0)