Skip to content

Commit 4b2e20c

Browse files
docs: address Copilot review on RTI Bicep CLI prerequisite
- Reword version from '0.33.0+' to '0.33.0 or later' for consistency with the Python row. - Add 'az bicep version' to the Verify Installation block so users can quickly confirm they meet the 0.33.0+ requirement. Work item: AB#42634
1 parent b8a3e6b commit 4b2e20c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/DeploymentGuide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Install the following tools on your local machine:
125125
| **Python** | 3.9 or later | [Download from python.org](https://www.python.org/downloads/) |
126126
| **Azure CLI** | Latest | [Install Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) |
127127
| **Azure Developer CLI (azd)** | Latest | [Install azd](https://learn.microsoft.com/azure/developer/azure-developer-cli/install-azd) |
128-
| **Bicep CLI** | 0.33.0+ | [Install Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install) |
128+
| **Bicep CLI** | 0.33.0 or later | [Install Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install) |
129129
| **Git** | Latest | [Download from git-scm.com](https://git-scm.com/downloads) |
130130

131131
<details>
@@ -135,6 +135,7 @@ Install the following tools on your local machine:
135135
python --version
136136
az --version
137137
azd version
138+
az bicep version
138139
git --version
139140
```
140141

0 commit comments

Comments
 (0)