You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
group = {}
group['e_tag'] = e_tag
group['property'] = {} # need this line
return client.create(resource_group_name=resource_group_name,
project_name=project_name,
group_name=group_name,
group=group)
The text was updated successfully, but these errors were encountered:
for this required property: https://github.com/Azure/azure-rest-api-specs/blob/master/specification/migrate/resource-manager/Microsoft.Migrate/stable/2019-10-01/migrate.json#L264
generated code don't set default value {}
Expected:
The text was updated successfully, but these errors were encountered: