osbuild / cloud-cleaner

cloud-cleaner is a tool that removes leftover cloud resources from testing
Apache License 2.0
5 stars 4 forks source link

Add az image galleries cleanup #30

Closed narmaku closed 1 year ago

narmaku commented 1 year ago

This pull request is big, so I recommend to check changes per commit.

The biggest visual change is in azure.sh, where I restructured the code using functions to ease readability and maintenance in the future (well, that was original the idea, we will see in the PR review).

The second biggest change is an addition of a new functionality to azure.sh script, which is to check and cleanup image galleries and their contents. More information can be found on each commit comment.

Some minor changes include code style reformatting and adding double quotes where recommended as per bash conventions. Others are minor typo fixes.

narmaku commented 1 year ago

As commented with @atodorov , this PR will be done from an upstream project branch, not from a fork.