Skip to content

Commit 854173b

Browse files
authored
Merge pull request Azure#5739 from vladimir-shcherbakov/iss#5512-doc
[Doc update] Commands.Common.Compute item added to the "Adding Project References/…
2 parents 0670b24 + 7114d12 commit 854173b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

documentation/development-docs/azure-powershell-developer-guide.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,15 @@ The `Commands.ScenarioTests.Common` project can be found in `src/ResourceManager
215215
The following is a list of additional common code projects that can be used:
216216

217217
- `Commands.Common.Authorization`
218-
- Found in `src/ResourceManager/Common/Commands.Common.Authorization`
218+
- Found in `src/Common/Commands.Common.Authorization`
219+
- `Commands.Common.Compute`
220+
- Found in `src/Common/Commands.Common.Compute`
219221
- `Commands.Common.Graph.RBAC`
220-
- Found in `src/ResourceManager/Common/Commands.Common.Graph.RBAC`
222+
- Found in `src/Common/Commands.Common.Graph.RBAC`
221223
- `Commands.Common.Network`
222-
- Found in `src/ResourceManager/Common/Commands.Common.Network`
224+
- Found in `src/Common/Commands.Common.Network`
223225
- `Commands.Common.Storage`
224-
- Found in `src/ResourceManager/Common/Commands.Common.Storage`
226+
- Found in `src/Common/Commands.Common.Storage`
225227

226228
# Creating Cmdlets
227229

0 commit comments

Comments
 (0)