Skip to content

Commit

Permalink
Fix resource types (#12605)
Browse files Browse the repository at this point in the history
  • Loading branch information
roaks3 authored Dec 18, 2024
1 parent 54c7ca8 commit 37e4abb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

---
name: 'ReservationAssignment'
api_resource_type_kind: Assignment
description: |
The BigqueryReservation Assignment resource.
references:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ resource: 'google_cloudfunctions_function'
generation_type: 'handwritten'
api_service_name: 'cloudfunctions.googleapis.com'
api_version: 'v1'
api_resource_type_kind: 'Function'
api_resource_type_kind: 'CloudFunction'
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ resource: 'google_os_config_os_policy_assignment'
generation_type: 'handwritten'
api_service_name: 'osconfig.googleapis.com'
api_version: 'v1'
api_resource_type_kind: 'OsPolicyAssignment'
api_resource_type_kind: 'OSPolicyAssignment'

0 comments on commit 37e4abb

Please sign in to comment.