File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ func TestGetMIMOSelectors(t *testing.T) {
7171 "subscriptionState" : "Registered" ,
7272 "APIServerVisibility" : "Public" ,
7373 "architectureVersion" : "0" ,
74+ "bucketID" : "0" ,
7475 "authenticationType" : "ServicePrincipal" ,
7576 "isManagedDomain" : "false" ,
7677 "outboundType" : "Loadbalancer" ,
@@ -123,6 +124,7 @@ func TestGetMIMOSelectors(t *testing.T) {
123124 "subscriptionState" : "Suspended" ,
124125 "APIServerVisibility" : "Public" ,
125126 "architectureVersion" : "0" ,
127+ "bucketID" : "0" ,
126128 "authenticationType" : "ServicePrincipal" ,
127129 "isManagedDomain" : "false" ,
128130 "outboundType" : "Loadbalancer" ,
Original file line number Diff line number Diff line change 11package buckets
22
3+ // Copyright (c) Microsoft Corporation.
4+ // Licensed under the Apache License 2.0.
5+
36import (
47 "context"
58 "fmt"
You can’t perform that action at this time.
0 commit comments