lib/fog/azurerm/docs/application_gateway.md in fog-azure-rm-0.2.3 vs lib/fog/azurerm/docs/application_gateway.md in fog-azure-rm-0.2.4
- old
+ new
@@ -50,11 +50,11 @@
],
frontend_ip_configurations:
[
{
name: 'frontendIpConfig',
- private_ip_allocation_method: Fog::Network::AzureRM::IPAllocationMethod::Dynamic,
+ private_ip_allocation_method: Fog::ARM::Network::Models::IPAllocationMethod::Dynamic,
public_ip_address_id: '/subscriptions/<Subscription_id>/resourcegroups/<Resource Group name>/providers/Microsoft.Network/publicIPAddresses/<Public IP Address Name>',
private_ip_address: '10.0.1.5'
}
],
frontend_ports:
@@ -118,11 +118,11 @@
`frontend_ip_configurations:
[
{
name: 'frontendIpConfig',
- private_ip_allocation_method: Fog::Network::AzureRM::IPAllocationMethod::Dynamic,
+ private_ip_allocation_method: Fog::ARM::Network::Models::IPAllocationMethod::Dynamic,
public_ip_address_id: '/subscriptions/<Subscription_id>/resourcegroups/<Resource Group name>/providers/Microsoft.Network/publicIPAddresses/<Public IP Address Name>',
private_ip_address: '10.0.1.5'
}
]`
@@ -130,10 +130,10 @@
`frontend_ip_configurations:
[
{
name: 'frontendIpConfig',
- private_ip_allocation_method: Fog::Network::AzureRM::IPAllocationMethod::Dynamic,
+ private_ip_allocation_method: Fog::ARM::Network::Models::IPAllocationMethod::Dynamic,
subnet_id: '<Subnet ID',
private_ip_address: '10.0.1.5'
}
]`