Skip to content

Commit 7ee2cf3

Browse files
Fix api kind used in metadata for resources where data is not consistent (#13105) (#9366)
[upstream:274ef62b90f6abccddb9046b8b583b56da5a5d42] Signed-off-by: Modular Magician <[email protected]>
1 parent e92d5e6 commit 7ee2cf3

12 files changed

+14
-11
lines changed

.changelog/13105.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-beta/services/apigee/resource_apigee_api_meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource: 'google_apigee_api'
22
generation_type: 'handwritten'
33
api_service_name: 'apigee.googleapis.com'
44
api_version: 'v1'
5-
api_resource_type_kind: 'Proxy'
5+
api_resource_type_kind: 'ApiProxy'
66
fields:
77
- field: 'config_bundle'
88
- field: 'detect_md5hash'

google-beta/services/artifactregistry/resource_artifact_registry_vpcsc_config_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/artifactregistry/VPCSCConfig.yaml'
44
api_service_name: 'artifactregistry.googleapis.com'
55
api_version: 'v1'
6-
api_resource_type_kind: 'VpcscConfig'
6+
api_resource_type_kind: 'VPCSCConfig'
77
fields:
88
- field: 'location'
99
provider_only: true

google-beta/services/firebase/resource_firebase_project_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/firebase/Project.yaml'
44
api_service_name: 'firebase.googleapis.com'
55
api_version: 'v1beta1'
6-
api_resource_type_kind: 'Project'
6+
api_resource_type_kind: 'FirebaseProject'
77
fields:
88
- field: 'display_name'
99
- field: 'project_number'

google-beta/services/firebasedatabase/resource_firebase_database_instance_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/firebasedatabase/Instance.yaml'
44
api_service_name: 'firebasedatabase.googleapis.com'
55
api_version: 'v1beta'
6-
api_resource_type_kind: 'Instance'
6+
api_resource_type_kind: 'DatabaseInstance'
77
fields:
88
- field: 'database_url'
99
- field: 'desired_state'

google-beta/services/healthcare/resource_healthcare_workspace_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/healthcare/Workspace.yaml'
44
api_service_name: 'healthcare.googleapis.com'
55
api_version: 'v1beta1'
6-
api_resource_type_kind: 'DataMapperWorkspace'
6+
api_resource_type_kind: 'Workspace'
77
fields:
88
- field: 'dataset'
99
provider_only: true

google-beta/services/iam2/resource_iam_access_boundary_policy_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/iam2/AccessBoundaryPolicy.yaml'
44
api_service_name: 'iam.googleapis.com'
55
api_version: 'v2beta'
6-
api_resource_type_kind: 'AccessBoundaryPolicy'
6+
api_resource_type_kind: 'Policy'
77
fields:
88
- field: 'display_name'
99
- field: 'etag'

google-beta/services/iam2/resource_iam_deny_policy_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/iam2/DenyPolicy.yaml'
44
api_service_name: 'iam.googleapis.com'
55
api_version: 'v2beta'
6-
api_resource_type_kind: 'DenyPolicy'
6+
api_resource_type_kind: 'Policy'
77
fields:
88
- field: 'display_name'
99
- field: 'etag'

google-beta/services/resourcemanager/resource_google_service_account_key_meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource: 'google_service_account_key'
22
generation_type: 'handwritten'
33
api_service_name: 'iam.googleapis.com'
44
api_version: 'v1'
5-
api_resource_type_kind: 'Key'
5+
api_resource_type_kind: 'ServiceAccountKey'
66
fields:
77
- field: 'keepers'
88
- field: 'key_algorithm'

google-beta/services/serviceusage/resource_service_usage_consumer_quota_override_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/serviceusage/ConsumerQuotaOverride.yaml'
44
api_service_name: 'serviceusage.googleapis.com'
55
api_version: 'v1beta1'
6-
api_resource_type_kind: 'ConsumerQuotaOverride'
6+
api_resource_type_kind: 'QuotaOverride'
77
fields:
88
- field: 'dimensions'
99
- field: 'force'

0 commit comments

Comments
 (0)