ENHANCEMENTS:
- 144: Add documentation for network resource
- 145: Allow public access for storage accounts
- 146: Utilize new java SDK bom
- 149: Add support for multiple client types
- 150: Add support for communication and email services
ENHANCEMENTS:
- 126: Support subscription from auth properties file.
- 128: Support remote file backend
- 130: Add
exists(String file)
andcopy(String source, String dest)
methods to FileBackend.
ENHANCEMENTS:
- 51: Add support for Lifecycle for Azure Storage.
- 56: Add support for Azure managed Identities.
- 59: Add support for Role Assignment.
- 62: Add support to manage System Managed Service Identity for VM.
- 66: Add support for Virtual Machine Image.
- 87: Add support for IP Forwarding for Network Interfaces
- 91: Add support for Availability Zones for Application Gateway
- 92: Add support for SKU's in Application Gateway
- 115: Add support for Secrets and Keys in Vault.
ISSUES FIXED:
- 49: Public Ip Address Not Set at Startup for Network Interface.
- 53: Gyro does not clean up auto-created VM disks.
- 55: Azure VirtualMachine should Implement GyroInstance.
- 58: Differentiate between OS Disk and Data Disks in Azure VMs.
- 64: Expose ID fields for CloudBlobContainerResource and CloudQueueResource.
- 72: Expose object id for System Managed Identity on VM and Scale Set resources.
- 74: Fixes storage account finder error.
- 80: Fix NPE on VirtualMachineImageResource external query.
- 82: AvailabilitySet is not applied to VM.
- 85: Private DNS Zone does not associate Network
- 99: VM Resource ID is not suitable for Gyro Instance ID.
- 101: Match casing of AvailabilitySetResource ID on VM.
- 105: Scale Set Custom Data needs to be encoded.
- 107: Application Gateway Backend Health Needs to be accessible.
- 109: VirtualMachine#getGyroInstancePublicIpAddress returns null.
MISC:
- 114: Implement Gyro SSH/List for Scale Sets.