Skip to content

Commit 3cbc424

Browse files
committed
Removed global namespace
1 parent 0132b7c commit 3cbc424

16 files changed

+69
-71
lines changed

src/Groups/beta/custom/NewMgBetaGroupMember_Create.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ public partial class NewMgBetaGroupMember_Create : System.Management.Automation.
4343

4444
/// <summary>The reference to the client API class.</summary>
4545
public Groups Client => Module.Instance.ClientAPI;
46-
/// <summary>Backing field for <see cref="CustomHeader" /> property.</summary>
4746
/// <summary>Backing field for <see cref="CustomHeaders" /> property.</summary>
48-
private global::System.Collections.IDictionary _customHeaders;
47+
private System.Collections.IDictionary _customHeaders;
4948

5049
/// <summary>Optional headers that will be added to the request.</summary>
51-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
52-
[global::Microsoft.Graph.PowerShell.Category(global::Microsoft.Graph.PowerShell.ParameterCategory.Runtime)]
53-
public global::System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
50+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
51+
[Category(ParameterCategory.Runtime)]
52+
public System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
53+
5454
/// <summary>Backing field for <see cref="GroupId" /> property.</summary>
5555
private string _groupId;
5656

src/Groups/beta/custom/NewMgBetaGroupMember_CreateExpanded.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ public partial class NewMgBetaGroupMember_CreateExpanded : System.Management.Aut
3434
public Groups Client => Module.Instance.ClientAPI;
3535

3636
/// <summary>Backing field for <see cref="CustomHeaders" /> property.</summary>
37-
private global::System.Collections.IDictionary _customHeaders;
37+
private System.Collections.IDictionary _customHeaders;
3838

3939
/// <summary>Optional headers that will be added to the request.</summary>
40-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
41-
[global::Microsoft.Graph.PowerShell.Category(global::Microsoft.Graph.PowerShell.ParameterCategory.Runtime)]
42-
public global::System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
40+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
41+
[Category(ParameterCategory.Runtime)]
42+
public System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
4343

4444
/// <summary>Backing field for <see cref="GroupId" /> property.</summary>
4545
private string _groupId;

src/Groups/beta/custom/NewMgBetaGroupMember_CreateViaIdentity.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,13 @@ public partial class NewMgBetaGroupMember_CreateViaIdentity : System.Management.
4444
/// <summary>The reference to the client API class.</summary>
4545
public Groups Client => Module.Instance.ClientAPI;
4646

47-
/// <summary>Backing field for <see cref="CustomHeader" /> property.</summary>
4847
/// <summary>Backing field for <see cref="CustomHeaders" /> property.</summary>
49-
private global::System.Collections.IDictionary _customHeaders;
48+
private System.Collections.IDictionary _customHeaders;
5049

5150
/// <summary>Optional headers that will be added to the request.</summary>
52-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
53-
[global::Microsoft.Graph.PowerShell.Category(global::Microsoft.Graph.PowerShell.ParameterCategory.Runtime)]
54-
public global::System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
51+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
52+
[Category(ParameterCategory.Runtime)]
53+
public System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
5554

5655
/// <summary>SendAsync Pipeline Steps to be appended to the front of the pipeline</summary>
5756
[System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")]

src/Groups/beta/custom/NewMgBetaGroupMember_CreateViaIdentityExpanded.cs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@ public partial class NewMgBetaGroupMember_CreateViaIdentityExpanded : System.Man
3434
public Groups Client => Module.Instance.ClientAPI;
3535

3636
/// <summary>Backing field for <see cref="CustomHeader" /> property.</summary>
37-
/// <summary>Backing field for <see cref="CustomHeaders" /> property.</summary>
38-
private global::System.Collections.IDictionary _customHeaders;
37+
private System.Collections.IDictionary _customHeaders;
3938

4039
/// <summary>Optional headers that will be added to the request.</summary>
41-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
42-
[global::Microsoft.Graph.PowerShell.Category(global::Microsoft.Graph.PowerShell.ParameterCategory.Runtime)]
43-
public global::System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
44-
40+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
41+
[Category(ParameterCategory.Runtime)]
42+
public System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
43+
4544
/// <summary>SendAsync Pipeline Steps to be appended to the front of the pipeline</summary>
4645
[System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")]
4746
[System.Management.Automation.ValidateNotNull]

src/Groups/beta/custom/NewMgBetaGroupOwner_Create.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ public partial class NewMgBetaGroupOwner_Create : System.Management.Automation.P
4343
public Groups Client => Module.Instance.ClientAPI;
4444

4545
/// <summary>Backing field for <see cref="CustomHeaders" /> property.</summary>
46-
private global::System.Collections.IDictionary _customHeaders;
46+
private System.Collections.IDictionary _customHeaders;
4747

4848
/// <summary>Optional headers that will be added to the request.</summary>
49-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
50-
[global::Microsoft.Graph.PowerShell.Category(global::Microsoft.Graph.PowerShell.ParameterCategory.Runtime)]
51-
public global::System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
49+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
50+
[Category(ParameterCategory.Runtime)]
51+
public System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
5252

5353
/// <summary>Backing field for <see cref="GroupId" /> property.</summary>
5454
private string _groupId;

src/Groups/beta/custom/NewMgBetaGroupOwner_CreateExpanded.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ public partial class NewMgBetaGroupOwner_CreateExpanded : System.Management.Auto
3434
public Groups Client => Module.Instance.ClientAPI;
3535

3636
/// <summary>Backing field for <see cref="CustomHeaders" /> property.</summary>
37-
private global::System.Collections.IDictionary _customHeaders;
37+
private System.Collections.IDictionary _customHeaders;
3838

3939
/// <summary>Optional headers that will be added to the request.</summary>
40-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
41-
[global::Microsoft.Graph.PowerShell.Category(global::Microsoft.Graph.PowerShell.ParameterCategory.Runtime)]
42-
public global::System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
43-
40+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
41+
[Category(ParameterCategory.Runtime)]
42+
public System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
43+
4444
/// <summary>Backing field for <see cref="GroupId" /> property.</summary>
4545
private string _groupId;
4646

src/Groups/beta/custom/NewMgBetaGroupOwner_CreateViaIdentity.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ public partial class NewMgBetaGroupOwner_CreateViaIdentity : System.Management.A
4545
public Groups Client => Module.Instance.ClientAPI;
4646

4747
/// <summary>Backing field for <see cref="CustomHeaders" /> property.</summary>
48-
private global::System.Collections.IDictionary _customHeaders;
48+
private System.Collections.IDictionary _customHeaders;
4949

5050
/// <summary>Optional headers that will be added to the request.</summary>
51-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
52-
[global::Microsoft.Graph.PowerShell.Category(global::Microsoft.Graph.PowerShell.ParameterCategory.Runtime)]
53-
public global::System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
54-
51+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
52+
[Category(ParameterCategory.Runtime)]
53+
public System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
54+
5555
/// <summary>SendAsync Pipeline Steps to be appended to the front of the pipeline</summary>
5656
[System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")]
5757
[System.Management.Automation.ValidateNotNull]

src/Groups/beta/custom/NewMgBetaGroupOwner_CreateViaIdentityExpanded.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ public partial class NewMgBetaGroupOwner_CreateViaIdentityExpanded : System.Mana
3232

3333
/// <summary>The reference to the client API class.</summary>
3434
public Groups Client => Module.Instance.ClientAPI;
35+
3536
/// <summary>Backing field for <see cref="CustomHeaders" /> property.</summary>
36-
private global::System.Collections.IDictionary _customHeaders;
37+
private System.Collections.IDictionary _customHeaders;
3738

3839
/// <summary>Optional headers that will be added to the request.</summary>
39-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
40-
[global::Microsoft.Graph.PowerShell.Category(global::Microsoft.Graph.PowerShell.ParameterCategory.Runtime)]
41-
public global::System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
40+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
41+
[Category(ParameterCategory.Runtime)]
42+
public System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
4243

4344
/// <summary>SendAsync Pipeline Steps to be appended to the front of the pipeline</summary>
4445
[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_Create.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ public partial class NewMgGroupMember_Create : System.Management.Automation.PSCm
4444
public Groups Client => Module.Instance.ClientAPI;
4545

4646
/// <summary>Backing field for <see cref="CustomHeaders" /> property.</summary>
47-
private global::System.Collections.IDictionary _customHeaders;
47+
private System.Collections.IDictionary _customHeaders;
4848

4949
/// <summary>Optional headers that will be added to the request.</summary>
50-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
51-
[global::Microsoft.Graph.PowerShell.Category(global::Microsoft.Graph.PowerShell.ParameterCategory.Runtime)]
52-
public global::System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
50+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
51+
[Category(ParameterCategory.Runtime)]
52+
public System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
5353

5454
/// <summary>Backing field for <see cref="GroupId" /> property.</summary>
5555
private string _groupId;

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ public partial class NewMgGroupMember_CreateExpanded : System.Management.Automat
3434
public Groups Client => Module.Instance.ClientAPI;
3535

3636
/// <summary>Backing field for <see cref="CustomHeaders" /> property.</summary>
37-
private global::System.Collections.IDictionary _customHeaders;
37+
private System.Collections.IDictionary _customHeaders;
3838

3939
/// <summary>Optional headers that will be added to the request.</summary>
40-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
41-
[global::Microsoft.Graph.PowerShell.Category(global::Microsoft.Graph.PowerShell.ParameterCategory.Runtime)]
42-
public global::System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
40+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
41+
[Category(ParameterCategory.Runtime)]
42+
public System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
4343

4444

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ public partial class NewMgGroupMember_CreateViaIdentity : System.Management.Auto
4545
public Groups Client => Module.Instance.ClientAPI;
4646

4747
/// <summary>Backing field for <see cref="CustomHeaders" /> property.</summary>
48-
private global::System.Collections.IDictionary _customHeaders;
48+
private System.Collections.IDictionary _customHeaders;
4949

5050
/// <summary>Optional headers that will be added to the request.</summary>
51-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
52-
[global::Microsoft.Graph.PowerShell.Category(global::Microsoft.Graph.PowerShell.ParameterCategory.Runtime)]
53-
public global::System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
51+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
52+
[Category(ParameterCategory.Runtime)]
53+
public System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
5454

5555
/// <summary>SendAsync Pipeline Steps to be appended to the front of the pipeline</summary>
5656
[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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ public partial class NewMgGroupMember_CreateViaIdentityExpanded : System.Managem
3434
public Groups Client => Module.Instance.ClientAPI;
3535

3636
/// <summary>Backing field for <see cref="CustomHeaders" /> property.</summary>
37-
private global::System.Collections.IDictionary _customHeaders;
37+
private System.Collections.IDictionary _customHeaders;
3838

3939
/// <summary>Optional headers that will be added to the request.</summary>
40-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
41-
[global::Microsoft.Graph.PowerShell.Category(global::Microsoft.Graph.PowerShell.ParameterCategory.Runtime)]
42-
public global::System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
40+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
41+
[Category(ParameterCategory.Runtime)]
42+
public System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
4343

4444
/// <summary>SendAsync Pipeline Steps to be appended to the front of the pipeline</summary>
4545
[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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@ public partial class NewMgGroupOwner_Create : System.Management.Automation.PSCmd
4141

4242
/// <summary>The reference to the client API class.</summary>
4343
public Groups Client => Module.Instance.ClientAPI;
44-
4544
/// <summary>Backing field for <see cref="CustomHeaders" /> property.</summary>
46-
private global::System.Collections.IDictionary _customHeaders;
45+
private System.Collections.IDictionary _customHeaders;
4746

4847
/// <summary>Optional headers that will be added to the request.</summary>
49-
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
50-
[global::Microsoft.Graph.PowerShell.Category(global::Microsoft.Graph.PowerShell.ParameterCategory.Runtime)]
51-
public global::System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
48+
[System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional headers that will be added to the request.", ValueFromPipeline = true)]
49+
[Category(ParameterCategory.Runtime)]
50+
public System.Collections.IDictionary CustomHeaders { get => this._customHeaders; set => this._customHeaders = value; }
5251
/// <summary>Backing field for <see cref="GroupId" /> property.</summary>
5352
private string _groupId;
5453

0 commit comments

Comments
 (0)