Skip to content

Commit

Permalink
Fix #4434: add documentation for AzureEnv parameter in cmdlets
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Sheth committed Oct 18, 2024
1 parent 9a83b8e commit 3a85f9a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions documentation/Register-PnPAzureADApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,22 @@ Position: Named
Accept pipeline input: False
```
### -AzureEnvironment
The Azure environment to use for authentication, the defaults to 'Production' which is the main Azure environment.
```yaml
Type: AzureEnvironment
Parameter Sets: (All)
Aliases:
Accepted values: Production, PPE, China, Germany, USGovernment, USGovernmentHigh, USGovernmentDoD, Custom

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -LogoFilePath
Sets the logo for the Azure AD application. Provide a full path to a local image file on your disk which you want to use as the logo.
Expand Down
16 changes: 16 additions & 0 deletions documentation/Register-PnPEntraIDAppForInteractiveLogin.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,22 @@ Position: Named
Accept pipeline input: False
```
### -AzureEnvironment
The Azure environment to use for authentication, the defaults to 'Production' which is the main Azure environment.
```yaml
Type: AzureEnvironment
Parameter Sets: (All)
Aliases:
Accepted values: Production, PPE, China, Germany, USGovernment, USGovernmentHigh, USGovernmentDoD, Custom

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -LogoFilePath
Sets the logo for the Azure AD application. Provide a full path to a local image file on your disk which you want to use as the logo.
Expand Down

0 comments on commit 3a85f9a

Please sign in to comment.