-
Notifications
You must be signed in to change notification settings - Fork 454
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
Align RBAC on Microsoft.Compute #367
Conversation
Unit Test Results 1 files ±0 1 suites ±0 15s ⏱️ +2s Results for commit 3d15aa3. ± Comparison against base commit c69e175. This pull request removes 4 and adds 8 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
@eriqua - Could you help clarify why the Images are failing? Its referring to an old storage account and probably looking for a VHD in that SA. Do we have a new one? |
@MariusStorhaug For image dependencies I think what we did in the past was the following:
The challenge I see is that the storage account + the image name seem to be not deterministic in their names. I guess the imageTemplate is not idempotent either. So rerunning its pipeline would just create a different image name. For this reason it does not make much sense to add it to the dependency pipeline. This case would probably be challenging even with the new testing approach, as we won't be able to predict the vhd reference. As a quick win I started the deployment of a new image which should eventually be available in |
@eriqua or @MrMCake : Do you know what pipeline to run to get the dependencies for VM up and running. Yesterday it was refering to a management-rg, looking for a Recovery Services Vault. I could not find one in the new env. Any suggestions? |
We have only 1 dependency pipeline, but the RSV is missing for the VM backup to work. I'll let you know once I'll be able to add it UPDATE: @MariusStorhaug RSV has been added to the dependency workflow and already in place in the validation-rg. Name: adp-sxx-az-rsv-x-001 |
arm/Microsoft.Compute/virtualMachines/.parameters/parameters.json
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🆗
Change
builtInRoleNames
variable to.bicep/nested_rbac.json
Type of Change
Please delete options that are not relevant.
Checklist