Skip to content

Commit bdf0bc0

Browse files
authored
Fix some remaining incorrect metadata 20250224 (#13170)
1 parent d89901f commit bdf0bc0

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

mmv1/products/compute/GlobalAddress.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
---
1515
name: 'GlobalAddress'
16+
api_resource_type_kind: Address
1617
kind: 'compute#address'
1718
description: |
1819
Represents a Global Address resource. Global addresses are used for

mmv1/products/compute/RegionDisk.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
---
1515
name: 'RegionDisk'
16+
api_resource_type_kind: Disk
1617
kind: 'compute#disk'
1718
description: |
1819
Persistent disks are durable storage devices that function similarly to

mmv1/products/compute/Reservation.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
---
1515
name: 'Reservation'
16+
api_resource_type_kind: Allocation
1617
description: |
1718
Represents a reservation resource. A reservation ensures that capacity is
1819
held in a specific zone even if the reserved VMs are not running.

mmv1/third_party/terraform/services/resourcemanager/resource_google_folder_organization_policy_meta.yaml

+1-1
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)