Skip to content

Commit f6353e3

Browse files
Move Resources to release-2022-04-26 (#17877)
Co-authored-by: azure-powershell-bot <[email protected]>
1 parent 352c9f9 commit f6353e3

File tree

10 files changed

+22
-39
lines changed

10 files changed

+22
-39
lines changed

src/Resources/Authorization.Autorest/docs/Az.Authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.Authorization
3-
Module Guid: 136fb5a8-3586-4da0-81ac-bc68a68d314e
3+
Module Guid: 6ecaa7be-41f0-40c8-8246-8b97f7e15a95
44
Download Help Link: https://docs.microsoft.com/powershell/module/az.authorization
55
Help Version: 1.0.0.0
66
Locale: en-US
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"autorest_modelerfour": "4.15.414",
3-
"node": "v14.15.5",
4-
"swagger_commit": "07c58564f3a96efa314f0ec32ab0b7053eff609d",
52
"autorest_powershell": "3.0.482",
3+
"swagger_commit": "3439439b760e84e5dcc3e68edde7251c602da5f0",
4+
"node": "v14.15.5",
5+
"autorest_core": "3.8.3",
66
"autorest": "`-- (empty)",
7-
"autorest_core": "3.8.3"
7+
"autorest_modelerfour": "4.15.414"
88
}

src/Resources/MSGraph.Autorest/docs/Update-AzADGroup.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ schema: 2.0.0
88
# Update-AzADGroup
99

1010
## SYNOPSIS
11-
Represents an Azure Active Directory object.
12-
The directoryObject type is the base type for many other directory entity types.
11+
Update entity in groups
1312

1413
## SYNTAX
1514

@@ -26,8 +25,7 @@ Update-AzADGroup -ObjectId <String> [-AdditionalProperties <Hashtable>]
2625
```
2726

2827
## DESCRIPTION
29-
Represents an Azure Active Directory object.
30-
The directoryObject type is the base type for many other directory entity types.
28+
Update entity in groups
3129

3230
## EXAMPLES
3331

src/Resources/MSGraph.Autorest/exports/ProxyCmdletDefinitions.ps1

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
Represents an Azure Active Directory object.
20-
The directoryObject type is the base type for many other directory entity types.
19+
Update entity in groups
2120
.Description
22-
Represents an Azure Active Directory object.
23-
The directoryObject type is the base type for many other directory entity types.
21+
Update entity in groups
2422
.Example
2523
PS C:\> Update-AzADGroup -ObjectId $objectid -Description $description
2624

src/Resources/MSGraph.Autorest/exports/Update-AzADGroup.ps1

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
Represents an Azure Active Directory object.
20-
The directoryObject type is the base type for many other directory entity types.
19+
Update entity in groups
2120
.Description
22-
Represents an Azure Active Directory object.
23-
The directoryObject type is the base type for many other directory entity types.
21+
Update entity in groups
2422
.Example
2523
PS C:\> Update-AzADGroup -ObjectId $objectid -Description $description
2624
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"autorest_modelerfour": "4.15.414",
3-
"node": "v14.15.5",
4-
"swagger_commit": "07c58564f3a96efa314f0ec32ab0b7053eff609d",
52
"autorest_powershell": "3.0.482",
3+
"swagger_commit": "3439439b760e84e5dcc3e68edde7251c602da5f0",
4+
"node": "v14.15.5",
5+
"autorest_core": "3.8.3",
66
"autorest": "`-- (empty)",
7-
"autorest_core": "3.8.3"
7+
"autorest_modelerfour": "4.15.414"
88
}

src/Resources/MSGraph.Autorest/generated/api/MSGraph.cs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,10 +2465,7 @@ public partial class MSGraph
24652465
}
24662466
}
24672467

2468-
/// <summary>
2469-
/// Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity
2470-
/// types.
2471-
/// </summary>
2468+
/// <summary>Update entity in groups</summary>
24722469
/// <param name="groupId">key: id of group</param>
24732470
/// <param name="body">New property values</param>
24742471
/// <param name="onNoContent">a delegate that is called when the remote service returns 204 (NoContent).</param>
@@ -2508,10 +2505,7 @@ public partial class MSGraph
25082505
}
25092506
}
25102507

2511-
/// <summary>
2512-
/// Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity
2513-
/// types.
2514-
/// </summary>
2508+
/// <summary>Update entity in groups</summary>
25152509
/// <param name="viaIdentity"></param>
25162510
/// <param name="body">New property values</param>
25172511
/// <param name="onNoContent">a delegate that is called when the remote service returns 204 (NoContent).</param>

src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdGroup_UpdateExpanded.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Cmdlets
88
using static Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Extensions;
99
using System;
1010

11-
/// <summary>
12-
/// Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity
13-
/// types.
14-
/// </summary>
11+
/// <summary>Update entity in groups</summary>
1512
/// <remarks>
1613
/// [OpenAPI] UpdateGroup=>PATCH:"/groups/{group-id}"
1714
/// </remarks>
1815
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzADGroup_UpdateExpanded", SupportsShouldProcess = true)]
1916
[global::System.Management.Automation.OutputType(typeof(bool))]
20-
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Description(@"Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.")]
17+
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Description(@"Update entity in groups")]
2118
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Generated]
2219
public partial class UpdateAzADGroup_UpdateExpanded : global::System.Management.Automation.PSCmdlet,
2320
Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener

src/Resources/Resources/Az.Resources.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 4/19/2022
6+
# Generated on: 4/21/2022
77
#
88

99
@{

src/Resources/Resources/help/Update-AzADGroup.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ schema: 2.0.0
88
# Update-AzADGroup
99

1010
## SYNOPSIS
11-
Represents an Azure Active Directory object.
12-
The directoryObject type is the base type for many other directory entity types.
11+
Update entity in groups
1312

1413
## SYNTAX
1514

@@ -26,8 +25,7 @@ Update-AzADGroup -ObjectId <String> [-AdditionalProperties <Hashtable>]
2625
```
2726

2827
## DESCRIPTION
29-
Represents an Azure Active Directory object.
30-
The directoryObject type is the base type for many other directory entity types.
28+
Update entity in groups
3129

3230
## EXAMPLES
3331

0 commit comments

Comments
 (0)