From a80de8d5facb886f909aab2453cece2c58058625 Mon Sep 17 00:00:00 2001 From: Jay Miracola <30883275+jaymiracola@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:35:19 -0400 Subject: [PATCH 1/2] Remove quickstart-subnet location patch This is an unnecessary patch that breaks the composition. Signed-off-by: Jay Miracola --- .../master/getting-started/provider-azure-part-2.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/content/master/getting-started/provider-azure-part-2.md b/content/master/getting-started/provider-azure-part-2.md index 2c9f1340..4bafc6bd 100644 --- a/content/master/getting-started/provider-azure-part-2.md +++ b/content/master/getting-started/provider-azure-part-2.md @@ -401,15 +401,6 @@ spec: matchControllerRef: true resourceGroupNameSelector: matchControllerRef: true - patches: - - type: FromCompositeFieldPath - fromFieldPath: "spec.location" - toFieldPath: "spec.forProvider.location" - transforms: - - type: map - map: - EU: "Sweden Central" - US: "Central US" - name: quickstart-network base: apiVersion: network.azure.upbound.io/v1beta1 @@ -707,4 +698,4 @@ No resources found * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. * Read more about the [Crossplane concepts]({{}}) to find out - what else you can do with Crossplane. \ No newline at end of file + what else you can do with Crossplane. From 08c46c720e44c290de1344b74f8dcb5ae9083316 Mon Sep 17 00:00:00 2001 From: Jay Miracola Date: Thu, 12 Sep 2024 13:00:50 -0400 Subject: [PATCH 2/2] copy change to 1.17 Signed-off-by: Jay Miracola --- .../v1.17/getting-started/provider-azure-part-2.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/content/v1.17/getting-started/provider-azure-part-2.md b/content/v1.17/getting-started/provider-azure-part-2.md index 2c9f1340..4bafc6bd 100644 --- a/content/v1.17/getting-started/provider-azure-part-2.md +++ b/content/v1.17/getting-started/provider-azure-part-2.md @@ -401,15 +401,6 @@ spec: matchControllerRef: true resourceGroupNameSelector: matchControllerRef: true - patches: - - type: FromCompositeFieldPath - fromFieldPath: "spec.location" - toFieldPath: "spec.forProvider.location" - transforms: - - type: map - map: - EU: "Sweden Central" - US: "Central US" - name: quickstart-network base: apiVersion: network.azure.upbound.io/v1beta1 @@ -707,4 +698,4 @@ No resources found * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors. * Read more about the [Crossplane concepts]({{}}) to find out - what else you can do with Crossplane. \ No newline at end of file + what else you can do with Crossplane.