Skip to content

Commit 039072e

Browse files
Merge pull request #272952 from dbradish-microsoft/patch-8
Fix parameter name in script
2 parents f9ec5d9 + dc21ee8 commit 039072e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/image-builder-permissions-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ netRoleDefName="Azure Image Builder Network Def"$(date +'%s')
170170
171171
# Update the JSON definition using stream editor
172172
sed -i -e "s/<subscriptionID>/$subscriptionID/g" aibRoleNetworking.json
173-
sed -i -e "s/<vnetRgName>/$vnetRgName/g" aibRoleNetworking.json
173+
sed -i -e "s/<vnetRgName>/$VnetResourceGroup/g" aibRoleNetworking.json
174174
sed -i -e "s/Azure Image Builder Service Networking Role/$netRoleDefName/g" aibRoleNetworking.json
175175
176176
# Create a custom role from the aibRoleNetworking.json description file.

0 commit comments

Comments
 (0)