From cbf1a79dedb4aed0cc069e88fc4a7dfd30fd04d4 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Sat, 1 Dec 2018 06:53:37 +0000 Subject: [PATCH] Generated from 0f5faf9b3f417c79e23b5360aed6c7d56d5dea91 typo: cognitiveservices/data-plane/EntitySearch - countr -> country --- services/cognitiveservices/v1.0/entitysearch/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cognitiveservices/v1.0/entitysearch/models.go b/services/cognitiveservices/v1.0/entitysearch/models.go index 2aeb04a0117c..01d7ae299189 100644 --- a/services/cognitiveservices/v1.0/entitysearch/models.go +++ b/services/cognitiveservices/v1.0/entitysearch/models.go @@ -9988,7 +9988,7 @@ type PostalAddress struct { PostOfficeBoxNumber *string `json:"postOfficeBoxNumber,omitempty"` // AddressCountry - The country/region where the street address is located. This could be the two-letter ISO code. For example, US, or the full name, United States. AddressCountry *string `json:"addressCountry,omitempty"` - // CountryIso - The two letter ISO code of this countr. For example, US. + // CountryIso - The two letter ISO code of this country. For example, US. CountryIso *string `json:"countryIso,omitempty"` // Neighborhood - The neighborhood where the street address is located. For example, Westlake. Neighborhood *string `json:"neighborhood,omitempty"`