Skip to content

Commit

Permalink
Merge pull request #812 from jaymiracola/patch-1
Browse files Browse the repository at this point in the history
Remove quickstart-subnet location patch
  • Loading branch information
jbw976 authored Sep 13, 2024
2 parents 989735f + 08c46c7 commit 8ebeec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
11 changes: 1 addition & 10 deletions content/master/getting-started/provider-azure-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]({{<ref "../concepts">}}) to find out
what else you can do with Crossplane.
what else you can do with Crossplane.
11 changes: 1 addition & 10 deletions content/v1.17/getting-started/provider-azure-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]({{<ref "../concepts">}}) to find out
what else you can do with Crossplane.
what else you can do with Crossplane.

0 comments on commit 8ebeec1

Please sign in to comment.