Skip to content

v0.3.0

Choose a tag to compare

@moabukar moabukar released this 13 Apr 23:27
· 48 commits to main since this release

What's New

5 new Azure services and community contributions bring miniblue to 26 services.

New Services

  • Public IP AddressesMicrosoft.Network/publicIPAddresses with static/dynamic allocation
  • Network Security GroupsMicrosoft.Network/networkSecurityGroups with security rules and cascade delete
  • Azure Load BalancerMicrosoft.Network/loadBalancers with frontend IPs, backend pools, rules and probes
  • Application GatewayMicrosoft.Network/applicationGateways with L7 config, WAF, routing rules
  • Storage AccountsMicrosoft.Storage/storageAccounts ARM management with shared key auth (by @abusarah-tech)

New Examples

  • .NET example using HttpClient covering 4 services (by @sa-es-ir)
  • Terraform examples for load balancer, application gateway and storage accounts

Terraform Resources

New azurerm resources supported:
azurerm_public_ip, azurerm_network_security_group, azurerm_network_security_rule, azurerm_lb, azurerm_lb_backend_address_pool, azurerm_lb_probe, azurerm_lb_rule, azurerm_application_gateway, azurerm_storage_account

Other

  • Blob handler refactored to work under storage accounts
  • E2E test suite for storage accounts
  • azlocal CLI commands for storage account operations

Full Changelog: v0.2.5...v0.3.0