Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade terraform-provider-azurerm to v4.6.0 #2560

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Subject: [PATCH] Remove vm platform_fault_domain required_with
Applies to both Windows and Linux.

diff --git a/internal/services/compute/linux_virtual_machine_resource.go b/internal/services/compute/linux_virtual_machine_resource.go
index 2a27490e54..86ef2beec9 100644
index a92e1ec8bd..a5f7996bdc 100644
--- a/internal/services/compute/linux_virtual_machine_resource.go
+++ b/internal/services/compute/linux_virtual_machine_resource.go
@@ -371,7 +371,6 @@ func resourceLinuxVirtualMachine() *pluginsdk.Resource {
@@ -372,7 +372,6 @@ func resourceLinuxVirtualMachine() *pluginsdk.Resource {
Optional: true,
Default: -1,
ForceNew: true,
Expand Down
10 changes: 5 additions & 5 deletions patches/0013-Update-documentation.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ index c6387f8e37..ab11365777 100644

```hcl
diff --git a/website/docs/r/kubernetes_cluster.html.markdown b/website/docs/r/kubernetes_cluster.html.markdown
index 5691105eb9..f54a113f0d 100644
index b07c98d470..3c63cb314e 100644
--- a/website/docs/r/kubernetes_cluster.html.markdown
+++ b/website/docs/r/kubernetes_cluster.html.markdown
@@ -10,15 +10,9 @@ description: |-
Expand Down Expand Up @@ -1769,7 +1769,7 @@ index 5691105eb9..f54a113f0d 100644

-> **Note:** If `auto_scaling_enabled` is set to `false` both `min_count` and `max_count` fields need to be set to `null` or omitted from the configuration.

@@ -673,8 +667,6 @@ A `network_profile` block supports the following:
@@ -671,8 +665,6 @@ A `network_profile` block supports the following:

~> **Note:** This range should not be used by any network element on or connected to this VNet. Service address CIDR must be smaller than /12. `docker_bridge_cidr`, `dns_service_ip` and `service_cidr` should all be empty or all should be set.

Expand All @@ -1778,7 +1778,7 @@ index 5691105eb9..f54a113f0d 100644
* `ip_versions` - (Optional) Specifies a list of IP versions the Kubernetes Cluster will use to assign IP addresses to its nodes and pods. Possible values are `IPv4` and/or `IPv6`. `IPv4` must always be specified. Changing this forces a new resource to be created.

->**Note:** To configure dual-stack networking `ip_versions` should be set to `["IPv4", "IPv6"]`.
@@ -1039,19 +1031,6 @@ The `kube_admin_config` and `kube_config` blocks export the following:
@@ -1037,19 +1029,6 @@ The `kube_admin_config` and `kube_config` blocks export the following:

* `password` - A password or token used to authenticate to the Kubernetes cluster.

Expand All @@ -1799,7 +1799,7 @@ index 5691105eb9..f54a113f0d 100644

The `ingress_application_gateway` block exports the following:
diff --git a/website/docs/r/kubernetes_cluster_node_pool.html.markdown b/website/docs/r/kubernetes_cluster_node_pool.html.markdown
index 5eef5f3d0e..89ec33da99 100644
index 32533569cf..f1279cb02b 100644
--- a/website/docs/r/kubernetes_cluster_node_pool.html.markdown
+++ b/website/docs/r/kubernetes_cluster_node_pool.html.markdown
@@ -10,13 +10,11 @@ description: |-
Expand Down Expand Up @@ -1849,7 +1849,7 @@ index 656e81119f..b9a4cae44f 100644
scope = "/subscriptions/00000000-0000-0000-0000-000000000000"

diff --git a/website/docs/r/linux_virtual_machine.html.markdown b/website/docs/r/linux_virtual_machine.html.markdown
index 9a6128b0cf..98691c4977 100644
index 8cd9fd75f2..dda1a1fd9d 100644
--- a/website/docs/r/linux_virtual_machine.html.markdown
+++ b/website/docs/r/linux_virtual_machine.html.markdown
@@ -12,9 +12,9 @@ Manages a Linux Virtual Machine.
Expand Down
151 changes: 151 additions & 0 deletions provider/cmd/pulumi-resource-azure/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6302,6 +6302,10 @@
}
}
},
"azurerm_dev_center_attached_network": {
"current": "azure:devcenter/attachedNetwork:AttachedNetwork",
"majorVersion": 6
},
"azurerm_dev_center_catalog": {
"current": "azure:devcenter/catalog:Catalog",
"majorVersion": 6,
Expand Down Expand Up @@ -7939,6 +7943,9 @@
"current": "azure:fluidrelay/server:Server",
"majorVersion": 6,
"fields": {
"customer_managed_key": {
"maxItemsOne": true
},
"identity": {
"maxItemsOne": true,
"elem": {
Expand Down Expand Up @@ -15442,6 +15449,52 @@
"current": "azure:notificationhub/namespace:Namespace",
"majorVersion": 6
},
"azurerm_oracle_cloud_vm_cluster": {
"current": "azure:oracle/cloudVmCluster:CloudVmCluster",
"majorVersion": 6,
"fields": {
"data_collection_options": {
"maxItemsOne": true
},
"db_servers": {
"maxItemsOne": false
},
"ssh_public_keys": {
"maxItemsOne": false
}
}
},
"azurerm_oracle_exadata_infrastructure": {
"current": "azure:oracle/exadataInfrastructure:ExadataInfrastructure",
"majorVersion": 6,
"fields": {
"customer_contacts": {
"maxItemsOne": false
},
"maintenance_window": {
"maxItemsOne": false,
"elem": {
"fields": {
"days_of_week": {
"maxItemsOne": false
},
"hours_of_day": {
"maxItemsOne": false
},
"months": {
"maxItemsOne": false
},
"weeks_of_month": {
"maxItemsOne": false
}
}
}
},
"zones": {
"maxItemsOne": false
}
}
},
"azurerm_orbital_contact": {
"current": "azure:orbital/contact:Contact",
"majorVersion": 6
Expand Down Expand Up @@ -27944,6 +27997,99 @@
}
}
},
"azurerm_oracle_cloud_vm_cluster": {
"current": "azure:oracle/getCloudVmCluster:getCloudVmCluster",
"majorVersion": 6,
"fields": {
"compute_nodes": {
"maxItemsOne": false
},
"data_collection_options": {
"maxItemsOne": false
},
"db_servers": {
"maxItemsOne": false
},
"iorm_config_cache": {
"maxItemsOne": false,
"elem": {
"fields": {
"db_plans": {
"maxItemsOne": false
}
}
}
},
"scan_ip_ids": {
"maxItemsOne": false
},
"ssh_public_keys": {
"maxItemsOne": false
},
"vip_ods": {
"maxItemsOne": false
}
}
},
"azurerm_oracle_db_servers": {
"current": "azure:oracle/getDbServers:getDbServers",
"majorVersion": 6,
"fields": {
"db_servers": {
"maxItemsOne": false,
"elem": {
"fields": {
"autonomous_virtual_machine_ds": {
"maxItemsOne": false
},
"autonomous_vm_cluster_ids": {
"maxItemsOne": false
},
"db_node_ids": {
"maxItemsOne": false
},
"vm_cluster_ids": {
"maxItemsOne": false
}
}
}
}
}
},
"azurerm_oracle_exadata_infrastructure": {
"current": "azure:oracle/getExadataInfrastructure:getExadataInfrastructure",
"majorVersion": 6,
"fields": {
"customer_contacts": {
"maxItemsOne": false
},
"estimated_patching_time": {
"maxItemsOne": false
},
"maintenance_window": {
"maxItemsOne": false,
"elem": {
"fields": {
"days_of_week": {
"maxItemsOne": false
},
"hours_of_day": {
"maxItemsOne": false
},
"months": {
"maxItemsOne": false
},
"weeks_of_month": {
"maxItemsOne": false
}
}
}
},
"zones": {
"maxItemsOne": false
}
}
},
"azurerm_orchestrated_virtual_machine_scale_set": {
"current": "azure:compute/getOrchestratedVirtualMachineScaleSet:getOrchestratedVirtualMachineScaleSet",
"majorVersion": 6,
Expand Down Expand Up @@ -30352,6 +30498,11 @@
"azure:mysql/flexibleServerActiveDirectoryAdministrator:FlexibleServerActiveDirectoryAdministrator"
]
},
"azurerm_stack_hci_logical_network": {
"maxItemsOneOverrides": {
"subnet.$.route": false
}
},
"azurerm_virtual_machine_restore_point_collection": {
"renames": [
"azure:compute/virtualMachineRestorePointCollection:VirtualMachineRestorePointCollection"
Expand Down
Loading
Loading