Skip to content

Commit e427822

Browse files
sicoylemikeee
authored andcommitted
fix: make sure region field is required on other components (#3625)
Signed-off-by: Samantha Coyle <[email protected]>
1 parent 1cae3ee commit e427822

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

bindings/postgres/metadata.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ builtinAuthenticationProfiles:
7373
If both fields are set, then 'secretKey' value will be used.
7474
The secret key associated with the access key.
7575
example: '"wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"'
76-
- name: awsRegion
77-
type: string
78-
required: false
79-
description: |
80-
This maintains backwards compatibility with existing fields.
81-
It will be deprecated as of Dapr 1.17. Use 'region' instead.
82-
The AWS Region where the AWS service is deployed to.
83-
example: '"us-east-1"'
8476
authenticationProfiles:
8577
- title: "Connection string"
8678
description: "Authenticate using a Connection String"

configuration/postgres/metadata.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ builtinAuthenticationProfiles:
6363
If both fields are set, then 'secretKey' value will be used.
6464
The secret key associated with the access key.
6565
example: '"wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"'
66-
- name: awsRegion
67-
type: string
68-
required: false
69-
description: |
70-
This maintains backwards compatibility with existing fields.
71-
It will be deprecated as of Dapr 1.17. Use 'region' instead.
72-
The AWS Region where the AWS service is deployed to.
73-
example: '"us-east-1"'
7466
authenticationProfiles:
7567
- title: "Connection string"
7668
description: "Authenticate using a Connection String."

state/postgresql/v1/metadata.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@ builtinAuthenticationProfiles:
7070
If both fields are set, then 'secretKey' value will be used.
7171
The secret key associated with the access key.
7272
example: '"wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"'
73-
- name: awsRegion
74-
type: string
75-
required: false
76-
description: |
77-
This maintains backwards compatibility with existing fields.
78-
It will be deprecated as of Dapr 1.17. Use 'region' instead.
79-
The AWS Region where the AWS service is deployed to.
80-
example: '"us-east-1"'
8173
authenticationProfiles:
8274
- title: "Connection string"
8375
description: "Authenticate using a Connection String"

state/postgresql/v2/metadata.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@ builtinAuthenticationProfiles:
6969
If both fields are set, then 'secretKey' value will be used.
7070
The secret key associated with the access key.
7171
example: '"wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"'
72-
- name: awsRegion
73-
type: string
74-
required: false
75-
description: |
76-
This maintains backwards compatibility with existing fields.
77-
It will be deprecated as of Dapr 1.17. Use 'region' instead.
78-
The AWS Region where the AWS service is deployed to.
79-
example: '"us-east-1"'
8072
authenticationProfiles:
8173
- title: "Connection string"
8274
description: "Authenticate using a Connection String"

0 commit comments

Comments
 (0)