-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Az.Batch] Adds Get-AzBatchSupportedVirtualMachineSku, Get-AzBatchTaskSlotCount, and Get-AzBatchComputeNodeExtension commands #16459
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
fd34320 to
04f83a1
Compare
12d416c to
186a53c
Compare
8a34e4e to
31ccbcf
Compare
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.
Hi Mike @paterasMSFT , as this is the major release of Az, we are composing a migration guide for customers. Would you mind fill in a table like this about the breaking changes in Az.Batch module? Thanks (You can do that after the PR is merged, as that is of higher priority).
| cmdlet | breaking change | old usage | new usage |
|---|
|
Changed base branch to |
ebc2971 to
26fd415
Compare
|
Hey Mike there are two test cases failing. Please check the pipeline logs for details. |
26fd415 to
4962a7e
Compare
3150fb6 to
d3b6855
Compare
tools/StaticAnalysis/Exceptions/Az.Batch/BreakingChangeIssues.csv
Outdated
Show resolved
Hide resolved
d3b6855 to
0edddec
Compare
7b6c8af to
012299b
Compare
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.
Please let me know if this PR is ready to be reviewed again by adding 'needs-review' label and removing needs-revision .
|
|
||
| # Verify the cert went back to the active state | ||
| $filter = "state eq 'active'" | ||
| $filter = "state eq 'active'"; |
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.
| $filter = "state eq 'active'"; | |
| $filter = "state eq 'active'" |
| ## Upcoming Release | ||
|
|
||
| * Updated Az.Batch to use `Microsoft.Azure.Batch` SDK version 15.3.0 | ||
| - Add ability to assign user-assigned managed identities to `PSCloudPool`. These identities will be made available on each node in the pool, and can be used to access various resources. |
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.
| - Add ability to assign user-assigned managed identities to `PSCloudPool`. These identities will be made available on each node in the pool, and can be used to access various resources. | |
| - Added ability to assign user-assigned managed identities to `PSCloudPool`. These identities will be made available on each node in the pool, and can be used to access various resources. |
| [Parameter(ParameterSetName = Constants.IdParameterSet)] | ||
| [Parameter(ParameterSetName = Constants.ParentObjectParameterSet)] | ||
| [ValidateNotNullOrEmpty] | ||
| public string Select { get; set; } | ||
|
|
||
|
|
||
| [Parameter(ParameterSetName = Constants.IdParameterSet)] | ||
| [Parameter(ParameterSetName = Constants.ParentObjectParameterSet)] | ||
| [ValidateNotNullOrEmpty] | ||
| public int MaxCount | ||
| { | ||
| get { return maxCount; } | ||
| set { maxCount = value; } | ||
| } |
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.
Please add help message for all parameters.
Fixed nullable reference types Fixed types
Generated models Generated models
|
/azp run azure-powershell - powershell-core |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run azure-powershell - security-tools |
|
Azure Pipelines successfully started running 1 pipeline(s). |
comments resolved
Description
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added