diff --git a/internal/services/compute/network_interface.go b/internal/services/compute/network_interface.go index b062c99257cb..15f9b43c8666 100644 --- a/internal/services/compute/network_interface.go +++ b/internal/services/compute/network_interface.go @@ -6,7 +6,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/tombuildsstuff/kermit/sdk/compute/2022-08-01/compute" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) // nolint: deadcode unused diff --git a/internal/services/compute/virtual_machine_scale_set_data_source.go b/internal/services/compute/virtual_machine_scale_set_data_source.go index a11a47ea95c8..b155e2e1e743 100644 --- a/internal/services/compute/virtual_machine_scale_set_data_source.go +++ b/internal/services/compute/virtual_machine_scale_set_data_source.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" "github.com/tombuildsstuff/kermit/sdk/compute/2022-08-01/compute" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourceVirtualMachineScaleSet() *pluginsdk.Resource { diff --git a/internal/services/firewall/azuresdkhacks/firewall.go b/internal/services/firewall/azuresdkhacks/firewall.go index 3ba8d88bb02b..a0271aa623f7 100644 --- a/internal/services/firewall/azuresdkhacks/firewall.go +++ b/internal/services/firewall/azuresdkhacks/firewall.go @@ -5,7 +5,7 @@ import ( "net/http" "github.com/Azure/go-autorest/autorest" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func DeleteFirewall(ctx context.Context, client *network.AzureFirewallsClient, resourceGroupName string, azureFirewallName string) (result network.AzureFirewallsDeleteFuture, err error) { diff --git a/internal/services/firewall/client/client.go b/internal/services/firewall/client/client.go index c028d2fc7a1f..7d5bf06316be 100644 --- a/internal/services/firewall/client/client.go +++ b/internal/services/firewall/client/client.go @@ -2,7 +2,7 @@ package client import ( "github.com/hashicorp/terraform-provider-azurerm/internal/common" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type Client struct { diff --git a/internal/services/firewall/firewall_application_rule_collection_resource.go b/internal/services/firewall/firewall_application_rule_collection_resource.go index e83542d4654d..55d5d86c9c5b 100644 --- a/internal/services/firewall/firewall_application_rule_collection_resource.go +++ b/internal/services/firewall/firewall_application_rule_collection_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceFirewallApplicationRuleCollection() *pluginsdk.Resource { diff --git a/internal/services/firewall/firewall_application_rule_collection_resource_test.go b/internal/services/firewall/firewall_application_rule_collection_resource_test.go index acf6f171aec5..ac3cd83fd802 100644 --- a/internal/services/firewall/firewall_application_rule_collection_resource_test.go +++ b/internal/services/firewall/firewall_application_rule_collection_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/firewall/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type FirewallApplicationRuleCollectionResource struct{} diff --git a/internal/services/firewall/firewall_data_source.go b/internal/services/firewall/firewall_data_source.go index 0b065288b91b..d8d25eada442 100644 --- a/internal/services/firewall/firewall_data_source.go +++ b/internal/services/firewall/firewall_data_source.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func firewallDataSource() *pluginsdk.Resource { diff --git a/internal/services/firewall/firewall_nat_rule_collection_resource.go b/internal/services/firewall/firewall_nat_rule_collection_resource.go index f98b20328b66..30f03057e1a3 100644 --- a/internal/services/firewall/firewall_nat_rule_collection_resource.go +++ b/internal/services/firewall/firewall_nat_rule_collection_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceFirewallNatRuleCollection() *pluginsdk.Resource { diff --git a/internal/services/firewall/firewall_nat_rule_collection_resource_test.go b/internal/services/firewall/firewall_nat_rule_collection_resource_test.go index 04f8e3dc9aca..f98b70325c6a 100644 --- a/internal/services/firewall/firewall_nat_rule_collection_resource_test.go +++ b/internal/services/firewall/firewall_nat_rule_collection_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/firewall/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type FirewallNatRuleCollectionResource struct{} diff --git a/internal/services/firewall/firewall_network_rule_collection_resource.go b/internal/services/firewall/firewall_network_rule_collection_resource.go index 9331f925a3ff..aef68edeba51 100644 --- a/internal/services/firewall/firewall_network_rule_collection_resource.go +++ b/internal/services/firewall/firewall_network_rule_collection_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceFirewallNetworkRuleCollection() *pluginsdk.Resource { diff --git a/internal/services/firewall/firewall_network_rule_collection_resource_test.go b/internal/services/firewall/firewall_network_rule_collection_resource_test.go index 1a32bfc91d69..f9967945c23c 100644 --- a/internal/services/firewall/firewall_network_rule_collection_resource_test.go +++ b/internal/services/firewall/firewall_network_rule_collection_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/firewall/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type FirewallNetworkRuleCollectionResource struct{} diff --git a/internal/services/firewall/firewall_policy_data_source_test.go b/internal/services/firewall/firewall_policy_data_source_test.go index 1722a57a1c37..fc021ad11ba9 100644 --- a/internal/services/firewall/firewall_policy_data_source_test.go +++ b/internal/services/firewall/firewall_policy_data_source_test.go @@ -7,7 +7,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type FirewallPolicyDataSource struct{} diff --git a/internal/services/firewall/firewall_policy_resource.go b/internal/services/firewall/firewall_policy_resource.go index b07c80ef664a..807cef29ac9b 100644 --- a/internal/services/firewall/firewall_policy_resource.go +++ b/internal/services/firewall/firewall_policy_resource.go @@ -22,7 +22,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) const AzureFirewallPolicyResourceName = "azurerm_firewall_policy" diff --git a/internal/services/firewall/firewall_policy_rule_collection_group_resource.go b/internal/services/firewall/firewall_policy_rule_collection_group_resource.go index 2a19481519bd..c38b4c5fc9cb 100644 --- a/internal/services/firewall/firewall_policy_rule_collection_group_resource.go +++ b/internal/services/firewall/firewall_policy_rule_collection_group_resource.go @@ -17,7 +17,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceFirewallPolicyRuleCollectionGroup() *pluginsdk.Resource { diff --git a/internal/services/firewall/firewall_resource.go b/internal/services/firewall/firewall_resource.go index 24e7dd29aafa..e018ef5d3415 100644 --- a/internal/services/firewall/firewall_resource.go +++ b/internal/services/firewall/firewall_resource.go @@ -24,7 +24,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) var AzureFirewallResourceName = "azurerm_firewall" diff --git a/internal/services/firewall/subresource.go b/internal/services/firewall/subresource.go index 7c2054d31f7f..abe468c1e527 100644 --- a/internal/services/firewall/subresource.go +++ b/internal/services/firewall/subresource.go @@ -1,7 +1,7 @@ package firewall import ( - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func flattenNetworkSubResourceID(input *[]network.SubResource) []interface{} { diff --git a/internal/services/legacy/virtual_machine_resource.go b/internal/services/legacy/virtual_machine_resource.go index ff02accfcd9f..2e32b5c99b22 100644 --- a/internal/services/legacy/virtual_machine_resource.go +++ b/internal/services/legacy/virtual_machine_resource.go @@ -29,7 +29,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/utils" "github.com/tombuildsstuff/giovanni/storage/2019-12-12/blob/blobs" "github.com/tombuildsstuff/kermit/sdk/compute/2022-08-01/compute" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" "golang.org/x/net/context" ) diff --git a/internal/services/loadbalancer/backend_address_pool_address_resource.go b/internal/services/loadbalancer/backend_address_pool_address_resource.go index 5c29e5a1c3ec..8815dc6bd21d 100644 --- a/internal/services/loadbalancer/backend_address_pool_address_resource.go +++ b/internal/services/loadbalancer/backend_address_pool_address_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) var ( diff --git a/internal/services/loadbalancer/backend_address_pool_address_resource_test.go b/internal/services/loadbalancer/backend_address_pool_address_resource_test.go index b040e5351a57..6a3e1c8abeca 100644 --- a/internal/services/loadbalancer/backend_address_pool_address_resource_test.go +++ b/internal/services/loadbalancer/backend_address_pool_address_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/loadbalancer/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) var _ types.TestResourceVerifyingRemoved = BackendAddressPoolAddressResourceTests{} diff --git a/internal/services/loadbalancer/backend_address_pool_data_source.go b/internal/services/loadbalancer/backend_address_pool_data_source.go index 0dfb2b646b1c..3bfe50e3c832 100644 --- a/internal/services/loadbalancer/backend_address_pool_data_source.go +++ b/internal/services/loadbalancer/backend_address_pool_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourceArmLoadBalancerBackendAddressPool() *pluginsdk.Resource { diff --git a/internal/services/loadbalancer/backend_address_pool_resource.go b/internal/services/loadbalancer/backend_address_pool_resource.go index b30ce110131d..2d3deaedd7c8 100644 --- a/internal/services/loadbalancer/backend_address_pool_resource.go +++ b/internal/services/loadbalancer/backend_address_pool_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) var backendAddressPoolResourceName = "azurerm_lb_backend_address_pool" diff --git a/internal/services/loadbalancer/backend_address_pool_resource_test.go b/internal/services/loadbalancer/backend_address_pool_resource_test.go index c01da5f8d342..66b4a48cf2ef 100644 --- a/internal/services/loadbalancer/backend_address_pool_resource_test.go +++ b/internal/services/loadbalancer/backend_address_pool_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/loadbalancer/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type LoadBalancerBackendAddressPool struct{} diff --git a/internal/services/loadbalancer/client/client.go b/internal/services/loadbalancer/client/client.go index a4e1e38a05e6..7f9ce5d09834 100644 --- a/internal/services/loadbalancer/client/client.go +++ b/internal/services/loadbalancer/client/client.go @@ -2,7 +2,7 @@ package client import ( "github.com/hashicorp/terraform-provider-azurerm/internal/common" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type Client struct { diff --git a/internal/services/loadbalancer/loadbalancer.go b/internal/services/loadbalancer/loadbalancer.go index 3d54be8a062a..a476a475d2ba 100644 --- a/internal/services/loadbalancer/loadbalancer.go +++ b/internal/services/loadbalancer/loadbalancer.go @@ -6,7 +6,7 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/internal/services/loadbalancer/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) // TODO: refactor this diff --git a/internal/services/loadbalancer/loadbalancer_data_source.go b/internal/services/loadbalancer/loadbalancer_data_source.go index 82f64715d1e4..7ed80a7db70f 100644 --- a/internal/services/loadbalancer/loadbalancer_data_source.go +++ b/internal/services/loadbalancer/loadbalancer_data_source.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourceArmLoadBalancer() *pluginsdk.Resource { diff --git a/internal/services/loadbalancer/loadbalancer_nat_pool_resource_test.go b/internal/services/loadbalancer/loadbalancer_nat_pool_resource_test.go index be16bdf2a96b..f4ed9b3308e5 100644 --- a/internal/services/loadbalancer/loadbalancer_nat_pool_resource_test.go +++ b/internal/services/loadbalancer/loadbalancer_nat_pool_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/loadbalancer/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type LoadBalancerNatPool struct{} diff --git a/internal/services/loadbalancer/loadbalancer_nat_rule_resource_test.go b/internal/services/loadbalancer/loadbalancer_nat_rule_resource_test.go index 1fe524f8ad65..f1a38711d7f3 100644 --- a/internal/services/loadbalancer/loadbalancer_nat_rule_resource_test.go +++ b/internal/services/loadbalancer/loadbalancer_nat_rule_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/loadbalancer/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type LoadBalancerNatRule struct{} diff --git a/internal/services/loadbalancer/loadbalancer_outbound_rule_resource_test.go b/internal/services/loadbalancer/loadbalancer_outbound_rule_resource_test.go index c99b930f8302..ac3c23db1d75 100644 --- a/internal/services/loadbalancer/loadbalancer_outbound_rule_resource_test.go +++ b/internal/services/loadbalancer/loadbalancer_outbound_rule_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/loadbalancer/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type LoadBalancerOutboundRule struct{} diff --git a/internal/services/loadbalancer/loadbalancer_probe_resource_test.go b/internal/services/loadbalancer/loadbalancer_probe_resource_test.go index 2056ce5aa8b9..3d2abc0be02b 100644 --- a/internal/services/loadbalancer/loadbalancer_probe_resource_test.go +++ b/internal/services/loadbalancer/loadbalancer_probe_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/loadbalancer/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type LoadBalancerProbe struct{} diff --git a/internal/services/loadbalancer/loadbalancer_resource.go b/internal/services/loadbalancer/loadbalancer_resource.go index 5b845f0ba9ce..00cfa54566a4 100644 --- a/internal/services/loadbalancer/loadbalancer_resource.go +++ b/internal/services/loadbalancer/loadbalancer_resource.go @@ -26,7 +26,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceArmLoadBalancer() *pluginsdk.Resource { diff --git a/internal/services/loadbalancer/loadbalancer_rule_resource_test.go b/internal/services/loadbalancer/loadbalancer_rule_resource_test.go index eabac8c2813c..f09bcc2ef154 100644 --- a/internal/services/loadbalancer/loadbalancer_rule_resource_test.go +++ b/internal/services/loadbalancer/loadbalancer_rule_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/loadbalancer/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type LoadBalancerRule struct{} diff --git a/internal/services/loadbalancer/nat_pool_resource.go b/internal/services/loadbalancer/nat_pool_resource.go index 6b4cacd7d0a3..8f8190f8fb7d 100644 --- a/internal/services/loadbalancer/nat_pool_resource.go +++ b/internal/services/loadbalancer/nat_pool_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceArmLoadBalancerNatPool() *pluginsdk.Resource { diff --git a/internal/services/loadbalancer/nat_rule_resource.go b/internal/services/loadbalancer/nat_rule_resource.go index 558223e03069..4458de23ae68 100644 --- a/internal/services/loadbalancer/nat_rule_resource.go +++ b/internal/services/loadbalancer/nat_rule_resource.go @@ -17,7 +17,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceArmLoadBalancerNatRule() *pluginsdk.Resource { diff --git a/internal/services/loadbalancer/outbound_rule_resource.go b/internal/services/loadbalancer/outbound_rule_resource.go index f945e3b7dd1c..dd6d7d7a31bb 100644 --- a/internal/services/loadbalancer/outbound_rule_resource.go +++ b/internal/services/loadbalancer/outbound_rule_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceArmLoadBalancerOutboundRule() *pluginsdk.Resource { diff --git a/internal/services/loadbalancer/probe_resource.go b/internal/services/loadbalancer/probe_resource.go index a8be12b874dd..47de87848e27 100644 --- a/internal/services/loadbalancer/probe_resource.go +++ b/internal/services/loadbalancer/probe_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceArmLoadBalancerProbe() *pluginsdk.Resource { diff --git a/internal/services/loadbalancer/rule_resource.go b/internal/services/loadbalancer/rule_resource.go index 8df0464ff98a..a4c23da8f51a 100644 --- a/internal/services/loadbalancer/rule_resource.go +++ b/internal/services/loadbalancer/rule_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceArmLoadBalancerRule() *pluginsdk.Resource { diff --git a/internal/services/logic/integration_service_environment.go b/internal/services/logic/integration_service_environment.go index a9269669a26e..24119e6752b3 100644 --- a/internal/services/logic/integration_service_environment.go +++ b/internal/services/logic/integration_service_environment.go @@ -23,7 +23,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceIntegrationServiceEnvironment() *pluginsdk.Resource { diff --git a/internal/services/network/application_gateway_resource.go b/internal/services/network/application_gateway_resource.go index 782671cf9eb8..edcdd0d8248b 100644 --- a/internal/services/network/application_gateway_resource.go +++ b/internal/services/network/application_gateway_resource.go @@ -25,7 +25,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) // See https://github.com/Azure/azure-sdk-for-go/blob/master/services/network/mgmt/2018-04-01/network/models.go diff --git a/internal/services/network/application_gateway_resource_test.go b/internal/services/network/application_gateway_resource_test.go index 0c3b79e10aeb..cc2369914829 100644 --- a/internal/services/network/application_gateway_resource_test.go +++ b/internal/services/network/application_gateway_resource_test.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type ApplicationGatewayResource struct{} diff --git a/internal/services/network/application_security_group_resource.go b/internal/services/network/application_security_group_resource.go index 31edb146a412..8e69efc5d03f 100644 --- a/internal/services/network/application_security_group_resource.go +++ b/internal/services/network/application_security_group_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceApplicationSecurityGroup() *pluginsdk.Resource { diff --git a/internal/services/network/azuresdkhacks/network_interface.go b/internal/services/network/azuresdkhacks/network_interface.go index 022fde143dd8..bb57649bb442 100644 --- a/internal/services/network/azuresdkhacks/network_interface.go +++ b/internal/services/network/azuresdkhacks/network_interface.go @@ -8,7 +8,7 @@ import ( "net/http" "github.com/Azure/go-autorest/autorest" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) // UpdateNetworkInterfaceAllowingRemovalOfNSG patches our way around a design flaw in the Azure diff --git a/internal/services/network/bastion_host_resource.go b/internal/services/network/bastion_host_resource.go index b2ef33c4849a..540c09b2e750 100644 --- a/internal/services/network/bastion_host_resource.go +++ b/internal/services/network/bastion_host_resource.go @@ -17,7 +17,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceBastionHost() *pluginsdk.Resource { diff --git a/internal/services/network/client/client.go b/internal/services/network/client/client.go index a808a8833404..d641fc5e3966 100644 --- a/internal/services/network/client/client.go +++ b/internal/services/network/client/client.go @@ -2,7 +2,7 @@ package client import ( "github.com/hashicorp/terraform-provider-azurerm/internal/common" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type Client struct { diff --git a/internal/services/network/edge_zone.go b/internal/services/network/edge_zone.go index 7825f55b77ab..9806f7b8df5e 100644 --- a/internal/services/network/edge_zone.go +++ b/internal/services/network/edge_zone.go @@ -3,7 +3,7 @@ package network import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/edgezones" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func expandEdgeZone(input string) *network.ExtendedLocation { diff --git a/internal/services/network/express_route_circuit_authorization_resource.go b/internal/services/network/express_route_circuit_authorization_resource.go index bed2bf817e7d..a6c407579fd1 100644 --- a/internal/services/network/express_route_circuit_authorization_resource.go +++ b/internal/services/network/express_route_circuit_authorization_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceExpressRouteCircuitAuthorization() *pluginsdk.Resource { diff --git a/internal/services/network/express_route_circuit_connection_resource.go b/internal/services/network/express_route_circuit_connection_resource.go index 36d9799b9fb4..7f868adf66e0 100644 --- a/internal/services/network/express_route_circuit_connection_resource.go +++ b/internal/services/network/express_route_circuit_connection_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceExpressRouteCircuitConnection() *pluginsdk.Resource { diff --git a/internal/services/network/express_route_circuit_data_source.go b/internal/services/network/express_route_circuit_data_source.go index 15613f747f22..40307056f475 100644 --- a/internal/services/network/express_route_circuit_data_source.go +++ b/internal/services/network/express_route_circuit_data_source.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourceExpressRouteCircuit() *pluginsdk.Resource { diff --git a/internal/services/network/express_route_circuit_peering_resource.go b/internal/services/network/express_route_circuit_peering_resource.go index 0968f416427d..2f71fd3ea0c4 100644 --- a/internal/services/network/express_route_circuit_peering_resource.go +++ b/internal/services/network/express_route_circuit_peering_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceExpressRouteCircuitPeering() *pluginsdk.Resource { diff --git a/internal/services/network/express_route_circuit_resource.go b/internal/services/network/express_route_circuit_resource.go index 3d5b176a3d5c..cecdbbd0b9d6 100644 --- a/internal/services/network/express_route_circuit_resource.go +++ b/internal/services/network/express_route_circuit_resource.go @@ -20,7 +20,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) var expressRouteCircuitResourceName = "azurerm_express_route_circuit" diff --git a/internal/services/network/express_route_connection_resource.go b/internal/services/network/express_route_connection_resource.go index 786711204035..234fea0d57e2 100644 --- a/internal/services/network/express_route_connection_resource.go +++ b/internal/services/network/express_route_connection_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceExpressRouteConnection() *pluginsdk.Resource { diff --git a/internal/services/network/express_route_gateway_resource.go b/internal/services/network/express_route_gateway_resource.go index d3dc801c958b..ac2f8486b628 100644 --- a/internal/services/network/express_route_gateway_resource.go +++ b/internal/services/network/express_route_gateway_resource.go @@ -17,7 +17,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceExpressRouteGateway() *pluginsdk.Resource { diff --git a/internal/services/network/express_route_port_resource.go b/internal/services/network/express_route_port_resource.go index 7830260e1b53..e8a6bbb08cf9 100644 --- a/internal/services/network/express_route_port_resource.go +++ b/internal/services/network/express_route_port_resource.go @@ -17,7 +17,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) var expressRoutePortSchema = &pluginsdk.Schema{ diff --git a/internal/services/network/ip_group_resource.go b/internal/services/network/ip_group_resource.go index e26958af3833..aca861c21b2b 100644 --- a/internal/services/network/ip_group_resource.go +++ b/internal/services/network/ip_group_resource.go @@ -18,7 +18,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceIpGroup() *pluginsdk.Resource { diff --git a/internal/services/network/local_network_gateway_data_source.go b/internal/services/network/local_network_gateway_data_source.go index 6023733dc58f..f186e22a6dde 100644 --- a/internal/services/network/local_network_gateway_data_source.go +++ b/internal/services/network/local_network_gateway_data_source.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourceLocalNetworkGateway() *pluginsdk.Resource { diff --git a/internal/services/network/local_network_gateway_resource.go b/internal/services/network/local_network_gateway_resource.go index 9351f45f7c07..02591c2272af 100644 --- a/internal/services/network/local_network_gateway_resource.go +++ b/internal/services/network/local_network_gateway_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceLocalNetworkGateway() *pluginsdk.Resource { diff --git a/internal/services/network/nat_gateway_public_ip_association_resource.go b/internal/services/network/nat_gateway_public_ip_association_resource.go index 03e3a12da231..02de6e872455 100644 --- a/internal/services/network/nat_gateway_public_ip_association_resource.go +++ b/internal/services/network/nat_gateway_public_ip_association_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceNATGatewayPublicIpAssociation() *pluginsdk.Resource { diff --git a/internal/services/network/nat_gateway_public_ip_association_resource_test.go b/internal/services/network/nat_gateway_public_ip_association_resource_test.go index 1f34f39e1f3b..4c133af5827b 100644 --- a/internal/services/network/nat_gateway_public_ip_association_resource_test.go +++ b/internal/services/network/nat_gateway_public_ip_association_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type NatGatewayPublicAssociationResource struct{} diff --git a/internal/services/network/nat_gateway_public_ip_prefix_association_resource.go b/internal/services/network/nat_gateway_public_ip_prefix_association_resource.go index 34744655c88b..b13b37361258 100644 --- a/internal/services/network/nat_gateway_public_ip_prefix_association_resource.go +++ b/internal/services/network/nat_gateway_public_ip_prefix_association_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceNATGatewayPublicIpPrefixAssociation() *pluginsdk.Resource { diff --git a/internal/services/network/nat_gateway_public_ip_prefix_association_resource_test.go b/internal/services/network/nat_gateway_public_ip_prefix_association_resource_test.go index 6df5a6d893d1..4c19589ac651 100644 --- a/internal/services/network/nat_gateway_public_ip_prefix_association_resource_test.go +++ b/internal/services/network/nat_gateway_public_ip_prefix_association_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type NatGatewayPublicIpPrefixAssociationResource struct{} diff --git a/internal/services/network/nat_gateway_resource.go b/internal/services/network/nat_gateway_resource.go index 513d5cd66368..19da9dc99c47 100644 --- a/internal/services/network/nat_gateway_resource.go +++ b/internal/services/network/nat_gateway_resource.go @@ -19,7 +19,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) var natGatewayResourceName = "azurerm_nat_gateway" diff --git a/internal/services/network/network_connection_monitor_resource.go b/internal/services/network/network_connection_monitor_resource.go index 866b7a7715fd..935ea7a5b9ab 100644 --- a/internal/services/network/network_connection_monitor_resource.go +++ b/internal/services/network/network_connection_monitor_resource.go @@ -19,7 +19,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceNetworkConnectionMonitor() *pluginsdk.Resource { diff --git a/internal/services/network/network_ddos_protection_plan_resource.go b/internal/services/network/network_ddos_protection_plan_resource.go index 2d3658c18918..d17a60ecc271 100644 --- a/internal/services/network/network_ddos_protection_plan_resource.go +++ b/internal/services/network/network_ddos_protection_plan_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) const azureNetworkDDoSProtectionPlanResourceName = "azurerm_network_ddos_protection_plan" diff --git a/internal/services/network/network_interface.go b/internal/services/network/network_interface.go index d4b0e554ce8e..e3790bbd3c36 100644 --- a/internal/services/network/network_interface.go +++ b/internal/services/network/network_interface.go @@ -2,7 +2,7 @@ package network import ( "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type networkInterfaceUpdateInformation struct { diff --git a/internal/services/network/network_interface_application_gateway_association_resource.go b/internal/services/network/network_interface_application_gateway_association_resource.go index dff966a6d364..d7fed8980b89 100644 --- a/internal/services/network/network_interface_application_gateway_association_resource.go +++ b/internal/services/network/network_interface_application_gateway_association_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceNetworkInterfaceApplicationGatewayBackendAddressPoolAssociation() *pluginsdk.Resource { diff --git a/internal/services/network/network_interface_application_gateway_association_resource_test.go b/internal/services/network/network_interface_application_gateway_association_resource_test.go index c2e57e07bbd8..c5e69771037c 100644 --- a/internal/services/network/network_interface_application_gateway_association_resource_test.go +++ b/internal/services/network/network_interface_application_gateway_association_resource_test.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type NetworkInterfaceApplicationGatewayBackendAddressPoolAssociationResource struct{} diff --git a/internal/services/network/network_interface_application_security_group_association_resource_test.go b/internal/services/network/network_interface_application_security_group_association_resource_test.go index 07b1706d041a..2a0fe5b7e246 100644 --- a/internal/services/network/network_interface_application_security_group_association_resource_test.go +++ b/internal/services/network/network_interface_application_security_group_association_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type NetworkInterfaceApplicationSecurityGroupAssociationResource struct{} diff --git a/internal/services/network/network_interface_backend_address_pool_association_resource.go b/internal/services/network/network_interface_backend_address_pool_association_resource.go index 6445622ac15e..26418832a38b 100644 --- a/internal/services/network/network_interface_backend_address_pool_association_resource.go +++ b/internal/services/network/network_interface_backend_address_pool_association_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceNetworkInterfaceBackendAddressPoolAssociation() *pluginsdk.Resource { diff --git a/internal/services/network/network_interface_backend_address_pool_association_resource_test.go b/internal/services/network/network_interface_backend_address_pool_association_resource_test.go index 6dc23224cbf7..6cde742e032b 100644 --- a/internal/services/network/network_interface_backend_address_pool_association_resource_test.go +++ b/internal/services/network/network_interface_backend_address_pool_association_resource_test.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type NetworkInterfaceBackendAddressPoolResource struct{} diff --git a/internal/services/network/network_interface_helpers.go b/internal/services/network/network_interface_helpers.go index 44064a02a12b..846f8ca59661 100644 --- a/internal/services/network/network_interface_helpers.go +++ b/internal/services/network/network_interface_helpers.go @@ -1,6 +1,6 @@ package network -import "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" +import "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" func FindNetworkInterfaceIPConfiguration(input *[]network.InterfaceIPConfiguration, name string) *network.InterfaceIPConfiguration { if input == nil { diff --git a/internal/services/network/network_interface_locking.go b/internal/services/network/network_interface_locking.go index a5871ac6e515..320d4d40a6d4 100644 --- a/internal/services/network/network_interface_locking.go +++ b/internal/services/network/network_interface_locking.go @@ -4,7 +4,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/locks" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type networkInterfaceIPConfigurationLockingDetails struct { diff --git a/internal/services/network/network_interface_nat_rule_association_resource.go b/internal/services/network/network_interface_nat_rule_association_resource.go index 69bbefaae8e4..dfca804b4b8d 100644 --- a/internal/services/network/network_interface_nat_rule_association_resource.go +++ b/internal/services/network/network_interface_nat_rule_association_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceNetworkInterfaceNatRuleAssociation() *pluginsdk.Resource { diff --git a/internal/services/network/network_interface_nat_rule_association_resource_test.go b/internal/services/network/network_interface_nat_rule_association_resource_test.go index 1036fb095676..8330f9c67076 100644 --- a/internal/services/network/network_interface_nat_rule_association_resource_test.go +++ b/internal/services/network/network_interface_nat_rule_association_resource_test.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type NetworkInterfaceNATRuleAssociationResource struct{} diff --git a/internal/services/network/network_interface_network_security_group_association_resource.go b/internal/services/network/network_interface_network_security_group_association_resource.go index 39f90b2f1c42..6bef12b3e0b5 100644 --- a/internal/services/network/network_interface_network_security_group_association_resource.go +++ b/internal/services/network/network_interface_network_security_group_association_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceNetworkInterfaceSecurityGroupAssociation() *pluginsdk.Resource { diff --git a/internal/services/network/network_interface_resource.go b/internal/services/network/network_interface_resource.go index 8c40eaea4c4b..d4bbca198de1 100644 --- a/internal/services/network/network_interface_resource.go +++ b/internal/services/network/network_interface_resource.go @@ -19,7 +19,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) var networkInterfaceResourceName = "azurerm_network_interface" diff --git a/internal/services/network/network_manager_management_group_connection_resource.go b/internal/services/network/network_manager_management_group_connection_resource.go index 0288f669e1d9..888ad088c36d 100644 --- a/internal/services/network/network_manager_management_group_connection_resource.go +++ b/internal/services/network/network_manager_management_group_connection_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type ManagerManagementGroupConnectionModel struct { diff --git a/internal/services/network/network_manager_network_group_resource.go b/internal/services/network/network_manager_network_group_resource.go index 50807a868e3d..83525d61cbac 100644 --- a/internal/services/network/network_manager_network_group_resource.go +++ b/internal/services/network/network_manager_network_group_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type ManagerNetworkGroupModel struct { diff --git a/internal/services/network/network_manager_resource.go b/internal/services/network/network_manager_resource.go index 3400d784ad3f..d0f721946242 100644 --- a/internal/services/network/network_manager_resource.go +++ b/internal/services/network/network_manager_resource.go @@ -18,7 +18,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type ManagerModel struct { diff --git a/internal/services/network/network_manager_subscription_connection_resource.go b/internal/services/network/network_manager_subscription_connection_resource.go index be2603a288e5..6ec2f947d1ff 100644 --- a/internal/services/network/network_manager_subscription_connection_resource.go +++ b/internal/services/network/network_manager_subscription_connection_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type ManagerSubscriptionConnectionModel struct { diff --git a/internal/services/network/network_packet_capture_resource.go b/internal/services/network/network_packet_capture_resource.go index cf9042ec0440..6ea97f6e7eb5 100644 --- a/internal/services/network/network_packet_capture_resource.go +++ b/internal/services/network/network_packet_capture_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceNetworkPacketCapture() *pluginsdk.Resource { diff --git a/internal/services/network/network_profile_resource.go b/internal/services/network/network_profile_resource.go index 7dee0baf0e2f..02674e9eab03 100644 --- a/internal/services/network/network_profile_resource.go +++ b/internal/services/network/network_profile_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) const azureNetworkProfileResourceName = "azurerm_network_profile" diff --git a/internal/services/network/network_security_group_resource.go b/internal/services/network/network_security_group_resource.go index 7c3446e15b50..2937d427519f 100644 --- a/internal/services/network/network_security_group_resource.go +++ b/internal/services/network/network_security_group_resource.go @@ -18,7 +18,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) var networkSecurityGroupResourceName = "azurerm_network_security_group" diff --git a/internal/services/network/network_security_rule_resource.go b/internal/services/network/network_security_rule_resource.go index 4fe568273d96..de10ee8c7cc8 100644 --- a/internal/services/network/network_security_rule_resource.go +++ b/internal/services/network/network_security_rule_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceNetworkSecurityRule() *pluginsdk.Resource { diff --git a/internal/services/network/network_subresource.go b/internal/services/network/network_subresource.go index d58bf9675a3e..14ab7d7936f3 100644 --- a/internal/services/network/network_subresource.go +++ b/internal/services/network/network_subresource.go @@ -1,7 +1,7 @@ package network import ( - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func flattenNetworkSubResourceID(input *[]network.SubResource) []interface{} { diff --git a/internal/services/network/network_watcher_flow_log_resource.go b/internal/services/network/network_watcher_flow_log_resource.go index ffec836edf5f..1952dfb640c9 100644 --- a/internal/services/network/network_watcher_flow_log_resource.go +++ b/internal/services/network/network_watcher_flow_log_resource.go @@ -19,7 +19,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceNetworkWatcherFlowLog() *pluginsdk.Resource { diff --git a/internal/services/network/network_watcher_resource.go b/internal/services/network/network_watcher_resource.go index 86af3dabd00b..40bf9a76c015 100644 --- a/internal/services/network/network_watcher_resource.go +++ b/internal/services/network/network_watcher_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceNetworkWatcher() *pluginsdk.Resource { diff --git a/internal/services/network/point_to_site_vpn_gateway_resource.go b/internal/services/network/point_to_site_vpn_gateway_resource.go index 9db601f0c697..8f5bec7f76bb 100644 --- a/internal/services/network/point_to_site_vpn_gateway_resource.go +++ b/internal/services/network/point_to_site_vpn_gateway_resource.go @@ -17,7 +17,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourcePointToSiteVPNGateway() *pluginsdk.Resource { diff --git a/internal/services/network/private_endpoint_application_security_group_association.go b/internal/services/network/private_endpoint_application_security_group_association.go index 20390d908a14..719ff19ce958 100644 --- a/internal/services/network/private_endpoint_application_security_group_association.go +++ b/internal/services/network/private_endpoint_application_security_group_association.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type PrivateEndpointApplicationSecurityGroupAssociationResource struct { diff --git a/internal/services/network/private_endpoint_application_security_group_association_test.go b/internal/services/network/private_endpoint_application_security_group_association_test.go index 9637b7a14fd9..a6d8c54579f3 100644 --- a/internal/services/network/private_endpoint_application_security_group_association_test.go +++ b/internal/services/network/private_endpoint_application_security_group_association_test.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type PrivateEndpointApplicationSecurityGroupAssociationResource struct { diff --git a/internal/services/network/private_endpoint_connection_data_source.go b/internal/services/network/private_endpoint_connection_data_source.go index af57ad0f7eb3..0f13c3537439 100644 --- a/internal/services/network/private_endpoint_connection_data_source.go +++ b/internal/services/network/private_endpoint_connection_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourcePrivateEndpointConnection() *pluginsdk.Resource { diff --git a/internal/services/network/private_endpoint_resource.go b/internal/services/network/private_endpoint_resource.go index 71bedeadd101..ab3c072041c4 100644 --- a/internal/services/network/private_endpoint_resource.go +++ b/internal/services/network/private_endpoint_resource.go @@ -30,7 +30,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourcePrivateEndpoint() *pluginsdk.Resource { diff --git a/internal/services/network/private_link_service_data_source.go b/internal/services/network/private_link_service_data_source.go index c710c411b135..6fe497bd44ec 100644 --- a/internal/services/network/private_link_service_data_source.go +++ b/internal/services/network/private_link_service_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourcePrivateLinkService() *pluginsdk.Resource { diff --git a/internal/services/network/private_link_service_endpoint_connections_data_source.go b/internal/services/network/private_link_service_endpoint_connections_data_source.go index c7894e66dbc8..8fdb1370c746 100644 --- a/internal/services/network/private_link_service_endpoint_connections_data_source.go +++ b/internal/services/network/private_link_service_endpoint_connections_data_source.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourcePrivateLinkServiceEndpointConnections() *pluginsdk.Resource { diff --git a/internal/services/network/private_link_service_resource.go b/internal/services/network/private_link_service_resource.go index 6d52c412bb7a..accaa21f3a52 100644 --- a/internal/services/network/private_link_service_resource.go +++ b/internal/services/network/private_link_service_resource.go @@ -18,7 +18,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourcePrivateLinkService() *pluginsdk.Resource { diff --git a/internal/services/network/public_ip_prefix_resource.go b/internal/services/network/public_ip_prefix_resource.go index 134b445a1b4f..8500dbc632fc 100644 --- a/internal/services/network/public_ip_prefix_resource.go +++ b/internal/services/network/public_ip_prefix_resource.go @@ -18,7 +18,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourcePublicIpPrefix() *pluginsdk.Resource { diff --git a/internal/services/network/public_ip_resource.go b/internal/services/network/public_ip_resource.go index 8bbf927af5ce..8f7080090f7f 100644 --- a/internal/services/network/public_ip_resource.go +++ b/internal/services/network/public_ip_resource.go @@ -20,7 +20,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourcePublicIp() *pluginsdk.Resource { diff --git a/internal/services/network/public_ips_data_source.go b/internal/services/network/public_ips_data_source.go index cb15b86b85f5..6a7acbeb4a2f 100644 --- a/internal/services/network/public_ips_data_source.go +++ b/internal/services/network/public_ips_data_source.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourcePublicIPs() *pluginsdk.Resource { diff --git a/internal/services/network/route_filter_data_source.go b/internal/services/network/route_filter_data_source.go index 01818ca56d8e..4b2cc39c6e1a 100644 --- a/internal/services/network/route_filter_data_source.go +++ b/internal/services/network/route_filter_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourceRouteFilter() *pluginsdk.Resource { diff --git a/internal/services/network/route_filter_resource.go b/internal/services/network/route_filter_resource.go index c6f0ba065374..c4f865f02d1e 100644 --- a/internal/services/network/route_filter_resource.go +++ b/internal/services/network/route_filter_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceRouteFilter() *pluginsdk.Resource { diff --git a/internal/services/network/route_map_resource.go b/internal/services/network/route_map_resource.go index 377393ac2451..62c37ebec790 100644 --- a/internal/services/network/route_map_resource.go +++ b/internal/services/network/route_map_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type RouteMapModel struct { diff --git a/internal/services/network/route_resource.go b/internal/services/network/route_resource.go index a59997543efe..a5f4272fd9ad 100644 --- a/internal/services/network/route_resource.go +++ b/internal/services/network/route_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceRoute() *pluginsdk.Resource { diff --git a/internal/services/network/route_server_bgp_connection_resource.go b/internal/services/network/route_server_bgp_connection_resource.go index 49686c7ce85a..5e0da5fac6ca 100644 --- a/internal/services/network/route_server_bgp_connection_resource.go +++ b/internal/services/network/route_server_bgp_connection_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceRouteServerBgpConnection() *pluginsdk.Resource { diff --git a/internal/services/network/route_server_resource.go b/internal/services/network/route_server_resource.go index 9982aebe5d5d..c924e5f90b52 100644 --- a/internal/services/network/route_server_resource.go +++ b/internal/services/network/route_server_resource.go @@ -21,7 +21,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceRouteServer() *pluginsdk.Resource { diff --git a/internal/services/network/route_table_data_source.go b/internal/services/network/route_table_data_source.go index bfed1f954026..524747c4aacc 100644 --- a/internal/services/network/route_table_data_source.go +++ b/internal/services/network/route_table_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourceRouteTable() *pluginsdk.Resource { diff --git a/internal/services/network/route_table_resource.go b/internal/services/network/route_table_resource.go index dccc2e7df097..919b34721941 100644 --- a/internal/services/network/route_table_resource.go +++ b/internal/services/network/route_table_resource.go @@ -17,7 +17,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) var routeTableResourceName = "azurerm_route_table" diff --git a/internal/services/network/subnet_nat_gateway_association_resource.go b/internal/services/network/subnet_nat_gateway_association_resource.go index c20809348482..4f6441d313b9 100644 --- a/internal/services/network/subnet_nat_gateway_association_resource.go +++ b/internal/services/network/subnet_nat_gateway_association_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceSubnetNatGatewayAssociation() *pluginsdk.Resource { diff --git a/internal/services/network/subnet_network_security_group_association_resource.go b/internal/services/network/subnet_network_security_group_association_resource.go index 56f08123e3aa..2632b8c4f5e8 100644 --- a/internal/services/network/subnet_network_security_group_association_resource.go +++ b/internal/services/network/subnet_network_security_group_association_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceSubnetNetworkSecurityGroupAssociation() *pluginsdk.Resource { diff --git a/internal/services/network/subnet_resource.go b/internal/services/network/subnet_resource.go index afaae4a7ecc2..94f423a9d450 100644 --- a/internal/services/network/subnet_resource.go +++ b/internal/services/network/subnet_resource.go @@ -19,7 +19,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) var SubnetResourceName = "azurerm_subnet" diff --git a/internal/services/network/subnet_route_table_association_resource.go b/internal/services/network/subnet_route_table_association_resource.go index eed37fc82479..71e29aff3a55 100644 --- a/internal/services/network/subnet_route_table_association_resource.go +++ b/internal/services/network/subnet_route_table_association_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceSubnetRouteTableAssociation() *pluginsdk.Resource { diff --git a/internal/services/network/subnet_service_endpoint_storage_policy_resource.go b/internal/services/network/subnet_service_endpoint_storage_policy_resource.go index c54ac8434d4f..7ad4cdbbf680 100644 --- a/internal/services/network/subnet_service_endpoint_storage_policy_resource.go +++ b/internal/services/network/subnet_service_endpoint_storage_policy_resource.go @@ -17,7 +17,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceSubnetServiceEndpointStoragePolicy() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_hub_bgp_connection_resource.go b/internal/services/network/virtual_hub_bgp_connection_resource.go index dee1391b2aaf..41e3babfb4a8 100644 --- a/internal/services/network/virtual_hub_bgp_connection_resource.go +++ b/internal/services/network/virtual_hub_bgp_connection_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVirtualHubBgpConnection() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_hub_connection_resource.go b/internal/services/network/virtual_hub_connection_resource.go index 6b842fb856fe..1f1c1a967310 100644 --- a/internal/services/network/virtual_hub_connection_resource.go +++ b/internal/services/network/virtual_hub_connection_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVirtualHubConnection() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_hub_ip_resource.go b/internal/services/network/virtual_hub_ip_resource.go index 7b0ca3316c44..46be8f8a73ac 100644 --- a/internal/services/network/virtual_hub_ip_resource.go +++ b/internal/services/network/virtual_hub_ip_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVirtualHubIP() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_hub_resource.go b/internal/services/network/virtual_hub_resource.go index 024a85d8c340..d232bf8b05b6 100644 --- a/internal/services/network/virtual_hub_resource.go +++ b/internal/services/network/virtual_hub_resource.go @@ -20,7 +20,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) const virtualHubResourceName = "azurerm_virtual_hub" diff --git a/internal/services/network/virtual_hub_route_table_resource.go b/internal/services/network/virtual_hub_route_table_resource.go index d18da827ba72..82765756cdf9 100644 --- a/internal/services/network/virtual_hub_route_table_resource.go +++ b/internal/services/network/virtual_hub_route_table_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVirtualHubRouteTable() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_hub_route_table_route_resource.go b/internal/services/network/virtual_hub_route_table_route_resource.go index e7297ca4fe18..d74216f08769 100644 --- a/internal/services/network/virtual_hub_route_table_route_resource.go +++ b/internal/services/network/virtual_hub_route_table_route_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVirtualHubRouteTableRoute() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_hub_security_partner_provider_resource.go b/internal/services/network/virtual_hub_security_partner_provider_resource.go index 56166be94847..ea051a60bb15 100644 --- a/internal/services/network/virtual_hub_security_partner_provider_resource.go +++ b/internal/services/network/virtual_hub_security_partner_provider_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVirtualHubSecurityPartnerProvider() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_machine_packet_capture_resource.go b/internal/services/network/virtual_machine_packet_capture_resource.go index 22a84ee2a696..489b863efc30 100644 --- a/internal/services/network/virtual_machine_packet_capture_resource.go +++ b/internal/services/network/virtual_machine_packet_capture_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVirtualMachinePacketCapture() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_machine_scale_set_packet_capture_resource.go b/internal/services/network/virtual_machine_scale_set_packet_capture_resource.go index d8ae20f54414..cf15afca757a 100644 --- a/internal/services/network/virtual_machine_scale_set_packet_capture_resource.go +++ b/internal/services/network/virtual_machine_scale_set_packet_capture_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVirtualMachineScaleSetPacketCapture() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_network_data_source.go b/internal/services/network/virtual_network_data_source.go index 2a9d620b8241..f517e805b208 100644 --- a/internal/services/network/virtual_network_data_source.go +++ b/internal/services/network/virtual_network_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourceVirtualNetwork() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_network_dns_servers_resource.go b/internal/services/network/virtual_network_dns_servers_resource.go index 605c37722b98..a47414a81c87 100644 --- a/internal/services/network/virtual_network_dns_servers_resource.go +++ b/internal/services/network/virtual_network_dns_servers_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVirtualNetworkDnsServers() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_network_gateway_connection_data_source.go b/internal/services/network/virtual_network_gateway_connection_data_source.go index d86d1472edbc..a30b3d8f408e 100644 --- a/internal/services/network/virtual_network_gateway_connection_data_source.go +++ b/internal/services/network/virtual_network_gateway_connection_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourceVirtualNetworkGatewayConnection() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_network_gateway_connection_data_source_test.go b/internal/services/network/virtual_network_gateway_connection_data_source_test.go index 5a69cdf01084..8b9c61419382 100644 --- a/internal/services/network/virtual_network_gateway_connection_data_source_test.go +++ b/internal/services/network/virtual_network_gateway_connection_data_source_test.go @@ -6,7 +6,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type VirtualNetworkGatewayConnectionDataSource struct{} diff --git a/internal/services/network/virtual_network_gateway_connection_resource.go b/internal/services/network/virtual_network_gateway_connection_resource.go index f7cc885ee7d5..ae6749ae5017 100644 --- a/internal/services/network/virtual_network_gateway_connection_resource.go +++ b/internal/services/network/virtual_network_gateway_connection_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVirtualNetworkGatewayConnection() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_network_gateway_data_source.go b/internal/services/network/virtual_network_gateway_data_source.go index a151fa14ee7e..05945c24dc0e 100644 --- a/internal/services/network/virtual_network_gateway_data_source.go +++ b/internal/services/network/virtual_network_gateway_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourceVirtualNetworkGateway() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_network_gateway_nat_rule_resource.go b/internal/services/network/virtual_network_gateway_nat_rule_resource.go index 920eca602c3c..086cf321d492 100644 --- a/internal/services/network/virtual_network_gateway_nat_rule_resource.go +++ b/internal/services/network/virtual_network_gateway_nat_rule_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVirtualNetworkGatewayNatRule() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_network_gateway_resource.go b/internal/services/network/virtual_network_gateway_resource.go index d51a7e786e44..95de94b52c90 100644 --- a/internal/services/network/virtual_network_gateway_resource.go +++ b/internal/services/network/virtual_network_gateway_resource.go @@ -19,7 +19,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVirtualNetworkGateway() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_network_peering_resource.go b/internal/services/network/virtual_network_peering_resource.go index 9c05e753dbff..9d0ec0c79aaf 100644 --- a/internal/services/network/virtual_network_peering_resource.go +++ b/internal/services/network/virtual_network_peering_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) // peerMutex is used to prevent multiple Peering resources being created, updated diff --git a/internal/services/network/virtual_network_resource.go b/internal/services/network/virtual_network_resource.go index b7ec3baf1013..568d8c10d4b1 100644 --- a/internal/services/network/virtual_network_resource.go +++ b/internal/services/network/virtual_network_resource.go @@ -21,7 +21,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) var VirtualNetworkResourceName = "azurerm_virtual_network" diff --git a/internal/services/network/virtual_wan_data_source.go b/internal/services/network/virtual_wan_data_source.go index 2d47a2068155..a252cd0bad37 100644 --- a/internal/services/network/virtual_wan_data_source.go +++ b/internal/services/network/virtual_wan_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourceVirtualWan() *pluginsdk.Resource { diff --git a/internal/services/network/virtual_wan_resource.go b/internal/services/network/virtual_wan_resource.go index ebfc04b68619..fdfe49c46793 100644 --- a/internal/services/network/virtual_wan_resource.go +++ b/internal/services/network/virtual_wan_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVirtualWan() *pluginsdk.Resource { diff --git a/internal/services/network/vpn_gateway_connection_resource.go b/internal/services/network/vpn_gateway_connection_resource.go index e717eb1395a4..f0260860db69 100644 --- a/internal/services/network/vpn_gateway_connection_resource.go +++ b/internal/services/network/vpn_gateway_connection_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVPNGatewayConnection() *pluginsdk.Resource { diff --git a/internal/services/network/vpn_gateway_connection_resource_test.go b/internal/services/network/vpn_gateway_connection_resource_test.go index 57971dfcecd1..58c5d1588bd8 100644 --- a/internal/services/network/vpn_gateway_connection_resource_test.go +++ b/internal/services/network/vpn_gateway_connection_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type VPNGatewayConnectionResource struct{} diff --git a/internal/services/network/vpn_gateway_data_source.go b/internal/services/network/vpn_gateway_data_source.go index 0634ad1d179f..e1b987087dcc 100644 --- a/internal/services/network/vpn_gateway_data_source.go +++ b/internal/services/network/vpn_gateway_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func dataSourceVPNGateway() *pluginsdk.Resource { diff --git a/internal/services/network/vpn_gateway_nat_rule_resource.go b/internal/services/network/vpn_gateway_nat_rule_resource.go index 01def6a2332c..b69c1a781ded 100644 --- a/internal/services/network/vpn_gateway_nat_rule_resource.go +++ b/internal/services/network/vpn_gateway_nat_rule_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVPNGatewayNatRule() *pluginsdk.Resource { diff --git a/internal/services/network/vpn_gateway_resource.go b/internal/services/network/vpn_gateway_resource.go index cabe6b3e442b..63f4129bfd82 100644 --- a/internal/services/network/vpn_gateway_resource.go +++ b/internal/services/network/vpn_gateway_resource.go @@ -20,7 +20,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) var VPNGatewayResourceName = "azurerm_vpn_gateway" diff --git a/internal/services/network/vpn_server_configuration_policy_group_resource.go b/internal/services/network/vpn_server_configuration_policy_group_resource.go index e77a51aca62c..1f9d267d594a 100644 --- a/internal/services/network/vpn_server_configuration_policy_group_resource.go +++ b/internal/services/network/vpn_server_configuration_policy_group_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVPNServerConfigurationPolicyGroup() *pluginsdk.Resource { diff --git a/internal/services/network/vpn_server_configuration_resource.go b/internal/services/network/vpn_server_configuration_resource.go index e3efacc04ef0..06fc997c693a 100644 --- a/internal/services/network/vpn_server_configuration_resource.go +++ b/internal/services/network/vpn_server_configuration_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVPNServerConfiguration() *pluginsdk.Resource { diff --git a/internal/services/network/vpn_site_resource.go b/internal/services/network/vpn_site_resource.go index f375aa0a6803..c4e6e0b2e8d4 100644 --- a/internal/services/network/vpn_site_resource.go +++ b/internal/services/network/vpn_site_resource.go @@ -17,7 +17,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceVpnSite() *pluginsdk.Resource { diff --git a/internal/services/network/web_application_firewall_policy_resource.go b/internal/services/network/web_application_firewall_policy_resource.go index c32fee25ec58..79123a745e95 100644 --- a/internal/services/network/web_application_firewall_policy_resource.go +++ b/internal/services/network/web_application_firewall_policy_resource.go @@ -18,7 +18,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceWebApplicationFirewallPolicy() *pluginsdk.Resource { diff --git a/internal/services/resource/resource_group_resource_test.go b/internal/services/resource/resource_group_resource_test.go index da1c0942e017..a8c179e7868a 100644 --- a/internal/services/resource/resource_group_resource_test.go +++ b/internal/services/resource/resource_group_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" - "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) type ResourceGroupResource struct{} diff --git a/internal/services/web/app_service_slot_virtual_network_swift_connection_resource.go b/internal/services/web/app_service_slot_virtual_network_swift_connection_resource.go index 41cdb441a237..f5347bcda96f 100644 --- a/internal/services/web/app_service_slot_virtual_network_swift_connection_resource.go +++ b/internal/services/web/app_service_slot_virtual_network_swift_connection_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - azureNetwork "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + azureNetwork "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceAppServiceSlotVirtualNetworkSwiftConnection() *pluginsdk.Resource { diff --git a/internal/services/web/app_service_virtual_network_swift_connection_resource.go b/internal/services/web/app_service_virtual_network_swift_connection_resource.go index 00120605669d..7e36f51f0432 100644 --- a/internal/services/web/app_service_virtual_network_swift_connection_resource.go +++ b/internal/services/web/app_service_virtual_network_swift_connection_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" "github.com/hashicorp/terraform-provider-azurerm/utils" - azureNetwork "github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network" + azureNetwork "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" ) func resourceAppServiceVirtualNetworkSwiftConnection() *pluginsdk.Resource { diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/adminrulecollections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/adminrulecollections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/adminrulecollections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/adminrulecollections.go index 073f4ceaec8a..a938770cfe1d 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/adminrulecollections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/adminrulecollections.go @@ -90,7 +90,7 @@ func (client AdminRuleCollectionsClient) CreateOrUpdatePreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -168,7 +168,7 @@ func (client AdminRuleCollectionsClient) DeletePreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -260,7 +260,7 @@ func (client AdminRuleCollectionsClient) GetPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -357,7 +357,7 @@ func (client AdminRuleCollectionsClient) ListPreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/adminrules.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/adminrules.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/adminrules.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/adminrules.go index d3785332a234..1918a1ec0065 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/adminrules.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/adminrules.go @@ -84,7 +84,7 @@ func (client AdminRulesClient) CreateOrUpdatePreparer(ctx context.Context, admin "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -163,7 +163,7 @@ func (client AdminRulesClient) DeletePreparer(ctx context.Context, resourceGroup "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -257,7 +257,7 @@ func (client AdminRulesClient) GetPreparer(ctx context.Context, resourceGroupNam "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -356,7 +356,7 @@ func (client AdminRulesClient) ListPreparer(ctx context.Context, resourceGroupNa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgatewayprivateendpointconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgatewayprivateendpointconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgatewayprivateendpointconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgatewayprivateendpointconnections.go index 55529c00ae96..7a537932b3bb 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgatewayprivateendpointconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgatewayprivateendpointconnections.go @@ -73,7 +73,7 @@ func (client ApplicationGatewayPrivateEndpointConnectionsClient) DeletePreparer( "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -160,7 +160,7 @@ func (client ApplicationGatewayPrivateEndpointConnectionsClient) GetPreparer(ctx "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -241,7 +241,7 @@ func (client ApplicationGatewayPrivateEndpointConnectionsClient) ListPreparer(ct "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -350,7 +350,7 @@ func (client ApplicationGatewayPrivateEndpointConnectionsClient) UpdatePreparer( "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgatewayprivatelinkresources.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgatewayprivatelinkresources.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgatewayprivatelinkresources.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgatewayprivatelinkresources.go index 484cfaeb30d7..97dabdda95df 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgatewayprivatelinkresources.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgatewayprivatelinkresources.go @@ -83,7 +83,7 @@ func (client ApplicationGatewayPrivateLinkResourcesClient) ListPreparer(ctx cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgateways.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgateways.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgateways.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgateways.go index 26df6b004534..f069d37c9cee 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgateways.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgateways.go @@ -72,7 +72,7 @@ func (client ApplicationGatewaysClient) BackendHealthPreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -157,7 +157,7 @@ func (client ApplicationGatewaysClient) BackendHealthOnDemandPreparer(ctx contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -270,7 +270,7 @@ func (client ApplicationGatewaysClient) CreateOrUpdatePreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -352,7 +352,7 @@ func (client ApplicationGatewaysClient) DeletePreparer(ctx context.Context, reso "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -437,7 +437,7 @@ func (client ApplicationGatewaysClient) GetPreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -511,7 +511,7 @@ func (client ApplicationGatewaysClient) GetSslPredefinedPolicyPreparer(ctx conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -590,7 +590,7 @@ func (client ApplicationGatewaysClient) ListPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -703,7 +703,7 @@ func (client ApplicationGatewaysClient) ListAllPreparer(ctx context.Context) (*h "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -811,7 +811,7 @@ func (client ApplicationGatewaysClient) ListAvailableRequestHeadersPreparer(ctx "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -882,7 +882,7 @@ func (client ApplicationGatewaysClient) ListAvailableResponseHeadersPreparer(ctx "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -953,7 +953,7 @@ func (client ApplicationGatewaysClient) ListAvailableServerVariablesPreparer(ctx "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1024,7 +1024,7 @@ func (client ApplicationGatewaysClient) ListAvailableSslOptionsPreparer(ctx cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1100,7 +1100,7 @@ func (client ApplicationGatewaysClient) ListAvailableSslPredefinedPoliciesPrepar "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1208,7 +1208,7 @@ func (client ApplicationGatewaysClient) ListAvailableWafRuleSetsPreparer(ctx con "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1277,7 +1277,7 @@ func (client ApplicationGatewaysClient) StartPreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1355,7 +1355,7 @@ func (client ApplicationGatewaysClient) StopPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1441,7 +1441,7 @@ func (client ApplicationGatewaysClient) UpdateTagsPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgatewaywafdynamicmanifests.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgatewaywafdynamicmanifests.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgatewaywafdynamicmanifests.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgatewaywafdynamicmanifests.go index 9258def126c0..a12adbf8e108 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgatewaywafdynamicmanifests.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgatewaywafdynamicmanifests.go @@ -81,7 +81,7 @@ func (client ApplicationGatewayWafDynamicManifestsClient) GetPreparer(ctx contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgatewaywafdynamicmanifestsdefault.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgatewaywafdynamicmanifestsdefault.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgatewaywafdynamicmanifestsdefault.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgatewaywafdynamicmanifestsdefault.go index 1f178b9e9e3a..34425953f722 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationgatewaywafdynamicmanifestsdefault.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationgatewaywafdynamicmanifestsdefault.go @@ -76,7 +76,7 @@ func (client ApplicationGatewayWafDynamicManifestsDefaultClient) GetPreparer(ctx "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationsecuritygroups.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationsecuritygroups.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationsecuritygroups.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationsecuritygroups.go index 0437def297de..d26497ec42af 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/applicationsecuritygroups.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/applicationsecuritygroups.go @@ -71,7 +71,7 @@ func (client ApplicationSecurityGroupsClient) CreateOrUpdatePreparer(ctx context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -153,7 +153,7 @@ func (client ApplicationSecurityGroupsClient) DeletePreparer(ctx context.Context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -238,7 +238,7 @@ func (client ApplicationSecurityGroupsClient) GetPreparer(ctx context.Context, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -317,7 +317,7 @@ func (client ApplicationSecurityGroupsClient) ListPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -430,7 +430,7 @@ func (client ApplicationSecurityGroupsClient) ListAllPreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -544,7 +544,7 @@ func (client ApplicationSecurityGroupsClient) UpdateTagsPreparer(ctx context.Con "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availabledelegations.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availabledelegations.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availabledelegations.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availabledelegations.go index f3b9470af8ca..d359ef4e54e6 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availabledelegations.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availabledelegations.go @@ -80,7 +80,7 @@ func (client AvailableDelegationsClient) ListPreparer(ctx context.Context, locat "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availableendpointservices.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availableendpointservices.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availableendpointservices.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availableendpointservices.go index 2b9730cdf95a..a56571bf9133 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availableendpointservices.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availableendpointservices.go @@ -80,7 +80,7 @@ func (client AvailableEndpointServicesClient) ListPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availableprivateendpointtypes.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availableprivateendpointtypes.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availableprivateendpointtypes.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availableprivateendpointtypes.go index 3164ec6fbd7d..2b39e9ee44d1 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availableprivateendpointtypes.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availableprivateendpointtypes.go @@ -80,7 +80,7 @@ func (client AvailablePrivateEndpointTypesClient) ListPreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -199,7 +199,7 @@ func (client AvailablePrivateEndpointTypesClient) ListByResourceGroupPreparer(ct "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availableresourcegroupdelegations.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availableresourcegroupdelegations.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availableresourcegroupdelegations.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availableresourcegroupdelegations.go index 4b95c077c155..61e744de0947 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availableresourcegroupdelegations.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availableresourcegroupdelegations.go @@ -83,7 +83,7 @@ func (client AvailableResourceGroupDelegationsClient) ListPreparer(ctx context.C "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availableservicealiases.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availableservicealiases.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availableservicealiases.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availableservicealiases.go index b2fba7a41111..033be4938f61 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/availableservicealiases.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/availableservicealiases.go @@ -80,7 +80,7 @@ func (client AvailableServiceAliasesClient) ListPreparer(ctx context.Context, lo "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -198,7 +198,7 @@ func (client AvailableServiceAliasesClient) ListByResourceGroupPreparer(ctx cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/azurefirewallfqdntags.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/azurefirewallfqdntags.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/azurefirewallfqdntags.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/azurefirewallfqdntags.go index 7ed814bbaa90..aa0b019aee4f 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/azurefirewallfqdntags.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/azurefirewallfqdntags.go @@ -77,7 +77,7 @@ func (client AzureFirewallFqdnTagsClient) ListAllPreparer(ctx context.Context) ( "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/azurefirewalls.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/azurefirewalls.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/azurefirewalls.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/azurefirewalls.go index a6eef086ac7c..6c62d879e896 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/azurefirewalls.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/azurefirewalls.go @@ -78,7 +78,7 @@ func (client AzureFirewallsClient) CreateOrUpdatePreparer(ctx context.Context, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -160,7 +160,7 @@ func (client AzureFirewallsClient) DeletePreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -245,7 +245,7 @@ func (client AzureFirewallsClient) GetPreparer(ctx context.Context, resourceGrou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -324,7 +324,7 @@ func (client AzureFirewallsClient) ListPreparer(ctx context.Context, resourceGro "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -437,7 +437,7 @@ func (client AzureFirewallsClient) ListAllPreparer(ctx context.Context) (*http.R "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -543,7 +543,7 @@ func (client AzureFirewallsClient) ListLearnedPrefixesPreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -623,7 +623,7 @@ func (client AzureFirewallsClient) UpdateTagsPreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/bastionhosts.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/bastionhosts.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/bastionhosts.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/bastionhosts.go index 6a70d40497aa..a60163f803a6 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/bastionhosts.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/bastionhosts.go @@ -82,7 +82,7 @@ func (client BastionHostsClient) CreateOrUpdatePreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -164,7 +164,7 @@ func (client BastionHostsClient) DeletePreparer(ctx context.Context, resourceGro "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -249,7 +249,7 @@ func (client BastionHostsClient) GetPreparer(ctx context.Context, resourceGroupN "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -325,7 +325,7 @@ func (client BastionHostsClient) ListPreparer(ctx context.Context) (*http.Reques "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -441,7 +441,7 @@ func (client BastionHostsClient) ListByResourceGroupPreparer(ctx context.Context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -548,7 +548,7 @@ func (client BastionHostsClient) UpdateTagsPreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/bgpservicecommunities.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/bgpservicecommunities.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/bgpservicecommunities.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/bgpservicecommunities.go index 950db80d5d23..7dbc9410f93d 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/bgpservicecommunities.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/bgpservicecommunities.go @@ -77,7 +77,7 @@ func (client BgpServiceCommunitiesClient) ListPreparer(ctx context.Context) (*ht "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/client.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/client.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/client.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/client.go index eb1719911d17..9624a11500fa 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/client.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/client.go @@ -91,7 +91,7 @@ func (client BaseClient) CheckDNSNameAvailabilityPreparer(ctx context.Context, l "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, "domainNameLabel": autorest.Encode("query", domainNameLabel), @@ -162,7 +162,7 @@ func (client BaseClient) DeleteBastionShareableLinkPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -255,7 +255,7 @@ func (client BaseClient) DisconnectActiveSessionsPreparer(ctx context.Context, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -368,7 +368,7 @@ func (client BaseClient) ExpressRouteProviderPortMethodPreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -439,7 +439,7 @@ func (client BaseClient) GeneratevirtualwanvpnserverconfigurationvpnprofilePrepa "virtualWANName": autorest.Encode("path", virtualWANName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -520,7 +520,7 @@ func (client BaseClient) GetActiveSessionsPreparer(ctx context.Context, resource "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -653,7 +653,7 @@ func (client BaseClient) GetBastionShareableLinkPreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -780,7 +780,7 @@ func (client BaseClient) ListActiveConnectivityConfigurationsPreparer(ctx contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -873,7 +873,7 @@ func (client BaseClient) ListActiveSecurityAdminRulesPreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -967,7 +967,7 @@ func (client BaseClient) ListNetworkManagerEffectiveConnectivityConfigurationsPr "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1060,7 +1060,7 @@ func (client BaseClient) ListNetworkManagerEffectiveSecurityAdminRulesPreparer(c "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1135,7 +1135,7 @@ func (client BaseClient) PutBastionShareableLinkPreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1264,7 +1264,7 @@ func (client BaseClient) SupportedSecurityProvidersPreparer(ctx context.Context, "virtualWANName": autorest.Encode("path", virtualWANName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/configurationpolicygroups.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/configurationpolicygroups.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/configurationpolicygroups.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/configurationpolicygroups.go index 32b8e2644c79..8ec9ada2cc4e 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/configurationpolicygroups.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/configurationpolicygroups.go @@ -74,7 +74,7 @@ func (client ConfigurationPolicyGroupsClient) CreateOrUpdatePreparer(ctx context "vpnServerConfigurationName": autorest.Encode("path", vpnServerConfigurationName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -159,7 +159,7 @@ func (client ConfigurationPolicyGroupsClient) DeletePreparer(ctx context.Context "vpnServerConfigurationName": autorest.Encode("path", vpnServerConfigurationName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -246,7 +246,7 @@ func (client ConfigurationPolicyGroupsClient) GetPreparer(ctx context.Context, r "vpnServerConfigurationName": autorest.Encode("path", vpnServerConfigurationName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -328,7 +328,7 @@ func (client ConfigurationPolicyGroupsClient) ListByVpnServerConfigurationPrepar "vpnServerConfigurationName": autorest.Encode("path", vpnServerConfigurationName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/connectionmonitors.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/connectionmonitors.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/connectionmonitors.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/connectionmonitors.go index 1900e622e618..9d49d5437fc4 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/connectionmonitors.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/connectionmonitors.go @@ -99,7 +99,7 @@ func (client ConnectionMonitorsClient) CreateOrUpdatePreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -185,7 +185,7 @@ func (client ConnectionMonitorsClient) DeletePreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -272,7 +272,7 @@ func (client ConnectionMonitorsClient) GetPreparer(ctx context.Context, resource "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -348,7 +348,7 @@ func (client ConnectionMonitorsClient) ListPreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -419,7 +419,7 @@ func (client ConnectionMonitorsClient) QueryPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -500,7 +500,7 @@ func (client ConnectionMonitorsClient) StartPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -580,7 +580,7 @@ func (client ConnectionMonitorsClient) StopPreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -668,7 +668,7 @@ func (client ConnectionMonitorsClient) UpdateTagsPreparer(ctx context.Context, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/connectivityconfigurations.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/connectivityconfigurations.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/connectivityconfigurations.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/connectivityconfigurations.go index 009aaf836398..5f59cb330877 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/connectivityconfigurations.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/connectivityconfigurations.go @@ -89,7 +89,7 @@ func (client ConnectivityConfigurationsClient) CreateOrUpdatePreparer(ctx contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -166,7 +166,7 @@ func (client ConnectivityConfigurationsClient) DeletePreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -257,7 +257,7 @@ func (client ConnectivityConfigurationsClient) GetPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -352,7 +352,7 @@ func (client ConnectivityConfigurationsClient) ListPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/customipprefixes.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/customipprefixes.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/customipprefixes.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/customipprefixes.go index eb2286c03a6b..d5011657a00d 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/customipprefixes.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/customipprefixes.go @@ -71,7 +71,7 @@ func (client CustomIPPrefixesClient) CreateOrUpdatePreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -153,7 +153,7 @@ func (client CustomIPPrefixesClient) DeletePreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -239,7 +239,7 @@ func (client CustomIPPrefixesClient) GetPreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -321,7 +321,7 @@ func (client CustomIPPrefixesClient) ListPreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -434,7 +434,7 @@ func (client CustomIPPrefixesClient) ListAllPreparer(ctx context.Context) (*http "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -548,7 +548,7 @@ func (client CustomIPPrefixesClient) UpdateTagsPreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/ddoscustompolicies.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/ddoscustompolicies.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/ddoscustompolicies.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/ddoscustompolicies.go index c01d050ac5ae..afca9e15343c 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/ddoscustompolicies.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/ddoscustompolicies.go @@ -71,7 +71,7 @@ func (client DdosCustomPoliciesClient) CreateOrUpdatePreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -153,7 +153,7 @@ func (client DdosCustomPoliciesClient) DeletePreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -238,7 +238,7 @@ func (client DdosCustomPoliciesClient) GetPreparer(ctx context.Context, resource "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -315,7 +315,7 @@ func (client DdosCustomPoliciesClient) UpdateTagsPreparer(ctx context.Context, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/ddosprotectionplans.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/ddosprotectionplans.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/ddosprotectionplans.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/ddosprotectionplans.go index 5e1f9fc78f1c..d0166c3c45ff 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/ddosprotectionplans.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/ddosprotectionplans.go @@ -71,7 +71,7 @@ func (client DdosProtectionPlansClient) CreateOrUpdatePreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -156,7 +156,7 @@ func (client DdosProtectionPlansClient) DeletePreparer(ctx context.Context, reso "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -241,7 +241,7 @@ func (client DdosProtectionPlansClient) GetPreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -317,7 +317,7 @@ func (client DdosProtectionPlansClient) ListPreparer(ctx context.Context) (*http "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -433,7 +433,7 @@ func (client DdosProtectionPlansClient) ListByResourceGroupPreparer(ctx context. "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -547,7 +547,7 @@ func (client DdosProtectionPlansClient) UpdateTagsPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/defaultsecurityrules.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/defaultsecurityrules.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/defaultsecurityrules.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/defaultsecurityrules.go index 667cda88474f..68566501925f 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/defaultsecurityrules.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/defaultsecurityrules.go @@ -79,7 +79,7 @@ func (client DefaultSecurityRulesClient) GetPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -160,7 +160,7 @@ func (client DefaultSecurityRulesClient) ListPreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/dscpconfiguration.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/dscpconfiguration.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/dscpconfiguration.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/dscpconfiguration.go index 646ce35c474a..af7d30d75ef6 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/dscpconfiguration.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/dscpconfiguration.go @@ -71,7 +71,7 @@ func (client DscpConfigurationClient) CreateOrUpdatePreparer(ctx context.Context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -153,7 +153,7 @@ func (client DscpConfigurationClient) DeletePreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -238,7 +238,7 @@ func (client DscpConfigurationClient) GetPreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -317,7 +317,7 @@ func (client DscpConfigurationClient) ListPreparer(ctx context.Context, resource "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -430,7 +430,7 @@ func (client DscpConfigurationClient) ListAllPreparer(ctx context.Context) (*htt "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/enums.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/enums.go similarity index 100% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/enums.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/enums.go diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecircuitauthorizations.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecircuitauthorizations.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecircuitauthorizations.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecircuitauthorizations.go index 70cac7003ea8..00ec9b1814c0 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecircuitauthorizations.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecircuitauthorizations.go @@ -75,7 +75,7 @@ func (client ExpressRouteCircuitAuthorizationsClient) CreateOrUpdatePreparer(ctx "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -160,7 +160,7 @@ func (client ExpressRouteCircuitAuthorizationsClient) DeletePreparer(ctx context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -247,7 +247,7 @@ func (client ExpressRouteCircuitAuthorizationsClient) GetPreparer(ctx context.Co "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -328,7 +328,7 @@ func (client ExpressRouteCircuitAuthorizationsClient) ListPreparer(ctx context.C "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecircuitconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecircuitconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecircuitconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecircuitconnections.go index df47114d0340..608ba572ce52 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecircuitconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecircuitconnections.go @@ -76,7 +76,7 @@ func (client ExpressRouteCircuitConnectionsClient) CreateOrUpdatePreparer(ctx co "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -163,7 +163,7 @@ func (client ExpressRouteCircuitConnectionsClient) DeletePreparer(ctx context.Co "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -252,7 +252,7 @@ func (client ExpressRouteCircuitConnectionsClient) GetPreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -335,7 +335,7 @@ func (client ExpressRouteCircuitConnectionsClient) ListPreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecircuitpeerings.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecircuitpeerings.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecircuitpeerings.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecircuitpeerings.go index f4f4495ff422..50fecd9a9566 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecircuitpeerings.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecircuitpeerings.go @@ -85,7 +85,7 @@ func (client ExpressRouteCircuitPeeringsClient) CreateOrUpdatePreparer(ctx conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -170,7 +170,7 @@ func (client ExpressRouteCircuitPeeringsClient) DeletePreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -257,7 +257,7 @@ func (client ExpressRouteCircuitPeeringsClient) GetPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -338,7 +338,7 @@ func (client ExpressRouteCircuitPeeringsClient) ListPreparer(ctx context.Context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecircuits.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecircuits.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecircuits.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecircuits.go index 7decffae16e6..7f8a7b334bff 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecircuits.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecircuits.go @@ -71,7 +71,7 @@ func (client ExpressRouteCircuitsClient) CreateOrUpdatePreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -153,7 +153,7 @@ func (client ExpressRouteCircuitsClient) DeletePreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -238,7 +238,7 @@ func (client ExpressRouteCircuitsClient) GetPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -316,7 +316,7 @@ func (client ExpressRouteCircuitsClient) GetPeeringStatsPreparer(ctx context.Con "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -392,7 +392,7 @@ func (client ExpressRouteCircuitsClient) GetStatsPreparer(ctx context.Context, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -471,7 +471,7 @@ func (client ExpressRouteCircuitsClient) ListPreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -584,7 +584,7 @@ func (client ExpressRouteCircuitsClient) ListAllPreparer(ctx context.Context) (* "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -694,7 +694,7 @@ func (client ExpressRouteCircuitsClient) ListArpTablePreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -778,7 +778,7 @@ func (client ExpressRouteCircuitsClient) ListRoutesTablePreparer(ctx context.Con "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -862,7 +862,7 @@ func (client ExpressRouteCircuitsClient) ListRoutesTableSummaryPreparer(ctx cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -949,7 +949,7 @@ func (client ExpressRouteCircuitsClient) UpdateTagsPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteconnections.go index b87befd80477..d5d8fc744316 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteconnections.go @@ -82,7 +82,7 @@ func (client ExpressRouteConnectionsClient) CreateOrUpdatePreparer(ctx context.C "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -165,7 +165,7 @@ func (client ExpressRouteConnectionsClient) DeletePreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -252,7 +252,7 @@ func (client ExpressRouteConnectionsClient) GetPreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -328,7 +328,7 @@ func (client ExpressRouteConnectionsClient) ListPreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecrossconnectionpeerings.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecrossconnectionpeerings.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecrossconnectionpeerings.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecrossconnectionpeerings.go index 8b7f26494f05..b3011858db70 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecrossconnectionpeerings.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecrossconnectionpeerings.go @@ -87,7 +87,7 @@ func (client ExpressRouteCrossConnectionPeeringsClient) CreateOrUpdatePreparer(c "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -171,7 +171,7 @@ func (client ExpressRouteCrossConnectionPeeringsClient) DeletePreparer(ctx conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -258,7 +258,7 @@ func (client ExpressRouteCrossConnectionPeeringsClient) GetPreparer(ctx context. "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -339,7 +339,7 @@ func (client ExpressRouteCrossConnectionPeeringsClient) ListPreparer(ctx context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecrossconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecrossconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecrossconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecrossconnections.go index 8401feb23651..7dd8aca8c00c 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutecrossconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutecrossconnections.go @@ -71,7 +71,7 @@ func (client ExpressRouteCrossConnectionsClient) CreateOrUpdatePreparer(ctx cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -160,7 +160,7 @@ func (client ExpressRouteCrossConnectionsClient) GetPreparer(ctx context.Context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -236,7 +236,7 @@ func (client ExpressRouteCrossConnectionsClient) ListPreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -347,7 +347,7 @@ func (client ExpressRouteCrossConnectionsClient) ListArpTablePreparer(ctx contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -436,7 +436,7 @@ func (client ExpressRouteCrossConnectionsClient) ListByResourceGroupPreparer(ctx "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -547,7 +547,7 @@ func (client ExpressRouteCrossConnectionsClient) ListRoutesTablePreparer(ctx con "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -631,7 +631,7 @@ func (client ExpressRouteCrossConnectionsClient) ListRoutesTableSummaryPreparer( "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -718,7 +718,7 @@ func (client ExpressRouteCrossConnectionsClient) UpdateTagsPreparer(ctx context. "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutegateways.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutegateways.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutegateways.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutegateways.go index f25225e25b13..1618148612e4 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutegateways.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutegateways.go @@ -79,7 +79,7 @@ func (client ExpressRouteGatewaysClient) CreateOrUpdatePreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -162,7 +162,7 @@ func (client ExpressRouteGatewaysClient) DeletePreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -247,7 +247,7 @@ func (client ExpressRouteGatewaysClient) GetPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -321,7 +321,7 @@ func (client ExpressRouteGatewaysClient) ListByResourceGroupPreparer(ctx context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -392,7 +392,7 @@ func (client ExpressRouteGatewaysClient) ListBySubscriptionPreparer(ctx context. "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -462,7 +462,7 @@ func (client ExpressRouteGatewaysClient) UpdateTagsPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutelinks.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutelinks.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutelinks.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutelinks.go index 9938690c367d..428325af0b4e 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressroutelinks.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressroutelinks.go @@ -79,7 +79,7 @@ func (client ExpressRouteLinksClient) GetPreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -160,7 +160,7 @@ func (client ExpressRouteLinksClient) ListPreparer(ctx context.Context, resource "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteportauthorizations.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteportauthorizations.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteportauthorizations.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteportauthorizations.go index d12091ca0d27..ddc9bb53b48f 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteportauthorizations.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteportauthorizations.go @@ -74,7 +74,7 @@ func (client ExpressRoutePortAuthorizationsClient) CreateOrUpdatePreparer(ctx co "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -159,7 +159,7 @@ func (client ExpressRoutePortAuthorizationsClient) DeletePreparer(ctx context.Co "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -246,7 +246,7 @@ func (client ExpressRoutePortAuthorizationsClient) GetPreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -327,7 +327,7 @@ func (client ExpressRoutePortAuthorizationsClient) ListPreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteports.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteports.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteports.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteports.go index e30d7483cc8d..4686579b2919 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteports.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteports.go @@ -72,7 +72,7 @@ func (client ExpressRoutePortsClient) CreateOrUpdatePreparer(ctx context.Context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -154,7 +154,7 @@ func (client ExpressRoutePortsClient) DeletePreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -246,7 +246,7 @@ func (client ExpressRoutePortsClient) GenerateLOAPreparer(ctx context.Context, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -324,7 +324,7 @@ func (client ExpressRoutePortsClient) GetPreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -400,7 +400,7 @@ func (client ExpressRoutePortsClient) ListPreparer(ctx context.Context) (*http.R "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -516,7 +516,7 @@ func (client ExpressRoutePortsClient) ListByResourceGroupPreparer(ctx context.Co "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -630,7 +630,7 @@ func (client ExpressRoutePortsClient) UpdateTagsPreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteportslocations.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteportslocations.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteportslocations.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteportslocations.go index d4c1950395a5..3078343f2e7f 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteportslocations.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteportslocations.go @@ -76,7 +76,7 @@ func (client ExpressRoutePortsLocationsClient) GetPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -153,7 +153,7 @@ func (client ExpressRoutePortsLocationsClient) ListPreparer(ctx context.Context) "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteproviderportslocation.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteproviderportslocation.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteproviderportslocation.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteproviderportslocation.go index e59f9fd94630..1786f2288a97 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteproviderportslocation.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteproviderportslocation.go @@ -75,7 +75,7 @@ func (client ExpressRouteProviderPortsLocationClient) ListPreparer(ctx context.C "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteserviceproviders.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteserviceproviders.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteserviceproviders.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteserviceproviders.go index e53b5979ef8e..794383f9cbbc 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/expressrouteserviceproviders.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/expressrouteserviceproviders.go @@ -77,7 +77,7 @@ func (client ExpressRouteServiceProvidersClient) ListPreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicies.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicies.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicies.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicies.go index 434416eec06b..f25384c74383 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicies.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicies.go @@ -93,7 +93,7 @@ func (client FirewallPoliciesClient) CreateOrUpdatePreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -175,7 +175,7 @@ func (client FirewallPoliciesClient) DeletePreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -261,7 +261,7 @@ func (client FirewallPoliciesClient) GetPreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -343,7 +343,7 @@ func (client FirewallPoliciesClient) ListPreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -456,7 +456,7 @@ func (client FirewallPoliciesClient) ListAllPreparer(ctx context.Context) (*http "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -570,7 +570,7 @@ func (client FirewallPoliciesClient) UpdateTagsPreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicyidpssignatures.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicyidpssignatures.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicyidpssignatures.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicyidpssignatures.go index f98daff2b953..5f3b30fb4faa 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicyidpssignatures.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicyidpssignatures.go @@ -87,7 +87,7 @@ func (client FirewallPolicyIdpsSignaturesClient) ListPreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicyidpssignaturesfiltervalues.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicyidpssignaturesfiltervalues.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicyidpssignaturesfiltervalues.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicyidpssignaturesfiltervalues.go index 53237db1c675..2ccdf87e5a2c 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicyidpssignaturesfiltervalues.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicyidpssignaturesfiltervalues.go @@ -78,7 +78,7 @@ func (client FirewallPolicyIdpsSignaturesFilterValuesClient) ListPreparer(ctx co "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicyidpssignaturesoverrides.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicyidpssignaturesoverrides.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicyidpssignaturesoverrides.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicyidpssignaturesoverrides.go index 65d887ee660e..2a1abb6de578 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicyidpssignaturesoverrides.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicyidpssignaturesoverrides.go @@ -78,7 +78,7 @@ func (client FirewallPolicyIdpsSignaturesOverridesClient) GetPreparer(ctx contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -154,7 +154,7 @@ func (client FirewallPolicyIdpsSignaturesOverridesClient) ListPreparer(ctx conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -231,7 +231,7 @@ func (client FirewallPolicyIdpsSignaturesOverridesClient) PatchPreparer(ctx cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -310,7 +310,7 @@ func (client FirewallPolicyIdpsSignaturesOverridesClient) PutPreparer(ctx contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicyrulecollectiongroups.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicyrulecollectiongroups.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicyrulecollectiongroups.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicyrulecollectiongroups.go index 4bc10a0c4b79..e86a4e003d7b 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/firewallpolicyrulecollectiongroups.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/firewallpolicyrulecollectiongroups.go @@ -86,7 +86,7 @@ func (client FirewallPolicyRuleCollectionGroupsClient) CreateOrUpdatePreparer(ct "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -171,7 +171,7 @@ func (client FirewallPolicyRuleCollectionGroupsClient) DeletePreparer(ctx contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -258,7 +258,7 @@ func (client FirewallPolicyRuleCollectionGroupsClient) GetPreparer(ctx context.C "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -339,7 +339,7 @@ func (client FirewallPolicyRuleCollectionGroupsClient) ListPreparer(ctx context. "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/flowlogs.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/flowlogs.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/flowlogs.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/flowlogs.go index 27fc94681a62..57b3d7b1b244 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/flowlogs.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/flowlogs.go @@ -82,7 +82,7 @@ func (client FlowLogsClient) CreateOrUpdatePreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -166,7 +166,7 @@ func (client FlowLogsClient) DeletePreparer(ctx context.Context, resourceGroupNa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -253,7 +253,7 @@ func (client FlowLogsClient) GetPreparer(ctx context.Context, resourceGroupName "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -334,7 +334,7 @@ func (client FlowLogsClient) ListPreparer(ctx context.Context, resourceGroupName "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -450,7 +450,7 @@ func (client FlowLogsClient) UpdateTagsPreparer(ctx context.Context, resourceGro "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/groups.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/groups.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/groups.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/groups.go index 9c1730140c74..563f265c269e 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/groups.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/groups.go @@ -82,7 +82,7 @@ func (client GroupsClient) CreateOrUpdatePreparer(ctx context.Context, parameter "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -162,7 +162,7 @@ func (client GroupsClient) DeletePreparer(ctx context.Context, resourceGroupName "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -252,7 +252,7 @@ func (client GroupsClient) GetPreparer(ctx context.Context, resourceGroupName st "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -347,7 +347,7 @@ func (client GroupsClient) ListPreparer(ctx context.Context, resourceGroupName s "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/hubroutetables.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/hubroutetables.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/hubroutetables.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/hubroutetables.go index 3335893b750c..689ec6835791 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/hubroutetables.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/hubroutetables.go @@ -72,7 +72,7 @@ func (client HubRouteTablesClient) CreateOrUpdatePreparer(ctx context.Context, r "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -157,7 +157,7 @@ func (client HubRouteTablesClient) DeletePreparer(ctx context.Context, resourceG "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -244,7 +244,7 @@ func (client HubRouteTablesClient) GetPreparer(ctx context.Context, resourceGrou "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -325,7 +325,7 @@ func (client HubRouteTablesClient) ListPreparer(ctx context.Context, resourceGro "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/hubvirtualnetworkconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/hubvirtualnetworkconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/hubvirtualnetworkconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/hubvirtualnetworkconnections.go index 5b79fb0d75bc..179c88ba17f7 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/hubvirtualnetworkconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/hubvirtualnetworkconnections.go @@ -74,7 +74,7 @@ func (client HubVirtualNetworkConnectionsClient) CreateOrUpdatePreparer(ctx cont "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -158,7 +158,7 @@ func (client HubVirtualNetworkConnectionsClient) DeletePreparer(ctx context.Cont "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -245,7 +245,7 @@ func (client HubVirtualNetworkConnectionsClient) GetPreparer(ctx context.Context "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -326,7 +326,7 @@ func (client HubVirtualNetworkConnectionsClient) ListPreparer(ctx context.Contex "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/inboundnatrules.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/inboundnatrules.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/inboundnatrules.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/inboundnatrules.go index 6569edeb69a6..da883db5b86d 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/inboundnatrules.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/inboundnatrules.go @@ -94,7 +94,7 @@ func (client InboundNatRulesClient) CreateOrUpdatePreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -179,7 +179,7 @@ func (client InboundNatRulesClient) DeletePreparer(ctx context.Context, resource "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -267,7 +267,7 @@ func (client InboundNatRulesClient) GetPreparer(ctx context.Context, resourceGro "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -351,7 +351,7 @@ func (client InboundNatRulesClient) ListPreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/inboundsecurityrule.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/inboundsecurityrule.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/inboundsecurityrule.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/inboundsecurityrule.go index 7a00b6877708..b1a9f4e526a9 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/inboundsecurityrule.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/inboundsecurityrule.go @@ -74,7 +74,7 @@ func (client InboundSecurityRuleClient) CreateOrUpdatePreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/interfaceipconfigurations.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/interfaceipconfigurations.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/interfaceipconfigurations.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/interfaceipconfigurations.go index 163115b43b81..daf95cce8f4c 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/interfaceipconfigurations.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/interfaceipconfigurations.go @@ -79,7 +79,7 @@ func (client InterfaceIPConfigurationsClient) GetPreparer(ctx context.Context, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -160,7 +160,7 @@ func (client InterfaceIPConfigurationsClient) ListPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/interfaceloadbalancers.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/interfaceloadbalancers.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/interfaceloadbalancers.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/interfaceloadbalancers.go index 0f452857566c..60e5ef24bb09 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/interfaceloadbalancers.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/interfaceloadbalancers.go @@ -82,7 +82,7 @@ func (client InterfaceLoadBalancersClient) ListPreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/interfacesgroup.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/interfacesgroup.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/interfacesgroup.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/interfacesgroup.go index bb47fc71e264..41c9c0ae5cf1 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/interfacesgroup.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/interfacesgroup.go @@ -70,7 +70,7 @@ func (client InterfacesClient) CreateOrUpdatePreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -152,7 +152,7 @@ func (client InterfacesClient) DeletePreparer(ctx context.Context, resourceGroup "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -238,7 +238,7 @@ func (client InterfacesClient) GetPreparer(ctx context.Context, resourceGroupNam "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -322,7 +322,7 @@ func (client InterfacesClient) GetCloudServiceNetworkInterfacePreparer(ctx conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -394,7 +394,7 @@ func (client InterfacesClient) GetEffectiveRouteTablePreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -654,7 +654,7 @@ func (client InterfacesClient) ListPreparer(ctx context.Context, resourceGroupNa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -767,7 +767,7 @@ func (client InterfacesClient) ListAllPreparer(ctx context.Context) (*http.Reque "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -885,7 +885,7 @@ func (client InterfacesClient) ListCloudServiceNetworkInterfacesPreparer(ctx con "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1006,7 +1006,7 @@ func (client InterfacesClient) ListCloudServiceRoleInstanceNetworkInterfacesPrep "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1112,7 +1112,7 @@ func (client InterfacesClient) ListEffectiveNetworkSecurityGroupsPreparer(ctx co "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1565,7 +1565,7 @@ func (client InterfacesClient) UpdateTagsPreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/interfacetapconfigurations.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/interfacetapconfigurations.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/interfacetapconfigurations.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/interfacetapconfigurations.go index 3a7104628642..679c369116d5 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/interfacetapconfigurations.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/interfacetapconfigurations.go @@ -113,7 +113,7 @@ func (client InterfaceTapConfigurationsClient) CreateOrUpdatePreparer(ctx contex "tapConfigurationName": autorest.Encode("path", tapConfigurationName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -198,7 +198,7 @@ func (client InterfaceTapConfigurationsClient) DeletePreparer(ctx context.Contex "tapConfigurationName": autorest.Encode("path", tapConfigurationName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -285,7 +285,7 @@ func (client InterfaceTapConfigurationsClient) GetPreparer(ctx context.Context, "tapConfigurationName": autorest.Encode("path", tapConfigurationName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -366,7 +366,7 @@ func (client InterfaceTapConfigurationsClient) ListPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/ipallocations.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/ipallocations.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/ipallocations.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/ipallocations.go index c8e131bd4ece..442ddb11f027 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/ipallocations.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/ipallocations.go @@ -70,7 +70,7 @@ func (client IPAllocationsClient) CreateOrUpdatePreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -152,7 +152,7 @@ func (client IPAllocationsClient) DeletePreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -238,7 +238,7 @@ func (client IPAllocationsClient) GetPreparer(ctx context.Context, resourceGroup "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -317,7 +317,7 @@ func (client IPAllocationsClient) ListPreparer(ctx context.Context) (*http.Reque "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -433,7 +433,7 @@ func (client IPAllocationsClient) ListByResourceGroupPreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -547,7 +547,7 @@ func (client IPAllocationsClient) UpdateTagsPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/ipgroups.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/ipgroups.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/ipgroups.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/ipgroups.go index 89f079408238..d38526f3bcf8 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/ipgroups.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/ipgroups.go @@ -70,7 +70,7 @@ func (client IPGroupsClient) CreateOrUpdatePreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -152,7 +152,7 @@ func (client IPGroupsClient) DeletePreparer(ctx context.Context, resourceGroupNa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -239,7 +239,7 @@ func (client IPGroupsClient) GetPreparer(ctx context.Context, resourceGroupName "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -318,7 +318,7 @@ func (client IPGroupsClient) ListPreparer(ctx context.Context) (*http.Request, e "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -434,7 +434,7 @@ func (client IPGroupsClient) ListByResourceGroupPreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -548,7 +548,7 @@ func (client IPGroupsClient) UpdateGroupsPreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancerbackendaddresspools.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancerbackendaddresspools.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancerbackendaddresspools.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancerbackendaddresspools.go index f168eac97af0..74f96f33e9ba 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancerbackendaddresspools.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancerbackendaddresspools.go @@ -73,7 +73,7 @@ func (client LoadBalancerBackendAddressPoolsClient) CreateOrUpdatePreparer(ctx c "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -158,7 +158,7 @@ func (client LoadBalancerBackendAddressPoolsClient) DeletePreparer(ctx context.C "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -245,7 +245,7 @@ func (client LoadBalancerBackendAddressPoolsClient) GetPreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -326,7 +326,7 @@ func (client LoadBalancerBackendAddressPoolsClient) ListPreparer(ctx context.Con "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancerfrontendipconfigurations.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancerfrontendipconfigurations.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancerfrontendipconfigurations.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancerfrontendipconfigurations.go index 018b8f397958..77815eaca4dc 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancerfrontendipconfigurations.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancerfrontendipconfigurations.go @@ -80,7 +80,7 @@ func (client LoadBalancerFrontendIPConfigurationsClient) GetPreparer(ctx context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -161,7 +161,7 @@ func (client LoadBalancerFrontendIPConfigurationsClient) ListPreparer(ctx contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancerloadbalancingrules.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancerloadbalancingrules.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancerloadbalancingrules.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancerloadbalancingrules.go index 09fdcc1ec19e..d07097363e6b 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancerloadbalancingrules.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancerloadbalancingrules.go @@ -79,7 +79,7 @@ func (client LoadBalancerLoadBalancingRulesClient) GetPreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -160,7 +160,7 @@ func (client LoadBalancerLoadBalancingRulesClient) ListPreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancernetworkinterfaces.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancernetworkinterfaces.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancernetworkinterfaces.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancernetworkinterfaces.go index fa85108d43e9..be932663fd12 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancernetworkinterfaces.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancernetworkinterfaces.go @@ -82,7 +82,7 @@ func (client LoadBalancerNetworkInterfacesClient) ListPreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalanceroutboundrules.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalanceroutboundrules.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalanceroutboundrules.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalanceroutboundrules.go index 369e1cd9dee1..a4c2cd5c4525 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalanceroutboundrules.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalanceroutboundrules.go @@ -79,7 +79,7 @@ func (client LoadBalancerOutboundRulesClient) GetPreparer(ctx context.Context, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -160,7 +160,7 @@ func (client LoadBalancerOutboundRulesClient) ListPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancerprobes.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancerprobes.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancerprobes.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancerprobes.go index f3f38bf8a450..342e54858353 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancerprobes.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancerprobes.go @@ -79,7 +79,7 @@ func (client LoadBalancerProbesClient) GetPreparer(ctx context.Context, resource "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -160,7 +160,7 @@ func (client LoadBalancerProbesClient) ListPreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancers.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancers.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancers.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancers.go index 64c0aa640a5f..86c009e0b364 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/loadbalancers.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/loadbalancers.go @@ -70,7 +70,7 @@ func (client LoadBalancersClient) CreateOrUpdatePreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -152,7 +152,7 @@ func (client LoadBalancersClient) DeletePreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -238,7 +238,7 @@ func (client LoadBalancersClient) GetPreparer(ctx context.Context, resourceGroup "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -320,7 +320,7 @@ func (client LoadBalancersClient) ListPreparer(ctx context.Context, resourceGrou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -433,7 +433,7 @@ func (client LoadBalancersClient) ListAllPreparer(ctx context.Context) (*http.Re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -542,7 +542,7 @@ func (client LoadBalancersClient) ListInboundNatRulePortMappingsPreparer(ctx con "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -622,7 +622,7 @@ func (client LoadBalancersClient) SwapPublicIPAddressesPreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -710,7 +710,7 @@ func (client LoadBalancersClient) UpdateTagsPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/localnetworkgateways.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/localnetworkgateways.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/localnetworkgateways.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/localnetworkgateways.go index b55e6f89a8bf..0eda03f8d6f8 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/localnetworkgateways.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/localnetworkgateways.go @@ -87,7 +87,7 @@ func (client LocalNetworkGatewaysClient) CreateOrUpdatePreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -175,7 +175,7 @@ func (client LocalNetworkGatewaysClient) DeletePreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -266,7 +266,7 @@ func (client LocalNetworkGatewaysClient) GetPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -345,7 +345,7 @@ func (client LocalNetworkGatewaysClient) ListPreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -465,7 +465,7 @@ func (client LocalNetworkGatewaysClient) UpdateTagsPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/managementgroupnetworkmanagerconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/managementgroupnetworkmanagerconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/managementgroupnetworkmanagerconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/managementgroupnetworkmanagerconnections.go index d3124bf09716..fb5d9a12a7c9 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/managementgroupnetworkmanagerconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/managementgroupnetworkmanagerconnections.go @@ -79,7 +79,7 @@ func (client ManagementGroupNetworkManagerConnectionsClient) CreateOrUpdatePrepa "networkManagerConnectionName": autorest.Encode("path", networkManagerConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -157,7 +157,7 @@ func (client ManagementGroupNetworkManagerConnectionsClient) DeletePreparer(ctx "networkManagerConnectionName": autorest.Encode("path", networkManagerConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -231,7 +231,7 @@ func (client ManagementGroupNetworkManagerConnectionsClient) GetPreparer(ctx con "networkManagerConnectionName": autorest.Encode("path", networkManagerConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -323,7 +323,7 @@ func (client ManagementGroupNetworkManagerConnectionsClient) ListPreparer(ctx co "managementGroupId": autorest.Encode("path", managementGroupID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/managercommits.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/managercommits.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/managercommits.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/managercommits.go index 65752d2406cd..30699bec96d6 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/managercommits.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/managercommits.go @@ -77,7 +77,7 @@ func (client ManagerCommitsClient) PostPreparer(ctx context.Context, parameters "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/managerdeploymentstatus.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/managerdeploymentstatus.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/managerdeploymentstatus.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/managerdeploymentstatus.go index 641e42a40c46..1aeb49e13818 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/managerdeploymentstatus.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/managerdeploymentstatus.go @@ -90,7 +90,7 @@ func (client ManagerDeploymentStatusClient) ListPreparer(ctx context.Context, pa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/managers.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/managers.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/managers.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/managers.go index 47307b837e07..0d79f74019b0 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/managers.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/managers.go @@ -87,7 +87,7 @@ func (client ManagersClient) CreateOrUpdatePreparer(ctx context.Context, paramet "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -162,7 +162,7 @@ func (client ManagersClient) DeletePreparer(ctx context.Context, resourceGroupNa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -250,7 +250,7 @@ func (client ManagersClient) GetPreparer(ctx context.Context, resourceGroupName "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -343,7 +343,7 @@ func (client ManagersClient) ListPreparer(ctx context.Context, resourceGroupName "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -477,7 +477,7 @@ func (client ManagersClient) ListBySubscriptionPreparer(ctx context.Context, top "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -597,7 +597,7 @@ func (client ManagersClient) PatchPreparer(ctx context.Context, parameters Patch "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/models.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/models.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/models.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/models.go index 12eeabd0c72b..3280d91703a9 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/models.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/models.go @@ -19,7 +19,7 @@ import ( ) // The package's fully qualified name. -const fqdn = "home/runner/work/kermit/kermit/sdk/network/2022-05-01/network" +const fqdn = "home/runner/work/kermit/kermit/sdk/network/2022-07-01/network" // AadAuthenticationParameters AAD Vpn authentication type related parameters. type AadAuthenticationParameters struct { @@ -9998,6 +9998,8 @@ type BackendAddressPoolPropertiesFormat struct { ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // DrainPeriodInSeconds - Amount of seconds Load Balancer waits for before sending RESET to client and backend address. DrainPeriodInSeconds *int32 `json:"drainPeriodInSeconds,omitempty"` + // VirtualNetwork - A reference to a virtual network. + VirtualNetwork *SubResource `json:"virtualNetwork,omitempty"` } // MarshalJSON is the custom marshaler for BackendAddressPoolPropertiesFormat. @@ -10015,6 +10017,9 @@ func (bappf BackendAddressPoolPropertiesFormat) MarshalJSON() ([]byte, error) { if bappf.DrainPeriodInSeconds != nil { objectMap["drainPeriodInSeconds"] = bappf.DrainPeriodInSeconds } + if bappf.VirtualNetwork != nil { + objectMap["virtualNetwork"] = bappf.VirtualNetwork + } return json.Marshal(objectMap) } @@ -14402,7 +14407,7 @@ type DdosProtectionPlanPropertiesFormat struct { // ProvisioningState - READ-ONLY; The provisioning state of the DDoS protection plan resource. Possible values include: 'ProvisioningStateSucceeded', 'ProvisioningStateUpdating', 'ProvisioningStateDeleting', 'ProvisioningStateFailed' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // PublicIPAddresses - READ-ONLY; The list of public IPs associated with the DDoS protection plan resource. This list is read-only. - PublicIPAddresses *[]SubResource `json:"publicIpAddresses,omitempty"` + PublicIPAddresses *[]SubResource `json:"publicIPAddresses,omitempty"` // VirtualNetworks - READ-ONLY; The list of virtual networks associated with the DDoS protection plan resource. This list is read-only. VirtualNetworks *[]SubResource `json:"virtualNetworks,omitempty"` } @@ -14765,6 +14770,23 @@ func (d *Delegation) UnmarshalJSON(body []byte) error { return nil } +// DelegationProperties properties of the delegation. +type DelegationProperties struct { + // ServiceName - The service name to which the NVA is delegated. + ServiceName *string `json:"serviceName,omitempty"` + // ProvisioningState - READ-ONLY; Possible values include: 'ProvisioningStateSucceeded', 'ProvisioningStateUpdating', 'ProvisioningStateDeleting', 'ProvisioningStateFailed' + ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` +} + +// MarshalJSON is the custom marshaler for DelegationProperties. +func (dp DelegationProperties) MarshalJSON() ([]byte, error) { + objectMap := make(map[string]interface{}) + if dp.ServiceName != nil { + objectMap["serviceName"] = dp.ServiceName + } + return json.Marshal(objectMap) +} + // DeleteBastionShareableLinkFuture an abstraction for monitoring and retrieving the results of a // long-running operation. type DeleteBastionShareableLinkFuture struct { @@ -16063,7 +16085,7 @@ type ErrorDetails struct { // ErrorResponse the error object. type ErrorResponse struct { // Error - The error details object. - Error *Error `json:"error,omitempty"` + Error *ErrorDetails `json:"error,omitempty"` } // EvaluatedNetworkSecurityGroup results of network security group evaluation. @@ -35981,6 +36003,22 @@ type Parameter struct { AsPath *[]string `json:"asPath,omitempty"` } +// PartnerManagedResourceProperties properties of the partner managed resource. +type PartnerManagedResourceProperties struct { + // ID - READ-ONLY; The partner managed resource id. + ID *string `json:"id,omitempty"` + // InternalLoadBalancerID - READ-ONLY; The partner managed ILB resource id + InternalLoadBalancerID *string `json:"internalLoadBalancerId,omitempty"` + // StandardLoadBalancerID - READ-ONLY; The partner managed SLB resource id + StandardLoadBalancerID *string `json:"standardLoadBalancerId,omitempty"` +} + +// MarshalJSON is the custom marshaler for PartnerManagedResourceProperties. +func (pmrp PartnerManagedResourceProperties) MarshalJSON() ([]byte, error) { + objectMap := make(map[string]interface{}) + return json.Marshal(objectMap) +} + // PatchObject object for patch operations. type PatchObject struct { // Tags - Resource tags. @@ -36511,6 +36549,10 @@ type PolicySettings struct { MaxRequestBodySizeInKb *int32 `json:"maxRequestBodySizeInKb,omitempty"` // FileUploadLimitInMb - Maximum file upload size in Mb for WAF. FileUploadLimitInMb *int32 `json:"fileUploadLimitInMb,omitempty"` + // CustomBlockResponseStatusCode - If the action type is block, customer can override the response status code. + CustomBlockResponseStatusCode *int32 `json:"customBlockResponseStatusCode,omitempty"` + // CustomBlockResponseBody - If the action type is block, customer can override the response body. The body must be specified in base64 encoding. + CustomBlockResponseBody *string `json:"customBlockResponseBody,omitempty"` } // PrepareNetworkPoliciesRequest details of PrepareNetworkPolicies for Subnet. @@ -47193,7 +47235,7 @@ type VirtualAppliancePropertiesFormat struct { CloudInitConfigurationBlobs *[]string `json:"cloudInitConfigurationBlobs,omitempty"` // CloudInitConfiguration - CloudInitConfiguration string in plain text. CloudInitConfiguration *string `json:"cloudInitConfiguration,omitempty"` - // VirtualApplianceAsn - VirtualAppliance ASN. + // VirtualApplianceAsn - VirtualAppliance ASN. Microsoft private, public and IANA reserved ASN are not supported. VirtualApplianceAsn *int64 `json:"virtualApplianceAsn,omitempty"` // SSHPublicKey - Public key for SSH login. SSHPublicKey *string `json:"sshPublicKey,omitempty"` @@ -47205,6 +47247,12 @@ type VirtualAppliancePropertiesFormat struct { InboundSecurityRules *[]SubResource `json:"inboundSecurityRules,omitempty"` // ProvisioningState - READ-ONLY; The provisioning state of the resource. Possible values include: 'ProvisioningStateSucceeded', 'ProvisioningStateUpdating', 'ProvisioningStateDeleting', 'ProvisioningStateFailed' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` + // DeploymentType - READ-ONLY; The deployment type. PartnerManaged for the SaaS NVA + DeploymentType *string `json:"deploymentType,omitempty"` + // Delegation - The delegation for the Virtual Appliance + Delegation *DelegationProperties `json:"delegation,omitempty"` + // PartnerManagedResource - The delegation for the Virtual Appliance + PartnerManagedResource *PartnerManagedResourceProperties `json:"partnerManagedResource,omitempty"` } // MarshalJSON is the custom marshaler for VirtualAppliancePropertiesFormat. @@ -47231,6 +47279,12 @@ func (vapf VirtualAppliancePropertiesFormat) MarshalJSON() ([]byte, error) { if vapf.SSHPublicKey != nil { objectMap["sshPublicKey"] = vapf.SSHPublicKey } + if vapf.Delegation != nil { + objectMap["delegation"] = vapf.Delegation + } + if vapf.PartnerManagedResource != nil { + objectMap["partnerManagedResource"] = vapf.PartnerManagedResource + } return json.Marshal(objectMap) } @@ -57089,16 +57143,11 @@ type WatcherListResult struct { type WatcherPropertiesFormat struct { // ProvisioningState - READ-ONLY; The provisioning state of the network watcher resource. Possible values include: 'ProvisioningStateSucceeded', 'ProvisioningStateUpdating', 'ProvisioningStateDeleting', 'ProvisioningStateFailed' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` - // RunningOperationIds - List of running operation IDs. - RunningOperationIds *[]int32 `json:"runningOperationIds,omitempty"` } // MarshalJSON is the custom marshaler for WatcherPropertiesFormat. func (wpf WatcherPropertiesFormat) MarshalJSON() ([]byte, error) { objectMap := make(map[string]interface{}) - if wpf.RunningOperationIds != nil { - objectMap["runningOperationIds"] = wpf.RunningOperationIds - } return json.Marshal(objectMap) } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/natgateways.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/natgateways.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/natgateways.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/natgateways.go index b9d0ce9ec41d..4b1dbd097f56 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/natgateways.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/natgateways.go @@ -70,7 +70,7 @@ func (client NatGatewaysClient) CreateOrUpdatePreparer(ctx context.Context, reso "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -152,7 +152,7 @@ func (client NatGatewaysClient) DeletePreparer(ctx context.Context, resourceGrou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -238,7 +238,7 @@ func (client NatGatewaysClient) GetPreparer(ctx context.Context, resourceGroupNa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -320,7 +320,7 @@ func (client NatGatewaysClient) ListPreparer(ctx context.Context, resourceGroupN "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -433,7 +433,7 @@ func (client NatGatewaysClient) ListAllPreparer(ctx context.Context) (*http.Requ "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -547,7 +547,7 @@ func (client NatGatewaysClient) UpdateTagsPreparer(ctx context.Context, resource "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/natrules.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/natrules.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/natrules.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/natrules.go index bcd3789f3c80..fbb72270b335 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/natrules.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/natrules.go @@ -72,7 +72,7 @@ func (client NatRulesClient) CreateOrUpdatePreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -157,7 +157,7 @@ func (client NatRulesClient) DeletePreparer(ctx context.Context, resourceGroupNa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -244,7 +244,7 @@ func (client NatRulesClient) GetPreparer(ctx context.Context, resourceGroupName "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -325,7 +325,7 @@ func (client NatRulesClient) ListByVpnGatewayPreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/operations.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/operations.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/operations.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/operations.go index c3bb696b2866..8e8ae84a23b3 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/operations.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/operations.go @@ -72,7 +72,7 @@ func (client OperationsClient) List(ctx context.Context) (result OperationListRe // ListPreparer prepares the List request. func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) { - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/p2svpngateways.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/p2svpngateways.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/p2svpngateways.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/p2svpngateways.go index d3145c8a1cca..16642ce54019 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/p2svpngateways.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/p2svpngateways.go @@ -70,7 +70,7 @@ func (client P2sVpnGatewaysClient) CreateOrUpdatePreparer(ctx context.Context, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -152,7 +152,7 @@ func (client P2sVpnGatewaysClient) DeletePreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -232,7 +232,7 @@ func (client P2sVpnGatewaysClient) DisconnectP2sVpnConnectionsPreparer(ctx conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -313,7 +313,7 @@ func (client P2sVpnGatewaysClient) GenerateVpnProfilePreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -401,7 +401,7 @@ func (client P2sVpnGatewaysClient) GetPreparer(ctx context.Context, resourceGrou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -471,7 +471,7 @@ func (client P2sVpnGatewaysClient) GetP2sVpnConnectionHealthPreparer(ctx context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -552,7 +552,7 @@ func (client P2sVpnGatewaysClient) GetP2sVpnConnectionHealthDetailedPreparer(ctx "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -640,7 +640,7 @@ func (client P2sVpnGatewaysClient) ListPreparer(ctx context.Context) (*http.Requ "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -756,7 +756,7 @@ func (client P2sVpnGatewaysClient) ListByResourceGroupPreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -862,7 +862,7 @@ func (client P2sVpnGatewaysClient) ResetPreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -942,7 +942,7 @@ func (client P2sVpnGatewaysClient) UpdateTagsPreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/packetcaptures.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/packetcaptures.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/packetcaptures.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/packetcaptures.go index 9588e15600f2..0f8f5b3c1734 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/packetcaptures.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/packetcaptures.go @@ -94,7 +94,7 @@ func (client PacketCapturesClient) CreatePreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -177,7 +177,7 @@ func (client PacketCapturesClient) DeletePreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -264,7 +264,7 @@ func (client PacketCapturesClient) GetPreparer(ctx context.Context, resourceGrou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -335,7 +335,7 @@ func (client PacketCapturesClient) GetStatusPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -421,7 +421,7 @@ func (client PacketCapturesClient) ListPreparer(ctx context.Context, resourceGro "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -492,7 +492,7 @@ func (client PacketCapturesClient) StopPreparer(ctx context.Context, resourceGro "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/peerexpressroutecircuitconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/peerexpressroutecircuitconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/peerexpressroutecircuitconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/peerexpressroutecircuitconnections.go index 150351d3b494..7e0d20f4229b 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/peerexpressroutecircuitconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/peerexpressroutecircuitconnections.go @@ -82,7 +82,7 @@ func (client PeerExpressRouteCircuitConnectionsClient) GetPreparer(ctx context.C "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -165,7 +165,7 @@ func (client PeerExpressRouteCircuitConnectionsClient) ListPreparer(ctx context. "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/privatednszonegroups.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/privatednszonegroups.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/privatednszonegroups.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/privatednszonegroups.go index 149d809a6bb0..5d31529d2639 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/privatednszonegroups.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/privatednszonegroups.go @@ -73,7 +73,7 @@ func (client PrivateDNSZoneGroupsClient) CreateOrUpdatePreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -157,7 +157,7 @@ func (client PrivateDNSZoneGroupsClient) DeletePreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -244,7 +244,7 @@ func (client PrivateDNSZoneGroupsClient) GetPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -325,7 +325,7 @@ func (client PrivateDNSZoneGroupsClient) ListPreparer(ctx context.Context, priva "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/privateendpoints.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/privateendpoints.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/privateendpoints.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/privateendpoints.go index f82e0545c7e8..e422546db7c3 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/privateendpoints.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/privateendpoints.go @@ -71,7 +71,7 @@ func (client PrivateEndpointsClient) CreateOrUpdatePreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -153,7 +153,7 @@ func (client PrivateEndpointsClient) DeletePreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -239,7 +239,7 @@ func (client PrivateEndpointsClient) GetPreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -321,7 +321,7 @@ func (client PrivateEndpointsClient) ListPreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -434,7 +434,7 @@ func (client PrivateEndpointsClient) ListBySubscriptionPreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/privatelinkservices.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/privatelinkservices.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/privatelinkservices.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/privatelinkservices.go index 07c7a7dc4c07..867d43d8ce55 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/privatelinkservices.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/privatelinkservices.go @@ -69,7 +69,7 @@ func (client PrivateLinkServicesClient) CheckPrivateLinkServiceVisibilityPrepare "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -152,7 +152,7 @@ func (client PrivateLinkServicesClient) CheckPrivateLinkServiceVisibilityByResou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -234,7 +234,7 @@ func (client PrivateLinkServicesClient) CreateOrUpdatePreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -316,7 +316,7 @@ func (client PrivateLinkServicesClient) DeletePreparer(ctx context.Context, reso "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -396,7 +396,7 @@ func (client PrivateLinkServicesClient) DeletePrivateEndpointConnectionPreparer( "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -482,7 +482,7 @@ func (client PrivateLinkServicesClient) GetPreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -565,7 +565,7 @@ func (client PrivateLinkServicesClient) GetPrivateEndpointConnectionPreparer(ctx "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -647,7 +647,7 @@ func (client PrivateLinkServicesClient) ListPreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -764,7 +764,7 @@ func (client PrivateLinkServicesClient) ListAutoApprovedPrivateLinkServicesPrepa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -883,7 +883,7 @@ func (client PrivateLinkServicesClient) ListAutoApprovedPrivateLinkServicesByRes "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -996,7 +996,7 @@ func (client PrivateLinkServicesClient) ListBySubscriptionPreparer(ctx context.C "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1114,7 +1114,7 @@ func (client PrivateLinkServicesClient) ListPrivateEndpointConnectionsPreparer(c "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1231,7 +1231,7 @@ func (client PrivateLinkServicesClient) UpdatePrivateEndpointConnectionPreparer( "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/profiles.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/profiles.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/profiles.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/profiles.go index aec6ab4edec0..b8ada27a33f1 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/profiles.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/profiles.go @@ -77,7 +77,7 @@ func (client ProfilesClient) CreateOrUpdatePreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -149,7 +149,7 @@ func (client ProfilesClient) DeletePreparer(ctx context.Context, resourceGroupNa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -235,7 +235,7 @@ func (client ProfilesClient) GetPreparer(ctx context.Context, resourceGroupName "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -317,7 +317,7 @@ func (client ProfilesClient) ListPreparer(ctx context.Context, resourceGroupName "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -430,7 +430,7 @@ func (client ProfilesClient) ListAllPreparer(ctx context.Context) (*http.Request "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -544,7 +544,7 @@ func (client ProfilesClient) UpdateTagsPreparer(ctx context.Context, resourceGro "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/publicipaddresses.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/publicipaddresses.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/publicipaddresses.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/publicipaddresses.go index f0469e2ccd4e..dc45e869da51 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/publicipaddresses.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/publicipaddresses.go @@ -85,7 +85,7 @@ func (client PublicIPAddressesClient) CreateOrUpdatePreparer(ctx context.Context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -167,7 +167,7 @@ func (client PublicIPAddressesClient) DdosProtectionStatusPreparer(ctx context.C "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -246,7 +246,7 @@ func (client PublicIPAddressesClient) DeletePreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -332,7 +332,7 @@ func (client PublicIPAddressesClient) GetPreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -420,7 +420,7 @@ func (client PublicIPAddressesClient) GetCloudServicePublicIPAddressPreparer(ctx "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -590,7 +590,7 @@ func (client PublicIPAddressesClient) ListPreparer(ctx context.Context, resource "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -703,7 +703,7 @@ func (client PublicIPAddressesClient) ListAllPreparer(ctx context.Context) (*htt "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -821,7 +821,7 @@ func (client PublicIPAddressesClient) ListCloudServicePublicIPAddressesPreparer( "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -946,7 +946,7 @@ func (client PublicIPAddressesClient) ListCloudServiceRoleInstancePublicIPAddres "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1304,7 +1304,7 @@ func (client PublicIPAddressesClient) UpdateTagsPreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/publicipprefixes.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/publicipprefixes.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/publicipprefixes.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/publicipprefixes.go index cce83cfd17a7..c7a2ed83e3b4 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/publicipprefixes.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/publicipprefixes.go @@ -71,7 +71,7 @@ func (client PublicIPPrefixesClient) CreateOrUpdatePreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -153,7 +153,7 @@ func (client PublicIPPrefixesClient) DeletePreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -239,7 +239,7 @@ func (client PublicIPPrefixesClient) GetPreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -321,7 +321,7 @@ func (client PublicIPPrefixesClient) ListPreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -434,7 +434,7 @@ func (client PublicIPPrefixesClient) ListAllPreparer(ctx context.Context) (*http "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -548,7 +548,7 @@ func (client PublicIPPrefixesClient) UpdateTagsPreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/resourcenavigationlinks.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/resourcenavigationlinks.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/resourcenavigationlinks.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/resourcenavigationlinks.go index d9f0a5d387d1..befee0c632be 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/resourcenavigationlinks.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/resourcenavigationlinks.go @@ -79,7 +79,7 @@ func (client ResourceNavigationLinksClient) ListPreparer(ctx context.Context, re "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routefilterrules.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routefilterrules.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routefilterrules.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routefilterrules.go index cd65cf675edb..c9d52f036903 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routefilterrules.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routefilterrules.go @@ -83,7 +83,7 @@ func (client RouteFilterRulesClient) CreateOrUpdatePreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -167,7 +167,7 @@ func (client RouteFilterRulesClient) DeletePreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -254,7 +254,7 @@ func (client RouteFilterRulesClient) GetPreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -335,7 +335,7 @@ func (client RouteFilterRulesClient) ListByRouteFilterPreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routefilters.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routefilters.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routefilters.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routefilters.go index c62558d12735..8ab42d3a903b 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routefilters.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routefilters.go @@ -70,7 +70,7 @@ func (client RouteFiltersClient) CreateOrUpdatePreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -152,7 +152,7 @@ func (client RouteFiltersClient) DeletePreparer(ctx context.Context, resourceGro "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -238,7 +238,7 @@ func (client RouteFiltersClient) GetPreparer(ctx context.Context, resourceGroupN "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -317,7 +317,7 @@ func (client RouteFiltersClient) ListPreparer(ctx context.Context) (*http.Reques "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -433,7 +433,7 @@ func (client RouteFiltersClient) ListByResourceGroupPreparer(ctx context.Context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -547,7 +547,7 @@ func (client RouteFiltersClient) UpdateTagsPreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routemaps.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routemaps.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routemaps.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routemaps.go index 5cfb25d2816c..ddd32fd741eb 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routemaps.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routemaps.go @@ -72,7 +72,7 @@ func (client RouteMapsClient) CreateOrUpdatePreparer(ctx context.Context, resour "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -158,7 +158,7 @@ func (client RouteMapsClient) DeletePreparer(ctx context.Context, resourceGroupN "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -245,7 +245,7 @@ func (client RouteMapsClient) GetPreparer(ctx context.Context, resourceGroupName "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -326,7 +326,7 @@ func (client RouteMapsClient) ListPreparer(ctx context.Context, resourceGroupNam "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routes.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routes.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routes.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routes.go index 1eb6bfc855fe..6af60b97bc6f 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routes.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routes.go @@ -72,7 +72,7 @@ func (client RoutesClient) CreateOrUpdatePreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -156,7 +156,7 @@ func (client RoutesClient) DeletePreparer(ctx context.Context, resourceGroupName "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -243,7 +243,7 @@ func (client RoutesClient) GetPreparer(ctx context.Context, resourceGroupName st "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -324,7 +324,7 @@ func (client RoutesClient) ListPreparer(ctx context.Context, resourceGroupName s "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routetables.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routetables.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routetables.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routetables.go index f1e41cc957b5..b70e60528ed4 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routetables.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routetables.go @@ -70,7 +70,7 @@ func (client RouteTablesClient) CreateOrUpdatePreparer(ctx context.Context, reso "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -152,7 +152,7 @@ func (client RouteTablesClient) DeletePreparer(ctx context.Context, resourceGrou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -238,7 +238,7 @@ func (client RouteTablesClient) GetPreparer(ctx context.Context, resourceGroupNa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -320,7 +320,7 @@ func (client RouteTablesClient) ListPreparer(ctx context.Context, resourceGroupN "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -433,7 +433,7 @@ func (client RouteTablesClient) ListAllPreparer(ctx context.Context) (*http.Requ "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -547,7 +547,7 @@ func (client RouteTablesClient) UpdateTagsPreparer(ctx context.Context, resource "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routingintent.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routingintent.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routingintent.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routingintent.go index c156b0ec37fb..6cb0ca0ce03d 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/routingintent.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/routingintent.go @@ -72,7 +72,7 @@ func (client RoutingIntentClient) CreateOrUpdatePreparer(ctx context.Context, re "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -157,7 +157,7 @@ func (client RoutingIntentClient) DeletePreparer(ctx context.Context, resourceGr "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -244,7 +244,7 @@ func (client RoutingIntentClient) GetPreparer(ctx context.Context, resourceGroup "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -325,7 +325,7 @@ func (client RoutingIntentClient) ListPreparer(ctx context.Context, resourceGrou "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/scopeconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/scopeconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/scopeconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/scopeconnections.go index 6ad92314fac1..9e43709df22d 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/scopeconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/scopeconnections.go @@ -81,7 +81,7 @@ func (client ScopeConnectionsClient) CreateOrUpdatePreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -162,7 +162,7 @@ func (client ScopeConnectionsClient) DeletePreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -239,7 +239,7 @@ func (client ScopeConnectionsClient) GetPreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -334,7 +334,7 @@ func (client ScopeConnectionsClient) ListPreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/securityadminconfigurations.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/securityadminconfigurations.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/securityadminconfigurations.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/securityadminconfigurations.go index f1e2f4c855a5..fae09ecf9f37 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/securityadminconfigurations.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/securityadminconfigurations.go @@ -81,7 +81,7 @@ func (client SecurityAdminConfigurationsClient) CreateOrUpdatePreparer(ctx conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -157,7 +157,7 @@ func (client SecurityAdminConfigurationsClient) DeletePreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -247,7 +247,7 @@ func (client SecurityAdminConfigurationsClient) GetPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -342,7 +342,7 @@ func (client SecurityAdminConfigurationsClient) ListPreparer(ctx context.Context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/securitygroups.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/securitygroups.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/securitygroups.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/securitygroups.go index 49b472db8755..e96de0b6a830 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/securitygroups.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/securitygroups.go @@ -70,7 +70,7 @@ func (client SecurityGroupsClient) CreateOrUpdatePreparer(ctx context.Context, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -152,7 +152,7 @@ func (client SecurityGroupsClient) DeletePreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -238,7 +238,7 @@ func (client SecurityGroupsClient) GetPreparer(ctx context.Context, resourceGrou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -320,7 +320,7 @@ func (client SecurityGroupsClient) ListPreparer(ctx context.Context, resourceGro "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -433,7 +433,7 @@ func (client SecurityGroupsClient) ListAllPreparer(ctx context.Context) (*http.R "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -547,7 +547,7 @@ func (client SecurityGroupsClient) UpdateTagsPreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/securitypartnerproviders.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/securitypartnerproviders.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/securitypartnerproviders.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/securitypartnerproviders.go index e67c5814deba..8d7be2f4d7ae 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/securitypartnerproviders.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/securitypartnerproviders.go @@ -71,7 +71,7 @@ func (client SecurityPartnerProvidersClient) CreateOrUpdatePreparer(ctx context. "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -153,7 +153,7 @@ func (client SecurityPartnerProvidersClient) DeletePreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -238,7 +238,7 @@ func (client SecurityPartnerProvidersClient) GetPreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -314,7 +314,7 @@ func (client SecurityPartnerProvidersClient) ListPreparer(ctx context.Context) ( "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -430,7 +430,7 @@ func (client SecurityPartnerProvidersClient) ListByResourceGroupPreparer(ctx con "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -544,7 +544,7 @@ func (client SecurityPartnerProvidersClient) UpdateTagsPreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/securityrules.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/securityrules.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/securityrules.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/securityrules.go index d720cd6f121e..15f3088f51b9 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/securityrules.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/securityrules.go @@ -72,7 +72,7 @@ func (client SecurityRulesClient) CreateOrUpdatePreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -156,7 +156,7 @@ func (client SecurityRulesClient) DeletePreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -243,7 +243,7 @@ func (client SecurityRulesClient) GetPreparer(ctx context.Context, resourceGroup "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -324,7 +324,7 @@ func (client SecurityRulesClient) ListPreparer(ctx context.Context, resourceGrou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/serviceassociationlinks.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/serviceassociationlinks.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/serviceassociationlinks.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/serviceassociationlinks.go index 7c14bd3e33f6..685efbe997e8 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/serviceassociationlinks.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/serviceassociationlinks.go @@ -79,7 +79,7 @@ func (client ServiceAssociationLinksClient) ListPreparer(ctx context.Context, re "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/serviceendpointpolicies.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/serviceendpointpolicies.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/serviceendpointpolicies.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/serviceendpointpolicies.go index a500dd6556d5..89895d8430f7 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/serviceendpointpolicies.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/serviceendpointpolicies.go @@ -71,7 +71,7 @@ func (client ServiceEndpointPoliciesClient) CreateOrUpdatePreparer(ctx context.C "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -154,7 +154,7 @@ func (client ServiceEndpointPoliciesClient) DeletePreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -240,7 +240,7 @@ func (client ServiceEndpointPoliciesClient) GetPreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -319,7 +319,7 @@ func (client ServiceEndpointPoliciesClient) ListPreparer(ctx context.Context) (* "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -435,7 +435,7 @@ func (client ServiceEndpointPoliciesClient) ListByResourceGroupPreparer(ctx cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -549,7 +549,7 @@ func (client ServiceEndpointPoliciesClient) UpdateTagsPreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/serviceendpointpolicydefinitions.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/serviceendpointpolicydefinitions.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/serviceendpointpolicydefinitions.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/serviceendpointpolicydefinitions.go index 90bcb585803d..5702b1327bd7 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/serviceendpointpolicydefinitions.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/serviceendpointpolicydefinitions.go @@ -74,7 +74,7 @@ func (client ServiceEndpointPolicyDefinitionsClient) CreateOrUpdatePreparer(ctx "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -158,7 +158,7 @@ func (client ServiceEndpointPolicyDefinitionsClient) DeletePreparer(ctx context. "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -245,7 +245,7 @@ func (client ServiceEndpointPolicyDefinitionsClient) GetPreparer(ctx context.Con "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -326,7 +326,7 @@ func (client ServiceEndpointPolicyDefinitionsClient) ListByResourceGroupPreparer "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/servicetaginformation.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/servicetaginformation.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/servicetaginformation.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/servicetaginformation.go index ac789988a3bf..a6956bee1877 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/servicetaginformation.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/servicetaginformation.go @@ -84,7 +84,7 @@ func (client ServiceTagInformationClient) ListPreparer(ctx context.Context, loca "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/servicetags.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/servicetags.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/servicetags.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/servicetags.go index 18f10c436967..55229a76b3ea 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/servicetags.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/servicetags.go @@ -76,7 +76,7 @@ func (client ServiceTagsClient) ListPreparer(ctx context.Context, location strin "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/staticmembers.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/staticmembers.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/staticmembers.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/staticmembers.go index 571c77dd7ae0..82fe102ae829 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/staticmembers.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/staticmembers.go @@ -82,7 +82,7 @@ func (client StaticMembersClient) CreateOrUpdatePreparer(ctx context.Context, pa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -165,7 +165,7 @@ func (client StaticMembersClient) DeletePreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -244,7 +244,7 @@ func (client StaticMembersClient) GetPreparer(ctx context.Context, resourceGroup "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -341,7 +341,7 @@ func (client StaticMembersClient) ListPreparer(ctx context.Context, resourceGrou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/subnets.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/subnets.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/subnets.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/subnets.go index 618f9cf8b5ff..5c64978488df 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/subnets.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/subnets.go @@ -72,7 +72,7 @@ func (client SubnetsClient) CreateOrUpdatePreparer(ctx context.Context, resource "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -156,7 +156,7 @@ func (client SubnetsClient) DeletePreparer(ctx context.Context, resourceGroupNam "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -244,7 +244,7 @@ func (client SubnetsClient) GetPreparer(ctx context.Context, resourceGroupName s "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -328,7 +328,7 @@ func (client SubnetsClient) ListPreparer(ctx context.Context, resourceGroupName "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -438,7 +438,7 @@ func (client SubnetsClient) PrepareNetworkPoliciesPreparer(ctx context.Context, "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -522,7 +522,7 @@ func (client SubnetsClient) UnprepareNetworkPoliciesPreparer(ctx context.Context "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/subscriptionnetworkmanagerconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/subscriptionnetworkmanagerconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/subscriptionnetworkmanagerconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/subscriptionnetworkmanagerconnections.go index 1ce088dd0fc1..fc6f40968c99 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/subscriptionnetworkmanagerconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/subscriptionnetworkmanagerconnections.go @@ -78,7 +78,7 @@ func (client SubscriptionNetworkManagerConnectionsClient) CreateOrUpdatePreparer "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -155,7 +155,7 @@ func (client SubscriptionNetworkManagerConnectionsClient) DeletePreparer(ctx con "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -228,7 +228,7 @@ func (client SubscriptionNetworkManagerConnectionsClient) GetPreparer(ctx contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -319,7 +319,7 @@ func (client SubscriptionNetworkManagerConnectionsClient) ListPreparer(ctx conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/usages.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/usages.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/usages.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/usages.go index 55a5d78a3a25..c7c4e35a6a31 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/usages.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/usages.go @@ -86,7 +86,7 @@ func (client UsagesClient) ListPreparer(ctx context.Context, location string) (* "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/version.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/version.go similarity index 90% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/version.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/version.go index f619a74b8fad..0bc5ef088911 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/version.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/version.go @@ -10,7 +10,7 @@ import "github.com/Azure/azure-sdk-for-go/version" // UserAgent returns the UserAgent string to use when sending http.Requests. func UserAgent() string { - return "Azure-SDK-For-Go/" + Version() + " network/2022-05-01" + return "Azure-SDK-For-Go/" + Version() + " network/2022-07-01" } // Version returns the semantic version (see http://semver.org) of the client. diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vipswap.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vipswap.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vipswap.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vipswap.go index b3f58bf7e1f7..b3267641b186 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vipswap.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vipswap.go @@ -72,7 +72,7 @@ func (client VipSwapClient) CreatePreparer(ctx context.Context, groupName string "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -164,7 +164,7 @@ func (client VipSwapClient) GetPreparer(ctx context.Context, groupName string, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -241,7 +241,7 @@ func (client VipSwapClient) ListPreparer(ctx context.Context, groupName string, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualappliances.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualappliances.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualappliances.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualappliances.go index 672f8caf273c..e823c0192a1e 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualappliances.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualappliances.go @@ -83,7 +83,7 @@ func (client VirtualAppliancesClient) CreateOrUpdatePreparer(ctx context.Context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -165,7 +165,7 @@ func (client VirtualAppliancesClient) DeletePreparer(ctx context.Context, resour "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -251,7 +251,7 @@ func (client VirtualAppliancesClient) GetPreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -330,7 +330,7 @@ func (client VirtualAppliancesClient) ListPreparer(ctx context.Context) (*http.R "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -446,7 +446,7 @@ func (client VirtualAppliancesClient) ListByResourceGroupPreparer(ctx context.Co "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -560,7 +560,7 @@ func (client VirtualAppliancesClient) UpdateTagsPreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualappliancesites.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualappliancesites.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualappliancesites.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualappliancesites.go index 1629304e91ab..1584eb353b27 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualappliancesites.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualappliancesites.go @@ -73,7 +73,7 @@ func (client VirtualApplianceSitesClient) CreateOrUpdatePreparer(ctx context.Con "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -158,7 +158,7 @@ func (client VirtualApplianceSitesClient) DeletePreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -245,7 +245,7 @@ func (client VirtualApplianceSitesClient) GetPreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -326,7 +326,7 @@ func (client VirtualApplianceSitesClient) ListPreparer(ctx context.Context, reso "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualapplianceskus.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualapplianceskus.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualapplianceskus.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualapplianceskus.go index ec0616db338d..1022b9bdedea 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualapplianceskus.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualapplianceskus.go @@ -75,7 +75,7 @@ func (client VirtualApplianceSkusClient) GetPreparer(ctx context.Context, skuNam "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -151,7 +151,7 @@ func (client VirtualApplianceSkusClient) ListPreparer(ctx context.Context) (*htt "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubbgpconnection.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubbgpconnection.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubbgpconnection.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubbgpconnection.go index 4ce3bed82b39..3a5f15d89d6b 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubbgpconnection.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubbgpconnection.go @@ -86,7 +86,7 @@ func (client VirtualHubBgpConnectionClient) CreateOrUpdatePreparer(ctx context.C "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -171,7 +171,7 @@ func (client VirtualHubBgpConnectionClient) DeletePreparer(ctx context.Context, "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -258,7 +258,7 @@ func (client VirtualHubBgpConnectionClient) GetPreparer(ctx context.Context, res "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubbgpconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubbgpconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubbgpconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubbgpconnections.go index 649de67c39fc..17cee1a6185e 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubbgpconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubbgpconnections.go @@ -82,7 +82,7 @@ func (client VirtualHubBgpConnectionsClient) ListPreparer(ctx context.Context, r "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -190,7 +190,7 @@ func (client VirtualHubBgpConnectionsClient) ListAdvertisedRoutesPreparer(ctx co "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -271,7 +271,7 @@ func (client VirtualHubBgpConnectionsClient) ListLearnedRoutesPreparer(ctx conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubipconfiguration.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubipconfiguration.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubipconfiguration.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubipconfiguration.go index 1f74f1301344..405688585ffd 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubipconfiguration.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubipconfiguration.go @@ -92,7 +92,7 @@ func (client VirtualHubIPConfigurationClient) CreateOrUpdatePreparer(ctx context "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -177,7 +177,7 @@ func (client VirtualHubIPConfigurationClient) DeletePreparer(ctx context.Context "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -264,7 +264,7 @@ func (client VirtualHubIPConfigurationClient) GetPreparer(ctx context.Context, r "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -345,7 +345,7 @@ func (client VirtualHubIPConfigurationClient) ListPreparer(ctx context.Context, "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubroutetablev2s.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubroutetablev2s.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubroutetablev2s.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubroutetablev2s.go index a4098779c7d0..cb37e365930a 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubroutetablev2s.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubroutetablev2s.go @@ -74,7 +74,7 @@ func (client VirtualHubRouteTableV2sClient) CreateOrUpdatePreparer(ctx context.C "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -158,7 +158,7 @@ func (client VirtualHubRouteTableV2sClient) DeletePreparer(ctx context.Context, "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -245,7 +245,7 @@ func (client VirtualHubRouteTableV2sClient) GetPreparer(ctx context.Context, res "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -326,7 +326,7 @@ func (client VirtualHubRouteTableV2sClient) ListPreparer(ctx context.Context, re "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubs.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubs.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubs.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubs.go index 492cb2f2f547..7f51f551f3fa 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualhubs.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualhubs.go @@ -86,7 +86,7 @@ func (client VirtualHubsClient) CreateOrUpdatePreparer(ctx context.Context, reso "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -169,7 +169,7 @@ func (client VirtualHubsClient) DeletePreparer(ctx context.Context, resourceGrou "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -254,7 +254,7 @@ func (client VirtualHubsClient) GetPreparer(ctx context.Context, resourceGroupNa "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -325,7 +325,7 @@ func (client VirtualHubsClient) GetEffectiveVirtualHubRoutesPreparer(ctx context "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -409,7 +409,7 @@ func (client VirtualHubsClient) GetInboundRoutesPreparer(ctx context.Context, re "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -490,7 +490,7 @@ func (client VirtualHubsClient) GetOutboundRoutesPreparer(ctx context.Context, r "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -577,7 +577,7 @@ func (client VirtualHubsClient) ListPreparer(ctx context.Context) (*http.Request "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -693,7 +693,7 @@ func (client VirtualHubsClient) ListByResourceGroupPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -807,7 +807,7 @@ func (client VirtualHubsClient) UpdateTagsPreparer(ctx context.Context, resource "virtualHubName": autorest.Encode("path", virtualHubName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworkgatewayconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworkgatewayconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworkgatewayconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworkgatewayconnections.go index c29bb9896be6..54d5a7133100 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworkgatewayconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworkgatewayconnections.go @@ -109,7 +109,7 @@ func (client VirtualNetworkGatewayConnectionsClient) CreateOrUpdatePreparer(ctx "virtualNetworkGatewayConnectionName": autorest.Encode("path", virtualNetworkGatewayConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -191,7 +191,7 @@ func (client VirtualNetworkGatewayConnectionsClient) DeletePreparer(ctx context. "virtualNetworkGatewayConnectionName": autorest.Encode("path", virtualNetworkGatewayConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -276,7 +276,7 @@ func (client VirtualNetworkGatewayConnectionsClient) GetPreparer(ctx context.Con "virtualNetworkGatewayConnectionName": autorest.Encode("path", virtualNetworkGatewayConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -346,7 +346,7 @@ func (client VirtualNetworkGatewayConnectionsClient) GetIkeSasPreparer(ctx conte "virtualNetworkGatewayConnectionName": autorest.Encode("path", virtualNetworkGatewayConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -433,7 +433,7 @@ func (client VirtualNetworkGatewayConnectionsClient) GetSharedKeyPreparer(ctx co "virtualNetworkGatewayConnectionName": autorest.Encode("path", virtualNetworkGatewayConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -513,7 +513,7 @@ func (client VirtualNetworkGatewayConnectionsClient) ListPreparer(ctx context.Co "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -619,7 +619,7 @@ func (client VirtualNetworkGatewayConnectionsClient) ResetConnectionPreparer(ctx "virtualNetworkGatewayConnectionName": autorest.Encode("path", virtualNetworkGatewayConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -710,7 +710,7 @@ func (client VirtualNetworkGatewayConnectionsClient) ResetSharedKeyPreparer(ctx "virtualNetworkGatewayConnectionName": autorest.Encode("path", virtualNetworkGatewayConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -801,7 +801,7 @@ func (client VirtualNetworkGatewayConnectionsClient) SetSharedKeyPreparer(ctx co "virtualNetworkGatewayConnectionName": autorest.Encode("path", virtualNetworkGatewayConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -884,7 +884,7 @@ func (client VirtualNetworkGatewayConnectionsClient) StartPacketCapturePreparer( "virtualNetworkGatewayConnectionName": autorest.Encode("path", virtualNetworkGatewayConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -970,7 +970,7 @@ func (client VirtualNetworkGatewayConnectionsClient) StopPacketCapturePreparer(c "virtualNetworkGatewayConnectionName": autorest.Encode("path", virtualNetworkGatewayConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1052,7 +1052,7 @@ func (client VirtualNetworkGatewayConnectionsClient) UpdateTagsPreparer(ctx cont "virtualNetworkGatewayConnectionName": autorest.Encode("path", virtualNetworkGatewayConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworkgatewaynatrules.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworkgatewaynatrules.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworkgatewaynatrules.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworkgatewaynatrules.go index 0518a4cc31ad..c68f5ba004d8 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworkgatewaynatrules.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworkgatewaynatrules.go @@ -74,7 +74,7 @@ func (client VirtualNetworkGatewayNatRulesClient) CreateOrUpdatePreparer(ctx con "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -159,7 +159,7 @@ func (client VirtualNetworkGatewayNatRulesClient) DeletePreparer(ctx context.Con "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -246,7 +246,7 @@ func (client VirtualNetworkGatewayNatRulesClient) GetPreparer(ctx context.Contex "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -327,7 +327,7 @@ func (client VirtualNetworkGatewayNatRulesClient) ListByVirtualNetworkGatewayPre "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworkgateways.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworkgateways.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworkgateways.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworkgateways.go index 14ec90ddc5aa..ff4eeba84f92 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworkgateways.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworkgateways.go @@ -85,7 +85,7 @@ func (client VirtualNetworkGatewaysClient) CreateOrUpdatePreparer(ctx context.Co "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -167,7 +167,7 @@ func (client VirtualNetworkGatewaysClient) DeletePreparer(ctx context.Context, r "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -247,7 +247,7 @@ func (client VirtualNetworkGatewaysClient) DisconnectVirtualNetworkGatewayVpnCon "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -329,7 +329,7 @@ func (client VirtualNetworkGatewaysClient) GenerateVpnProfilePreparer(ctx contex "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -412,7 +412,7 @@ func (client VirtualNetworkGatewaysClient) GeneratevpnclientpackagePreparer(ctx "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -500,7 +500,7 @@ func (client VirtualNetworkGatewaysClient) GetPreparer(ctx context.Context, reso "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -571,7 +571,7 @@ func (client VirtualNetworkGatewaysClient) GetAdvertisedRoutesPreparer(ctx conte "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, "peer": autorest.Encode("query", peer), @@ -652,7 +652,7 @@ func (client VirtualNetworkGatewaysClient) GetBgpPeerStatusPreparer(ctx context. "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -735,7 +735,7 @@ func (client VirtualNetworkGatewaysClient) GetLearnedRoutesPreparer(ctx context. "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -815,7 +815,7 @@ func (client VirtualNetworkGatewaysClient) GetVpnProfilePackageURLPreparer(ctx c "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -895,7 +895,7 @@ func (client VirtualNetworkGatewaysClient) GetVpnclientConnectionHealthPreparer( "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -976,7 +976,7 @@ func (client VirtualNetworkGatewaysClient) GetVpnclientIpsecParametersPreparer(c "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1065,7 +1065,7 @@ func (client VirtualNetworkGatewaysClient) ListPreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1183,7 +1183,7 @@ func (client VirtualNetworkGatewaysClient) ListConnectionsPreparer(ctx context.C "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1291,7 +1291,7 @@ func (client VirtualNetworkGatewaysClient) ResetPreparer(ctx context.Context, re "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1374,7 +1374,7 @@ func (client VirtualNetworkGatewaysClient) ResetVpnClientSharedKeyPreparer(ctx c "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1462,7 +1462,7 @@ func (client VirtualNetworkGatewaysClient) SetVpnclientIpsecParametersPreparer(c "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1544,7 +1544,7 @@ func (client VirtualNetworkGatewaysClient) StartPacketCapturePreparer(ctx contex "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1629,7 +1629,7 @@ func (client VirtualNetworkGatewaysClient) StopPacketCapturePreparer(ctx context "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1717,7 +1717,7 @@ func (client VirtualNetworkGatewaysClient) SupportedVpnDevicesPreparer(ctx conte "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1787,7 +1787,7 @@ func (client VirtualNetworkGatewaysClient) UpdateTagsPreparer(ctx context.Contex "virtualNetworkGatewayName": autorest.Encode("path", virtualNetworkGatewayName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1877,7 +1877,7 @@ func (client VirtualNetworkGatewaysClient) VpnDeviceConfigurationScriptPreparer( "virtualNetworkGatewayConnectionName": autorest.Encode("path", virtualNetworkGatewayConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworkpeerings.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworkpeerings.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworkpeerings.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworkpeerings.go index 759caec05ebc..f4009e36b360 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworkpeerings.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworkpeerings.go @@ -88,7 +88,7 @@ func (client VirtualNetworkPeeringsClient) CreateOrUpdatePreparer(ctx context.Co "virtualNetworkPeeringName": autorest.Encode("path", virtualNetworkPeeringName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -175,7 +175,7 @@ func (client VirtualNetworkPeeringsClient) DeletePreparer(ctx context.Context, r "virtualNetworkPeeringName": autorest.Encode("path", virtualNetworkPeeringName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -262,7 +262,7 @@ func (client VirtualNetworkPeeringsClient) GetPreparer(ctx context.Context, reso "virtualNetworkPeeringName": autorest.Encode("path", virtualNetworkPeeringName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -343,7 +343,7 @@ func (client VirtualNetworkPeeringsClient) ListPreparer(ctx context.Context, res "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworks.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworks.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworks.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworks.go index 27e1518c9adb..dbeb710db827 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworks.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworks.go @@ -78,7 +78,7 @@ func (client VirtualNetworksClient) CheckIPAddressAvailabilityPreparer(ctx conte "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, "ipAddress": autorest.Encode("query", IPAddress), @@ -160,7 +160,7 @@ func (client VirtualNetworksClient) CreateOrUpdatePreparer(ctx context.Context, "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -242,7 +242,7 @@ func (client VirtualNetworksClient) DeletePreparer(ctx context.Context, resource "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -328,7 +328,7 @@ func (client VirtualNetworksClient) GetPreparer(ctx context.Context, resourceGro "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -410,7 +410,7 @@ func (client VirtualNetworksClient) ListPreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -523,7 +523,7 @@ func (client VirtualNetworksClient) ListAllPreparer(ctx context.Context) (*http. "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -631,7 +631,7 @@ func (client VirtualNetworksClient) ListDdosProtectionStatusPreparer(ctx context "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -769,7 +769,7 @@ func (client VirtualNetworksClient) ListUsagePreparer(ctx context.Context, resou "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -883,7 +883,7 @@ func (client VirtualNetworksClient) UpdateTagsPreparer(ctx context.Context, reso "virtualNetworkName": autorest.Encode("path", virtualNetworkName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworktaps.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworktaps.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworktaps.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworktaps.go index 66387b063c57..1be734fcfae7 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualnetworktaps.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualnetworktaps.go @@ -107,7 +107,7 @@ func (client VirtualNetworkTapsClient) CreateOrUpdatePreparer(ctx context.Contex "tapName": autorest.Encode("path", tapName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -189,7 +189,7 @@ func (client VirtualNetworkTapsClient) DeletePreparer(ctx context.Context, resou "tapName": autorest.Encode("path", tapName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -274,7 +274,7 @@ func (client VirtualNetworkTapsClient) GetPreparer(ctx context.Context, resource "tapName": autorest.Encode("path", tapName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -350,7 +350,7 @@ func (client VirtualNetworkTapsClient) ListAllPreparer(ctx context.Context) (*ht "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -466,7 +466,7 @@ func (client VirtualNetworkTapsClient) ListByResourceGroupPreparer(ctx context.C "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -580,7 +580,7 @@ func (client VirtualNetworkTapsClient) UpdateTagsPreparer(ctx context.Context, r "tapName": autorest.Encode("path", tapName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualrouterpeerings.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualrouterpeerings.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualrouterpeerings.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualrouterpeerings.go index 44b85be2a88c..735cf9c4672f 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualrouterpeerings.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualrouterpeerings.go @@ -85,7 +85,7 @@ func (client VirtualRouterPeeringsClient) CreateOrUpdatePreparer(ctx context.Con "virtualRouterName": autorest.Encode("path", virtualRouterName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -170,7 +170,7 @@ func (client VirtualRouterPeeringsClient) DeletePreparer(ctx context.Context, re "virtualRouterName": autorest.Encode("path", virtualRouterName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -257,7 +257,7 @@ func (client VirtualRouterPeeringsClient) GetPreparer(ctx context.Context, resou "virtualRouterName": autorest.Encode("path", virtualRouterName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -338,7 +338,7 @@ func (client VirtualRouterPeeringsClient) ListPreparer(ctx context.Context, reso "virtualRouterName": autorest.Encode("path", virtualRouterName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualrouters.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualrouters.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualrouters.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualrouters.go index 02b209124ec1..c73002c0a1bb 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualrouters.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualrouters.go @@ -82,7 +82,7 @@ func (client VirtualRoutersClient) CreateOrUpdatePreparer(ctx context.Context, r "virtualRouterName": autorest.Encode("path", virtualRouterName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -164,7 +164,7 @@ func (client VirtualRoutersClient) DeletePreparer(ctx context.Context, resourceG "virtualRouterName": autorest.Encode("path", virtualRouterName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -250,7 +250,7 @@ func (client VirtualRoutersClient) GetPreparer(ctx context.Context, resourceGrou "virtualRouterName": autorest.Encode("path", virtualRouterName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -329,7 +329,7 @@ func (client VirtualRoutersClient) ListPreparer(ctx context.Context) (*http.Requ "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -445,7 +445,7 @@ func (client VirtualRoutersClient) ListByResourceGroupPreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualwans.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualwans.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualwans.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualwans.go index 86bce26fcf54..9ca4583d5f97 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/virtualwans.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/virtualwans.go @@ -70,7 +70,7 @@ func (client VirtualWansClient) CreateOrUpdatePreparer(ctx context.Context, reso "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -152,7 +152,7 @@ func (client VirtualWansClient) DeletePreparer(ctx context.Context, resourceGrou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -237,7 +237,7 @@ func (client VirtualWansClient) GetPreparer(ctx context.Context, resourceGroupNa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -313,7 +313,7 @@ func (client VirtualWansClient) ListPreparer(ctx context.Context) (*http.Request "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -429,7 +429,7 @@ func (client VirtualWansClient) ListByResourceGroupPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -543,7 +543,7 @@ func (client VirtualWansClient) UpdateTagsPreparer(ctx context.Context, resource "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnconnections.go index 0ca7e4ff0124..17941af71ba4 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnconnections.go @@ -73,7 +73,7 @@ func (client VpnConnectionsClient) CreateOrUpdatePreparer(ctx context.Context, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -157,7 +157,7 @@ func (client VpnConnectionsClient) DeletePreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -244,7 +244,7 @@ func (client VpnConnectionsClient) GetPreparer(ctx context.Context, resourceGrou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -325,7 +325,7 @@ func (client VpnConnectionsClient) ListByVpnGatewayPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -435,7 +435,7 @@ func (client VpnConnectionsClient) StartPacketCapturePreparer(ctx context.Contex "vpnConnectionName": autorest.Encode("path", vpnConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -522,7 +522,7 @@ func (client VpnConnectionsClient) StopPacketCapturePreparer(ctx context.Context "vpnConnectionName": autorest.Encode("path", vpnConnectionName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpngateways.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpngateways.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpngateways.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpngateways.go index ead73b2ec175..d96c984970e5 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpngateways.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpngateways.go @@ -84,7 +84,7 @@ func (client VpnGatewaysClient) CreateOrUpdatePreparer(ctx context.Context, reso "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -166,7 +166,7 @@ func (client VpnGatewaysClient) DeletePreparer(ctx context.Context, resourceGrou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -251,7 +251,7 @@ func (client VpnGatewaysClient) GetPreparer(ctx context.Context, resourceGroupNa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -327,7 +327,7 @@ func (client VpnGatewaysClient) ListPreparer(ctx context.Context) (*http.Request "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -443,7 +443,7 @@ func (client VpnGatewaysClient) ListByResourceGroupPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -549,7 +549,7 @@ func (client VpnGatewaysClient) ResetPreparer(ctx context.Context, resourceGroup "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -629,7 +629,7 @@ func (client VpnGatewaysClient) StartPacketCapturePreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -714,7 +714,7 @@ func (client VpnGatewaysClient) StopPacketCapturePreparer(ctx context.Context, r "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -799,7 +799,7 @@ func (client VpnGatewaysClient) UpdateTagsPreparer(ctx context.Context, resource "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnlinkconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnlinkconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnlinkconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnlinkconnections.go index 18369a2c8a02..f7e314346412 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnlinkconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnlinkconnections.go @@ -74,7 +74,7 @@ func (client VpnLinkConnectionsClient) GetIkeSasPreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -167,7 +167,7 @@ func (client VpnLinkConnectionsClient) ListByVpnConnectionPreparer(ctx context.C "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -277,7 +277,7 @@ func (client VpnLinkConnectionsClient) ResetConnectionPreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnserverconfigurations.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnserverconfigurations.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnserverconfigurations.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnserverconfigurations.go index 690b22ec70c3..131c07f7bc61 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnserverconfigurations.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnserverconfigurations.go @@ -72,7 +72,7 @@ func (client VpnServerConfigurationsClient) CreateOrUpdatePreparer(ctx context.C "vpnServerConfigurationName": autorest.Encode("path", vpnServerConfigurationName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -154,7 +154,7 @@ func (client VpnServerConfigurationsClient) DeletePreparer(ctx context.Context, "vpnServerConfigurationName": autorest.Encode("path", vpnServerConfigurationName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -239,7 +239,7 @@ func (client VpnServerConfigurationsClient) GetPreparer(ctx context.Context, res "vpnServerConfigurationName": autorest.Encode("path", vpnServerConfigurationName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -315,7 +315,7 @@ func (client VpnServerConfigurationsClient) ListPreparer(ctx context.Context) (* "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -431,7 +431,7 @@ func (client VpnServerConfigurationsClient) ListByResourceGroupPreparer(ctx cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -545,7 +545,7 @@ func (client VpnServerConfigurationsClient) UpdateTagsPreparer(ctx context.Conte "vpnServerConfigurationName": autorest.Encode("path", vpnServerConfigurationName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnserverconfigurationsassociatedwithvirtualwan.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnserverconfigurationsassociatedwithvirtualwan.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnserverconfigurationsassociatedwithvirtualwan.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnserverconfigurationsassociatedwithvirtualwan.go index a3ed2f306a70..e34656e286fa 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnserverconfigurationsassociatedwithvirtualwan.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnserverconfigurationsassociatedwithvirtualwan.go @@ -71,7 +71,7 @@ func (client VpnServerConfigurationsAssociatedWithVirtualWanClient) ListPreparer "virtualWANName": autorest.Encode("path", virtualWANName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnsitelinkconnections.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnsitelinkconnections.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnsitelinkconnections.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnsitelinkconnections.go index a2b81a4d135b..1d2719c2a060 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnsitelinkconnections.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnsitelinkconnections.go @@ -81,7 +81,7 @@ func (client VpnSiteLinkConnectionsClient) GetPreparer(ctx context.Context, reso "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnsitelinks.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnsitelinks.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnsitelinks.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnsitelinks.go index aff6dff86bee..22b03de595cf 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnsitelinks.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnsitelinks.go @@ -78,7 +78,7 @@ func (client VpnSiteLinksClient) GetPreparer(ctx context.Context, resourceGroupN "vpnSiteName": autorest.Encode("path", vpnSiteName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -159,7 +159,7 @@ func (client VpnSiteLinksClient) ListByVpnSitePreparer(ctx context.Context, reso "vpnSiteName": autorest.Encode("path", vpnSiteName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnsites.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnsites.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnsites.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnsites.go index be15be4a5025..fd7e3b09daf7 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnsites.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnsites.go @@ -84,7 +84,7 @@ func (client VpnSitesClient) CreateOrUpdatePreparer(ctx context.Context, resourc "vpnSiteName": autorest.Encode("path", vpnSiteName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -166,7 +166,7 @@ func (client VpnSitesClient) DeletePreparer(ctx context.Context, resourceGroupNa "vpnSiteName": autorest.Encode("path", vpnSiteName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -251,7 +251,7 @@ func (client VpnSitesClient) GetPreparer(ctx context.Context, resourceGroupName "vpnSiteName": autorest.Encode("path", vpnSiteName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -327,7 +327,7 @@ func (client VpnSitesClient) ListPreparer(ctx context.Context) (*http.Request, e "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -443,7 +443,7 @@ func (client VpnSitesClient) ListByResourceGroupPreparer(ctx context.Context, re "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -557,7 +557,7 @@ func (client VpnSitesClient) UpdateTagsPreparer(ctx context.Context, resourceGro "vpnSiteName": autorest.Encode("path", vpnSiteName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnsitesconfiguration.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnsitesconfiguration.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnsitesconfiguration.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnsitesconfiguration.go index ac3dee69b34e..3906e52ef0e3 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/vpnsitesconfiguration.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/vpnsitesconfiguration.go @@ -78,7 +78,7 @@ func (client VpnSitesConfigurationClient) DownloadPreparer(ctx context.Context, "virtualWANName": autorest.Encode("path", virtualWANName), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/watchers.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/watchers.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/watchers.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/watchers.go index 9281e8f0f85d..f8bcfa01075d 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/watchers.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/watchers.go @@ -90,7 +90,7 @@ func (client WatchersClient) CheckConnectivityPreparer(ctx context.Context, reso "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -179,7 +179,7 @@ func (client WatchersClient) CreateOrUpdatePreparer(ctx context.Context, resourc "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -251,7 +251,7 @@ func (client WatchersClient) DeletePreparer(ctx context.Context, resourceGroupNa "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -336,7 +336,7 @@ func (client WatchersClient) GetPreparer(ctx context.Context, resourceGroupName "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -416,7 +416,7 @@ func (client WatchersClient) GetAzureReachabilityReportPreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -504,7 +504,7 @@ func (client WatchersClient) GetFlowLogStatusPreparer(ctx context.Context, resou "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -597,7 +597,7 @@ func (client WatchersClient) GetNetworkConfigurationDiagnosticPreparer(ctx conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -687,7 +687,7 @@ func (client WatchersClient) GetNextHopPreparer(ctx context.Context, resourceGro "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -776,7 +776,7 @@ func (client WatchersClient) GetTopologyPreparer(ctx context.Context, resourceGr "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -858,7 +858,7 @@ func (client WatchersClient) GetTroubleshootingPreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -946,7 +946,7 @@ func (client WatchersClient) GetTroubleshootingResultPreparer(ctx context.Contex "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1034,7 +1034,7 @@ func (client WatchersClient) GetVMSecurityRulesPreparer(ctx context.Context, res "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1120,7 +1120,7 @@ func (client WatchersClient) ListPreparer(ctx context.Context, resourceGroupName "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1191,7 +1191,7 @@ func (client WatchersClient) ListAllPreparer(ctx context.Context) (*http.Request "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1262,7 +1262,7 @@ func (client WatchersClient) ListAvailableProvidersPreparer(ctx context.Context, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1354,7 +1354,7 @@ func (client WatchersClient) SetFlowLogConfigurationPreparer(ctx context.Context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1443,7 +1443,7 @@ func (client WatchersClient) UpdateTagsPreparer(ctx context.Context, resourceGro "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -1525,7 +1525,7 @@ func (client WatchersClient) VerifyIPFlowPreparer(ctx context.Context, resourceG "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/webapplicationfirewallpolicies.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/webapplicationfirewallpolicies.go similarity index 95% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/webapplicationfirewallpolicies.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/webapplicationfirewallpolicies.go index fcb21089a7f3..33568889172b 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/webapplicationfirewallpolicies.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/webapplicationfirewallpolicies.go @@ -59,6 +59,12 @@ func (client WebApplicationFirewallPoliciesClient) CreateOrUpdate(ctx context.Co Chain: []validation.Constraint{{Target: "parameters.WebApplicationFirewallPolicyPropertiesFormat.PolicySettings.MaxRequestBodySizeInKb", Name: validation.InclusiveMinimum, Rule: int64(8), Chain: nil}}}, {Target: "parameters.WebApplicationFirewallPolicyPropertiesFormat.PolicySettings.FileUploadLimitInMb", Name: validation.Null, Rule: false, Chain: []validation.Constraint{{Target: "parameters.WebApplicationFirewallPolicyPropertiesFormat.PolicySettings.FileUploadLimitInMb", Name: validation.InclusiveMinimum, Rule: int64(0), Chain: nil}}}, + {Target: "parameters.WebApplicationFirewallPolicyPropertiesFormat.PolicySettings.CustomBlockResponseStatusCode", Name: validation.Null, Rule: false, + Chain: []validation.Constraint{{Target: "parameters.WebApplicationFirewallPolicyPropertiesFormat.PolicySettings.CustomBlockResponseStatusCode", Name: validation.InclusiveMinimum, Rule: int64(0), Chain: nil}}}, + {Target: "parameters.WebApplicationFirewallPolicyPropertiesFormat.PolicySettings.CustomBlockResponseBody", Name: validation.Null, Rule: false, + Chain: []validation.Constraint{{Target: "parameters.WebApplicationFirewallPolicyPropertiesFormat.PolicySettings.CustomBlockResponseBody", Name: validation.MaxLength, Rule: 32768, Chain: nil}, + {Target: "parameters.WebApplicationFirewallPolicyPropertiesFormat.PolicySettings.CustomBlockResponseBody", Name: validation.Pattern, Rule: `^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$`, Chain: nil}, + }}, }}, {Target: "parameters.WebApplicationFirewallPolicyPropertiesFormat.ManagedRules", Name: validation.Null, Rule: true, Chain: []validation.Constraint{{Target: "parameters.WebApplicationFirewallPolicyPropertiesFormat.ManagedRules.ManagedRuleSets", Name: validation.Null, Rule: true, Chain: nil}}}, @@ -96,7 +102,7 @@ func (client WebApplicationFirewallPoliciesClient) CreateOrUpdatePreparer(ctx co "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -174,7 +180,7 @@ func (client WebApplicationFirewallPoliciesClient) DeletePreparer(ctx context.Co "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -265,7 +271,7 @@ func (client WebApplicationFirewallPoliciesClient) GetPreparer(ctx context.Conte "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -344,7 +350,7 @@ func (client WebApplicationFirewallPoliciesClient) ListPreparer(ctx context.Cont "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -457,7 +463,7 @@ func (client WebApplicationFirewallPoliciesClient) ListAllPreparer(ctx context.C "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/webcategories.go b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/webcategories.go similarity index 99% rename from vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/webcategories.go rename to vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/webcategories.go index 80116bb7d1a9..9330385dbd0d 100644 --- a/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network/webcategories.go +++ b/vendor/github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network/webcategories.go @@ -75,7 +75,7 @@ func (client WebCategoriesClient) GetPreparer(ctx context.Context, name string, "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } @@ -154,7 +154,7 @@ func (client WebCategoriesClient) ListBySubscriptionPreparer(ctx context.Context "subscriptionId": autorest.Encode("path", client.SubscriptionID), } - const APIVersion = "2022-05-01" + const APIVersion = "2022-07-01" queryParameters := map[string]interface{}{ "api-version": APIVersion, } diff --git a/vendor/modules.txt b/vendor/modules.txt index 5fd4b4831d13..e18d0e770e6f 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -670,7 +670,7 @@ github.com/tombuildsstuff/giovanni/version github.com/tombuildsstuff/kermit/sdk/appplatform/2022-11-01-preview/appplatform github.com/tombuildsstuff/kermit/sdk/compute/2022-08-01/compute github.com/tombuildsstuff/kermit/sdk/iothub/2022-04-30-preview/iothub -github.com/tombuildsstuff/kermit/sdk/network/2022-05-01/network +github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network github.com/tombuildsstuff/kermit/sdk/securityinsights/2022-10-01-preview/securityinsights github.com/tombuildsstuff/kermit/sdk/synapse/2021-06-01-preview/synapse # github.com/vmihailenco/msgpack v4.0.4+incompatible