Skip to content

Commit dc0042e

Browse files
authored
Merge pull request #10442 from erich-wang/lesson
add pr knowledge share doc
2 parents 0c073a0 + c0db613 commit dc0042e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## PR Review Knowledge Share
2+
3+
### Dependency Assemlby Version Confliction
4+
If one assembly has been referenced by more than one module, we should let Az.Accounts to handle the dependency.
5+
6+
**RED** flag
7+
- Update assembly version for common Microsoft.Extensions.*
8+
- Add new dependency assemlby for one module, the assembly may be referenced by other module already.
9+
- Contains version update for dependency assembly in module other than Az.Accounts
10+
11+
### Resource ID **MUST** start with a slash
12+
*Correct*: "/subscriptions/18bxxxxxx-4d70-8b1e-937660bde798/resourceGroups/MNC-PowerShell/providers/Microsoft.Network/virtualnetworks/Mesh1"
13+
14+
*Wrong*: "subscriptions/18bxxxxxx-92e4-4d70-8b1e-937660bde798/resourceGroups/MNC-PowerShell/providers/Microsoft.Network/virtualnetworks/Mesh1"
15+

0 commit comments

Comments
 (0)