Skip to content

Commit

Permalink
Fix #4434: add documentation for AzureEnv parameter in cmdlets (#4452)
Browse files Browse the repository at this point in the history
Co-authored-by: Gautam Sheth <[email protected]>
  • Loading branch information
gautamdsheth and Gautam Sheth authored Oct 18, 2024
1 parent 1f7591f commit 66893db
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 66893db

Please sign in to comment.