Skip to content

Commit

Permalink
properties not required on resourcegroups
Browse files Browse the repository at this point in the history
Signed-off-by: vinayada1 <28875764+vinayada1@users.noreply.github.com>
  • Loading branch information
vinayada1 committed Jan 12, 2024
1 parent fe76ae7 commit 2a27e3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/ucp/api/v20231001preview/zz_generated_models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1736,9 +1736,6 @@
]
}
},
"required": [
"properties"
],
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource"
Expand Down
2 changes: 1 addition & 1 deletion typespec/UCP/resourcegroups.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ using OpenAPI;
namespace Ucp;

@doc("The resource group resource")
model ResourceGroupResource is TrackedResourceRequired<ResourceGroupProperties, "resourceGroups"> {
model ResourceGroupResource is TrackedResource<ResourceGroupProperties> {
@doc("The name of resource group")
@path
@key("resourceGroupName")
Expand Down

0 comments on commit 2a27e3d

Please sign in to comment.