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 43be860 commit beb388eCopy full SHA for beb388e
src/ResourceManager/AzureBatch/Commands.Batch/Models/BatchClient.Applications.cs
@@ -176,6 +176,7 @@ public virtual PSApplicationPackage UploadAndActivateApplicationPackage(
176
// use resource mgr to see if account exists and then use resource group name to do the actual lookup
177
resourceGroupName = GetGroupForAccount(accountName);
178
}
179
+
180
if (activateOnly)
181
{
182
// If the package has already been uploaded but wasn't activated.
0 commit comments