- Update spec for python 3.11 build
- Add optional wait arg to submit_request
- Do not wait on publish or go live operations
- Add waiter method to get status for async operations
- Fix readme to match cloud partner function changes
- Migrate cloud partner functions to new Graph API
- Includes response body in exception in raise_for_status
- Pass scopes as a list in API call
- Add config dir override to fix test failure
- Add offer exists function
- Add get-offer-doc command for cli
- Explicit error if notification emails is not present during publish process
- Do not delete image version if no other versions exist. Instead raise an exception.
- Skip CLI tests
- Add click requirement to spec
- Raise exception if no credentials provided
- Add CLI
- Migrate utility functions to class methods where names overlap
- Bump azure-mgmt-compute min version requirement for SIG
- Allow optional gallery resource group
- Add endpoints for processing shared image gallery images.
- Drive image removal by image URN
- Make all args optional at class instantiation of AzureImage
- Instead catch missing args in a lazy fashion
- Capitalize Hyper v default generation
- Raise exception if resource group missing when creating or deleting compute images.
- No changes: Re-sync OBS and PyPI versions.
- Add method for removing an image version from an offer.
- Add rpm-macros to build requirements in spec.
- Retry all failed requests
- Migrate changes file.
- Fix singledispatch registration of get_blob_service for py3.6 compatibility.
- Setup CI/CT workflows.
- Initial release