Skip to content

Commit be437d3

Browse files
committed
Fixed formatting issues
1 parent 349758a commit be437d3

16 files changed

+57
-57
lines changed

src/Groups/beta/custom/NewMgBetaGroupMember_Create.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
public partial class NewMgBetaGroupMember_Create : System.Management.Automation.PSCmdlet,
1414
Runtime.IEventListener
1515
{
16-
16+
1717
/// <summary>A copy of the Invocation Info (necessary to allow asJob to clone this cmdlet)</summary>
1818
private System.Management.Automation.InvocationInfo __invocationInfo;
1919

@@ -322,12 +322,12 @@ protected override void StopProcessing()
322322
{
323323
WriteObject(true);
324324
}
325-
// get the headers from the response and assign it to the variable provided by the user via the RHV(ResponseHeadersVariable) parameter.
325+
// get the headers from the response and assign it to the variable provided by the user via the RHV(ResponseHeadersVariable) parameter.
326326
if (!string.IsNullOrEmpty(ResponseHeadersVariable))
327327
{
328-
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
329-
var vi = this.SessionState.PSVariable;
330-
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
328+
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
329+
var vi = this.SessionState.PSVariable;
330+
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
331331
}
332332
}
333333
}

src/Groups/beta/custom/NewMgBetaGroupMember_CreateExpanded.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@ protected override void StopProcessing()
368368
// get the headers from the response and assign it to the variable provided by the user via the RHV(ResponseHeadersVariable) parameter.
369369
if (!string.IsNullOrEmpty(ResponseHeadersVariable))
370370
{
371-
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
372-
var vi = this.SessionState.PSVariable;
373-
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
371+
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
372+
var vi = this.SessionState.PSVariable;
373+
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
374374
}
375375
}
376376
}

src/Groups/beta/custom/NewMgBetaGroupMember_CreateViaIdentity.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,9 @@ protected override void StopProcessing()
366366
// get the headers from the response and assign it to the variable provided by the user via the RHV(ResponseHeadersVariable) parameter.
367367
if (!string.IsNullOrEmpty(ResponseHeadersVariable))
368368
{
369-
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
370-
var vi = this.SessionState.PSVariable;
371-
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
369+
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
370+
var vi = this.SessionState.PSVariable;
371+
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
372372
}
373373
}
374374
}

src/Groups/beta/custom/NewMgBetaGroupMember_CreateViaIdentityExpanded.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ protected override void StopProcessing()
367367
// get the headers from the response and assign it to the variable provided by the user via the RHV(ResponseHeadersVariable) parameter.
368368
if (!string.IsNullOrEmpty(ResponseHeadersVariable))
369369
{
370-
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
371-
var vi = this.SessionState.PSVariable;
372-
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
370+
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
371+
var vi = this.SessionState.PSVariable;
372+
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
373373
}
374374
}
375375
}

src/Groups/beta/custom/NewMgBetaGroupOwner_Create.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ protected override void StopProcessing()
323323
// get the headers from the response and assign it to the variable provided by the user via the RHV(ResponseHeadersVariable) parameter.
324324
if (!string.IsNullOrEmpty(ResponseHeadersVariable))
325325
{
326-
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
327-
var vi = this.SessionState.PSVariable;
328-
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
326+
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
327+
var vi = this.SessionState.PSVariable;
328+
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
329329
}
330330
}
331331
}

src/Groups/beta/custom/NewMgBetaGroupOwner_CreateExpanded.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@ protected override void StopProcessing()
368368
// get the headers from the response and assign it to the variable provided by the user via the RHV(ResponseHeadersVariable) parameter.
369369
if (!string.IsNullOrEmpty(ResponseHeadersVariable))
370370
{
371-
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
372-
var vi = this.SessionState.PSVariable;
373-
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
371+
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
372+
var vi = this.SessionState.PSVariable;
373+
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
374374
}
375375
}
376376
}

src/Groups/beta/custom/NewMgBetaGroupOwner_CreateViaIdentity.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,9 @@ protected override void StopProcessing()
366366
// get the headers from the response and assign it to the variable provided by the user via the RHV(ResponseHeadersVariable) parameter.
367367
if (!string.IsNullOrEmpty(ResponseHeadersVariable))
368368
{
369-
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
370-
var vi = this.SessionState.PSVariable;
371-
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
369+
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
370+
var vi = this.SessionState.PSVariable;
371+
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
372372
}
373373
}
374374
}

src/Groups/beta/custom/NewMgBetaGroupOwner_CreateViaIdentityExpanded.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public partial class NewMgBetaGroupOwner_CreateViaIdentityExpanded : System.Mana
4848
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional Response Headers Variable.")]
4949
[global::System.Management.Automation.Alias("RHV")]
5050
public string ResponseHeadersVariable { get => this._responseHeadersVariable; set => this._responseHeadersVariable = value; }
51-
51+
5252
/// <summary>SendAsync Pipeline Steps to be appended to the front of the pipeline</summary>
5353
[System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")]
5454
[System.Management.Automation.ValidateNotNull]
@@ -278,7 +278,7 @@ protected async System.Threading.Tasks.Task ProcessRecordAsync()
278278
ThrowTerminatingError(new System.Management.Automation.ErrorRecord(new System.Exception("InputObject has null value for InputObject.GroupId"), string.Empty, System.Management.Automation.ErrorCategory.InvalidArgument, InputObject));
279279
}
280280
_bodyParameter.OdataId = $"https://graph.microsoft.com/beta/directoryObjects/{DirectoryObjectId}";
281-
await this.Client.GroupCreateOwnerGraphBPreRef(InputObject.GroupId ?? null,Headers, _bodyParameter, onNoContent, onDefault, this, Pipeline);
281+
await this.Client.GroupCreateOwnerGraphBPreRef(InputObject.GroupId ?? null, Headers, _bodyParameter, onNoContent, onDefault, this, Pipeline);
282282
await ((Runtime.IEventListener)this).Signal(Runtime.Events.CmdletAfterAPICall); if (((Runtime.IEventListener)this).Token.IsCancellationRequested) { return; }
283283
}
284284
catch (Runtime.UndeclaredResponseException urexception)
@@ -367,9 +367,9 @@ protected override void StopProcessing()
367367
// get the headers from the response and assign it to the variable provided by the user via the RHV(ResponseHeadersVariable) parameter.
368368
if (!string.IsNullOrEmpty(ResponseHeadersVariable))
369369
{
370-
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
371-
var vi = this.SessionState.PSVariable;
372-
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
370+
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
371+
var vi = this.SessionState.PSVariable;
372+
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
373373
}
374374
}
375375
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@ protected override void StopProcessing()
325325
// get the headers from the response and assign it to the variable provided by the user via the RHV(ResponseHeadersVariable) parameter.
326326
if (!string.IsNullOrEmpty(ResponseHeadersVariable))
327327
{
328-
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
329-
var vi = this.SessionState.PSVariable;
330-
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
328+
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
329+
var vi = this.SessionState.PSVariable;
330+
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
331331
}
332332
}
333333
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public partial class NewMgGroupMember_CreateExpanded : System.Management.Automat
4848
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Optional Response Headers Variable.")]
4949
[global::System.Management.Automation.Alias("RHV")]
5050
public string ResponseHeadersVariable { get => this._responseHeadersVariable; set => this._responseHeadersVariable = value; }
51-
51+
5252
/// <summary>Backing field for <see cref="GroupId" /> property.</summary>
5353
private string _groupId;
5454

@@ -368,9 +368,9 @@ protected override void StopProcessing()
368368
// get the headers from the response and assign it to the variable provided by the user via the RHV(ResponseHeadersVariable) parameter.
369369
if (!string.IsNullOrEmpty(ResponseHeadersVariable))
370370
{
371-
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
372-
var vi = this.SessionState.PSVariable;
373-
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
371+
var headers = Microsoft.Graph.PowerShell.ResponseHeaders.Helpers.ResponseHeaderHelper.GetHttpResponseHeaders(responseMessage);
372+
var vi = this.SessionState.PSVariable;
373+
vi.Set(new System.Management.Automation.PSVariable($"global:{ResponseHeadersVariable}", headers));
374374
}
375375
}
376376
}

0 commit comments

Comments
 (0)