File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,15 +72,15 @@ To turn off for an app using the app settings:
72
72
To turn off for an app using PowerShell:
73
73
74
74
``` powershell
75
- $ Set-PowerAppSettings -AppName 'AppName' -DraftingCopilotEnabled $false
75
+ Set-PowerAppSettings -AppName 'AppName' -DraftingCopilotEnabled $false
76
76
```
77
77
78
78
### Turn off text assistance for an environment
79
79
80
80
To turn off text assistance for a specific environment, use the following cmdlet.
81
81
82
82
``` powershell
83
- $ Set-AdminPowerAppEnvironmentCopilotSettings -EnvironmentName 'EnvironmentName' -AppDraftingCopilotEnabled $false
83
+ Set-AdminPowerAppEnvironmentCopilotSettings -EnvironmentName 'EnvironmentName' -AppDraftingCopilotEnabled $false
84
84
```
85
85
86
86
## Known issue
You can’t perform that action at this time.
0 commit comments