From d0416ca04c71ecc88bd2226c8f4eae45ee678b24 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Wed, 8 Aug 2018 11:08:14 -0700 Subject: [PATCH] Generated from 272debceab4e4b56bffbbf0cdb5951f16b86bfc1 (#2423) Bug fix on readonly property --- .../mgmt/2018-06-01-preview/apimanagement/models.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/preview/apimanagement/mgmt/2018-06-01-preview/apimanagement/models.go b/services/preview/apimanagement/mgmt/2018-06-01-preview/apimanagement/models.go index 1560de69becf..4b5092fdc1d9 100644 --- a/services/preview/apimanagement/mgmt/2018-06-01-preview/apimanagement/models.go +++ b/services/preview/apimanagement/mgmt/2018-06-01-preview/apimanagement/models.go @@ -3623,7 +3623,7 @@ type GroupContractProperties struct { BuiltIn *bool `json:"builtIn,omitempty"` // Type - Group type. Possible values include: 'Custom', 'System', 'External' Type GroupType `json:"type,omitempty"` - // ExternalID - For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://.onmicrosoft.com/groups/; otherwise the value is null. + // ExternalID - For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://.onmicrosoft.com/groups/`; otherwise the value is null. ExternalID *string `json:"externalId,omitempty"` } @@ -3674,7 +3674,7 @@ type GroupCreateParametersProperties struct { Description *string `json:"description,omitempty"` // Type - Group type. Possible values include: 'Custom', 'System', 'External' Type GroupType `json:"type,omitempty"` - // ExternalID - Identifier of the external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://.onmicrosoft.com/groups/; otherwise the value is null. + // ExternalID - Identifier of the external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://.onmicrosoft.com/groups/`; otherwise the value is null. ExternalID *string `json:"externalId,omitempty"` } @@ -3725,7 +3725,7 @@ type GroupUpdateParametersProperties struct { Description *string `json:"description,omitempty"` // Type - Group type. Possible values include: 'Custom', 'System', 'External' Type GroupType `json:"type,omitempty"` - // ExternalID - Identifier of the external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://.onmicrosoft.com/groups/; otherwise the value is null. + // ExternalID - Identifier of the external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://.onmicrosoft.com/groups/`; otherwise the value is null. ExternalID *string `json:"externalId,omitempty"` }