File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments