Skip to content

Conversation

@rileymckenna
Copy link
Contributor

@rileymckenna rileymckenna commented May 15, 2020

Description

Add api version 2020-04-01 support
add cmdlet Get-AzPeeringReceivedRoute

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:

/// </summary>
[Cmdlet(VerbsCommon.Get, Constants.AzPeeringReceivedRoutes,
DefaultParameterSetName = Constants.ParameterSetNameByResourceAndName)]
[OutputType(typeof(List<PSPeeringReceivedRoute>))]
Copy link
Collaborator

Choose a reason for hiding this comment

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

the return type should be "PSPeeringReceivedRoute" instead of "List"

Copy link
Collaborator

Choose a reason for hiding this comment

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

Hi @rileymckenna

Can you fix this and regenerate help markdown for it?

@VeryEarly
Copy link
Collaborator

Hi @rileymckenna ,
please also fix the text case failures

@VeryEarly VeryEarly self-assigned this May 15, 2020
@VeryEarly
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link
Contributor

Pull request contains merge conflicts.

@rileymckenna
Copy link
Contributor Author

@VeryEarly Made the changes and fixed the failing tests

@VeryEarly VeryEarly merged commit 14a5267 into Azure:master May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants