Skip to content

Commit 4038283

Browse files
AllyWLi Wang
and
Li Wang
authored
remove breaking change diff site info (Azure#27141)
Co-authored-by: Li Wang <[email protected]>
1 parent 9c12d4b commit 4038283

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

doc/assets/azure-cli-diff-site.gif

-6.25 MB
Binary file not shown.

doc/breaking_change_detection_guidelines.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Overview
44

5-
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.
5+
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)
66

77
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) .
88

9-
#### Prerequisite for command line tool
9+
#### Prerequisite
1010

1111
Install cli extension `command-change`
1212

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

4747

48-
49-
### azure-cli-diff-site
50-
51-
This site works the same way as the command line tool:
52-
53-
![azure-cli-diff-site](assets/azure-cli-diff-site.gif)
54-
55-
56-
5748
### Analysis
5849

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

0 commit comments

Comments
 (0)