Skip to content

Commit 44ed6a0

Browse files
authored
Merge pull request #2697 from microsoftgraph/876-externaldocs-support-for-the-auto-generated-powershell-reference-documents
Externaldocs support for the auto generated powershell reference documents
2 parents 3468083 + 632014d commit 44ed6a0

File tree

6 files changed

+167888
-142935
lines changed

6 files changed

+167888
-142935
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "autorest.powershell"]
22
path = autorest.powershell
33
url = https://github.com/microsoftgraph/autorest.powershell
4-
branch = powershell-v2
4+
branch = powershell_v2

src/Authentication/Authentication/Models/GraphCommand.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ public class GraphCommand : IGraphCommand
7373
/// </summary>
7474
public string OutputType { get; set; }
7575
/// <summary>
76+
/// The response type of the command.
77+
/// </summary>
78+
public string ApiReferenceLink { get; set; }
79+
/// <summary>
7680
/// The parameter sets of the command.
7781
/// </summary>
7882
public string[] Variants { get; set; }

0 commit comments

Comments
 (0)