Skip to content

Commit e0ccd08

Browse files
Merge pull request #276532 from kof-f/patch-69
Fixing broken tab that was hiding page content
2 parents f9eff78 + e4089f1 commit e0ccd08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/virtual-machines/image-builder-api-update-release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ az resource create \
101101
```azurepowershell-interactive
102102
New-AzResourceGroupDeployment -ResourceGroupName <resourceGroupName> -TemplateFile <templateFilePath> -TemplateParameterObject @{"api-version" = "2022-07-01"; "imageTemplateName" = <imageTemplateName>; "svclocation" = <location>}
103103
```
104+
---
105+
104106
> **Test Your Code**
105107
>
106108
> After pinning to the older API version, test your code to verify that it behaves as expected. Ensure that your existing templates continue to function correctly.

0 commit comments

Comments
 (0)