Skip to content

Commit 1031842

Browse files
author
SDK Automation
committed
Update from master
1 parent a7c3acb commit 1031842

File tree

5 files changed

+329
-51
lines changed

5 files changed

+329
-51
lines changed

sdk/network/mgmt-v2019_08_01/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<parent>
1212
<groupId>com.microsoft.azure</groupId>
1313
<artifactId>azure-arm-parent</artifactId>
14-
<version>1.2.0</version>
15-
<relativePath>../../parents/azure-arm-parent</relativePath>
14+
<version>1.1.0</version>
15+
<relativePath>../../../pom.management.xml</relativePath>
1616
</parent>
1717
<artifactId>azure-mgmt-network</artifactId>
18-
<version>1.0.0-beta-1</version>
18+
<version>1.0.0-beta</version>
1919
<packaging>jar</packaging>
2020
<name>Microsoft Azure SDK for Network Management</name>
2121
<description>This package contains Microsoft Network Management SDK.</description>

sdk/network/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/network/v2019_08_01/FirewallPolicyRule.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
package com.microsoft.azure.management.network.v2019_08_01;
1010

11-
import com.microsoft.azure.management.network.v2019_08_01.FirewallPolicyNatRule;
12-
import com.microsoft.azure.management.network.v2019_08_01.FirewallPolicyFilterRule;
1311
import com.fasterxml.jackson.annotation.JsonProperty;
1412
import com.fasterxml.jackson.annotation.JsonTypeInfo;
1513
import com.fasterxml.jackson.annotation.JsonTypeName;

sdk/network/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/network/v2019_08_01/FirewallPolicyRuleCondition.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
package com.microsoft.azure.management.network.v2019_08_01;
1010

11-
import com.microsoft.azure.management.network.v2019_08_01.ApplicationRuleCondition;
12-
import com.microsoft.azure.management.network.v2019_08_01.NetworkRuleCondition;
1311
import com.fasterxml.jackson.annotation.JsonProperty;
1412
import com.fasterxml.jackson.annotation.JsonTypeInfo;
1513
import com.fasterxml.jackson.annotation.JsonTypeName;

sdk/network/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/network/v2019_08_01/implementation/ConnectionMonitorsInner.java

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public Observable<ServiceResponse<ConnectionMonitorResultInner>> createOrUpdateW
193193
throw new IllegalArgumentException("Parameter parameters is required and cannot be null.");
194194
}
195195
Validator.validate(parameters);
196-
final String apiVersion = "2019-06-01";
196+
final String apiVersion = "2019-08-01";
197197
Observable<Response<ResponseBody>> observable = service.createOrUpdate(resourceGroupName, networkWatcherName, connectionMonitorName, this.client.subscriptionId(), parameters, apiVersion, this.client.acceptLanguage(), this.client.userAgent());
198198
return client.getAzureClient().getPutOrPatchResultAsync(observable, new TypeToken<ConnectionMonitorResultInner>() { }.getType());
199199
}
@@ -275,7 +275,7 @@ public Observable<ServiceResponse<ConnectionMonitorResultInner>> beginCreateOrUp
275275
throw new IllegalArgumentException("Parameter parameters is required and cannot be null.");
276276
}
277277
Validator.validate(parameters);
278-
final String apiVersion = "2019-06-01";
278+
final String apiVersion = "2019-08-01";
279279
return service.beginCreateOrUpdate(resourceGroupName, networkWatcherName, connectionMonitorName, this.client.subscriptionId(), parameters, apiVersion, this.client.acceptLanguage(), this.client.userAgent())
280280
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<ConnectionMonitorResultInner>>>() {
281281
@Override
@@ -367,7 +367,7 @@ public Observable<ServiceResponse<ConnectionMonitorResultInner>> getWithServiceR
367367
if (this.client.subscriptionId() == null) {
368368
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
369369
}
370-
final String apiVersion = "2019-06-01";
370+
final String apiVersion = "2019-08-01";
371371
return service.get(resourceGroupName, networkWatcherName, connectionMonitorName, this.client.subscriptionId(), apiVersion, this.client.acceptLanguage(), this.client.userAgent())
372372
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<ConnectionMonitorResultInner>>>() {
373373
@Override
@@ -457,7 +457,7 @@ public Observable<ServiceResponse<Void>> deleteWithServiceResponseAsync(String r
457457
if (this.client.subscriptionId() == null) {
458458
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
459459
}
460-
final String apiVersion = "2019-06-01";
460+
final String apiVersion = "2019-08-01";
461461
Observable<Response<ResponseBody>> observable = service.delete(resourceGroupName, networkWatcherName, connectionMonitorName, this.client.subscriptionId(), apiVersion, this.client.acceptLanguage(), this.client.userAgent());
462462
return client.getAzureClient().getPostOrDeleteResultAsync(observable, new TypeToken<Void>() { }.getType());
463463
}
@@ -530,7 +530,7 @@ public Observable<ServiceResponse<Void>> beginDeleteWithServiceResponseAsync(Str
530530
if (this.client.subscriptionId() == null) {
531531
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
532532
}
533-
final String apiVersion = "2019-06-01";
533+
final String apiVersion = "2019-08-01";
534534
return service.beginDelete(resourceGroupName, networkWatcherName, connectionMonitorName, this.client.subscriptionId(), apiVersion, this.client.acceptLanguage(), this.client.userAgent())
535535
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
536536
@Override
@@ -622,7 +622,7 @@ public Observable<ServiceResponse<ConnectionMonitorResultInner>> updateTagsWithS
622622
if (this.client.subscriptionId() == null) {
623623
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
624624
}
625-
final String apiVersion = "2019-06-01";
625+
final String apiVersion = "2019-08-01";
626626
final Map<String, String> tags = null;
627627
TagsObject parameters = new TagsObject();
628628
parameters.withTags(null);
@@ -714,7 +714,7 @@ public Observable<ServiceResponse<ConnectionMonitorResultInner>> updateTagsWithS
714714
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
715715
}
716716
Validator.validate(tags);
717-
final String apiVersion = "2019-06-01";
717+
final String apiVersion = "2019-08-01";
718718
TagsObject parameters = new TagsObject();
719719
parameters.withTags(tags);
720720
return service.updateTags(resourceGroupName, networkWatcherName, connectionMonitorName, this.client.subscriptionId(), apiVersion, this.client.acceptLanguage(), parameters, this.client.userAgent())
@@ -806,7 +806,7 @@ public Observable<ServiceResponse<Void>> stopWithServiceResponseAsync(String res
806806
if (this.client.subscriptionId() == null) {
807807
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
808808
}
809-
final String apiVersion = "2019-06-01";
809+
final String apiVersion = "2019-08-01";
810810
Observable<Response<ResponseBody>> observable = service.stop(resourceGroupName, networkWatcherName, connectionMonitorName, this.client.subscriptionId(), apiVersion, this.client.acceptLanguage(), this.client.userAgent());
811811
return client.getAzureClient().getPostOrDeleteResultAsync(observable, new LongRunningOperationOptions().withFinalStateVia(LongRunningFinalState.LOCATION), new TypeToken<Void>() { }.getType());
812812
}
@@ -879,7 +879,7 @@ public Observable<ServiceResponse<Void>> beginStopWithServiceResponseAsync(Strin
879879
if (this.client.subscriptionId() == null) {
880880
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
881881
}
882-
final String apiVersion = "2019-06-01";
882+
final String apiVersion = "2019-08-01";
883883
return service.beginStop(resourceGroupName, networkWatcherName, connectionMonitorName, this.client.subscriptionId(), apiVersion, this.client.acceptLanguage(), this.client.userAgent())
884884
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
885885
@Override
@@ -970,7 +970,7 @@ public Observable<ServiceResponse<Void>> startWithServiceResponseAsync(String re
970970
if (this.client.subscriptionId() == null) {
971971
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
972972
}
973-
final String apiVersion = "2019-06-01";
973+
final String apiVersion = "2019-08-01";
974974
Observable<Response<ResponseBody>> observable = service.start(resourceGroupName, networkWatcherName, connectionMonitorName, this.client.subscriptionId(), apiVersion, this.client.acceptLanguage(), this.client.userAgent());
975975
return client.getAzureClient().getPostOrDeleteResultAsync(observable, new LongRunningOperationOptions().withFinalStateVia(LongRunningFinalState.LOCATION), new TypeToken<Void>() { }.getType());
976976
}
@@ -1043,7 +1043,7 @@ public Observable<ServiceResponse<Void>> beginStartWithServiceResponseAsync(Stri
10431043
if (this.client.subscriptionId() == null) {
10441044
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
10451045
}
1046-
final String apiVersion = "2019-06-01";
1046+
final String apiVersion = "2019-08-01";
10471047
return service.beginStart(resourceGroupName, networkWatcherName, connectionMonitorName, this.client.subscriptionId(), apiVersion, this.client.acceptLanguage(), this.client.userAgent())
10481048
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
10491049
@Override
@@ -1135,7 +1135,7 @@ public Observable<ServiceResponse<ConnectionMonitorQueryResultInner>> queryWithS
11351135
if (this.client.subscriptionId() == null) {
11361136
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
11371137
}
1138-
final String apiVersion = "2019-06-01";
1138+
final String apiVersion = "2019-08-01";
11391139
Observable<Response<ResponseBody>> observable = service.query(resourceGroupName, networkWatcherName, connectionMonitorName, this.client.subscriptionId(), apiVersion, this.client.acceptLanguage(), this.client.userAgent());
11401140
return client.getAzureClient().getPostOrDeleteResultAsync(observable, new LongRunningOperationOptions().withFinalStateVia(LongRunningFinalState.LOCATION), new TypeToken<ConnectionMonitorQueryResultInner>() { }.getType());
11411141
}
@@ -1209,7 +1209,7 @@ public Observable<ServiceResponse<ConnectionMonitorQueryResultInner>> beginQuery
12091209
if (this.client.subscriptionId() == null) {
12101210
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
12111211
}
1212-
final String apiVersion = "2019-06-01";
1212+
final String apiVersion = "2019-08-01";
12131213
return service.beginQuery(resourceGroupName, networkWatcherName, connectionMonitorName, this.client.subscriptionId(), apiVersion, this.client.acceptLanguage(), this.client.userAgent())
12141214
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<ConnectionMonitorQueryResultInner>>>() {
12151215
@Override
@@ -1294,7 +1294,7 @@ public Observable<ServiceResponse<List<ConnectionMonitorResultInner>>> listWithS
12941294
if (this.client.subscriptionId() == null) {
12951295
throw new IllegalArgumentException("Parameter this.client.subscriptionId() is required and cannot be null.");
12961296
}
1297-
final String apiVersion = "2019-06-01";
1297+
final String apiVersion = "2019-08-01";
12981298
return service.list(resourceGroupName, networkWatcherName, this.client.subscriptionId(), apiVersion, this.client.acceptLanguage(), this.client.userAgent())
12991299
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<List<ConnectionMonitorResultInner>>>>() {
13001300
@Override

0 commit comments

Comments
 (0)