Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Azure/azure-powershell-common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Azure/azure-powershell-common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hongtu/new-attribute
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 13 files changed
  • 3 contributors

Commits on May 6, 2023

  1. deprecate methods to ensure version as a must (#383)

    Co-authored-by: Hongtu Zhang (FA Talent) <[email protected]>
    greathongtu and Hongtu Zhang (FA Talent) authored May 6, 2023
    Configuration menu
    Copy the full SHA
    15a6f49 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Hongtu/version must (#384)

    * deprecate methods to ensure version as a must
    
    * add GetAttributeSpecificVersion method in base breaking change attribute
    
    ---------
    
    Co-authored-by: Hongtu Zhang (FA Talent) <[email protected]>
    greathongtu and Hongtu Zhang (FA Talent) authored May 9, 2023
    Configuration menu
    Copy the full SHA
    99ecea2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Hongtu/version must (#386)

    * deprecate methods to ensure version as a must
    
    * add GetAttributeSpecificVersion method in base breaking change attribute
    
    * change parameter type from string to Version
    
    ---------
    
    Co-authored-by: Hongtu Zhang (FA Talent) <[email protected]>
    greathongtu and Hongtu Zhang (FA Talent) authored May 18, 2023
    Configuration menu
    Copy the full SHA
    72aa81e View commit details
    Browse the repository at this point in the history
  2. Hongtu/attribute0518 (#387)

    * Update Newtonsoft.Json from 10.0.3 to 13.0.2 (#385)
    
    * create new attributes with version instead of modifying existing attributes
    
    * add resource of BreakingChangesAttributesInEffectByAzVersion
    
    ---------
    
    Co-authored-by: Yeming Liu <[email protected]>
    Co-authored-by: Hongtu Zhang (FA Talent) <[email protected]>
    3 people authored May 18, 2023
    Configuration menu
    Copy the full SHA
    9158e58 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Hongtu/attribute0518 (#388)

    * Update Newtonsoft.Json from 10.0.3 to 13.0.2 (#385)
    
    * create new attributes with version instead of modifying existing attributes
    
    * add resource of BreakingChangesAttributesInEffectByAzVersion
    
    * change internal to public
    
    * remove az version to string
    
    ---------
    
    Co-authored-by: Yeming Liu <[email protected]>
    Co-authored-by: Hongtu Zhang (FA Talent) <[email protected]>
    3 people authored May 23, 2023
    Configuration menu
    Copy the full SHA
    f13c6f6 View commit details
    Browse the repository at this point in the history
  2. Hongtu/attribute0518 (#389)

    * Update Newtonsoft.Json from 10.0.3 to 13.0.2 (#385)
    
    * create new attributes with version instead of modifying existing attributes
    
    * add resource of BreakingChangesAttributesInEffectByAzVersion
    
    * change internal to public
    
    * remove az version to string
    
    * change internal to public
    
    ---------
    
    Co-authored-by: Yeming Liu <[email protected]>
    Co-authored-by: Hongtu Zhang (FA Talent) <[email protected]>
    3 people authored May 23, 2023
    Configuration menu
    Copy the full SHA
    12c1854 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Hongtu/attribute0518 (#391)

    * Update Newtonsoft.Json from 10.0.3 to 13.0.2 (#385)
    
    * create new attributes with version instead of modifying existing attributes
    
    * add resource of BreakingChangesAttributesInEffectByAzVersion
    
    * change internal to public
    
    * remove az version to string
    
    * change internal to public
    
    * add az version output when cmdlets are obsolate
    
    ---------
    
    Co-authored-by: Yeming Liu <[email protected]>
    Co-authored-by: Hongtu Zhang (FA Talent) <[email protected]>
    3 people authored May 30, 2023
    Configuration menu
    Copy the full SHA
    dd14198 View commit details
    Browse the repository at this point in the history
  2. Hongtu/attribute0518 (#392)

    * Update Newtonsoft.Json from 10.0.3 to 13.0.2 (#385)
    
    * create new attributes with version instead of modifying existing attributes
    
    * add resource of BreakingChangesAttributesInEffectByAzVersion
    
    * change internal to public
    
    * remove az version to string
    
    * change internal to public
    
    * add az version output when cmdlets are obsolate
    
    * add \n to terminal warning output of az version
    
    ---------
    
    Co-authored-by: Yeming Liu <[email protected]>
    Co-authored-by: Hongtu Zhang (FA Talent) <[email protected]>
    3 people authored May 30, 2023
    Configuration menu
    Copy the full SHA
    78aaa94 View commit details
    Browse the repository at this point in the history
Loading