Skip to content

Commit

Permalink
Use v1beta1 for MR in import example
Browse files Browse the repository at this point in the history
Avoid crossplane/upjet#460

Signed-off-by: Yury Tsarev <yury@upbound.io>
  • Loading branch information
ytsarev committed Jan 16, 2025
1 parent 126d996 commit 59e285b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/resource-import/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
importLocation = queryResult[0].location
network = {
apiVersion = "network.azure.upbound.io/v1beta2"
apiVersion = "network.azure.upbound.io/v1beta1"
kind = "VirtualNetwork"
metadata.annotations = {
"crossplane.io/external-name" = importName
Expand Down

0 comments on commit 59e285b

Please sign in to comment.