Skip to content

Commit

Permalink
remove breaking change diff site info (Azure#27141)
Browse files Browse the repository at this point in the history
Co-authored-by: Li Wang <[email protected]>
  • Loading branch information
AllyW and Li Wang authored Aug 21, 2023
1 parent 9c12d4b commit 4038283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Binary file removed doc/assets/azure-cli-diff-site.gif
Binary file not shown.
13 changes: 2 additions & 11 deletions doc/breaking_change_detection_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Overview

Azure cli provides two types of tools to help users and developers check cli changes: one is a command line tool called [command-change](https://github.com/Azure/azure-cli-extensions/blob/main/src/command-change/README.md), the other is [azure-cli-diff-site](https://azure-cli-diff-site.azurewebsites.net/) that wraps the command line tool into a site with a more user-friendly interface.
Azure cli provides command line tool to help users and developers check cli changes: [command-change](https://github.com/Azure/azure-cli-extensions/blob/main/src/command-change/README.md)

There are two categories of breaking change detection users can check for Azure CLI: [version-diff](https://github.com/Azure/azure-cli-extensions/blob/main/src/command-change/README.md#version-diff) and [meta-diff](https://github.com/Azure/azure-cli-extensions/blob/main/src/command-change/README.md#meta-diff) .

#### Prerequisite for command line tool
#### Prerequisite

Install cli extension `command-change`

Expand Down Expand Up @@ -45,15 +45,6 @@ az command-change meta-diff --base-meta-file fileA --diff-meta-file fileB
By the way, both these two commands can add `--only-break` to just pull the break change list if needed.



### azure-cli-diff-site

This site works the same way as the command line tool:

![azure-cli-diff-site](assets/azure-cli-diff-site.gif)



### Analysis

The diff result will be organized as a combination of following basic structure:
Expand Down

0 comments on commit 4038283

Please sign in to comment.