Skip to content

Conversation

@paterasMSFT
Copy link
Contributor

@paterasMSFT paterasMSFT commented Nov 22, 2021

Description

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:

@paterasMSFT paterasMSFT mentioned this pull request Nov 22, 2021
8 tasks
@paterasMSFT paterasMSFT changed the title Mipatera/batchrelease [Az.Batch] Adds Get-AzBatchSupportedVirtualMachineSku and Get-AzBatchTaskSlotCount Nov 22, 2021
@paterasMSFT paterasMSFT force-pushed the mipatera/batchrelease branch from fd34320 to 04f83a1 Compare November 22, 2021 18:17
@paterasMSFT paterasMSFT self-assigned this Nov 22, 2021
@paterasMSFT paterasMSFT force-pushed the mipatera/batchrelease branch 3 times, most recently from 12d416c to 186a53c Compare November 22, 2021 19:02
@isra-fel isra-fel added the Contains Breaking Change This PR contains breaking change label Nov 23, 2021
@paterasMSFT paterasMSFT marked this pull request as ready for review November 23, 2021 13:50
@paterasMSFT paterasMSFT force-pushed the mipatera/batchrelease branch from 8a34e4e to 31ccbcf Compare November 24, 2021 17:31
Copy link
Member

@isra-fel isra-fel left a 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

@isra-fel isra-fel changed the base branch from main to release-2021-12-07 November 30, 2021 08:56
@isra-fel
Copy link
Member

Changed base branch to release-2021-12-07 as we have begun the release process

@paterasMSFT paterasMSFT force-pushed the mipatera/batchrelease branch from ebc2971 to 26fd415 Compare November 30, 2021 16:57
@isra-fel
Copy link
Member

isra-fel commented Dec 1, 2021

Hey Mike there are two test cases failing. Please check the pipeline logs for details.

@paterasMSFT paterasMSFT force-pushed the mipatera/batchrelease branch from 26fd415 to 4962a7e Compare December 3, 2021 17:41
@paterasMSFT paterasMSFT force-pushed the mipatera/batchrelease branch 2 times, most recently from 3150fb6 to d3b6855 Compare December 3, 2021 18:41
@msJinLei msJinLei changed the base branch from release-2021-12-07 to main December 7, 2021 03:27
@paterasMSFT paterasMSFT force-pushed the mipatera/batchrelease branch from 7b6c8af to 012299b Compare March 14, 2022 16:18
Copy link
Contributor

@BethanyZhou BethanyZhou left a 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'";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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.

Comment on lines +47 to +60
[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; }
}
Copy link
Contributor

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.

Generated models

Generated models
@isra-fel
Copy link
Member

/azp run azure-powershell - powershell-core

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@isra-fel
Copy link
Member

/azp run azure-powershell - security-tools

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@isra-fel isra-fel dismissed stale reviews from BethanyZhou and msJinLei April 15, 2022 00:09

comments resolved

@isra-fel isra-fel merged commit 22fc904 into Azure:main Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants