diff --git a/sdk/cognitiveservices/mgmt-v2017_04_18/src/main/java/com/microsoft/azure/management/cognitiveservices/v2017_04_18/CognitiveServicesAccountProperties.java b/sdk/cognitiveservices/mgmt-v2017_04_18/src/main/java/com/microsoft/azure/management/cognitiveservices/v2017_04_18/CognitiveServicesAccountProperties.java index 2803e69cc66a..3e855d28ab98 100644 --- a/sdk/cognitiveservices/mgmt-v2017_04_18/src/main/java/com/microsoft/azure/management/cognitiveservices/v2017_04_18/CognitiveServicesAccountProperties.java +++ b/sdk/cognitiveservices/mgmt-v2017_04_18/src/main/java/com/microsoft/azure/management/cognitiveservices/v2017_04_18/CognitiveServicesAccountProperties.java @@ -36,14 +36,6 @@ public class CognitiveServicesAccountProperties { @JsonProperty(value = "internalId", access = JsonProperty.Access.WRITE_ONLY) private String internalId; - /** - * Gets the capabilities of the cognitive services account. Each item - * indicates a specific feature is supported by this account. The value is - * read only and for reference only. - */ - @JsonProperty(value = "capabilities", access = JsonProperty.Access.WRITE_ONLY) - private List capabilities; - /** * Optional subdomain name used for token-based authentication. */ @@ -117,15 +109,6 @@ public String internalId() { return this.internalId; } - /** - * Get gets the capabilities of the cognitive services account. Each item indicates a specific feature is supported by this account. The value is read only and for reference only. - * - * @return the capabilities value - */ - public List capabilities() { - return this.capabilities; - } - /** * Get optional subdomain name used for token-based authentication. *