diff --git a/eventgrid/resource-manager/v2018_01_01/pom.xml b/eventgrid/resource-manager/v2018_01_01/pom.xml
index 8f738f582dd4..737d593be6e4 100644
--- a/eventgrid/resource-manager/v2018_01_01/pom.xml
+++ b/eventgrid/resource-manager/v2018_01_01/pom.xml
@@ -1,133 +1,133 @@
-
-
- 4.0.0
- com.microsoft.azure.eventgrid.v2018_01_01
-
- com.microsoft.azure
- azure-arm-parent
- 0.0.2-beta
- ../../../pom.xml
-
- azure-mgmt-eventgrid
- 1.0.0-beta
- jar
- Microsoft Azure SDK for EventGrid Management
- This package contains Microsoft EventGrid Management SDK.
- https://github.com/Azure/azure-libraries-for-java
-
-
- The MIT License (MIT)
- http://opensource.org/licenses/MIT
- repo
-
-
-
- scm:git:https://github.com/Azure/azure-libraries-for-java
- scm:git:git@github.com:Azure/azure-libraries-for-java.git
- HEAD
-
-
- UTF-8
-
-
-
-
- microsoft
- Microsoft
-
-
-
-
- com.microsoft.azure
- azure-client-runtime
-
-
- com.microsoft.azure
- azure-arm-client-runtime
-
-
- junit
- junit
- test
-
-
- com.microsoft.azure
- azure-client-authentication
- test
-
-
- com.microsoft.azure
- azure-mgmt-resources
- test
-
-
- com.microsoft.azure
- azure-arm-client-runtime
- test-jar
- test
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- true
- true
-
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.1
-
- 1.7
- 1.7
-
-
- com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
-
-
- true
- true
-
- true
- true
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.8
-
- *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
-
-
- /**
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for
- * license information.
- */
- ]]>
-
-
-
-
-
-
+
+
+ 4.0.0
+ com.microsoft.azure.eventgrid.v2018_01_01
+
+ com.microsoft.azure
+ azure-arm-parent
+ 0.0.2-beta
+ ../../../pom.xml
+
+ azure-mgmt-eventgrid
+ 1.0.0-beta
+ jar
+ Microsoft Azure SDK for EventGrid Management
+ This package contains Microsoft EventGrid Management SDK.
+ https://github.com/Azure/azure-libraries-for-java
+
+
+ The MIT License (MIT)
+ http://opensource.org/licenses/MIT
+ repo
+
+
+
+ scm:git:https://github.com/Azure/azure-libraries-for-java
+ scm:git:git@github.com:Azure/azure-libraries-for-java.git
+ HEAD
+
+
+ UTF-8
+
+
+
+
+ microsoft
+ Microsoft
+
+
+
+
+ com.microsoft.azure
+ azure-client-runtime
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+
+
+ junit
+ junit
+ test
+
+
+ com.microsoft.azure
+ azure-client-authentication
+ test
+
+
+ com.microsoft.azure
+ azure-mgmt-resources
+ test
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+ test-jar
+ test
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ true
+
+
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.1
+
+ 1.7
+ 1.7
+
+
+ com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
+
+
+ true
+ true
+
+ true
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.8
+
+ *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
+
+
+ /**
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for
+ * license information.
+ */
+ ]]>
+
+
+
+
+
+
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/EventHubEventSubscriptionDestination.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/EventHubEventSubscriptionDestination.java
index 6cdaf398953d..fad21465afa0 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/EventHubEventSubscriptionDestination.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/EventHubEventSubscriptionDestination.java
@@ -28,7 +28,7 @@ public class EventHubEventSubscriptionDestination extends EventSubscriptionDesti
private String resourceId;
/**
- * Get the resourceId value.
+ * Get the Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
*
* @return the resourceId value
*/
@@ -37,7 +37,7 @@ public String resourceId() {
}
/**
- * Set the resourceId value.
+ * Set the Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
*
* @param resourceId the resourceId value to set
* @return the EventHubEventSubscriptionDestination object itself.
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/EventSubscriptionFilter.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/EventSubscriptionFilter.java
index daa947fbfcc9..88a75a707c22 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/EventSubscriptionFilter.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/EventSubscriptionFilter.java
@@ -50,7 +50,9 @@ public class EventSubscriptionFilter {
private Boolean isSubjectCaseSensitive;
/**
- * Get the subjectBeginsWith value.
+ * Get an optional string to filter events for an event subscription based on a resource path prefix.
+ The format of this depends on the publisher of the events.
+ Wildcard characters are not supported in this path.
*
* @return the subjectBeginsWith value
*/
@@ -59,7 +61,9 @@ public String subjectBeginsWith() {
}
/**
- * Set the subjectBeginsWith value.
+ * Set an optional string to filter events for an event subscription based on a resource path prefix.
+ The format of this depends on the publisher of the events.
+ Wildcard characters are not supported in this path.
*
* @param subjectBeginsWith the subjectBeginsWith value to set
* @return the EventSubscriptionFilter object itself.
@@ -70,7 +74,8 @@ public EventSubscriptionFilter withSubjectBeginsWith(String subjectBeginsWith) {
}
/**
- * Get the subjectEndsWith value.
+ * Get an optional string to filter events for an event subscription based on a resource path suffix.
+ Wildcard characters are not supported in this path.
*
* @return the subjectEndsWith value
*/
@@ -79,7 +84,8 @@ public String subjectEndsWith() {
}
/**
- * Set the subjectEndsWith value.
+ * Set an optional string to filter events for an event subscription based on a resource path suffix.
+ Wildcard characters are not supported in this path.
*
* @param subjectEndsWith the subjectEndsWith value to set
* @return the EventSubscriptionFilter object itself.
@@ -90,7 +96,8 @@ public EventSubscriptionFilter withSubjectEndsWith(String subjectEndsWith) {
}
/**
- * Get the includedEventTypes value.
+ * Get a list of applicable event types that need to be part of the event subscription.
+ If it is desired to subscribe to all event types, the string "all" needs to be specified as an element in this list.
*
* @return the includedEventTypes value
*/
@@ -99,7 +106,8 @@ public List includedEventTypes() {
}
/**
- * Set the includedEventTypes value.
+ * Set a list of applicable event types that need to be part of the event subscription.
+ If it is desired to subscribe to all event types, the string "all" needs to be specified as an element in this list.
*
* @param includedEventTypes the includedEventTypes value to set
* @return the EventSubscriptionFilter object itself.
@@ -110,7 +118,8 @@ public EventSubscriptionFilter withIncludedEventTypes(List includedEvent
}
/**
- * Get the isSubjectCaseSensitive value.
+ * Get specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter
+ should be compared in a case sensitive manner.
*
* @return the isSubjectCaseSensitive value
*/
@@ -119,7 +128,8 @@ public Boolean isSubjectCaseSensitive() {
}
/**
- * Set the isSubjectCaseSensitive value.
+ * Set specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter
+ should be compared in a case sensitive manner.
*
* @param isSubjectCaseSensitive the isSubjectCaseSensitive value to set
* @return the EventSubscriptionFilter object itself.
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/EventSubscriptionUpdateParameters.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/EventSubscriptionUpdateParameters.java
index 6027bb27ed9e..8b2358ed8721 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/EventSubscriptionUpdateParameters.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/EventSubscriptionUpdateParameters.java
@@ -35,7 +35,7 @@ public class EventSubscriptionUpdateParameters {
private List labels;
/**
- * Get the destination value.
+ * Get information about the destination where events have to be delivered for the event subscription.
*
* @return the destination value
*/
@@ -44,7 +44,7 @@ public EventSubscriptionDestination destination() {
}
/**
- * Set the destination value.
+ * Set information about the destination where events have to be delivered for the event subscription.
*
* @param destination the destination value to set
* @return the EventSubscriptionUpdateParameters object itself.
@@ -55,7 +55,7 @@ public EventSubscriptionUpdateParameters withDestination(EventSubscriptionDestin
}
/**
- * Get the filter value.
+ * Get information about the filter for the event subscription.
*
* @return the filter value
*/
@@ -64,7 +64,7 @@ public EventSubscriptionFilter filter() {
}
/**
- * Set the filter value.
+ * Set information about the filter for the event subscription.
*
* @param filter the filter value to set
* @return the EventSubscriptionUpdateParameters object itself.
@@ -75,7 +75,7 @@ public EventSubscriptionUpdateParameters withFilter(EventSubscriptionFilter filt
}
/**
- * Get the labels value.
+ * Get list of user defined labels.
*
* @return the labels value
*/
@@ -84,7 +84,7 @@ public List labels() {
}
/**
- * Set the labels value.
+ * Set list of user defined labels.
*
* @param labels the labels value to set
* @return the EventSubscriptionUpdateParameters object itself.
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/OperationInfo.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/OperationInfo.java
index 4dcbde05fd83..747cedc92287 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/OperationInfo.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/OperationInfo.java
@@ -39,7 +39,7 @@ public class OperationInfo {
private String description;
/**
- * Get the provider value.
+ * Get name of the provider.
*
* @return the provider value
*/
@@ -48,7 +48,7 @@ public String provider() {
}
/**
- * Set the provider value.
+ * Set name of the provider.
*
* @param provider the provider value to set
* @return the OperationInfo object itself.
@@ -59,7 +59,7 @@ public OperationInfo withProvider(String provider) {
}
/**
- * Get the resource value.
+ * Get name of the resource type.
*
* @return the resource value
*/
@@ -68,7 +68,7 @@ public String resource() {
}
/**
- * Set the resource value.
+ * Set name of the resource type.
*
* @param resource the resource value to set
* @return the OperationInfo object itself.
@@ -79,7 +79,7 @@ public OperationInfo withResource(String resource) {
}
/**
- * Get the operation value.
+ * Get name of the operation.
*
* @return the operation value
*/
@@ -88,7 +88,7 @@ public String operation() {
}
/**
- * Set the operation value.
+ * Set name of the operation.
*
* @param operation the operation value to set
* @return the OperationInfo object itself.
@@ -99,7 +99,7 @@ public OperationInfo withOperation(String operation) {
}
/**
- * Get the description value.
+ * Get description of the operation.
*
* @return the description value
*/
@@ -108,7 +108,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set description of the operation.
*
* @param description the description value to set
* @return the OperationInfo object itself.
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/Topic.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/Topic.java
index 95abbbe1207d..76f0e940cdda 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/Topic.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/Topic.java
@@ -10,12 +10,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.Resource;
+import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasResourceGroup;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azure.arm.model.Updatable;
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
-import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.eventgrid.v2018_01_01.implementation.EventGridManager;
import com.microsoft.azure.management.eventgrid.v2018_01_01.implementation.TopicInner;
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/TopicRegenerateKeyRequest.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/TopicRegenerateKeyRequest.java
index 56a287efefd8..967f308b8c2a 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/TopicRegenerateKeyRequest.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/TopicRegenerateKeyRequest.java
@@ -21,7 +21,7 @@ public class TopicRegenerateKeyRequest {
private String keyName;
/**
- * Get the keyName value.
+ * Get key name to regenerate key1 or key2.
*
* @return the keyName value
*/
@@ -30,7 +30,7 @@ public String keyName() {
}
/**
- * Set the keyName value.
+ * Set key name to regenerate key1 or key2.
*
* @param keyName the keyName value to set
* @return the TopicRegenerateKeyRequest object itself.
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/TopicUpdateParameters.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/TopicUpdateParameters.java
index 4ce11ffe55c4..1d34807931e9 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/TopicUpdateParameters.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/TopicUpdateParameters.java
@@ -22,7 +22,7 @@ public class TopicUpdateParameters {
private Map tags;
/**
- * Get the tags value.
+ * Get tags of the resource.
*
* @return the tags value
*/
@@ -31,7 +31,7 @@ public Map tags() {
}
/**
- * Set the tags value.
+ * Set tags of the resource.
*
* @param tags the tags value to set
* @return the TopicUpdateParameters object itself.
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/WebHookEventSubscriptionDestination.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/WebHookEventSubscriptionDestination.java
index a7b875f4e09c..06a21bd9d1c0 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/WebHookEventSubscriptionDestination.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/WebHookEventSubscriptionDestination.java
@@ -35,7 +35,7 @@ public class WebHookEventSubscriptionDestination extends EventSubscriptionDestin
private String endpointBaseUrl;
/**
- * Get the endpointUrl value.
+ * Get the URL that represents the endpoint of the destination of an event subscription.
*
* @return the endpointUrl value
*/
@@ -44,7 +44,7 @@ public String endpointUrl() {
}
/**
- * Set the endpointUrl value.
+ * Set the URL that represents the endpoint of the destination of an event subscription.
*
* @param endpointUrl the endpointUrl value to set
* @return the WebHookEventSubscriptionDestination object itself.
@@ -55,7 +55,7 @@ public WebHookEventSubscriptionDestination withEndpointUrl(String endpointUrl) {
}
/**
- * Get the endpointBaseUrl value.
+ * Get the base URL that represents the endpoint of the destination of an event subscription.
*
* @return the endpointBaseUrl value
*/
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventSubscriptionFullUrlInner.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventSubscriptionFullUrlInner.java
index 4a4b75569478..e82125a8593c 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventSubscriptionFullUrlInner.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventSubscriptionFullUrlInner.java
@@ -22,7 +22,7 @@ public class EventSubscriptionFullUrlInner {
private String endpointUrl;
/**
- * Get the endpointUrl value.
+ * Get the URL that represents the endpoint of the destination of an event subscription.
*
* @return the endpointUrl value
*/
@@ -31,7 +31,7 @@ public String endpointUrl() {
}
/**
- * Set the endpointUrl value.
+ * Set the URL that represents the endpoint of the destination of an event subscription.
*
* @param endpointUrl the endpointUrl value to set
* @return the EventSubscriptionFullUrlInner object itself.
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventSubscriptionInner.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventSubscriptionInner.java
index 7f3b49f21a97..e1258546a2c0 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventSubscriptionInner.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventSubscriptionInner.java
@@ -54,7 +54,7 @@ public class EventSubscriptionInner extends ProxyResource {
private List labels;
/**
- * Get the topic value.
+ * Get name of the topic of the event subscription.
*
* @return the topic value
*/
@@ -63,7 +63,7 @@ public String topic() {
}
/**
- * Get the provisioningState value.
+ * Get provisioning state of the event subscription. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'.
*
* @return the provisioningState value
*/
@@ -72,7 +72,7 @@ public EventSubscriptionProvisioningState provisioningState() {
}
/**
- * Get the destination value.
+ * Get information about the destination where events have to be delivered for the event subscription.
*
* @return the destination value
*/
@@ -81,7 +81,7 @@ public EventSubscriptionDestination destination() {
}
/**
- * Set the destination value.
+ * Set information about the destination where events have to be delivered for the event subscription.
*
* @param destination the destination value to set
* @return the EventSubscriptionInner object itself.
@@ -92,7 +92,7 @@ public EventSubscriptionInner withDestination(EventSubscriptionDestination desti
}
/**
- * Get the filter value.
+ * Get information about the filter for the event subscription.
*
* @return the filter value
*/
@@ -101,7 +101,7 @@ public EventSubscriptionFilter filter() {
}
/**
- * Set the filter value.
+ * Set information about the filter for the event subscription.
*
* @param filter the filter value to set
* @return the EventSubscriptionInner object itself.
@@ -112,7 +112,7 @@ public EventSubscriptionInner withFilter(EventSubscriptionFilter filter) {
}
/**
- * Get the labels value.
+ * Get list of user defined labels.
*
* @return the labels value
*/
@@ -121,7 +121,7 @@ public List labels() {
}
/**
- * Set the labels value.
+ * Set list of user defined labels.
*
* @param labels the labels value to set
* @return the EventSubscriptionInner object itself.
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventSubscriptionsImpl.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventSubscriptionsImpl.java
index be414586c7db..967e7d224370 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventSubscriptionsImpl.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventSubscriptionsImpl.java
@@ -92,7 +92,8 @@ public Observable listGlobalBySubscriptionForTopicTypeAsync(S
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
@@ -109,7 +110,8 @@ public Observable listGlobalByResourceGroupForTopicTypeAsync(
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
@@ -126,7 +128,8 @@ public Observable listRegionalBySubscriptionAsync(String loca
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
@@ -143,7 +146,8 @@ public Observable listRegionalByResourceGroupAsync(String res
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
@@ -160,7 +164,8 @@ public Observable listRegionalBySubscriptionForTopicTypeAsync
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
@@ -177,7 +182,8 @@ public Observable listRegionalByResourceGroupForTopicTypeAsyn
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
@@ -194,7 +200,8 @@ public Observable listByResourceAsync(String resourceGroupNam
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventTypeInner.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventTypeInner.java
index ac408bf9dc1b..e54461099ac9 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventTypeInner.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/EventTypeInner.java
@@ -36,7 +36,7 @@ public class EventTypeInner extends ProxyResource {
private String schemaUrl;
/**
- * Get the displayName value.
+ * Get display name of the event type.
*
* @return the displayName value
*/
@@ -45,7 +45,7 @@ public String displayName() {
}
/**
- * Set the displayName value.
+ * Set display name of the event type.
*
* @param displayName the displayName value to set
* @return the EventTypeInner object itself.
@@ -56,7 +56,7 @@ public EventTypeInner withDisplayName(String displayName) {
}
/**
- * Get the description value.
+ * Get description of the event type.
*
* @return the description value
*/
@@ -65,7 +65,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set description of the event type.
*
* @param description the description value to set
* @return the EventTypeInner object itself.
@@ -76,7 +76,7 @@ public EventTypeInner withDescription(String description) {
}
/**
- * Get the schemaUrl value.
+ * Get url of the schema for this event type.
*
* @return the schemaUrl value
*/
@@ -85,7 +85,7 @@ public String schemaUrl() {
}
/**
- * Set the schemaUrl value.
+ * Set url of the schema for this event type.
*
* @param schemaUrl the schemaUrl value to set
* @return the EventTypeInner object itself.
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/OperationInner.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/OperationInner.java
index fc05c064dfb3..12250e431cc3 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/OperationInner.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/OperationInner.java
@@ -40,7 +40,7 @@ public class OperationInner {
private Object properties;
/**
- * Get the name value.
+ * Get name of the operation.
*
* @return the name value
*/
@@ -49,7 +49,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the operation.
*
* @param name the name value to set
* @return the OperationInner object itself.
@@ -60,7 +60,7 @@ public OperationInner withName(String name) {
}
/**
- * Get the display value.
+ * Get display name of the operation.
*
* @return the display value
*/
@@ -69,7 +69,7 @@ public OperationInfo display() {
}
/**
- * Set the display value.
+ * Set display name of the operation.
*
* @param display the display value to set
* @return the OperationInner object itself.
@@ -80,7 +80,7 @@ public OperationInner withDisplay(OperationInfo display) {
}
/**
- * Get the origin value.
+ * Get origin of the operation.
*
* @return the origin value
*/
@@ -89,7 +89,7 @@ public String origin() {
}
/**
- * Set the origin value.
+ * Set origin of the operation.
*
* @param origin the origin value to set
* @return the OperationInner object itself.
@@ -100,7 +100,7 @@ public OperationInner withOrigin(String origin) {
}
/**
- * Get the properties value.
+ * Get properties of the operation.
*
* @return the properties value
*/
@@ -109,7 +109,7 @@ public Object properties() {
}
/**
- * Set the properties value.
+ * Set properties of the operation.
*
* @param properties the properties value to set
* @return the OperationInner object itself.
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/OperationsImpl.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/OperationsImpl.java
index 254875b84f7c..007435bf873a 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/OperationsImpl.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/OperationsImpl.java
@@ -37,7 +37,8 @@ public Observable listAsync() {
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public Operation call(OperationInner inner) {
return new OperationImpl(inner, manager());
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicInner.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicInner.java
index 80d64cccfe9b..4ebd414ce75f 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicInner.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicInner.java
@@ -32,7 +32,7 @@ public class TopicInner extends Resource {
private String endpoint;
/**
- * Get the provisioningState value.
+ * Get provisioning state of the topic. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'.
*
* @return the provisioningState value
*/
@@ -41,7 +41,7 @@ public TopicProvisioningState provisioningState() {
}
/**
- * Get the endpoint value.
+ * Get endpoint for the topic.
*
* @return the endpoint value
*/
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicSharedAccessKeysInner.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicSharedAccessKeysInner.java
index 93d1e02acdec..e897fce6f337 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicSharedAccessKeysInner.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicSharedAccessKeysInner.java
@@ -27,7 +27,7 @@ public class TopicSharedAccessKeysInner {
private String key2;
/**
- * Get the key1 value.
+ * Get shared access key1 for the topic.
*
* @return the key1 value
*/
@@ -36,7 +36,7 @@ public String key1() {
}
/**
- * Set the key1 value.
+ * Set shared access key1 for the topic.
*
* @param key1 the key1 value to set
* @return the TopicSharedAccessKeysInner object itself.
@@ -47,7 +47,7 @@ public TopicSharedAccessKeysInner withKey1(String key1) {
}
/**
- * Get the key2 value.
+ * Get shared access key2 for the topic.
*
* @return the key2 value
*/
@@ -56,7 +56,7 @@ public String key2() {
}
/**
- * Set the key2 value.
+ * Set shared access key2 for the topic.
*
* @param key2 the key2 value to set
* @return the TopicSharedAccessKeysInner object itself.
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicTypeInfoInner.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicTypeInfoInner.java
index 9fc78fbe80c6..25194f6fa347 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicTypeInfoInner.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicTypeInfoInner.java
@@ -59,7 +59,7 @@ public class TopicTypeInfoInner extends ProxyResource {
private List supportedLocations;
/**
- * Get the provider value.
+ * Get namespace of the provider of the topic type.
*
* @return the provider value
*/
@@ -68,7 +68,7 @@ public String provider() {
}
/**
- * Set the provider value.
+ * Set namespace of the provider of the topic type.
*
* @param provider the provider value to set
* @return the TopicTypeInfoInner object itself.
@@ -79,7 +79,7 @@ public TopicTypeInfoInner withProvider(String provider) {
}
/**
- * Get the displayName value.
+ * Get display Name for the topic type.
*
* @return the displayName value
*/
@@ -88,7 +88,7 @@ public String displayName() {
}
/**
- * Set the displayName value.
+ * Set display Name for the topic type.
*
* @param displayName the displayName value to set
* @return the TopicTypeInfoInner object itself.
@@ -99,7 +99,7 @@ public TopicTypeInfoInner withDisplayName(String displayName) {
}
/**
- * Get the description value.
+ * Get description of the topic type.
*
* @return the description value
*/
@@ -108,7 +108,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set description of the topic type.
*
* @param description the description value to set
* @return the TopicTypeInfoInner object itself.
@@ -119,7 +119,7 @@ public TopicTypeInfoInner withDescription(String description) {
}
/**
- * Get the resourceRegionType value.
+ * Get region type of the resource. Possible values include: 'RegionalResource', 'GlobalResource'.
*
* @return the resourceRegionType value
*/
@@ -128,7 +128,7 @@ public ResourceRegionType resourceRegionType() {
}
/**
- * Set the resourceRegionType value.
+ * Set region type of the resource. Possible values include: 'RegionalResource', 'GlobalResource'.
*
* @param resourceRegionType the resourceRegionType value to set
* @return the TopicTypeInfoInner object itself.
@@ -139,7 +139,7 @@ public TopicTypeInfoInner withResourceRegionType(ResourceRegionType resourceRegi
}
/**
- * Get the provisioningState value.
+ * Get provisioning state of the topic type. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'.
*
* @return the provisioningState value
*/
@@ -148,7 +148,7 @@ public TopicTypeProvisioningState provisioningState() {
}
/**
- * Set the provisioningState value.
+ * Set provisioning state of the topic type. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'.
*
* @param provisioningState the provisioningState value to set
* @return the TopicTypeInfoInner object itself.
@@ -159,7 +159,7 @@ public TopicTypeInfoInner withProvisioningState(TopicTypeProvisioningState provi
}
/**
- * Get the supportedLocations value.
+ * Get list of locations supported by this topic type.
*
* @return the supportedLocations value
*/
@@ -168,7 +168,7 @@ public List supportedLocations() {
}
/**
- * Set the supportedLocations value.
+ * Set list of locations supported by this topic type.
*
* @param supportedLocations the supportedLocations value to set
* @return the TopicTypeInfoInner object itself.
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicTypesImpl.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicTypesImpl.java
index f46f4c71cf43..9ce5359dc9e9 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicTypesImpl.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicTypesImpl.java
@@ -72,7 +72,8 @@ public Observable listAsync() {
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public TopicTypeInfo call(TopicTypeInfoInner inner) {
return new TopicTypeInfoImpl(inner, manager());
diff --git a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicsImpl.java b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicsImpl.java
index d97b82556625..20b4914d3e6d 100644
--- a/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicsImpl.java
+++ b/eventgrid/resource-manager/v2018_01_01/src/main/java/com/microsoft/azure/management/eventgrid/v2018_01_01/implementation/TopicsImpl.java
@@ -171,7 +171,8 @@ public Observable listEventTypesAsync(String resourceGroupName, Strin
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventType call(EventTypeInner inner) {
return new EventTypeImpl(inner, manager());
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/pom.xml b/eventgrid/resource-manager/v2018_05_01_preview/pom.xml
index 9bbc94250886..09859dd34818 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/pom.xml
+++ b/eventgrid/resource-manager/v2018_05_01_preview/pom.xml
@@ -1,133 +1,133 @@
-
-
- 4.0.0
- com.microsoft.azure.eventgrid.v2018_05_01_preview
-
- com.microsoft.azure
- azure-arm-parent
- 0.0.2-beta
- ../../../pom.xml
-
- azure-mgmt-eventgrid
- 1.0.0-beta
- jar
- Microsoft Azure SDK for EventGrid Management
- This package contains Microsoft EventGrid Management SDK.
- https://github.com/Azure/azure-libraries-for-java
-
-
- The MIT License (MIT)
- http://opensource.org/licenses/MIT
- repo
-
-
-
- scm:git:https://github.com/Azure/azure-libraries-for-java
- scm:git:git@github.com:Azure/azure-libraries-for-java.git
- HEAD
-
-
- UTF-8
-
-
-
-
- microsoft
- Microsoft
-
-
-
-
- com.microsoft.azure
- azure-client-runtime
-
-
- com.microsoft.azure
- azure-arm-client-runtime
-
-
- junit
- junit
- test
-
-
- com.microsoft.azure
- azure-client-authentication
- test
-
-
- com.microsoft.azure
- azure-mgmt-resources
- test
-
-
- com.microsoft.azure
- azure-arm-client-runtime
- test-jar
- test
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- true
- true
-
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.1
-
- 1.7
- 1.7
-
-
- com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
-
-
- true
- true
-
- true
- true
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.8
-
- *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
-
-
- /**
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for
- * license information.
- */
- ]]>
-
-
-
-
-
-
+
+
+ 4.0.0
+ com.microsoft.azure.eventgrid.v2018_05_01_preview
+
+ com.microsoft.azure
+ azure-arm-parent
+ 0.0.2-beta
+ ../../../pom.xml
+
+ azure-mgmt-eventgrid
+ 1.0.0-beta
+ jar
+ Microsoft Azure SDK for EventGrid Management
+ This package contains Microsoft EventGrid Management SDK.
+ https://github.com/Azure/azure-libraries-for-java
+
+
+ The MIT License (MIT)
+ http://opensource.org/licenses/MIT
+ repo
+
+
+
+ scm:git:https://github.com/Azure/azure-libraries-for-java
+ scm:git:git@github.com:Azure/azure-libraries-for-java.git
+ HEAD
+
+
+ UTF-8
+
+
+
+
+ microsoft
+ Microsoft
+
+
+
+
+ com.microsoft.azure
+ azure-client-runtime
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+
+
+ junit
+ junit
+ test
+
+
+ com.microsoft.azure
+ azure-client-authentication
+ test
+
+
+ com.microsoft.azure
+ azure-mgmt-resources
+ test
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+ test-jar
+ test
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ true
+
+
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.1
+
+ 1.7
+ 1.7
+
+
+ com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
+
+
+ true
+ true
+
+ true
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.8
+
+ *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
+
+
+ /**
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for
+ * license information.
+ */
+ ]]>
+
+
+
+
+
+
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/EventHubEventSubscriptionDestination.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/EventHubEventSubscriptionDestination.java
index 91ebb60d856d..619a8b5e0694 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/EventHubEventSubscriptionDestination.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/EventHubEventSubscriptionDestination.java
@@ -28,7 +28,7 @@ public class EventHubEventSubscriptionDestination extends EventSubscriptionDesti
private String resourceId;
/**
- * Get the resourceId value.
+ * Get the Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
*
* @return the resourceId value
*/
@@ -37,7 +37,7 @@ public String resourceId() {
}
/**
- * Set the resourceId value.
+ * Set the Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
*
* @param resourceId the resourceId value to set
* @return the EventHubEventSubscriptionDestination object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/EventSubscriptionFilter.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/EventSubscriptionFilter.java
index 581dce280378..84c322632e40 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/EventSubscriptionFilter.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/EventSubscriptionFilter.java
@@ -50,7 +50,9 @@ public class EventSubscriptionFilter {
private Boolean isSubjectCaseSensitive;
/**
- * Get the subjectBeginsWith value.
+ * Get an optional string to filter events for an event subscription based on a resource path prefix.
+ The format of this depends on the publisher of the events.
+ Wildcard characters are not supported in this path.
*
* @return the subjectBeginsWith value
*/
@@ -59,7 +61,9 @@ public String subjectBeginsWith() {
}
/**
- * Set the subjectBeginsWith value.
+ * Set an optional string to filter events for an event subscription based on a resource path prefix.
+ The format of this depends on the publisher of the events.
+ Wildcard characters are not supported in this path.
*
* @param subjectBeginsWith the subjectBeginsWith value to set
* @return the EventSubscriptionFilter object itself.
@@ -70,7 +74,8 @@ public EventSubscriptionFilter withSubjectBeginsWith(String subjectBeginsWith) {
}
/**
- * Get the subjectEndsWith value.
+ * Get an optional string to filter events for an event subscription based on a resource path suffix.
+ Wildcard characters are not supported in this path.
*
* @return the subjectEndsWith value
*/
@@ -79,7 +84,8 @@ public String subjectEndsWith() {
}
/**
- * Set the subjectEndsWith value.
+ * Set an optional string to filter events for an event subscription based on a resource path suffix.
+ Wildcard characters are not supported in this path.
*
* @param subjectEndsWith the subjectEndsWith value to set
* @return the EventSubscriptionFilter object itself.
@@ -90,7 +96,8 @@ public EventSubscriptionFilter withSubjectEndsWith(String subjectEndsWith) {
}
/**
- * Get the includedEventTypes value.
+ * Get a list of applicable event types that need to be part of the event subscription.
+ If it is desired to subscribe to all event types, the string "all" needs to be specified as an element in this list.
*
* @return the includedEventTypes value
*/
@@ -99,7 +106,8 @@ public List includedEventTypes() {
}
/**
- * Set the includedEventTypes value.
+ * Set a list of applicable event types that need to be part of the event subscription.
+ If it is desired to subscribe to all event types, the string "all" needs to be specified as an element in this list.
*
* @param includedEventTypes the includedEventTypes value to set
* @return the EventSubscriptionFilter object itself.
@@ -110,7 +118,8 @@ public EventSubscriptionFilter withIncludedEventTypes(List includedEvent
}
/**
- * Get the isSubjectCaseSensitive value.
+ * Get specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter
+ should be compared in a case sensitive manner.
*
* @return the isSubjectCaseSensitive value
*/
@@ -119,7 +128,8 @@ public Boolean isSubjectCaseSensitive() {
}
/**
- * Set the isSubjectCaseSensitive value.
+ * Set specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter
+ should be compared in a case sensitive manner.
*
* @param isSubjectCaseSensitive the isSubjectCaseSensitive value to set
* @return the EventSubscriptionFilter object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/EventSubscriptionUpdateParameters.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/EventSubscriptionUpdateParameters.java
index da3081003cbd..a3fcc949698c 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/EventSubscriptionUpdateParameters.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/EventSubscriptionUpdateParameters.java
@@ -55,7 +55,7 @@ public class EventSubscriptionUpdateParameters {
private DeadLetterDestination deadLetterDestination;
/**
- * Get the destination value.
+ * Get information about the destination where events have to be delivered for the event subscription.
*
* @return the destination value
*/
@@ -64,7 +64,7 @@ public EventSubscriptionDestination destination() {
}
/**
- * Set the destination value.
+ * Set information about the destination where events have to be delivered for the event subscription.
*
* @param destination the destination value to set
* @return the EventSubscriptionUpdateParameters object itself.
@@ -75,7 +75,7 @@ public EventSubscriptionUpdateParameters withDestination(EventSubscriptionDestin
}
/**
- * Get the filter value.
+ * Get information about the filter for the event subscription.
*
* @return the filter value
*/
@@ -84,7 +84,7 @@ public EventSubscriptionFilter filter() {
}
/**
- * Set the filter value.
+ * Set information about the filter for the event subscription.
*
* @param filter the filter value to set
* @return the EventSubscriptionUpdateParameters object itself.
@@ -95,7 +95,7 @@ public EventSubscriptionUpdateParameters withFilter(EventSubscriptionFilter filt
}
/**
- * Get the labels value.
+ * Get list of user defined labels.
*
* @return the labels value
*/
@@ -104,7 +104,7 @@ public List labels() {
}
/**
- * Set the labels value.
+ * Set list of user defined labels.
*
* @param labels the labels value to set
* @return the EventSubscriptionUpdateParameters object itself.
@@ -115,7 +115,7 @@ public EventSubscriptionUpdateParameters withLabels(List labels) {
}
/**
- * Get the eventDeliverySchema value.
+ * Get the event delivery schema for the event subscription. Possible values include: 'EventGridSchema', 'InputEventSchema', 'CloudEventV01Schema'.
*
* @return the eventDeliverySchema value
*/
@@ -124,7 +124,7 @@ public EventDeliverySchema eventDeliverySchema() {
}
/**
- * Set the eventDeliverySchema value.
+ * Set the event delivery schema for the event subscription. Possible values include: 'EventGridSchema', 'InputEventSchema', 'CloudEventV01Schema'.
*
* @param eventDeliverySchema the eventDeliverySchema value to set
* @return the EventSubscriptionUpdateParameters object itself.
@@ -135,7 +135,7 @@ public EventSubscriptionUpdateParameters withEventDeliverySchema(EventDeliverySc
}
/**
- * Get the retryPolicy value.
+ * Get the retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
*
* @return the retryPolicy value
*/
@@ -144,7 +144,7 @@ public RetryPolicy retryPolicy() {
}
/**
- * Set the retryPolicy value.
+ * Set the retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
*
* @param retryPolicy the retryPolicy value to set
* @return the EventSubscriptionUpdateParameters object itself.
@@ -155,7 +155,7 @@ public EventSubscriptionUpdateParameters withRetryPolicy(RetryPolicy retryPolicy
}
/**
- * Get the deadLetterDestination value.
+ * Get the DeadLetter destination of the event subscription.
*
* @return the deadLetterDestination value
*/
@@ -164,7 +164,7 @@ public DeadLetterDestination deadLetterDestination() {
}
/**
- * Set the deadLetterDestination value.
+ * Set the DeadLetter destination of the event subscription.
*
* @param deadLetterDestination the deadLetterDestination value to set
* @return the EventSubscriptionUpdateParameters object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/HybridConnectionEventSubscriptionDestination.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/HybridConnectionEventSubscriptionDestination.java
index a497709d0dcc..2c550bcd5345 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/HybridConnectionEventSubscriptionDestination.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/HybridConnectionEventSubscriptionDestination.java
@@ -29,7 +29,7 @@ public class HybridConnectionEventSubscriptionDestination extends EventSubscript
private String resourceId;
/**
- * Get the resourceId value.
+ * Get the Azure Resource ID of an hybrid connection that is the destination of an event subscription.
*
* @return the resourceId value
*/
@@ -38,7 +38,7 @@ public String resourceId() {
}
/**
- * Set the resourceId value.
+ * Set the Azure Resource ID of an hybrid connection that is the destination of an event subscription.
*
* @param resourceId the resourceId value to set
* @return the HybridConnectionEventSubscriptionDestination object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/JsonField.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/JsonField.java
index c02339d794e0..cebabc00ebbe 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/JsonField.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/JsonField.java
@@ -25,7 +25,7 @@ public class JsonField {
private String sourceField;
/**
- * Get the sourceField value.
+ * Get name of a field in the input event schema that's to be used as the source of a mapping.
*
* @return the sourceField value
*/
@@ -34,7 +34,7 @@ public String sourceField() {
}
/**
- * Set the sourceField value.
+ * Set name of a field in the input event schema that's to be used as the source of a mapping.
*
* @param sourceField the sourceField value to set
* @return the JsonField object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/JsonFieldWithDefault.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/JsonFieldWithDefault.java
index 8fb1efaf1e22..7e0b4feb134f 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/JsonFieldWithDefault.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/JsonFieldWithDefault.java
@@ -34,7 +34,7 @@ public class JsonFieldWithDefault {
private String defaultValue;
/**
- * Get the sourceField value.
+ * Get name of a field in the input event schema that's to be used as the source of a mapping.
*
* @return the sourceField value
*/
@@ -43,7 +43,7 @@ public String sourceField() {
}
/**
- * Set the sourceField value.
+ * Set name of a field in the input event schema that's to be used as the source of a mapping.
*
* @param sourceField the sourceField value to set
* @return the JsonFieldWithDefault object itself.
@@ -54,7 +54,7 @@ public JsonFieldWithDefault withSourceField(String sourceField) {
}
/**
- * Get the defaultValue value.
+ * Get the default value to be used for mapping when a SourceField is not provided or if there's no property with the specified name in the published JSON event payload.
*
* @return the defaultValue value
*/
@@ -63,7 +63,7 @@ public String defaultValue() {
}
/**
- * Set the defaultValue value.
+ * Set the default value to be used for mapping when a SourceField is not provided or if there's no property with the specified name in the published JSON event payload.
*
* @param defaultValue the defaultValue value to set
* @return the JsonFieldWithDefault object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/JsonInputSchemaMapping.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/JsonInputSchemaMapping.java
index 76dff19edd1e..1535070e375b 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/JsonInputSchemaMapping.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/JsonInputSchemaMapping.java
@@ -63,7 +63,7 @@ public class JsonInputSchemaMapping extends InputSchemaMapping {
private JsonFieldWithDefault dataVersion;
/**
- * Get the id value.
+ * Get the mapping information for the Id property of the Event Grid Event.
*
* @return the id value
*/
@@ -72,7 +72,7 @@ public JsonField id() {
}
/**
- * Set the id value.
+ * Set the mapping information for the Id property of the Event Grid Event.
*
* @param id the id value to set
* @return the JsonInputSchemaMapping object itself.
@@ -83,7 +83,7 @@ public JsonInputSchemaMapping withId(JsonField id) {
}
/**
- * Get the topic value.
+ * Get the mapping information for the Topic property of the Event Grid Event.
*
* @return the topic value
*/
@@ -92,7 +92,7 @@ public JsonField topic() {
}
/**
- * Set the topic value.
+ * Set the mapping information for the Topic property of the Event Grid Event.
*
* @param topic the topic value to set
* @return the JsonInputSchemaMapping object itself.
@@ -103,7 +103,7 @@ public JsonInputSchemaMapping withTopic(JsonField topic) {
}
/**
- * Get the eventTime value.
+ * Get the mapping information for the EventTime property of the Event Grid Event.
*
* @return the eventTime value
*/
@@ -112,7 +112,7 @@ public JsonField eventTime() {
}
/**
- * Set the eventTime value.
+ * Set the mapping information for the EventTime property of the Event Grid Event.
*
* @param eventTime the eventTime value to set
* @return the JsonInputSchemaMapping object itself.
@@ -123,7 +123,7 @@ public JsonInputSchemaMapping withEventTime(JsonField eventTime) {
}
/**
- * Get the eventType value.
+ * Get the mapping information for the EventType property of the Event Grid Event.
*
* @return the eventType value
*/
@@ -132,7 +132,7 @@ public JsonFieldWithDefault eventType() {
}
/**
- * Set the eventType value.
+ * Set the mapping information for the EventType property of the Event Grid Event.
*
* @param eventType the eventType value to set
* @return the JsonInputSchemaMapping object itself.
@@ -143,7 +143,7 @@ public JsonInputSchemaMapping withEventType(JsonFieldWithDefault eventType) {
}
/**
- * Get the subject value.
+ * Get the mapping information for the Subject property of the Event Grid Event.
*
* @return the subject value
*/
@@ -152,7 +152,7 @@ public JsonFieldWithDefault subject() {
}
/**
- * Set the subject value.
+ * Set the mapping information for the Subject property of the Event Grid Event.
*
* @param subject the subject value to set
* @return the JsonInputSchemaMapping object itself.
@@ -163,7 +163,7 @@ public JsonInputSchemaMapping withSubject(JsonFieldWithDefault subject) {
}
/**
- * Get the dataVersion value.
+ * Get the mapping information for the DataVersion property of the Event Grid Event.
*
* @return the dataVersion value
*/
@@ -172,7 +172,7 @@ public JsonFieldWithDefault dataVersion() {
}
/**
- * Set the dataVersion value.
+ * Set the mapping information for the DataVersion property of the Event Grid Event.
*
* @param dataVersion the dataVersion value to set
* @return the JsonInputSchemaMapping object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/OperationInfo.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/OperationInfo.java
index f32158b4e698..60cffd91dbca 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/OperationInfo.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/OperationInfo.java
@@ -39,7 +39,7 @@ public class OperationInfo {
private String description;
/**
- * Get the provider value.
+ * Get name of the provider.
*
* @return the provider value
*/
@@ -48,7 +48,7 @@ public String provider() {
}
/**
- * Set the provider value.
+ * Set name of the provider.
*
* @param provider the provider value to set
* @return the OperationInfo object itself.
@@ -59,7 +59,7 @@ public OperationInfo withProvider(String provider) {
}
/**
- * Get the resource value.
+ * Get name of the resource type.
*
* @return the resource value
*/
@@ -68,7 +68,7 @@ public String resource() {
}
/**
- * Set the resource value.
+ * Set name of the resource type.
*
* @param resource the resource value to set
* @return the OperationInfo object itself.
@@ -79,7 +79,7 @@ public OperationInfo withResource(String resource) {
}
/**
- * Get the operation value.
+ * Get name of the operation.
*
* @return the operation value
*/
@@ -88,7 +88,7 @@ public String operation() {
}
/**
- * Set the operation value.
+ * Set name of the operation.
*
* @param operation the operation value to set
* @return the OperationInfo object itself.
@@ -99,7 +99,7 @@ public OperationInfo withOperation(String operation) {
}
/**
- * Get the description value.
+ * Get description of the operation.
*
* @return the description value
*/
@@ -108,7 +108,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set description of the operation.
*
* @param description the description value to set
* @return the OperationInfo object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/RetryPolicy.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/RetryPolicy.java
index c096ccb92cee..448182964e20 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/RetryPolicy.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/RetryPolicy.java
@@ -27,7 +27,7 @@ public class RetryPolicy {
private Integer eventTimeToLiveInMinutes;
/**
- * Get the maxDeliveryAttempts value.
+ * Get maximum number of delivery retry attempts for events.
*
* @return the maxDeliveryAttempts value
*/
@@ -36,7 +36,7 @@ public Integer maxDeliveryAttempts() {
}
/**
- * Set the maxDeliveryAttempts value.
+ * Set maximum number of delivery retry attempts for events.
*
* @param maxDeliveryAttempts the maxDeliveryAttempts value to set
* @return the RetryPolicy object itself.
@@ -47,7 +47,7 @@ public RetryPolicy withMaxDeliveryAttempts(Integer maxDeliveryAttempts) {
}
/**
- * Get the eventTimeToLiveInMinutes value.
+ * Get time To Live (in minutes) for events.
*
* @return the eventTimeToLiveInMinutes value
*/
@@ -56,7 +56,7 @@ public Integer eventTimeToLiveInMinutes() {
}
/**
- * Set the eventTimeToLiveInMinutes value.
+ * Set time To Live (in minutes) for events.
*
* @param eventTimeToLiveInMinutes the eventTimeToLiveInMinutes value to set
* @return the RetryPolicy object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/StorageBlobDeadLetterDestination.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/StorageBlobDeadLetterDestination.java
index 53419c831eac..bf357e5dc13e 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/StorageBlobDeadLetterDestination.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/StorageBlobDeadLetterDestination.java
@@ -35,7 +35,7 @@ public class StorageBlobDeadLetterDestination extends DeadLetterDestination {
private String blobContainerName;
/**
- * Get the resourceId value.
+ * Get the Azure Resource ID of the storage account that is the destination of the deadletter events.
*
* @return the resourceId value
*/
@@ -44,7 +44,7 @@ public String resourceId() {
}
/**
- * Set the resourceId value.
+ * Set the Azure Resource ID of the storage account that is the destination of the deadletter events.
*
* @param resourceId the resourceId value to set
* @return the StorageBlobDeadLetterDestination object itself.
@@ -55,7 +55,7 @@ public StorageBlobDeadLetterDestination withResourceId(String resourceId) {
}
/**
- * Get the blobContainerName value.
+ * Get the name of the Storage blob container that is the destination of the deadletter events.
*
* @return the blobContainerName value
*/
@@ -64,7 +64,7 @@ public String blobContainerName() {
}
/**
- * Set the blobContainerName value.
+ * Set the name of the Storage blob container that is the destination of the deadletter events.
*
* @param blobContainerName the blobContainerName value to set
* @return the StorageBlobDeadLetterDestination object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/StorageQueueEventSubscriptionDestination.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/StorageQueueEventSubscriptionDestination.java
index fbce3b185fe0..b4215787aab0 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/StorageQueueEventSubscriptionDestination.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/StorageQueueEventSubscriptionDestination.java
@@ -35,7 +35,7 @@ public class StorageQueueEventSubscriptionDestination extends EventSubscriptionD
private String queueName;
/**
- * Get the resourceId value.
+ * Get the Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
*
* @return the resourceId value
*/
@@ -44,7 +44,7 @@ public String resourceId() {
}
/**
- * Set the resourceId value.
+ * Set the Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
*
* @param resourceId the resourceId value to set
* @return the StorageQueueEventSubscriptionDestination object itself.
@@ -55,7 +55,7 @@ public StorageQueueEventSubscriptionDestination withResourceId(String resourceId
}
/**
- * Get the queueName value.
+ * Get the name of the Storage queue under a storage account that is the destination of an event subscription.
*
* @return the queueName value
*/
@@ -64,7 +64,7 @@ public String queueName() {
}
/**
- * Set the queueName value.
+ * Set the name of the Storage queue under a storage account that is the destination of an event subscription.
*
* @param queueName the queueName value to set
* @return the StorageQueueEventSubscriptionDestination object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/Topic.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/Topic.java
index 0f8072ede799..0654e7492db6 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/Topic.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/Topic.java
@@ -10,12 +10,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.Resource;
+import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasResourceGroup;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azure.arm.model.Updatable;
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
-import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.eventgrid.v2018_05_01_preview.implementation.EventGridManager;
import com.microsoft.azure.management.eventgrid.v2018_05_01_preview.implementation.TopicInner;
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/TopicRegenerateKeyRequest.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/TopicRegenerateKeyRequest.java
index 6aa1fdda57ce..74e6ccc6e038 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/TopicRegenerateKeyRequest.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/TopicRegenerateKeyRequest.java
@@ -21,7 +21,7 @@ public class TopicRegenerateKeyRequest {
private String keyName;
/**
- * Get the keyName value.
+ * Get key name to regenerate key1 or key2.
*
* @return the keyName value
*/
@@ -30,7 +30,7 @@ public String keyName() {
}
/**
- * Set the keyName value.
+ * Set key name to regenerate key1 or key2.
*
* @param keyName the keyName value to set
* @return the TopicRegenerateKeyRequest object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/TopicUpdateParameters.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/TopicUpdateParameters.java
index 81a45a05555a..531b28ec36a5 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/TopicUpdateParameters.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/TopicUpdateParameters.java
@@ -22,7 +22,7 @@ public class TopicUpdateParameters {
private Map tags;
/**
- * Get the tags value.
+ * Get tags of the resource.
*
* @return the tags value
*/
@@ -31,7 +31,7 @@ public Map tags() {
}
/**
- * Set the tags value.
+ * Set tags of the resource.
*
* @param tags the tags value to set
* @return the TopicUpdateParameters object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/WebHookEventSubscriptionDestination.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/WebHookEventSubscriptionDestination.java
index b08cd1d02d5d..1bcf9bc01547 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/WebHookEventSubscriptionDestination.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/WebHookEventSubscriptionDestination.java
@@ -35,7 +35,7 @@ public class WebHookEventSubscriptionDestination extends EventSubscriptionDestin
private String endpointBaseUrl;
/**
- * Get the endpointUrl value.
+ * Get the URL that represents the endpoint of the destination of an event subscription.
*
* @return the endpointUrl value
*/
@@ -44,7 +44,7 @@ public String endpointUrl() {
}
/**
- * Set the endpointUrl value.
+ * Set the URL that represents the endpoint of the destination of an event subscription.
*
* @param endpointUrl the endpointUrl value to set
* @return the WebHookEventSubscriptionDestination object itself.
@@ -55,7 +55,7 @@ public WebHookEventSubscriptionDestination withEndpointUrl(String endpointUrl) {
}
/**
- * Get the endpointBaseUrl value.
+ * Get the base URL that represents the endpoint of the destination of an event subscription.
*
* @return the endpointBaseUrl value
*/
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventSubscriptionFullUrlInner.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventSubscriptionFullUrlInner.java
index f237fb905358..2abd63ca6c26 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventSubscriptionFullUrlInner.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventSubscriptionFullUrlInner.java
@@ -22,7 +22,7 @@ public class EventSubscriptionFullUrlInner {
private String endpointUrl;
/**
- * Get the endpointUrl value.
+ * Get the URL that represents the endpoint of the destination of an event subscription.
*
* @return the endpointUrl value
*/
@@ -31,7 +31,7 @@ public String endpointUrl() {
}
/**
- * Set the endpointUrl value.
+ * Set the URL that represents the endpoint of the destination of an event subscription.
*
* @param endpointUrl the endpointUrl value to set
* @return the EventSubscriptionFullUrlInner object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventSubscriptionInner.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventSubscriptionInner.java
index bca6cf84b5cf..dbcb4e462fab 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventSubscriptionInner.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventSubscriptionInner.java
@@ -78,7 +78,7 @@ public class EventSubscriptionInner extends ProxyResource {
private DeadLetterDestination deadLetterDestination;
/**
- * Get the topic value.
+ * Get name of the topic of the event subscription.
*
* @return the topic value
*/
@@ -87,7 +87,7 @@ public String topic() {
}
/**
- * Get the provisioningState value.
+ * Get provisioning state of the event subscription. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed', 'AwaitingManualAction'.
*
* @return the provisioningState value
*/
@@ -96,7 +96,7 @@ public EventSubscriptionProvisioningState provisioningState() {
}
/**
- * Get the destination value.
+ * Get information about the destination where events have to be delivered for the event subscription.
*
* @return the destination value
*/
@@ -105,7 +105,7 @@ public EventSubscriptionDestination destination() {
}
/**
- * Set the destination value.
+ * Set information about the destination where events have to be delivered for the event subscription.
*
* @param destination the destination value to set
* @return the EventSubscriptionInner object itself.
@@ -116,7 +116,7 @@ public EventSubscriptionInner withDestination(EventSubscriptionDestination desti
}
/**
- * Get the filter value.
+ * Get information about the filter for the event subscription.
*
* @return the filter value
*/
@@ -125,7 +125,7 @@ public EventSubscriptionFilter filter() {
}
/**
- * Set the filter value.
+ * Set information about the filter for the event subscription.
*
* @param filter the filter value to set
* @return the EventSubscriptionInner object itself.
@@ -136,7 +136,7 @@ public EventSubscriptionInner withFilter(EventSubscriptionFilter filter) {
}
/**
- * Get the labels value.
+ * Get list of user defined labels.
*
* @return the labels value
*/
@@ -145,7 +145,7 @@ public List labels() {
}
/**
- * Set the labels value.
+ * Set list of user defined labels.
*
* @param labels the labels value to set
* @return the EventSubscriptionInner object itself.
@@ -156,7 +156,7 @@ public EventSubscriptionInner withLabels(List labels) {
}
/**
- * Get the eventDeliverySchema value.
+ * Get the event delivery schema for the event subscription. Possible values include: 'EventGridSchema', 'InputEventSchema', 'CloudEventV01Schema'.
*
* @return the eventDeliverySchema value
*/
@@ -165,7 +165,7 @@ public EventDeliverySchema eventDeliverySchema() {
}
/**
- * Set the eventDeliverySchema value.
+ * Set the event delivery schema for the event subscription. Possible values include: 'EventGridSchema', 'InputEventSchema', 'CloudEventV01Schema'.
*
* @param eventDeliverySchema the eventDeliverySchema value to set
* @return the EventSubscriptionInner object itself.
@@ -176,7 +176,7 @@ public EventSubscriptionInner withEventDeliverySchema(EventDeliverySchema eventD
}
/**
- * Get the retryPolicy value.
+ * Get the retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
*
* @return the retryPolicy value
*/
@@ -185,7 +185,7 @@ public RetryPolicy retryPolicy() {
}
/**
- * Set the retryPolicy value.
+ * Set the retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
*
* @param retryPolicy the retryPolicy value to set
* @return the EventSubscriptionInner object itself.
@@ -196,7 +196,7 @@ public EventSubscriptionInner withRetryPolicy(RetryPolicy retryPolicy) {
}
/**
- * Get the deadLetterDestination value.
+ * Get the DeadLetter destination of the event subscription.
*
* @return the deadLetterDestination value
*/
@@ -205,7 +205,7 @@ public DeadLetterDestination deadLetterDestination() {
}
/**
- * Set the deadLetterDestination value.
+ * Set the DeadLetter destination of the event subscription.
*
* @param deadLetterDestination the deadLetterDestination value to set
* @return the EventSubscriptionInner object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventSubscriptionsImpl.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventSubscriptionsImpl.java
index ef33f2620531..beef75b5c6ec 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventSubscriptionsImpl.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventSubscriptionsImpl.java
@@ -92,7 +92,8 @@ public Observable listGlobalBySubscriptionForTopicTypeAsync(S
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
@@ -109,7 +110,8 @@ public Observable listGlobalByResourceGroupForTopicTypeAsync(
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
@@ -126,7 +128,8 @@ public Observable listRegionalBySubscriptionAsync(String loca
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
@@ -143,7 +146,8 @@ public Observable listRegionalByResourceGroupAsync(String res
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
@@ -160,7 +164,8 @@ public Observable listRegionalBySubscriptionForTopicTypeAsync
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
@@ -177,7 +182,8 @@ public Observable listRegionalByResourceGroupForTopicTypeAsyn
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
@@ -194,7 +200,8 @@ public Observable listByResourceAsync(String resourceGroupNam
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventSubscription call(EventSubscriptionInner inner) {
return new EventSubscriptionImpl(inner, manager());
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventTypeInner.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventTypeInner.java
index a893a880c8cb..3607cd10d5ae 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventTypeInner.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/EventTypeInner.java
@@ -36,7 +36,7 @@ public class EventTypeInner extends ProxyResource {
private String schemaUrl;
/**
- * Get the displayName value.
+ * Get display name of the event type.
*
* @return the displayName value
*/
@@ -45,7 +45,7 @@ public String displayName() {
}
/**
- * Set the displayName value.
+ * Set display name of the event type.
*
* @param displayName the displayName value to set
* @return the EventTypeInner object itself.
@@ -56,7 +56,7 @@ public EventTypeInner withDisplayName(String displayName) {
}
/**
- * Get the description value.
+ * Get description of the event type.
*
* @return the description value
*/
@@ -65,7 +65,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set description of the event type.
*
* @param description the description value to set
* @return the EventTypeInner object itself.
@@ -76,7 +76,7 @@ public EventTypeInner withDescription(String description) {
}
/**
- * Get the schemaUrl value.
+ * Get url of the schema for this event type.
*
* @return the schemaUrl value
*/
@@ -85,7 +85,7 @@ public String schemaUrl() {
}
/**
- * Set the schemaUrl value.
+ * Set url of the schema for this event type.
*
* @param schemaUrl the schemaUrl value to set
* @return the EventTypeInner object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/OperationInner.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/OperationInner.java
index 26279ff8ff41..ff83997a670f 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/OperationInner.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/OperationInner.java
@@ -40,7 +40,7 @@ public class OperationInner {
private Object properties;
/**
- * Get the name value.
+ * Get name of the operation.
*
* @return the name value
*/
@@ -49,7 +49,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the operation.
*
* @param name the name value to set
* @return the OperationInner object itself.
@@ -60,7 +60,7 @@ public OperationInner withName(String name) {
}
/**
- * Get the display value.
+ * Get display name of the operation.
*
* @return the display value
*/
@@ -69,7 +69,7 @@ public OperationInfo display() {
}
/**
- * Set the display value.
+ * Set display name of the operation.
*
* @param display the display value to set
* @return the OperationInner object itself.
@@ -80,7 +80,7 @@ public OperationInner withDisplay(OperationInfo display) {
}
/**
- * Get the origin value.
+ * Get origin of the operation.
*
* @return the origin value
*/
@@ -89,7 +89,7 @@ public String origin() {
}
/**
- * Set the origin value.
+ * Set origin of the operation.
*
* @param origin the origin value to set
* @return the OperationInner object itself.
@@ -100,7 +100,7 @@ public OperationInner withOrigin(String origin) {
}
/**
- * Get the properties value.
+ * Get properties of the operation.
*
* @return the properties value
*/
@@ -109,7 +109,7 @@ public Object properties() {
}
/**
- * Set the properties value.
+ * Set properties of the operation.
*
* @param properties the properties value to set
* @return the OperationInner object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/OperationsImpl.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/OperationsImpl.java
index c40d777d0cf4..5b49f21abe59 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/OperationsImpl.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/OperationsImpl.java
@@ -37,7 +37,8 @@ public Observable listAsync() {
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public Operation call(OperationInner inner) {
return new OperationImpl(inner, manager());
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicInner.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicInner.java
index 29379702a6e5..5cd2b3523ff7 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicInner.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicInner.java
@@ -51,7 +51,7 @@ public class TopicInner extends Resource {
private InputSchemaMapping inputSchemaMapping;
/**
- * Get the provisioningState value.
+ * Get provisioning state of the topic. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'.
*
* @return the provisioningState value
*/
@@ -60,7 +60,7 @@ public TopicProvisioningState provisioningState() {
}
/**
- * Get the endpoint value.
+ * Get endpoint for the topic.
*
* @return the endpoint value
*/
@@ -69,7 +69,7 @@ public String endpoint() {
}
/**
- * Get the inputSchema value.
+ * Get this determines the format that Event Grid should expect for incoming events published to the topic. Possible values include: 'EventGridSchema', 'CustomEventSchema', 'CloudEventV01Schema'.
*
* @return the inputSchema value
*/
@@ -78,7 +78,7 @@ public InputSchema inputSchema() {
}
/**
- * Set the inputSchema value.
+ * Set this determines the format that Event Grid should expect for incoming events published to the topic. Possible values include: 'EventGridSchema', 'CustomEventSchema', 'CloudEventV01Schema'.
*
* @param inputSchema the inputSchema value to set
* @return the TopicInner object itself.
@@ -89,7 +89,7 @@ public TopicInner withInputSchema(InputSchema inputSchema) {
}
/**
- * Get the inputSchemaMapping value.
+ * Get this enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema.
*
* @return the inputSchemaMapping value
*/
@@ -98,7 +98,7 @@ public InputSchemaMapping inputSchemaMapping() {
}
/**
- * Set the inputSchemaMapping value.
+ * Set this enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema.
*
* @param inputSchemaMapping the inputSchemaMapping value to set
* @return the TopicInner object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicSharedAccessKeysInner.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicSharedAccessKeysInner.java
index 70bcaa560f59..17543dd23db6 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicSharedAccessKeysInner.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicSharedAccessKeysInner.java
@@ -27,7 +27,7 @@ public class TopicSharedAccessKeysInner {
private String key2;
/**
- * Get the key1 value.
+ * Get shared access key1 for the topic.
*
* @return the key1 value
*/
@@ -36,7 +36,7 @@ public String key1() {
}
/**
- * Set the key1 value.
+ * Set shared access key1 for the topic.
*
* @param key1 the key1 value to set
* @return the TopicSharedAccessKeysInner object itself.
@@ -47,7 +47,7 @@ public TopicSharedAccessKeysInner withKey1(String key1) {
}
/**
- * Get the key2 value.
+ * Get shared access key2 for the topic.
*
* @return the key2 value
*/
@@ -56,7 +56,7 @@ public String key2() {
}
/**
- * Set the key2 value.
+ * Set shared access key2 for the topic.
*
* @param key2 the key2 value to set
* @return the TopicSharedAccessKeysInner object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicTypeInfoInner.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicTypeInfoInner.java
index 6f459bf95bb4..c4d184ce4e39 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicTypeInfoInner.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicTypeInfoInner.java
@@ -59,7 +59,7 @@ public class TopicTypeInfoInner extends ProxyResource {
private List supportedLocations;
/**
- * Get the provider value.
+ * Get namespace of the provider of the topic type.
*
* @return the provider value
*/
@@ -68,7 +68,7 @@ public String provider() {
}
/**
- * Set the provider value.
+ * Set namespace of the provider of the topic type.
*
* @param provider the provider value to set
* @return the TopicTypeInfoInner object itself.
@@ -79,7 +79,7 @@ public TopicTypeInfoInner withProvider(String provider) {
}
/**
- * Get the displayName value.
+ * Get display Name for the topic type.
*
* @return the displayName value
*/
@@ -88,7 +88,7 @@ public String displayName() {
}
/**
- * Set the displayName value.
+ * Set display Name for the topic type.
*
* @param displayName the displayName value to set
* @return the TopicTypeInfoInner object itself.
@@ -99,7 +99,7 @@ public TopicTypeInfoInner withDisplayName(String displayName) {
}
/**
- * Get the description value.
+ * Get description of the topic type.
*
* @return the description value
*/
@@ -108,7 +108,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set description of the topic type.
*
* @param description the description value to set
* @return the TopicTypeInfoInner object itself.
@@ -119,7 +119,7 @@ public TopicTypeInfoInner withDescription(String description) {
}
/**
- * Get the resourceRegionType value.
+ * Get region type of the resource. Possible values include: 'RegionalResource', 'GlobalResource'.
*
* @return the resourceRegionType value
*/
@@ -128,7 +128,7 @@ public ResourceRegionType resourceRegionType() {
}
/**
- * Set the resourceRegionType value.
+ * Set region type of the resource. Possible values include: 'RegionalResource', 'GlobalResource'.
*
* @param resourceRegionType the resourceRegionType value to set
* @return the TopicTypeInfoInner object itself.
@@ -139,7 +139,7 @@ public TopicTypeInfoInner withResourceRegionType(ResourceRegionType resourceRegi
}
/**
- * Get the provisioningState value.
+ * Get provisioning state of the topic type. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'.
*
* @return the provisioningState value
*/
@@ -148,7 +148,7 @@ public TopicTypeProvisioningState provisioningState() {
}
/**
- * Set the provisioningState value.
+ * Set provisioning state of the topic type. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'.
*
* @param provisioningState the provisioningState value to set
* @return the TopicTypeInfoInner object itself.
@@ -159,7 +159,7 @@ public TopicTypeInfoInner withProvisioningState(TopicTypeProvisioningState provi
}
/**
- * Get the supportedLocations value.
+ * Get list of locations supported by this topic type.
*
* @return the supportedLocations value
*/
@@ -168,7 +168,7 @@ public List supportedLocations() {
}
/**
- * Set the supportedLocations value.
+ * Set list of locations supported by this topic type.
*
* @param supportedLocations the supportedLocations value to set
* @return the TopicTypeInfoInner object itself.
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicTypesImpl.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicTypesImpl.java
index dae9bbd05677..255228d1da57 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicTypesImpl.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicTypesImpl.java
@@ -72,7 +72,8 @@ public Observable listAsync() {
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public TopicTypeInfo call(TopicTypeInfoInner inner) {
return new TopicTypeInfoImpl(inner, manager());
diff --git a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicsImpl.java b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicsImpl.java
index 59d3c25c4b1c..35b5412b6064 100644
--- a/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicsImpl.java
+++ b/eventgrid/resource-manager/v2018_05_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2018_05_01_preview/implementation/TopicsImpl.java
@@ -171,7 +171,8 @@ public Observable listEventTypesAsync(String resourceGroupName, Strin
public Observable call(List innerList) {
return Observable.from(innerList);
}
- }) .map(new Func1() {
+ })
+ .map(new Func1() {
@Override
public EventType call(EventTypeInner inner) {
return new EventTypeImpl(inner, manager());