File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# function-azresourcegraph
2- [ ![ CI] ( https://github.com/UpboundCare// function-azresourcegraph/actions/workflows/ci.yml/badge.svg )] ( https://github.com/UpboundCare /function-azresourcegraph/actions/workflows/ci.yml )
2+ [ ![ CI] ( https://github.com/upbound/ function-azresourcegraph/actions/workflows/ci.yml/badge.svg )] ( https://github.com/upbound /function-azresourcegraph/actions/workflows/ci.yml )
33
44A function to query [ Azure Resource Graph] [ azresourcegraph ]
55
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "github.com/Azure/azure-sdk-for-go/sdk/azcore/to"
1111 "github.com/Azure/azure-sdk-for-go/sdk/azidentity"
1212 "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph"
13- "github.com/upboundcare /function-azresourcegraph/input/v1beta1"
13+ "github.com/upbound /function-azresourcegraph/input/v1beta1"
1414 "google.golang.org/protobuf/types/known/structpb"
1515
1616 "github.com/crossplane/crossplane-runtime/pkg/errors"
Original file line number Diff line number Diff line change 88 "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph"
99 "github.com/google/go-cmp/cmp"
1010 "github.com/google/go-cmp/cmp/cmpopts"
11- "github.com/upboundcare /function-azresourcegraph/input/v1beta1"
11+ "github.com/upbound /function-azresourcegraph/input/v1beta1"
1212 "google.golang.org/protobuf/testing/protocmp"
1313 "google.golang.org/protobuf/types/known/durationpb"
1414
Original file line number Diff line number Diff line change 1- module github.com/upboundcare /function-azresourcegraph
1+ module github.com/upbound /function-azresourcegraph
22
33go 1.23
44
You can’t perform that action at this time.
0 commit comments