Skip to content
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

Support for onlink routing #19507

Merged
merged 11 commits into from
Sep 26, 2022

Conversation

arganapathy
Copy link
Contributor

@arganapathy arganapathy commented Sep 18, 2022

Description

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • 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 in the past tense. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

@wyunchi-ms
Copy link
Contributor

The build fails. You may need to update the SDK

@arganapathy
Copy link
Contributor Author

arganapathy commented Sep 19, 2022

@wyunchi-ms i do not think the CI pipeline has the latest Microsoft.Azure.Management.Network package. It does not contain latest changes from 2022-05-01 branch. I built this locally for my testing. The changes I'm referring to specifically is the StaticRoutesConfig struct which causes these failures.
https://github.com/Azure/azure-rest-api-specs/blob/23051523abd6e0fc850517aa6b5c6c3c42fd3251/specification/network/resource-manager/Microsoft.Network/stable/2022-05-01/virtualWan.json#L8830

In my local build this is present.
image

Will follow up with module owners regd this.

@arganapathy
Copy link
Contributor Author

@wyunchi-ms my checks seem to be passing now. could you please trigger the security tools check?

@wyunchi-ms
Copy link
Contributor

/azp run azure-powershell - security-tools

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@wyunchi-ms
Copy link
Contributor

/azp run azure-powershell - security-tools

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@arganapathy
Copy link
Contributor Author

Hi @wyunchi-ms seeing some kind of error in security-tools. Looks like an internal error of some kind. Would it be possible to restart the check?
Current directory: [D:\a\1\s]
ServiceHelper.ReadClientServiceGuidFromCredentialManager() License not found in Credential Manager. Continuing based on override state.
##[error]Exception caught: [Error when getting language list: The type initializer for 'PolicheckService.PolicheckService' threw an exception.]
Policheck.ErrorHandling.ServiceExceptions.PolicheckServiceException: Error when getting language list: The type initializer for 'PolicheckService.PolicheckService' threw an exception. ---> System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: The type initializer for 'PolicheckService.PolicheckService' threw an exception.

@wyunchi-ms
Copy link
Contributor

/azp run azure-powershell - security-tools

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@arganapathy
Copy link
Contributor Author

@wyunchi-ms i think the merge introduced some errors, but doesnt seem related to my changes. Would it be possible to redo the merge validation?

@wyunchi-ms
Copy link
Contributor

/azp run azure-powershell - security-tools

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@wyunchi-ms wyunchi-ms merged commit dd281cd into Azure:network-may-2022 Sep 26, 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.

2 participants