Releases: CompositionalIT/farmer
Releases · CompositionalIT/farmer
1.7.7
- NAT Gateways: Initial support for NAT Gateways.
- Private Endpoints: Adds
privateEndpoint
builder and option to set custom network interface name.
1.7.6
- Virtual Machines: Support for adding a VM network interface to a load balancer backend.
1.7.5
- Container Apps: Workaround for empty mounted volumes bug.
- Virtual Machines: Use an Azure-managed storage account for boot diagnostics.
- Virtual Machines: Create a VM without any data disks at all (useful when mounting cloud storage).
- Virtual Machines: Adds support for Ubuntu 20.04 OS image.
1.7.4
- Container Apps: Support for mounted storage
- Private Link Services: Adds support for provisioning private link services
- Virtual Machines: Fix reference to an existing storage account in boot diagnostics.
- Web App: add an overload for
link_to_service_plan
that accepts Web App - Added Basic Types documentation and examples for unmanaged resources.
1.7.3
- Network: Added Microsoft.Web/serverFarms to the SubnetDelegationService as a new static member WebServerFarms
- SQL Azure: Support for serverless
1.7.2
- Container Apps: Fix ResourceId.
- Operations Management: Add basic support for Operations Management to configure & deploy Solutions.
1.7.1
- App Insights: Add ConnectionString member.
- Communication Services: Breaking Changes: Clean up and fix issues regarding naming and Location.
- Communication Services: Add ConnectionString member.
- Container Apps: Support for collections of env vars, fix ACR credentials linking
- Deployments: Use vault-secrets from unmanaged resource groups
- Event Hub: Don't create the
$Default
consumer group explicitly. It will automatically be created by Azure when the resource is created. - SignalR: Add ConnectionString member.
- SignalR: Breaking Change: Bug fix - Key now returns Key, not ConnectionString.
- Static Web Apps: App Setting support.
1.7.0
- Azure CLI: Escape parameters passed to the az deployment command (breaking change). Any previously escaped parameters need to be unescaped before passing to the tryValidate, tryWhatIf, tryExecute, whatIf and execute functions.
1.6.35
- Container Apps: Support for Managed Identities
- Logic Apps: Basic support for logic apps. These will require the logic app code to be supplied either directly or via file path.
1.6.34
- CLI: Include
--overwrite true
option when executingaz storage blob upload-batch
with Azure CLI 2.34.0 and above. - Container Groups: Deploy container groups to a specific zone.
- Container Groups: Diagnostics support to send logs to a Log Analytics workspace.
- Container Groups: Support for attaching to subnets directly without requiring a network profile.