From 2e5e92c1a245fc8a929a0afef19e328af95dd6bb Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Sun, 21 Oct 2018 14:50:26 -0700 Subject: [PATCH] [AutoPR resources/resource-manager] added to description of allowed characters for resource group name (#3085) * Generated from 773581c3a2be72522eb2bc770800bbef994454d3 added to description of allowed characters for resource group name * Generated from 3d920ef4d7524961f809597d3f47f70cfce462ef changed description --- services/resources/mgmt/2018-05-01/resources/groups.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/resources/mgmt/2018-05-01/resources/groups.go b/services/resources/mgmt/2018-05-01/resources/groups.go index d7ccb8b6cb42..81b9147696a9 100644 --- a/services/resources/mgmt/2018-05-01/resources/groups.go +++ b/services/resources/mgmt/2018-05-01/resources/groups.go @@ -114,7 +114,9 @@ func (client GroupsClient) CheckExistenceResponder(resp *http.Response) (result // CreateOrUpdate creates or updates a resource group. // Parameters: -// resourceGroupName - the name of the resource group to create or update. +// resourceGroupName - the name of the resource group to create or update. Can include alphanumeric, +// underscore, parentheses, hyphen, period (except at end), and Unicode characters that match the allowed +// characters. // parameters - parameters supplied to the create or update a resource group. func (client GroupsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, parameters Group) (result Group, err error) { if err := validation.Validate([]validation.Validation{