Skip to content

Commit 8f26685

Browse files
Move Resources to main (#24401)
1 parent 6949082 commit 8f26685

File tree

206 files changed

+4924
-1904
lines changed

Some content is hidden

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

206 files changed

+4924
-1904
lines changed

src/Resources/Authorization.Autorest/Az.Authorization.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
GUID = '90ee7f74-51af-4e60-ae68-70c82d6f9606'
2+
GUID = 'e635c7d3-6095-451d-a4d8-a32d3c28de6b'
33
RootModule = './Az.Authorization.psm1'
44
ModuleVersion = '0.1.0'
55
CompatiblePSEditions = 'Core', 'Desktop'

src/Resources/Authorization.Autorest/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
This directory contains the PowerShell module for the Authorization service.
44

55
---
6-
76
## Info
87
- Modifiable: yes
98
- Generated: all

src/Resources/Authorization.Autorest/help/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: 90ee7f74-51af-4e60-ae68-70c82d6f9606
3+
Module Guid: e635c7d3-6095-451d-a4d8-a32d3c28de6b
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.authorization
55
Help Version: 1.0.0.0
66
Locale: en-US

src/Resources/MSGraph.Autorest/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This directory contains the PowerShell module for the MSGraph service.
44

55
---
6+
## Status
7+
[![Az.MSGraph](https://img.shields.io/powershellgallery/v/Az.MSGraph.svg?style=flat-square&label=Az.MSGraph "Az.MSGraph")](https://www.powershellgallery.com/packages/Az.MSGraph/)
68

79
## Info
810
- Modifiable: yes

src/Resources/MSGraph.Autorest/custom/Get-AzADApplication.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ process {
211211
'OwnedApplicationParameterSet' {
212212
$null = $PSBoundParameters.Remove("OwnedApplication")
213213
[System.Array]$apps = . Az.MSGraph.internal\Get-AzADUserOwnedApplication @PSBoundParameters
214-
$PSCmdlet.WriteObject($apps)
214+
$PSCmdlet.WriteObject($apps, $true)
215215
return
216216
}
217217
default {

src/Resources/Resources/Az.Resources.psd1

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/29/2024
6+
# Generated on: 3/17/2024
77
#
88

99
@{
@@ -57,9 +57,9 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.16.0'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Authorization.Autorest/bin/Az.Authorization.private.dll',
60-
'Microsoft.Azure.PowerShell.Authorization.Management.Sdk.dll',
6160
'Microsoft.Azure.Management.ManagementGroups.dll',
6261
'Microsoft.Azure.Management.ResourceManager.dll',
62+
'Microsoft.Azure.PowerShell.Authorization.Management.Sdk.dll',
6363
'Microsoft.Azure.PowerShell.Resources.Management.Sdk.dll',
6464
'Microsoft.Extensions.Caching.Abstractions.dll',
6565
'Microsoft.Extensions.Caching.Memory.dll',
@@ -70,10 +70,10 @@ RequiredAssemblies = 'Authorization.Autorest/bin/Az.Authorization.private.dll',
7070
'System.Runtime.CompilerServices.Unsafe.dll'
7171

7272
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
73-
# ScriptsToProcess = @()
73+
ScriptsToProcess = @()
7474

7575
# Type files (.ps1xml) to be loaded when importing this module
76-
# TypesToProcess = @()
76+
TypesToProcess = @()
7777

7878
# Format files (.ps1xml) to be loaded when importing this module
7979
FormatsToProcess = 'Authorization.Autorest/Az.Authorization.format.ps1xml',
@@ -241,7 +241,9 @@ PrivateData = @{
241241
PSData = @{
242242

243243
# Tags applied to this module. These help with module discovery in online galleries.
244-
Tags = 'Azure','ResourceManager','ARM','Provider','ResourceGroup','Deployment','ActiveDirectory','Authorization','Management','ManagementGroups','Tags'
244+
Tags = 'Azure', 'ResourceManager', 'ARM', 'Provider', 'ResourceGroup',
245+
'Deployment', 'ActiveDirectory', 'Authorization', 'Management',
246+
'ManagementGroups', 'Tags'
245247

246248
# A URL to the license for this module.
247249
LicenseUri = 'https://aka.ms/azps-license'
@@ -270,7 +272,7 @@ PrivateData = @{
270272

271273
} # End of PSData hashtable
272274

273-
} # End of PrivateData hashtable
275+
} # End of PrivateData hashtable
274276

275277
# HelpInfo URI of this module
276278
# HelpInfoURI = ''

src/Resources/Resources/help/Add-AzADAppPermission.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Adds an API permission.
1515
### ObjectIdParameterSet (Default)
1616
```
1717
Add-AzADAppPermission -ApiId <Guid> -PermissionId <String> -ObjectId <Guid> [-Type <String>]
18-
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### AppIdParameterSet
2222
```
2323
Add-AzADAppPermission -ApiId <Guid> -PermissionId <String> [-Type <String>] -ApplicationId <Guid>
24-
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
24+
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -102,7 +102,7 @@ Accept wildcard characters: False
102102
```
103103
104104
### -ObjectId
105-
The unique identifier in Microsoft Entra ID.
105+
The unique identifier in Azure AD.
106106
107107
```yaml
108108
Type: System.Guid
@@ -131,6 +131,21 @@ Accept pipeline input: False
131131
Accept wildcard characters: False
132132
```
133133
134+
### -ProgressAction
135+
{{ Fill ProgressAction Description }}
136+
137+
```yaml
138+
Type: System.Management.Automation.ActionPreference
139+
Parameter Sets: (All)
140+
Aliases: proga
141+
142+
Required: False
143+
Position: Named
144+
Default value: None
145+
Accept pipeline input: False
146+
Accept wildcard characters: False
147+
```
148+
134149
### -Type
135150
Specifies whether the id property references an oauth2PermissionScopes(Scope, delegated permission) or an appRole(Role, application permission).
136151

0 commit comments

Comments
 (0)