Skip to content

Commit 58cfeb2

Browse files
committed
Rectified invalid namespace
1 parent b30020f commit 58cfeb2

8 files changed

+17
-17
lines changed

src/Groups/v1.0/custom/NewMgGroupMember_Create.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public partial class NewMgGroupMember_Create : System.Management.Automation.PSCm
4949
/// <summary>
5050
/// CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs
5151
/// </summary>
52-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
53-
[global::Sample.API.Category(global::Sample.API.ParameterCategory.Runtime)]
52+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
53+
[Category(ParameterCategory.Runtime)]
5454
public string CustomHeader { get => this._customHeader; set => this._customHeader = value; }
5555

5656
/// <summary>Backing field for <see cref="GroupId" /> property.</summary>

src/Groups/v1.0/custom/NewMgGroupMember_CreateExpanded.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ public partial class NewMgGroupMember_CreateExpanded : System.Management.Automat
3232

3333
/// <summary>The reference to the client API class.</summary>
3434
public Groups Client => Module.Instance.ClientAPI;
35-
35+
3636
/// <summary>Backing field for <see cref="CustomHeader" /> property.</summary>
3737
private string _customHeader;
3838

3939
/// <summary>
4040
/// CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs
4141
/// </summary>
42-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
43-
[global::Sample.API.Category(global::Sample.API.ParameterCategory.Runtime)]
42+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
43+
[Category(ParameterCategory.Runtime)]
4444
public string CustomHeader { get => this._customHeader; set => this._customHeader = value; }
4545

4646

src/Groups/v1.0/custom/NewMgGroupMember_CreateViaIdentity.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public partial class NewMgGroupMember_CreateViaIdentity : System.Management.Auto
5050
/// <summary>
5151
/// CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs
5252
/// </summary>
53-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
54-
[global::Sample.API.Category(global::Sample.API.ParameterCategory.Runtime)]
53+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
54+
[Category(ParameterCategory.Runtime)]
5555
public string CustomHeader { get => this._customHeader; set => this._customHeader = value; }
5656
/// <summary>SendAsync Pipeline Steps to be appended to the front of the pipeline</summary>
5757
[System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")]

src/Groups/v1.0/custom/NewMgGroupMember_CreateViaIdentityExpanded.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public partial class NewMgGroupMember_CreateViaIdentityExpanded : System.Managem
3939
/// <summary>
4040
/// CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs
4141
/// </summary>
42-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
43-
[global::Sample.API.Category(global::Sample.API.ParameterCategory.Runtime)]
42+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
43+
[Category(ParameterCategory.Runtime)]
4444
public string CustomHeader { get => this._customHeader; set => this._customHeader = value; }
4545
/// <summary>SendAsync Pipeline Steps to be appended to the front of the pipeline</summary>
4646
[System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")]

src/Groups/v1.0/custom/NewMgGroupOwner_Create.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public partial class NewMgGroupOwner_Create : System.Management.Automation.PSCmd
4848
/// <summary>
4949
/// CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs
5050
/// </summary>
51-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
52-
[global::Sample.API.Category(global::Sample.API.ParameterCategory.Runtime)]
51+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
52+
[Category(ParameterCategory.Runtime)]
5353
public string CustomHeader { get => this._customHeader; set => this._customHeader = value; }
5454
/// <summary>Backing field for <see cref="GroupId" /> property.</summary>
5555
private string _groupId;

src/Groups/v1.0/custom/NewMgGroupOwner_CreateExpanded.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public partial class NewMgGroupOwner_CreateExpanded : System.Management.Automati
3939
/// <summary>
4040
/// CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs
4141
/// </summary>
42-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
43-
[global::Sample.API.Category(global::Sample.API.ParameterCategory.Runtime)]
42+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
43+
[Category(ParameterCategory.Runtime)]
4444
public string CustomHeader { get => this._customHeader; set => this._customHeader = value; }
4545
/// <summary>Backing field for <see cref="GroupId" /> property.</summary>
4646
private string _groupId;

src/Groups/v1.0/custom/NewMgGroupOwner_CreateViaIdentity.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public partial class NewMgGroupOwner_CreateViaIdentity : System.Management.Autom
4747
/// <summary>
4848
/// CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs
4949
/// </summary>
50-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
51-
[global::Sample.API.Category(global::Sample.API.ParameterCategory.Runtime)]
50+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
51+
[Category(ParameterCategory.Runtime)]
5252
public string CustomHeader { get => this._customHeader; set => this._customHeader = value; }
5353
/// <summary>The reference to the client API class.</summary>
5454
public Groups Client => Module.Instance.ClientAPI;

src/Groups/v1.0/custom/NewMgGroupOwner_CreateViaIdentityExpanded.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public partial class NewMgGroupOwner_CreateViaIdentityExpanded : System.Manageme
3838
/// <summary>
3939
/// CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs
4040
/// </summary>
41-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
42-
[global::Sample.API.Category(global::Sample.API.ParameterCategory.Runtime)]
41+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "CustomHeader Parameter. This should have a key:value and comma separated for multiple key:value pairs", ValueFromPipeline = true)]
42+
[Category(ParameterCategory.Runtime)]
4343
public string CustomHeader { get => this._customHeader; set => this._customHeader = value; }
4444

4545
/// <summary>SendAsync Pipeline Steps to be appended to the front of the pipeline</summary>

0 commit comments

Comments
 (0)