You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/pr_test.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ var permanentResources map[string]interface{}
25
25
26
26
// Current supported regions (NOTE: eu-es is not being used as we don't have extended trial plan quota in that region currently. Not using us-south on request from SM team)
27
27
varvalidRegions= []string{
28
-
"eu-de",
28
+
// "eu-de", temp disable due to quota issue in account
0 commit comments