We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d956095 commit aa2d99fCopy full SHA for aa2d99f
Utils/azuretools-core/src/com/microsoft/azuretools/authmanage/srvpri/SrvPriManager.java
@@ -197,7 +197,7 @@ public void write(String str) throws IOException {
197
// set the properties value
198
prop.setProperty("tenant", CommonParams.getTenantId());
199
int i = 0;
200
- for (String subscriptionId : CommonParams.getSubscriptionIdList()) {
+ for (String subscriptionId : CommonParams.getResultSubscriptionIdList()) {
201
if (i==0) {
202
prop.setProperty("subscription", subscriptionId);
203
} else {
0 commit comments