Skip to content

Commit 0121c3b

Browse files
authored
Merge pull request Azure#734 from msewaweru/pr-710-redo
Corrected a typo in the property descriptions
2 parents 313516b + 058c5e8 commit 0121c3b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

azureadps-1.0/MSOnline/Get-MsolUser.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -456,15 +456,15 @@ In this case, the user should be licensed with 30 days to avoid losing their mai
456456
457457
* PasswordNeverExpires. Whether the user's password should be forced to change every 90 days.
458458
459-
* Phone Number. The user's phone number.
459+
* PhoneNumber. The user's phone number.
460460
461-
* Postal Code. The user's postal code.
461+
* PostalCode. The user's postal code.
462462
463-
* Preferred Data Location. The user's preferred data location.
463+
* PreferredDataLocation. The user's preferred data location.
464464
465-
* Preferred Language. The user's preferred language.
465+
* PreferredLanguage. The user's preferred language.
466466
467-
* Proxy Addresses. The proxy addresses associated with this user.
467+
* ProxyAddresses. The proxy addresses associated with this user.
468468
469469
* State. The user's state.
470470

azureadps-2.0/AzureAD/New-AzureADApplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Accept wildcard characters: False
369369
```
370370
371371
### -Oauth2RequirePostResponse
372-
Set this to true if an Oauth2 psot response is required
372+
Set this to true if an Oauth2 post response is required
373373
374374
```yaml
375375
Type: Boolean

0 commit comments

Comments
 (0)