Skip to content

Commit f74e7ca

Browse files
desrucOctobob
authored andcommitted
Removed ReportDeploymentCountOverTimeResource, NumericReportData, and NumericReportSeries following the removal of the deprecated reporting/deployments-counted-by-week endpoint
OctopusDeploy/Issues#9936 +semver: breaking GitOrigin-RevId: 482e01a529f4c97779c46fbc980afd9aaae64883
1 parent de4e65d commit f74e7ca

File tree

4 files changed

+0
-51
lines changed

4 files changed

+0
-51
lines changed

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

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4284,18 +4284,6 @@ Octopus.Client.Model
42844284
Octopus.Client.Model.SensitiveValue Password { get; set; }
42854285
String Username { get; set; }
42864286
}
4287-
class NumericReportData
4288-
{
4289-
.ctor()
4290-
String[] Labels { get; set; }
4291-
Octopus.Client.Model.NumericReportSeries[] Series { get; set; }
4292-
}
4293-
class NumericReportSeries
4294-
{
4295-
.ctor()
4296-
Double[] Data { get; set; }
4297-
String Label { get; set; }
4298-
}
42994287
class OciRegistryFeedResource
43004288
Octopus.Client.Extensibility.IResource
43014289
Octopus.Client.Model.IAuditedResource
@@ -5032,15 +5020,6 @@ Octopus.Client.Model
50325020
String VersioningPackageReferenceName { get; set; }
50335021
String VersioningPackageStepName { get; set; }
50345022
}
5035-
class ReportDeploymentCountOverTimeResource
5036-
Octopus.Client.Extensibility.IResource
5037-
Octopus.Client.Model.IAuditedResource
5038-
Octopus.Client.Model.Resource
5039-
{
5040-
.ctor()
5041-
String ProjectId { get; set; }
5042-
Octopus.Client.Model.NumericReportData ReportData { get; set; }
5043-
}
50445023
abstract class Resource
50455024
Octopus.Client.Extensibility.IResource
50465025
Octopus.Client.Model.IAuditedResource

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

Lines changed: 0 additions & 10 deletions
This file was deleted.

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

Lines changed: 0 additions & 10 deletions
This file was deleted.

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

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)