Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions documentation/internal/pull-request-review-knowledge-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## PR Review Knowledge Share

### Dependency Assemlby Version Confliction
If one assembly has been referenced by more than one module, we should let Az.Accounts to handle the dependency.

**RED** flag
- Update assembly version for common Microsoft.Extensions.*
- Add new dependency assemlby for one module, the assembly may be referenced by other module already.
- Contains version update for dependency assembly in module other than Az.Accounts

### Resource ID **MUST** start with a slash
*Correct*: "/subscriptions/18bxxxxxx-4d70-8b1e-937660bde798/resourceGroups/MNC-PowerShell/providers/Microsoft.Network/virtualnetworks/Mesh1"

*Wrong*: "subscriptions/18bxxxxxx-92e4-4d70-8b1e-937660bde798/resourceGroups/MNC-PowerShell/providers/Microsoft.Network/virtualnetworks/Mesh1"