Skip to content

Commit

Permalink
Update resource
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCalligeros95 committed Dec 3, 2024
1 parent d3e8e8f commit 6a74b98
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6283,11 +6283,9 @@ Octopus.Client.Model.Accounts
Octopus.Client.Model.Accounts.AccountResource
{
.ctor()
String[] AccountTestSubjectKeys { get; set; }
Octopus.Client.Model.Accounts.AccountType AccountType { get; }
String Audience { get; set; }
String[] DeploymentSubjectKeys { get; set; }
String[] HealthCheckSubjectKeys { get; set; }
}
class GoogleCloudAccountResource
Octopus.Client.Extensibility.IResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6306,11 +6306,9 @@ Octopus.Client.Model.Accounts
Octopus.Client.Model.Accounts.AccountResource
{
.ctor()
String[] AccountTestSubjectKeys { get; set; }
Octopus.Client.Model.Accounts.AccountType AccountType { get; }
String Audience { get; set; }
String[] DeploymentSubjectKeys { get; set; }
String[] HealthCheckSubjectKeys { get; set; }
}
class GoogleCloudAccountResource
Octopus.Client.Extensibility.IResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,5 @@ public class GenericOidcAccountResource : AccountResource

[Writeable]
public string[] DeploymentSubjectKeys { get; set; }

[Writeable]
public string[] HealthCheckSubjectKeys { get; set; }

[Writeable]
public string[] AccountTestSubjectKeys { get; set; }
}
}

0 comments on commit 6a74b98

Please sign in to comment.