Skip to content

Commit

Permalink
Fix resource types (#12605) (#20746)
Browse files Browse the repository at this point in the history
[upstream:37e4abb059553f92e3eb4960ec0a2188a3cef77a]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 18, 2024
1 parent 6e4c36c commit 81584b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/12605.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ resource: 'google_bigquery_reservation_assignment'
generation_type: 'mmv1'
api_service_name: 'bigqueryreservation.googleapis.com'
api_version: 'v1'
api_resource_type_kind: 'ReservationAssignment'
api_resource_type_kind: 'Assignment'
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 81584b6

Please sign in to comment.