Skip to content

Commit e19225b

Browse files
Fix api kind used in metadata for resources where we previously could not verify (#13103) (#9348)
[upstream:a355dc1604c18dd6cdbecaa2c4e57fb6cbd35d13] Signed-off-by: Modular Magician <[email protected]>
1 parent 49c9b31 commit e19225b

4 files changed

+6
-3
lines changed

.changelog/13103.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/services/appengine/resource_app_engine_firewall_rule_generated_meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ generation_type: 'mmv1'
33
source_file: 'products/appengine/FirewallRule.yaml'
44
api_service_name: 'appengine.googleapis.com'
55
api_version: 'v1beta'
6-
api_resource_type_kind: 'Firewall'
6+
api_resource_type_kind: 'FirewallRule'
77
fields:
88
- field: 'action'
99
- field: 'description'

google-beta/services/identityplatform/resource_identity_platform_oauth_idp_config_generated_meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ generation_type: 'mmv1'
33
source_file: 'products/identityplatform/OauthIdpConfig.yaml'
44
api_service_name: 'identitytoolkit.googleapis.com'
55
api_version: 'v2'
6-
api_resource_type_kind: 'OauthIdpConfig'
6+
api_resource_type_kind: 'OAuthIdpConfig'
77
fields:
88
- field: 'client_id'
99
- field: 'client_secret'

google-beta/services/identityplatform/resource_identity_platform_tenant_oauth_idp_config_generated_meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ generation_type: 'mmv1'
33
source_file: 'products/identityplatform/TenantOauthIdpConfig.yaml'
44
api_service_name: 'identitytoolkit.googleapis.com'
55
api_version: 'v2'
6-
api_resource_type_kind: 'OauthIdpConfig'
6+
api_resource_type_kind: 'OAuthIdpConfig'
77
fields:
88
- field: 'client_id'
99
- field: 'client_secret'

0 commit comments

Comments
 (0)