-
Notifications
You must be signed in to change notification settings - Fork 4k
[Batch] 2020-05-01 API Release #12103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi @jafreck , Not sure why this worked before but seems like you need to include Az.Network in: |
@@ -17,7 +17,7 @@ Creates a Batch account. | |||
New-AzBatchAccount [-AccountName] <String> [-Location] <String> [-ResourceGroupName] <String> | |||
[[-AutoStorageAccountId] <String>] [-PoolAllocationMode <PoolAllocationMode>] [-KeyVaultId <String>] | |||
[-KeyVaultUrl <String>] [-Tag <Hashtable>] [-PublicNetworkAccess <PublicNetworkAccessType>] | |||
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>] | |||
[-Identity <BatchAccountIdentity>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to regen this doc
I agree, not sure how this was possibly passing before unless the build pipeline preinstalled |
Description
Update Management SDK version to 11, add Identity property to BatchAccount.
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be addedPR here: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/626