-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reuse resource group #10927
Comments
We request that you provide logs or any additional data about this issue to validate and reproduce it. |
Fix runerge |
If you run the GenerateResourcesAndImage command without -ReuseResourceGroup it will prompt you with a yes or no if you want to delete the resource group. If you pass -ReuseResourceGroup you get this warning
The warning indicates resource group will be reused if it exists and you must delete it manually but the logic does do that. The only way to reuse the resource group is to pass the deprecated parameter runner-images/helpers/GenerateResourcesAndImage.ps1 Lines 263 to 291 in b4c9211
|
Description
When you want to reuse a resource group there is the parameter ReuseResourceGroup that is deprecated and says not to use it but if you don't pass it it prompts to delete the RG. What is the way to do this as of now?
Platforms affected
Runner images affected
Image version and build link
N/a
Is it regression?
N/a
Expected behavior
when passing nothing it reuses the group like it says in the propt
Actual behavior
prompts to choose y or n to reuse resource group
Repro steps
run image generation without -reuseresourcegroup with an existing rg in azure.
The text was updated successfully, but these errors were encountered: