diff --git a/services/preview/signalr/mgmt/2018-03-01-preview/signalr/models.go b/services/preview/signalr/mgmt/2018-03-01-preview/signalr/models.go index 66c6a2551539..d827439ad115 100644 --- a/services/preview/signalr/mgmt/2018-03-01-preview/signalr/models.go +++ b/services/preview/signalr/mgmt/2018-03-01-preview/signalr/models.go @@ -487,7 +487,7 @@ type RegenerateKeyParameters struct { type Resource struct { // ID - Fully qualified resource Id for the resource. ID *string `json:"id,omitempty"` - // Name - The name of the resouce. + // Name - The name of the resource. Name *string `json:"name,omitempty"` // Type - The type of the service - e.g. "Microsoft.SignalRService/SignalR" Type *string `json:"type,omitempty"` @@ -668,7 +668,7 @@ type ResourceType struct { Tags map[string]*string `json:"tags"` // ID - Fully qualified resource Id for the resource. ID *string `json:"id,omitempty"` - // Name - The name of the resouce. + // Name - The name of the resource. Name *string `json:"name,omitempty"` // Type - The type of the service - e.g. "Microsoft.SignalRService/SignalR" Type *string `json:"type,omitempty"` @@ -793,7 +793,7 @@ type TrackedResource struct { Tags map[string]*string `json:"tags"` // ID - Fully qualified resource Id for the resource. ID *string `json:"id,omitempty"` - // Name - The name of the resouce. + // Name - The name of the resource. Name *string `json:"name,omitempty"` // Type - The type of the service - e.g. "Microsoft.SignalRService/SignalR" Type *string `json:"type,omitempty"` @@ -1036,7 +1036,7 @@ func NewUsageListPage(getNextPage func(context.Context, UsageList) (UsageList, e // UsageName localizable String object containing the name and a localized value. type UsageName struct { - // Value - The indentifier of the usage. + // Value - The identifier of the usage. Value *string `json:"value,omitempty"` // LocalizedValue - Localized name of the usage. LocalizedValue *string `json:"localizedValue,omitempty"` diff --git a/services/signalr/mgmt/2018-10-01/signalr/models.go b/services/signalr/mgmt/2018-10-01/signalr/models.go index 2ede4ce88be7..90d971bb1cdf 100644 --- a/services/signalr/mgmt/2018-10-01/signalr/models.go +++ b/services/signalr/mgmt/2018-10-01/signalr/models.go @@ -487,7 +487,7 @@ type RegenerateKeyParameters struct { type Resource struct { // ID - Fully qualified resource Id for the resource. ID *string `json:"id,omitempty"` - // Name - The name of the resouce. + // Name - The name of the resource. Name *string `json:"name,omitempty"` // Type - The type of the service - e.g. "Microsoft.SignalRService/SignalR" Type *string `json:"type,omitempty"` @@ -668,7 +668,7 @@ type ResourceType struct { Tags map[string]*string `json:"tags"` // ID - Fully qualified resource Id for the resource. ID *string `json:"id,omitempty"` - // Name - The name of the resouce. + // Name - The name of the resource. Name *string `json:"name,omitempty"` // Type - The type of the service - e.g. "Microsoft.SignalRService/SignalR" Type *string `json:"type,omitempty"` @@ -793,7 +793,7 @@ type TrackedResource struct { Tags map[string]*string `json:"tags"` // ID - Fully qualified resource Id for the resource. ID *string `json:"id,omitempty"` - // Name - The name of the resouce. + // Name - The name of the resource. Name *string `json:"name,omitempty"` // Type - The type of the service - e.g. "Microsoft.SignalRService/SignalR" Type *string `json:"type,omitempty"` @@ -1036,7 +1036,7 @@ func NewUsageListPage(getNextPage func(context.Context, UsageList) (UsageList, e // UsageName localizable String object containing the name and a localized value. type UsageName struct { - // Value - The indentifier of the usage. + // Value - The identifier of the usage. Value *string `json:"value,omitempty"` // LocalizedValue - Localized name of the usage. LocalizedValue *string `json:"localizedValue,omitempty"`