Skip to content

Commit

Permalink
Merge pull request #208 from stackql/feature/doc-updates
Browse files Browse the repository at this point in the history
updated confluent
  • Loading branch information
jeffreyaven authored Nov 9, 2024
2 parents 412fc08 + a1056a8 commit ca5f615
Show file tree
Hide file tree
Showing 36 changed files with 103 additions and 84 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,7 @@ Updates a <code>custom_connector_plugins</code> resource.
/*+ update */
UPDATE confluent.connect.custom_connector_plugins
SET
metadata = '{{ metadata }}',
display_name = '{{ display_name }}',
description = '{{ description }}',
documentation_link = '{{ documentation_link }}',
sensitive_config_properties = '{{ sensitive_config_properties }}',
upload_source = '{{ upload_source }}'

WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ Replaces all fields in the specified <code>key_encryption_keys</code> resource.
/*+ update */
REPLACE confluent.encryption_keys.key_encryption_keys
SET
kmsProps = '{{ kmsProps }}',
doc = '{{ doc }}',
shared = true|false

WHERE
name = '{{ name }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,16 +195,7 @@ Updates a <code>flink_artifacts</code> resource.
/*+ update */
UPDATE confluent.flink_artifacts.flink_artifacts
SET
metadata = '{{ metadata }}',
cloud = '{{ cloud }}',
region = '{{ region }}',
environment = '{{ environment }}',
display_name = '{{ display_name }}',
content_format = '{{ content_format }}',
description = '{{ description }}',
documentation_link = '{{ documentation_link }}',
runtime_language = '{{ runtime_language }}',
versions = '{{ versions }}'

WHERE
cloud = '{{ cloud }}'
AND id = '{{ id }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Updates a <code>compute_pools</code> resource.
/*+ update */
UPDATE confluent.flink_compute_pools.compute_pools
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ Updates a <code>api_keys</code> resource.
/*+ update */
UPDATE confluent.iam.api_keys
SET
metadata = '{{ metadata }}',
spec = '{{ spec }}'

WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ Updates a <code>group_mappings</code> resource.
/*+ update */
UPDATE confluent.iam.group_mappings
SET
metadata = '{{ metadata }}',
display_name = '{{ display_name }}',
description = '{{ description }}',
filter = '{{ filter }}'

WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,7 @@ Updates a <code>identity_pools</code> resource.
/*+ update */
UPDATE confluent.iam.identity_pools
SET
metadata = '{{ metadata }}',
display_name = '{{ display_name }}',
description = '{{ description }}',
identity_claim = '{{ identity_claim }}',
filter = '{{ filter }}'

WHERE
id = '{{ id }}'
AND provider_id = '{{ provider_id }}';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,7 @@ Updates a <code>identity_providers</code> resource.
/*+ update */
UPDATE confluent.iam.identity_providers
SET
metadata = '{{ metadata }}',
display_name = '{{ display_name }}',
description = '{{ description }}',
issuer = '{{ issuer }}',
jwks_uri = '{{ jwks_uri }}'

WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ Updates a <code>ip_filters</code> resource.
/*+ update */
UPDATE confluent.iam.ip_filters
SET
metadata = '{{ metadata }}',
filter_name = '{{ filter_name }}',
resource_group = '{{ resource_group }}',
ip_groups = '{{ ip_groups }}'

WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ Updates a <code>ip_groups</code> resource.
/*+ update */
UPDATE confluent.iam.ip_groups
SET
metadata = '{{ metadata }}',
group_name = '{{ group_name }}',
cidr_blocks = '{{ cidr_blocks }}'

WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ Updates a <code>service_accounts</code> resource.
/*+ update */
UPDATE confluent.iam.service_accounts
SET
metadata = '{{ metadata }}',
description = '{{ description }}'

WHERE
id = '{{ id }}';
```
Expand Down
3 changes: 1 addition & 2 deletions docs/confluent-docs/providers/confluent/iam/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ Updates a <code>users</code> resource.
/*+ update */
UPDATE confluent.iam.users
SET
metadata = '{{ metadata }}',
full_name = '{{ full_name }}'

WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Updates a <code>cluster_configs</code> resource.
/*+ update */
UPDATE confluent.kafka.cluster_configs
SET

data = '{{ data }}'
WHERE
cluster_id = '{{ cluster_id }}'
AND data__data = '{{ data__data }}';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Updates a <code>topic_configs</code> resource.
/*+ update */
UPDATE confluent.kafka.topic_configs
SET

data = '{{ data }}'
WHERE
cluster_id = '{{ cluster_id }}'
AND topic_name = '{{ topic_name }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Updates a <code>clusters</code> resource.
/*+ update */
UPDATE confluent.managed_kafka_clusters.clusters
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Updates a <code>access_points</code> resource.
/*+ update */
UPDATE confluent.networking.access_points
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Updates a <code>dns_forwarders</code> resource.
/*+ update */
UPDATE confluent.networking.dns_forwarders
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Updates a <code>dns_records</code> resource.
/*+ update */
UPDATE confluent.networking.dns_records
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Updates a <code>network_link_endpoints</code> resource.
/*+ update */
UPDATE confluent.networking.network_link_endpoints
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Updates a <code>network_link_services</code> resource.
/*+ update */
UPDATE confluent.networking.network_link_services
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Updates a <code>networks</code> resource.
/*+ update */
UPDATE confluent.networking.networks
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Updates a <code>peerings</code> resource.
/*+ update */
UPDATE confluent.networking.peerings
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Updates a <code>private_link_accesses</code> resource.
/*+ update */
UPDATE confluent.networking.private_link_accesses
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Updates a <code>private_link_attachment_connections</code> resource.
/*+ update */
UPDATE confluent.networking.private_link_attachment_connections
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Updates a <code>private_link_attachments</code> resource.
/*+ update */
UPDATE confluent.networking.private_link_attachments
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Updates a <code>transit_gateway_attachments</code> resource.
/*+ update */
UPDATE confluent.networking.transit_gateway_attachments
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,7 @@ Updates a <code>integrations</code> resource.
/*+ update */
UPDATE confluent.notifications.integrations
SET
metadata = '{{ metadata }}',
display_name = '{{ display_name }}',
description = '{{ description }}',
target = '{{ target }}'

WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ Updates a <code>subscriptions</code> resource.
/*+ update */
UPDATE confluent.notifications.subscriptions
SET
metadata = '{{ metadata }}',
current_state = '{{ current_state }}',
integrations = '{{ integrations }}'

WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,7 @@ Updates a <code>environments</code> resource.
/*+ update */
UPDATE confluent.org.environments
SET
metadata = '{{ metadata }}',
display_name = '{{ display_name }}',
stream_governance_config = '{{ stream_governance_config }}'

WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ Updates a <code>organizations</code> resource.
/*+ update */
UPDATE confluent.org.organizations
SET
metadata = '{{ metadata }}',
display_name = '{{ display_name }}',
jit_enabled = true|false

WHERE
id = '{{ id }}';
```
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Updates a <code>pipelines</code> resource.
/*+ update */
UPDATE confluent.pipelines.pipelines
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Updates a <code>client_quotas</code> resource.
/*+ update */
UPDATE confluent.quotas.client_quotas
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Updates a <code>v2_clusters</code> resource.
/*+ update */
UPDATE confluent.schema_registry_clusters.v2_clusters
SET

spec = '{{ spec }}'
WHERE
id = '{{ id }}';
```
Expand Down
Loading

0 comments on commit ca5f615

Please sign in to comment.