We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453b316 commit dc21ee8Copy full SHA for dc21ee8
articles/virtual-machines/linux/image-builder-permissions-cli.md
@@ -170,7 +170,7 @@ netRoleDefName="Azure Image Builder Network Def"$(date +'%s')
170
171
# Update the JSON definition using stream editor
172
sed -i -e "s/<subscriptionID>/$subscriptionID/g" aibRoleNetworking.json
173
-sed -i -e "s/<vnetRgName>/$vnetRgName/g" aibRoleNetworking.json
+sed -i -e "s/<vnetRgName>/$VnetResourceGroup/g" aibRoleNetworking.json
174
sed -i -e "s/Azure Image Builder Service Networking Role/$netRoleDefName/g" aibRoleNetworking.json
175
176
# Create a custom role from the aibRoleNetworking.json description file.
0 commit comments