Skip to content

Commit

Permalink
release v0.5.8
Browse files Browse the repository at this point in the history
Allow machine catalog with 0 machines. Remove policy set onboarding.
  • Loading branch information
zhuolun-citrix committed May 16, 2024
1 parent c5dbc4f commit 15e4bd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ func getSchemaForMachineCatalogResource() schema.Schema {
Description: "Number of VDA machines allocated in the catalog.",
Required: true,
Validators: []validator.Int64{
int64validator.AtLeast(1),
int64validator.AtLeast(0),
},
},
"network_mapping": schema.SingleNestedAttribute{
Expand Down
4 changes: 0 additions & 4 deletions scripts/onboarding-helper/terraform-onboarding.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,6 @@ function Get-ExistingCVADResources {
"resourceApi" = "Admin/Scopes"
"resourceProviderName" = "admin_scope"
}
"policy_set" = @{
"resourceApi" = "gpo/policySets"
"resourceProviderName" = "policy_set"
}
}

$script:cvadResourcesMap = @{}
Expand Down

0 comments on commit 15e4bd9

Please sign in to comment.