Skip to content

Commit

Permalink
Add missing resource group to cosmosdb sqlfunction.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed Oct 1, 2024
1 parent 270d9c6 commit 13dfad9
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion examples/cosmosdb/v1beta1/sqlfunction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ apiVersion: cosmosdb.azure.upbound.io/v1beta1
kind: SQLTrigger
metadata:
annotations:
meta.upbound.io/example-id: cosmosdb/v1beta1/sqltrigger
meta.upbound.io/example-id: cosmosdb/v1beta1/sqlfunction
labels:
testing.upbound.io/example-name: example
name: example
Expand All @@ -107,6 +107,8 @@ spec:
apiVersion: cosmosdb.azure.upbound.io/v1beta1
kind: SQLStoredProcedure
metadata:
annotations:
meta.upbound.io/example-id: cosmosdb/v1beta1/sqlfunction
labels:
testing.upbound.io/example-name: example
name: example
Expand All @@ -126,3 +128,17 @@ spec:
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: rg1

---

apiVersion: azure.upbound.io/v1beta1
kind: ResourceGroup
metadata:
annotations:
meta.upbound.io/example-id: cosmosdb/v1beta1/sqlfunction
labels:
testing.upbound.io/example-name: rg1
name: cosmosdb-func-rg
spec:
forProvider:
location: West Europe

0 comments on commit 13dfad9

Please sign in to comment.