Skip to content

Commit 434d4f3

Browse files
committed
remove useless comment
1 parent b3205f1 commit 434d4f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/azure/ciAuth.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ type tokenResponse struct {
2727
}
2828

2929
// Returns the first subscription ID
30-
// If no IDs are found, 'empty' is set to true
3130
func GetDefaultSubscriptionID(token string) (subscriptionID string, err error) {
3231

3332
req, err := http.NewRequest(http.MethodGet, "https://management.azure.com/subscriptions?api-version=2020-01-01", nil)

0 commit comments

Comments
 (0)