From 13dfad955ea3e3a2d0559a593042c424d8265693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Tue, 1 Oct 2024 23:38:14 +0300 Subject: [PATCH] Add missing resource group to cosmosdb sqlfunction.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fatih Türken --- examples/cosmosdb/v1beta1/sqlfunction.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/examples/cosmosdb/v1beta1/sqlfunction.yaml b/examples/cosmosdb/v1beta1/sqlfunction.yaml index 341d617ea..717743e8c 100644 --- a/examples/cosmosdb/v1beta1/sqlfunction.yaml +++ b/examples/cosmosdb/v1beta1/sqlfunction.yaml @@ -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 @@ -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 @@ -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