Skip to content

Commit 47a6165

Browse files
Fix some remaining incorrect metadata 20250224 (hashicorp#13170) (hashicorp#21617)
[upstream:bdf0bc0b9f3554e088b26f9cdd21cd3bbcea6da8] Signed-off-by: Modular Magician <[email protected]>
1 parent 7818075 commit 47a6165

5 files changed

+7
-4
lines changed

.changelog/13170.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/services/compute/resource_compute_global_address_generated_meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ generation_type: 'mmv1'
33
source_file: 'products/compute/GlobalAddress.yaml'
44
api_service_name: 'compute.googleapis.com'
55
api_version: 'v1'
6-
api_resource_type_kind: 'GlobalAddress'
6+
api_resource_type_kind: 'Address'
77
fields:
88
- field: 'address'
99
- field: 'address_type'

google/services/compute/resource_compute_region_disk_generated_meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ generation_type: 'mmv1'
33
source_file: 'products/compute/RegionDisk.yaml'
44
api_service_name: 'compute.googleapis.com'
55
api_version: 'v1'
6-
api_resource_type_kind: 'RegionDisk'
6+
api_resource_type_kind: 'Disk'
77
fields:
88
- field: 'async_primary_disk.disk'
99
- field: 'creation_timestamp'

google/services/compute/resource_compute_reservation_generated_meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ generation_type: 'mmv1'
33
source_file: 'products/compute/Reservation.yaml'
44
api_service_name: 'compute.googleapis.com'
55
api_version: 'v1'
6-
api_resource_type_kind: 'Reservation'
6+
api_resource_type_kind: 'Allocation'
77
fields:
88
- field: 'commitment'
99
- field: 'creation_timestamp'

google/services/resourcemanager/resource_google_folder_organization_policy_meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource: 'google_folder_organization_policy'
22
generation_type: 'handwritten'
33
api_service_name: 'cloudresourcemanager.googleapis.com'
4-
api_version: 'v1'
4+
api_version: 'v3'
55
api_resource_type_kind: 'Folder'
66
fields:
77
- field: 'boolean_policy.enforced'

0 commit comments

Comments
 (0)