From 75638629e80d1bbc019c45d30ee4b78fa23e2a9b Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Tue, 5 May 2020 18:49:11 +0000 Subject: [PATCH] Generated from 46407f924c614e2b4944ef07b247f5a8ab787513 accessPolicies property can be omitted --- .../healthcareapis/v2018_08_20_preview/ServicesProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/healthcareapis/mgmt-v2018_08_20_preview/src/main/java/com/microsoft/azure/management/healthcareapis/v2018_08_20_preview/ServicesProperties.java b/sdk/healthcareapis/mgmt-v2018_08_20_preview/src/main/java/com/microsoft/azure/management/healthcareapis/v2018_08_20_preview/ServicesProperties.java index 9080e9382570a..1f6dc03c04376 100644 --- a/sdk/healthcareapis/mgmt-v2018_08_20_preview/src/main/java/com/microsoft/azure/management/healthcareapis/v2018_08_20_preview/ServicesProperties.java +++ b/sdk/healthcareapis/mgmt-v2018_08_20_preview/src/main/java/com/microsoft/azure/management/healthcareapis/v2018_08_20_preview/ServicesProperties.java @@ -26,7 +26,7 @@ public class ServicesProperties { /** * The access policies of the service instance. */ - @JsonProperty(value = "accessPolicies", required = true) + @JsonProperty(value = "accessPolicies") private List accessPolicies; /**