Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 2d9704e

Browse files
committed
Add descriptions for commands
1 parent 63c3cad commit 2d9704e

File tree

5,682 files changed

+10134
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,682 files changed

+10134
-0
lines changed

src/generated/Admin/AdminRequestBuilder.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class AdminRequestBuilder {
2525
/// </summary>
2626
public Command BuildGetCommand() {
2727
var command = new Command("get");
28+
command.Description = "Get admin";
2829
// Create options for all the parameters
2930
command.AddOption(new Option<object>("--select", description: "Select properties to be returned"));
3031
command.AddOption(new Option<object>("--expand", description: "Expand related entities"));
@@ -48,6 +49,7 @@ public Command BuildGetCommand() {
4849
/// </summary>
4950
public Command BuildPatchCommand() {
5051
var command = new Command("patch");
52+
command.Description = "Update admin";
5153
// Create options for all the parameters
5254
command.AddOption(new Option<string>("--body"));
5355
command.Handler = CommandHandler.Create<string>(async (body) => {

src/generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public List<Command> BuildCommand() {
3535
/// </summary>
3636
public Command BuildCreateCommand() {
3737
var command = new Command("create");
38+
command.Description = "A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.";
3839
// Create options for all the parameters
3940
command.AddOption(new Option<string>("--body"));
4041
command.Handler = CommandHandler.Create<string>(async (body) => {
@@ -58,6 +59,7 @@ public Command BuildCreateCommand() {
5859
/// </summary>
5960
public Command BuildListCommand() {
6061
var command = new Command("list");
62+
command.Description = "A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.";
6163
// Create options for all the parameters
6264
command.AddOption(new Option<int?>("--top", description: "Show only the first n items"));
6365
command.AddOption(new Option<int?>("--skip", description: "Skip the first n items"));

src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/IssuesRequestBuilder.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public List<Command> BuildCommand() {
3434
/// </summary>
3535
public Command BuildCreateCommand() {
3636
var command = new Command("create");
37+
command.Description = "A collection of issues happened on the service, with detailed information for each issue.";
3738
// Create options for all the parameters
3839
command.AddOption(new Option<string>("--servicehealth-id", description: "key: id of serviceHealth"));
3940
command.AddOption(new Option<string>("--body"));
@@ -59,6 +60,7 @@ public Command BuildCreateCommand() {
5960
/// </summary>
6061
public Command BuildListCommand() {
6162
var command = new Command("list");
63+
command.Description = "A collection of issues happened on the service, with detailed information for each issue.";
6264
// Create options for all the parameters
6365
command.AddOption(new Option<string>("--servicehealth-id", description: "key: id of serviceHealth"));
6466
command.AddOption(new Option<int?>("--top", description: "Show only the first n items"));

src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class IncidentReportRequestBuilder {
2323
/// </summary>
2424
public Command BuildGetCommand() {
2525
var command = new Command("get");
26+
command.Description = "Invoke function incidentReport";
2627
// Create options for all the parameters
2728
command.AddOption(new Option<string>("--servicehealth-id", description: "key: id of serviceHealth"));
2829
command.AddOption(new Option<string>("--servicehealthissue-id", description: "key: id of serviceHealthIssue"));

src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/ServiceHealthIssueRequestBuilder.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class ServiceHealthIssueRequestBuilder {
2525
/// </summary>
2626
public Command BuildDeleteCommand() {
2727
var command = new Command("delete");
28+
command.Description = "A collection of issues happened on the service, with detailed information for each issue.";
2829
// Create options for all the parameters
2930
command.AddOption(new Option<string>("--servicehealth-id", description: "key: id of serviceHealth"));
3031
command.AddOption(new Option<string>("--servicehealthissue-id", description: "key: id of serviceHealthIssue"));
@@ -43,6 +44,7 @@ public Command BuildDeleteCommand() {
4344
/// </summary>
4445
public Command BuildGetCommand() {
4546
var command = new Command("get");
47+
command.Description = "A collection of issues happened on the service, with detailed information for each issue.";
4648
// Create options for all the parameters
4749
command.AddOption(new Option<string>("--servicehealth-id", description: "key: id of serviceHealth"));
4850
command.AddOption(new Option<string>("--servicehealthissue-id", description: "key: id of serviceHealthIssue"));
@@ -70,6 +72,7 @@ public Command BuildGetCommand() {
7072
/// </summary>
7173
public Command BuildPatchCommand() {
7274
var command = new Command("patch");
75+
command.Description = "A collection of issues happened on the service, with detailed information for each issue.";
7376
// Create options for all the parameters
7477
command.AddOption(new Option<string>("--servicehealth-id", description: "key: id of serviceHealth"));
7578
command.AddOption(new Option<string>("--servicehealthissue-id", description: "key: id of serviceHealthIssue"));

src/generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthRequestBuilder.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class ServiceHealthRequestBuilder {
2525
/// </summary>
2626
public Command BuildDeleteCommand() {
2727
var command = new Command("delete");
28+
command.Description = "A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.";
2829
// Create options for all the parameters
2930
command.AddOption(new Option<string>("--servicehealth-id", description: "key: id of serviceHealth"));
3031
command.Handler = CommandHandler.Create<string>(async (serviceHealthId) => {
@@ -41,6 +42,7 @@ public Command BuildDeleteCommand() {
4142
/// </summary>
4243
public Command BuildGetCommand() {
4344
var command = new Command("get");
45+
command.Description = "A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.";
4446
// Create options for all the parameters
4547
command.AddOption(new Option<string>("--servicehealth-id", description: "key: id of serviceHealth"));
4648
command.AddOption(new Option<object>("--select", description: "Select properties to be returned"));
@@ -76,6 +78,7 @@ public Command BuildIssuesCommand() {
7678
/// </summary>
7779
public Command BuildPatchCommand() {
7880
var command = new Command("patch");
81+
command.Description = "A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.";
7982
// Create options for all the parameters
8083
command.AddOption(new Option<string>("--servicehealth-id", description: "key: id of serviceHealth"));
8184
command.AddOption(new Option<string>("--body"));

src/generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilder.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public List<Command> BuildCommand() {
3434
/// </summary>
3535
public Command BuildCreateCommand() {
3636
var command = new Command("create");
37+
command.Description = "A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.";
3738
// Create options for all the parameters
3839
command.AddOption(new Option<string>("--body"));
3940
command.Handler = CommandHandler.Create<string>(async (body) => {
@@ -57,6 +58,7 @@ public Command BuildCreateCommand() {
5758
/// </summary>
5859
public Command BuildListCommand() {
5960
var command = new Command("list");
61+
command.Description = "A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.";
6062
// Create options for all the parameters
6163
command.AddOption(new Option<int?>("--top", description: "Show only the first n items"));
6264
command.AddOption(new Option<int?>("--skip", description: "Skip the first n items"));

src/generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class IncidentReportRequestBuilder {
2323
/// </summary>
2424
public Command BuildGetCommand() {
2525
var command = new Command("get");
26+
command.Description = "Invoke function incidentReport";
2627
// Create options for all the parameters
2728
command.AddOption(new Option<string>("--servicehealthissue-id", description: "key: id of serviceHealthIssue"));
2829
command.AddOption(new Option<FileInfo>("--output"));

src/generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueRequestBuilder.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class ServiceHealthIssueRequestBuilder {
2525
/// </summary>
2626
public Command BuildDeleteCommand() {
2727
var command = new Command("delete");
28+
command.Description = "A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.";
2829
// Create options for all the parameters
2930
command.AddOption(new Option<string>("--servicehealthissue-id", description: "key: id of serviceHealthIssue"));
3031
command.Handler = CommandHandler.Create<string>(async (serviceHealthIssueId) => {
@@ -41,6 +42,7 @@ public Command BuildDeleteCommand() {
4142
/// </summary>
4243
public Command BuildGetCommand() {
4344
var command = new Command("get");
45+
command.Description = "A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.";
4446
// Create options for all the parameters
4547
command.AddOption(new Option<string>("--servicehealthissue-id", description: "key: id of serviceHealthIssue"));
4648
command.AddOption(new Option<object>("--select", description: "Select properties to be returned"));
@@ -66,6 +68,7 @@ public Command BuildGetCommand() {
6668
/// </summary>
6769
public Command BuildPatchCommand() {
6870
var command = new Command("patch");
71+
command.Description = "A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.";
6972
// Create options for all the parameters
7073
command.AddOption(new Option<string>("--servicehealthissue-id", description: "key: id of serviceHealthIssue"));
7174
command.AddOption(new Option<string>("--body"));

src/generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class ArchiveRequestBuilder {
2323
/// </summary>
2424
public Command BuildPostCommand() {
2525
var command = new Command("post");
26+
command.Description = "Invoke action archive";
2627
// Create options for all the parameters
2728
command.AddOption(new Option<string>("--body"));
2829
command.Handler = CommandHandler.Create<string>(async (body) => {

0 commit comments

Comments
 (0)