Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 685 Bytes

File metadata and controls

30 lines (25 loc) · 685 Bytes

1011 - Subgroup Added

Description: Checks whether a new subgroup is added from the previous cli version.

Analysis: This is considered an additive change in new cli version.

Example: Subgroup az monitor diagnostic-setting categories is being added in new cli version.

Before

  • az (command root)
  • monitor (group)
    • diagnostic-setting (sub-group)
      • create
      • delete
      • update
      • show

After

  • az (command root)
  • monitor (group)
    • diagnostic-setting (sub-group)
      • create
      • delete
      • update
      • show
      • categories (sub-group)
        • list
        • show