Skip to content

Commit adb3bd4

Browse files
matt-edwards-octoOctobob
authored andcommitted
Added support for the new IsProjectsPageOnboardingEnabled property in the FeaturesConfigurationResource.
OctopusDeploy/Issues#9792 +semver: minor GitOrigin-RevId: 5ad2366e298ec816c93f2ed369d40f38b7125f83
1 parent f754dd1 commit adb3bd4

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
@@ -3238,6 +3238,7 @@ Octopus.Client.Model
32383238
Boolean IsHelpSidebarEnabled { get; set; }
32393239
Boolean IsKubernetesCloudTargetDiscoveryEnabled { get; set; }
32403240
Boolean IsNavigationVisualUpliftEnabled { get; set; }
3241+
Boolean IsProjectsPageOnboardingEnabled { get; set; }
32413242
Boolean IsProjectsPageOptimizationEnabled { get; set; }
32423243
}
32433244
class FeedResource

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ public class FeaturesConfigurationResource : Resource
4141
[Writeable]
4242
public bool IsProjectsPageOptimizationEnabled { get; set; }
4343

44+
[Writeable]
45+
public bool IsProjectsPageOnboardingEnabled { get; set; }
46+
4447
[Writeable]
4548
public string DefaultPowerShellEdition { get; set; }
4649
}

0 commit comments

Comments
 (0)