Skip to content

Commit

Permalink
Merge pull request #5843 from ykuijs/Dev
Browse files Browse the repository at this point in the history
Correct issue in schema PPTenantSettings
  • Loading branch information
ykuijs authored Feb 26, 2025
2 parents 3edd21d + d4a1678 commit bfb6c5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# UNRELEASED

* PPTenantSettings
* Corrected issue in the resource schema. The description was a multi-line
string, which is not allowed.
* TeamsChannel
* Apply ordering during export.
FIXES [#5829](https://github.com/microsoft/Microsoft365DSC/issues/5829)
Expand All @@ -10,7 +13,6 @@
* TeamsUser
* Apply ordering during export.


# 1.25.219.3

* AADApplication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ class MSFT_PPTenantSettings : OMI_BaseResource
[Write, Description("Allow people to use AI to generate an app based on an image. Default value is false.")] Boolean DisableCreateFromImage;
[Write, Description("Gets or sets a value indicating whether non-admin users in the tenant can share connections with everyone. Default value is false.")] Boolean DisableConnectionSharingWithEveryone;
[Write, Description("TBD")] Boolean AllowNewOrgChannelDefault;
[Write, Description("Disables cloud flows copilot in Power Automate.

It doesn't control the ability to add AI-related connectors or actions in the flow designer. For example, the Skills connector or AI Builder creates text with a GPT action. Default value is false.")] Boolean DisableCopilot;
[Write, Description("Disables cloud flows copilot in Power Automate. It doesn't control the ability to add AI-related connectors or actions in the flow designer. For example, the Skills connector or AI Builder creates text with a GPT action. Default value is false.")] Boolean DisableCopilot;
[Write, Description("Disables the copilot-enhanced help feature within Power Automate to enhance answers on product documentation through Bing Search. Default value is false.")] Boolean DisableCopilotWithBing;
[Write, Description("Disables the weekly admin digest email for Managed Environments. Default value is false.")] Boolean DisableAdminDigest;
[Write, Description("Ignore the Teams group-preferred data location when provisioning a Teams environment. Default value is false.")] Boolean DisablePreferredDataLocationForTeamsEnvironment;
Expand Down

0 comments on commit bfb6c5a

Please sign in to comment.