Skip to content

Commit 6b9fcd7

Browse files
grace-rehnOctobob
authored andcommitted
Add global powershell edition setting
+semver: feature GitOrigin-RevId: 6847f25d4319f844748e04d1f471e84443700b37
1 parent d64a0b4 commit 6b9fcd7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

source/Octopus.Client.Tests/PublicSurfaceAreaFixture.ThePublicSurfaceAreaShouldNotRegress..NETCore.approved.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3226,6 +3226,7 @@ Octopus.Client.Model
32263226
Octopus.Client.Model.Resource
32273227
{
32283228
.ctor()
3229+
String DefaultPowerShellEdition { get; set; }
32293230
String HelpSidebarSupportLink { get; set; }
32303231
String HelpSidebarSupportLinkLabel { get; set; }
32313232
Boolean IsAutomaticStepUpdatesEnabled { get; set; }

source/Octopus.Server.Client/Model/FeaturesConfigurationResource.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@ public class FeaturesConfigurationResource : Resource
4040

4141
[Writeable]
4242
public bool IsProjectsPageOptimizationEnabled { get; set; }
43+
44+
[Writeable]
45+
public string DefaultPowerShellEdition { get; set; }
4346
}
4447
}

0 commit comments

Comments
 (0)