From e082b91a991993fd4c1f9bc45af69a925fd2f767 Mon Sep 17 00:00:00 2001 From: cadenmarchese Date: Wed, 12 Jun 2024 10:45:51 -0400 Subject: [PATCH] fix import ordering --- cmd/aro/update_role_sets.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/aro/update_role_sets.go b/cmd/aro/update_role_sets.go index 7add0366b4c..183c8daaea6 100644 --- a/cmd/aro/update_role_sets.go +++ b/cmd/aro/update_role_sets.go @@ -8,14 +8,15 @@ import ( "fmt" "os" + "github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy" + "github.com/sirupsen/logrus" + "github.com/Azure/ARO-RP/pkg/api" "github.com/Azure/ARO-RP/pkg/database" "github.com/Azure/ARO-RP/pkg/env" "github.com/Azure/ARO-RP/pkg/metrics/statsd" "github.com/Azure/ARO-RP/pkg/util/encryption" "github.com/Azure/ARO-RP/pkg/util/keyvault" - "github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy" - "github.com/sirupsen/logrus" ) // 1 - Get env data from agent VMs (with getEnvironemntData) and write to types created in step 1