forked from KelvinTegelaar/CIPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
- Loading branch information
Showing
5 changed files
with
68 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -909,6 +909,33 @@ | |
"powershellEquivalent": "Graph API", | ||
"recommendedBy": [] | ||
}, | ||
{ | ||
"name": "standards.UserPreferredLanguage", | ||
"cat": "Entra (AAD) Standards", | ||
"tag": [], | ||
"helpText": "Sets the preferred language property for all users in the tenant. This will override the user's language settings.", | ||
"docsDescription": "Sets the preferred language property for all users in the tenant. This will override the user's language settings.", | ||
"addedComponent": [ | ||
{ | ||
"type": "autoComplete", | ||
"multiple": false, | ||
"creatable": false, | ||
"name": "standards.UserPreferredLanguage.preferredLanguage", | ||
"label": "Preferred Language", | ||
"api": { | ||
"url": "/languageList.json", | ||
"labelField": "language", | ||
"valueField": "tag" | ||
} | ||
} | ||
], | ||
"label": "Preferred language for all users", | ||
"impact": "High Impact", | ||
"impactColour": "info", | ||
"addedDate": "2025-02-26", | ||
"powershellEquivalent": "Update-MgUser -UserId [email protected] -BodyParameter @{preferredLanguage='en-US'}", | ||
"recommendedBy": [] | ||
}, | ||
{ | ||
"name": "standards.OutBoundSpamAlert", | ||
"cat": "Exchange Standards", | ||
|
@@ -3206,7 +3233,8 @@ | |
{ | ||
"type": "textField", | ||
"name": "standards.AutopilotStatusPage.ErrorMessage", | ||
"label": "Custom Error Message" | ||
"label": "Custom Error Message", | ||
"required": false | ||
}, | ||
{ | ||
"type": "switch", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters