diff --git a/sdk/eventgrid/mgmt-v2020_04_01_preview/pom.xml b/sdk/eventgrid/mgmt-v2020_04_01_preview/pom.xml
index 8196b7a29610..fd1103625787 100644
--- a/sdk/eventgrid/mgmt-v2020_04_01_preview/pom.xml
+++ b/sdk/eventgrid/mgmt-v2020_04_01_preview/pom.xml
@@ -11,11 +11,11 @@
com.microsoft.azure
azure-arm-parent
- 1.3.0
- ../../parents/azure-arm-parent
+ 1.1.0
+ ../../../pom.management.xml
azure-mgmt-eventgrid
- 1.0.0-beta-4
+ 1.0.0-beta
jar
Microsoft Azure SDK for EventGrid Management
This package contains Microsoft EventGrid Management SDK.
diff --git a/sdk/eventgrid/mgmt-v2020_04_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2020_04_01_preview/PrivateEndpointConnections.java b/sdk/eventgrid/mgmt-v2020_04_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2020_04_01_preview/PrivateEndpointConnections.java
index 853b478c0b13..8e0477518b7c 100644
--- a/sdk/eventgrid/mgmt-v2020_04_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2020_04_01_preview/PrivateEndpointConnections.java
+++ b/sdk/eventgrid/mgmt-v2020_04_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2020_04_01_preview/PrivateEndpointConnections.java
@@ -22,7 +22,7 @@ public interface PrivateEndpointConnections extends HasInner implements PartnerTopic, PartnerTopic.Update {
+ private Map utags;
PartnerTopicImpl(String name, PartnerTopicInner inner, EventGridManager manager) {
super(name, inner, manager);
}
@@ -30,7 +31,7 @@ public Observable createResourceAsync() {
@Override
public Observable updateResourceAsync() {
PartnerTopicsInner client = this.manager().inner().partnerTopics();
- return client.updateAsync(this.resourceGroupName(), this.name(), this.tags())
+ return client.updateAsync(this.resourceGroupName(), this.name(), this.utags)
.map(innerToFluentMap(this));
}
@@ -70,4 +71,11 @@ public PartnerTopicProvisioningState provisioningState() {
public String source() {
return this.inner().source();
}
+
+ @Override
+ public PartnerTopicImpl withTags(Map tags) {
+ this.utags = tags;
+ return this;
+ }
+
}
diff --git a/sdk/eventgrid/mgmt-v2020_04_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2020_04_01_preview/implementation/PrivateEndpointConnectionImpl.java b/sdk/eventgrid/mgmt-v2020_04_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2020_04_01_preview/implementation/PrivateEndpointConnectionImpl.java
index bdfd16a20932..9fa8434d2876 100644
--- a/sdk/eventgrid/mgmt-v2020_04_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2020_04_01_preview/implementation/PrivateEndpointConnectionImpl.java
+++ b/sdk/eventgrid/mgmt-v2020_04_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2020_04_01_preview/implementation/PrivateEndpointConnectionImpl.java
@@ -38,7 +38,7 @@ class PrivateEndpointConnectionImpl extends CreatableUpdatableImpl getAsync(String resourceGro
* Get a specific private endpoint connection under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -149,7 +149,7 @@ public PrivateEndpointConnectionInner call(ServiceResponse getDelegate(Response updateAsync(String resource
* Update a specific private endpoint connection under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
* @param privateEndpointConnection The private endpoint connection object to update.
@@ -256,7 +256,7 @@ public PrivateEndpointConnectionInner call(ServiceResponse> updateWithSer
* Update a specific private endpoint connection under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
* @param privateEndpointConnection The private endpoint connection object to update.
@@ -313,7 +313,7 @@ public PrivateEndpointConnectionInner beginUpdate(String resourceGroupName, Stri
* Update a specific private endpoint connection under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
* @param privateEndpointConnection The private endpoint connection object to update.
@@ -330,7 +330,7 @@ public ServiceFuture beginUpdateAsync(String res
* Update a specific private endpoint connection under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
* @param privateEndpointConnection The private endpoint connection object to update.
@@ -351,7 +351,7 @@ public PrivateEndpointConnectionInner call(ServiceResponse beginUpdateDelegate(Resp
* Delete a specific private endpoint connection under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -424,7 +424,7 @@ public void delete(String resourceGroupName, String parentType, String parentNam
* Delete a specific private endpoint connection under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
@@ -440,7 +440,7 @@ public ServiceFuture deleteAsync(String resourceGroupName, String parentTy
* Delete a specific private endpoint connection under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -460,7 +460,7 @@ public Void call(ServiceResponse response) {
* Delete a specific private endpoint connection under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -494,7 +494,7 @@ public Observable> deleteWithServiceResponseAsync(String r
* Delete a specific private endpoint connection under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -510,7 +510,7 @@ public void beginDelete(String resourceGroupName, String parentType, String pare
* Delete a specific private endpoint connection under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
@@ -526,7 +526,7 @@ public ServiceFuture beginDeleteAsync(String resourceGroupName, String par
* Delete a specific private endpoint connection under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -546,7 +546,7 @@ public Void call(ServiceResponse response) {
* Delete a specific private endpoint connection under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -598,7 +598,7 @@ private ServiceResponse beginDeleteDelegate(Response respons
* Get all private endpoint connections under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws CloudException thrown if the request is rejected by server
@@ -620,7 +620,7 @@ public Page nextPage(String nextPageLink) {
* Get all private endpoint connections under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -643,7 +643,7 @@ public Observable>> call(St
* Get all private endpoint connections under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList<PrivateEndpointConnectionInner> object
@@ -663,7 +663,7 @@ public Page call(ServiceResponse>> call(Se
* Get all private endpoint connections under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList<PrivateEndpointConnectionInner> object wrapped in {@link ServiceResponse} if successful.
@@ -729,7 +729,7 @@ public Observable>> call(Re
* Get all private endpoint connections under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param filter The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
* @param top The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
@@ -753,7 +753,7 @@ public Page nextPage(String nextPageLink) {
* Get all private endpoint connections under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param filter The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
* @param top The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
@@ -778,7 +778,7 @@ public Observable>> call(St
* Get all private endpoint connections under a topic or domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
* @param filter The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
* @param top The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
@@ -800,7 +800,7 @@ public Page call(ServiceResponse>> call(Se
* Get all private endpoint connections under a topic or domain.
*
ServiceResponse> * @param resourceGroupName The name of the resource group within the user's subscription.
- ServiceResponse> * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
+ ServiceResponse> * @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
ServiceResponse> * @param parentName The name of the parent resource (namely, either, the topic name or domain name).
ServiceResponse> * @param filter The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
ServiceResponse> * @param top The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.