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.
2 parents f9ec5d9 + dc21ee8 commit 039072eCopy full SHA for 039072e
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