Skip to content

Commit

Permalink
Upgrade terraform-provider-azurerm to v4.7.0 (#2573)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-azure
--upstream-provider-name=terraform-provider-azurerm --kind=provider
--target-version=4.7.0`.

Manual changes:
- Added VideoIndexer module prefix
- Added azurerm_oracle_autonomous_database docs source.

---

- Upgrading terraform-provider-azurerm from 4.6.0  to 4.7.0.
	Fixes #2564
  • Loading branch information
danielrbradley authored Oct 30, 2024
1 parent b92fab3 commit 6e16539
Show file tree
Hide file tree
Showing 224 changed files with 25,680 additions and 539 deletions.
4 changes: 2 additions & 2 deletions patches/0013-Update-documentation.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1140,10 +1140,10 @@ index b10dc1693a..bfc5dfcfd7 100644
---

diff --git a/website/docs/r/cosmosdb_sql_container.html.markdown b/website/docs/r/cosmosdb_sql_container.html.markdown
index a89fc754f8..bdaf77a373 100644
index e2564dfabc..3e517b4bad 100644
--- a/website/docs/r/cosmosdb_sql_container.html.markdown
+++ b/website/docs/r/cosmosdb_sql_container.html.markdown
@@ -75,11 +75,11 @@ The following arguments are supported:
@@ -77,11 +77,11 @@ The following arguments are supported:

* `unique_key` - (Optional) One or more `unique_key` blocks as defined below. Changing this forces a new resource to be created.

Expand Down
98 changes: 98 additions & 0 deletions provider/cmd/pulumi-resource-azure/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6367,6 +6367,10 @@
}
}
},
"azurerm_dev_center_project_pool": {
"current": "azure:devcenter/projectPool:ProjectPool",
"majorVersion": 6
},
"azurerm_dev_test_global_vm_shutdown_schedule": {
"current": "azure:devtest/globalVMShutdownSchedule:GlobalVMShutdownSchedule",
"majorVersion": 6,
Expand Down Expand Up @@ -15449,6 +15453,15 @@
"current": "azure:notificationhub/namespace:Namespace",
"majorVersion": 6
},
"azurerm_oracle_autonomous_database": {
"current": "azure:oracle/autonomousDatabase:AutonomousDatabase",
"majorVersion": 6,
"fields": {
"customer_contacts": {
"maxItemsOne": false
}
}
},
"azurerm_oracle_cloud_vm_cluster": {
"current": "azure:oracle/cloudVmCluster:CloudVmCluster",
"majorVersion": 6,
Expand Down Expand Up @@ -20160,6 +20173,25 @@
"current": "azure:msi/userAssignedIdentity:UserAssignedIdentity",
"majorVersion": 6
},
"azurerm_video_indexer_account": {
"current": "azure:videoindexer/account:Account",
"majorVersion": 6,
"fields": {
"identity": {
"maxItemsOne": true,
"elem": {
"fields": {
"identity_ids": {
"maxItemsOne": false
}
}
}
},
"storage": {
"maxItemsOne": true
}
}
},
"azurerm_virtual_desktop_application": {
"current": "azure:desktopvirtualization/application:Application",
"majorVersion": 6
Expand Down Expand Up @@ -27997,6 +28029,45 @@
}
}
},
"azurerm_oracle_adbs_character_sets": {
"current": "azure:oracle/getAdbsCharacterSets:getAdbsCharacterSets",
"majorVersion": 6,
"fields": {
"character_sets": {
"maxItemsOne": false
}
}
},
"azurerm_oracle_adbs_national_character_sets": {
"current": "azure:oracle/getAdbsNationalCharacterSets:getAdbsNationalCharacterSets",
"majorVersion": 6,
"fields": {
"character_sets": {
"maxItemsOne": false
}
}
},
"azurerm_oracle_autonomous_database": {
"current": "azure:oracle/getAutonomousDatabase:getAutonomousDatabase",
"majorVersion": 6,
"fields": {
"allowed_ips": {
"maxItemsOne": false
},
"available_upgrade_versions": {
"maxItemsOne": false
},
"peer_db_ids": {
"maxItemsOne": false
},
"provisionable_cpus": {
"maxItemsOne": false
},
"supported_regions_to_clone_to": {
"maxItemsOne": false
}
}
},
"azurerm_oracle_cloud_vm_cluster": {
"current": "azure:oracle/getCloudVmCluster:getCloudVmCluster",
"majorVersion": 6,
Expand Down Expand Up @@ -28031,6 +28102,15 @@
}
}
},
"azurerm_oracle_db_nodes": {
"current": "azure:oracle/getDbNodes:getDbNodes",
"majorVersion": 6,
"fields": {
"db_nodes": {
"maxItemsOne": false
}
}
},
"azurerm_oracle_db_servers": {
"current": "azure:oracle/getDbServers:getDbServers",
"majorVersion": 6,
Expand All @@ -28056,6 +28136,15 @@
}
}
},
"azurerm_oracle_db_system_shapes": {
"current": "azure:oracle/getDbSystemShapes:getDbSystemShapes",
"majorVersion": 6,
"fields": {
"db_system_shapes": {
"maxItemsOne": false
}
}
},
"azurerm_oracle_exadata_infrastructure": {
"current": "azure:oracle/getExadataInfrastructure:getExadataInfrastructure",
"majorVersion": 6,
Expand Down Expand Up @@ -28090,6 +28179,15 @@
}
}
},
"azurerm_oracle_gi_versions": {
"current": "azure:oracle/getGiVersions:getGiVersions",
"majorVersion": 6,
"fields": {
"versions": {
"maxItemsOne": false
}
}
},
"azurerm_orchestrated_virtual_machine_scale_set": {
"current": "azure:compute/getOrchestratedVirtualMachineScaleSet:getOrchestratedVirtualMachineScaleSet",
"majorVersion": 6,
Expand Down
Loading

0 comments on commit 6e16539

Please sign in to comment.