Skip to content

Commit b43603c

Browse files
author
SDK Automation
committed
Generated from a48cb1477225fd96c3d2a7891c41c68ff61bbbc1
Fixing linting issues
1 parent cfb96b3 commit b43603c

File tree

73 files changed

+1653
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1653
-213
lines changed

sdk/network/mgmt-v2019_02_01/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.microsoft.azure.network.v2019_02_01</groupId>
11-
<parent>
11+
<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>
1818
<version>1.0.0-beta</version>
@@ -71,6 +71,8 @@
7171
<artifactId>azure-arm-client-runtime</artifactId>
7272
<type>test-jar</type>
7373
<scope>test</scope>
74+
<!--Below version for test jar needs to be removed, this will be done as part of v1-runtime 1.6.7-->
75+
<version>1.6.5</version>
7476
</dependency>
7577
</dependencies>
7678
<build>

sdk/network/mgmt-v2019_02_01/src/main/java/com/microsoft/azure/management/network/v2019_02_01/ApplicationGatewayOnDemandProbe.java

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

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

11+
import com.microsoft.azure.SubResource;
1112
import com.fasterxml.jackson.annotation.JsonProperty;
1213

1314
/**
@@ -56,18 +57,18 @@ public class ApplicationGatewayOnDemandProbe {
5657
private ApplicationGatewayProbeHealthResponseMatch match;
5758

5859
/**
59-
* Name of backend pool of application gateway to which probe request will
60-
* be sent.
60+
* Reference of backend pool of application gateway to which probe request
61+
* will be sent.
6162
*/
62-
@JsonProperty(value = "backendPoolName")
63-
private String backendPoolName;
63+
@JsonProperty(value = "backendAddressPool")
64+
private SubResource backendAddressPool;
6465

6566
/**
66-
* Name of backend http setting of application gateway to be used for test
67-
* probe.
67+
* Reference of backend http setting of application gateway to be used for
68+
* test probe.
6869
*/
69-
@JsonProperty(value = "backendHttpSettingName")
70-
private String backendHttpSettingName;
70+
@JsonProperty(value = "backendHttpSettings")
71+
private SubResource backendHttpSettings;
7172

7273
/**
7374
* Get the protocol used for the probe. Possible values include: 'Http', 'Https'.
@@ -190,42 +191,42 @@ public ApplicationGatewayOnDemandProbe withMatch(ApplicationGatewayProbeHealthRe
190191
}
191192

192193
/**
193-
* Get name of backend pool of application gateway to which probe request will be sent.
194+
* Get reference of backend pool of application gateway to which probe request will be sent.
194195
*
195-
* @return the backendPoolName value
196+
* @return the backendAddressPool value
196197
*/
197-
public String backendPoolName() {
198-
return this.backendPoolName;
198+
public SubResource backendAddressPool() {
199+
return this.backendAddressPool;
199200
}
200201

201202
/**
202-
* Set name of backend pool of application gateway to which probe request will be sent.
203+
* Set reference of backend pool of application gateway to which probe request will be sent.
203204
*
204-
* @param backendPoolName the backendPoolName value to set
205+
* @param backendAddressPool the backendAddressPool value to set
205206
* @return the ApplicationGatewayOnDemandProbe object itself.
206207
*/
207-
public ApplicationGatewayOnDemandProbe withBackendPoolName(String backendPoolName) {
208-
this.backendPoolName = backendPoolName;
208+
public ApplicationGatewayOnDemandProbe withBackendAddressPool(SubResource backendAddressPool) {
209+
this.backendAddressPool = backendAddressPool;
209210
return this;
210211
}
211212

212213
/**
213-
* Get name of backend http setting of application gateway to be used for test probe.
214+
* Get reference of backend http setting of application gateway to be used for test probe.
214215
*
215-
* @return the backendHttpSettingName value
216+
* @return the backendHttpSettings value
216217
*/
217-
public String backendHttpSettingName() {
218-
return this.backendHttpSettingName;
218+
public SubResource backendHttpSettings() {
219+
return this.backendHttpSettings;
219220
}
220221

221222
/**
222-
* Set name of backend http setting of application gateway to be used for test probe.
223+
* Set reference of backend http setting of application gateway to be used for test probe.
223224
*
224-
* @param backendHttpSettingName the backendHttpSettingName value to set
225+
* @param backendHttpSettings the backendHttpSettings value to set
225226
* @return the ApplicationGatewayOnDemandProbe object itself.
226227
*/
227-
public ApplicationGatewayOnDemandProbe withBackendHttpSettingName(String backendHttpSettingName) {
228-
this.backendHttpSettingName = backendHttpSettingName;
228+
public ApplicationGatewayOnDemandProbe withBackendHttpSettings(SubResource backendHttpSettings) {
229+
this.backendHttpSettings = backendHttpSettings;
229230
return this;
230231
}
231232

sdk/network/mgmt-v2019_02_01/src/main/java/com/microsoft/azure/management/network/v2019_02_01/ApplicationGatewaySslCipherSuite.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@ public final class ApplicationGatewaySslCipherSuite extends ExpandableStringEnum
9191
/** Static value TLS_RSA_WITH_3DES_EDE_CBC_SHA for ApplicationGatewaySslCipherSuite. */
9292
public static final ApplicationGatewaySslCipherSuite TLS_RSA_WITH_3DES_EDE_CBC_SHA = fromString("TLS_RSA_WITH_3DES_EDE_CBC_SHA");
9393

94+
/** Static value TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA for ApplicationGatewaySslCipherSuite. */
95+
public static final ApplicationGatewaySslCipherSuite TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA = fromString("TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA");
96+
97+
/** Static value TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 for ApplicationGatewaySslCipherSuite. */
98+
public static final ApplicationGatewaySslCipherSuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = fromString("TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256");
99+
100+
/** Static value TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 for ApplicationGatewaySslCipherSuite. */
101+
public static final ApplicationGatewaySslCipherSuite TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = fromString("TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384");
102+
94103
/**
95104
* Creates or finds a ApplicationGatewaySslCipherSuite from its string representation.
96105
* @param name a name to look for

sdk/network/mgmt-v2019_02_01/src/main/java/com/microsoft/azure/management/network/v2019_02_01/BackendAddressPool.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ public interface BackendAddressPool extends HasInner<BackendAddressPoolInner>, I
5151
*/
5252
SubResource outboundRule();
5353

54+
/**
55+
* @return the outboundRules value.
56+
*/
57+
List<SubResource> outboundRules();
58+
5459
/**
5560
* @return the provisioningState value.
5661
*/

sdk/network/mgmt-v2019_02_01/src/main/java/com/microsoft/azure/management/network/v2019_02_01/PublicIPPrefix.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import com.microsoft.azure.arm.resources.models.HasManager;
2020
import com.microsoft.azure.management.network.v2019_02_01.implementation.NetworkManager;
2121
import java.util.List;
22+
import com.microsoft.azure.SubResource;
2223
import com.microsoft.azure.management.network.v2019_02_01.implementation.PublicIPPrefixInner;
2324

2425
/**
@@ -40,6 +41,11 @@ public interface PublicIPPrefix extends HasInner<PublicIPPrefixInner>, Resource,
4041
*/
4142
List<IpTag> ipTags();
4243

44+
/**
45+
* @return the loadBalancerFrontendIpConfiguration value.
46+
*/
47+
SubResource loadBalancerFrontendIpConfiguration();
48+
4349
/**
4450
* @return the prefixLength value.
4551
*/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/**
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*
6+
* Code generated by Microsoft (R) AutoRest Code Generator.
7+
*/
8+
9+
package com.microsoft.azure.management.network.v2019_02_01;
10+
11+
import rx.Observable;
12+
import com.microsoft.azure.management.network.v2019_02_01.implementation.ResourceNavigationLinksInner;
13+
import com.microsoft.azure.arm.model.HasInner;
14+
15+
/**
16+
* Type representing ResourceNavigationLinks.
17+
*/
18+
public interface ResourceNavigationLinks extends HasInner<ResourceNavigationLinksInner> {
19+
/**
20+
* Gets a list of resource navigation links for a subnet.
21+
*
22+
* @param resourceGroupName The name of the resource group.
23+
* @param virtualNetworkName The name of the virtual network.
24+
* @param subnetName The name of the subnet.
25+
* @throws IllegalArgumentException thrown if parameters fail the validation
26+
* @return the observable for the request
27+
*/
28+
Observable<ResourceNavigationLinksListResult> getAsync(String resourceGroupName, String virtualNetworkName, String subnetName);
29+
30+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/**
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*
6+
* Code generated by Microsoft (R) AutoRest Code Generator.
7+
*/
8+
9+
package com.microsoft.azure.management.network.v2019_02_01;
10+
11+
import com.microsoft.azure.arm.model.HasInner;
12+
import com.microsoft.azure.arm.resources.models.HasManager;
13+
import com.microsoft.azure.management.network.v2019_02_01.implementation.NetworkManager;
14+
import com.microsoft.azure.management.network.v2019_02_01.implementation.ResourceNavigationLinksListResultInner;
15+
import com.microsoft.azure.management.network.v2019_02_01.implementation.ResourceNavigationLinkInner;
16+
import java.util.List;
17+
18+
/**
19+
* Type representing ResourceNavigationLinksListResult.
20+
*/
21+
public interface ResourceNavigationLinksListResult extends HasInner<ResourceNavigationLinksListResultInner>, HasManager<NetworkManager> {
22+
/**
23+
* @return the nextLink value.
24+
*/
25+
String nextLink();
26+
27+
/**
28+
* @return the value value.
29+
*/
30+
List<ResourceNavigationLinkInner> value();
31+
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/**
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*
6+
* Code generated by Microsoft (R) AutoRest Code Generator.
7+
*/
8+
9+
package com.microsoft.azure.management.network.v2019_02_01;
10+
11+
import rx.Observable;
12+
import com.microsoft.azure.management.network.v2019_02_01.implementation.ServiceAssociationLinksInner;
13+
import com.microsoft.azure.arm.model.HasInner;
14+
15+
/**
16+
* Type representing ServiceAssociationLinks.
17+
*/
18+
public interface ServiceAssociationLinks extends HasInner<ServiceAssociationLinksInner> {
19+
/**
20+
* Gets a list of service association links for a subnet.
21+
*
22+
* @param resourceGroupName The name of the resource group.
23+
* @param virtualNetworkName The name of the virtual network.
24+
* @param subnetName The name of the subnet.
25+
* @throws IllegalArgumentException thrown if parameters fail the validation
26+
* @return the observable for the request
27+
*/
28+
Observable<ServiceAssociationLinksListResult> getAsync(String resourceGroupName, String virtualNetworkName, String subnetName);
29+
30+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/**
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*
6+
* Code generated by Microsoft (R) AutoRest Code Generator.
7+
*/
8+
9+
package com.microsoft.azure.management.network.v2019_02_01;
10+
11+
import com.microsoft.azure.arm.model.HasInner;
12+
import com.microsoft.azure.arm.resources.models.HasManager;
13+
import com.microsoft.azure.management.network.v2019_02_01.implementation.NetworkManager;
14+
import com.microsoft.azure.management.network.v2019_02_01.implementation.ServiceAssociationLinksListResultInner;
15+
import com.microsoft.azure.management.network.v2019_02_01.implementation.ServiceAssociationLinkInner;
16+
import java.util.List;
17+
18+
/**
19+
* Type representing ServiceAssociationLinksListResult.
20+
*/
21+
public interface ServiceAssociationLinksListResult extends HasInner<ServiceAssociationLinksListResultInner>, HasManager<NetworkManager> {
22+
/**
23+
* @return the nextLink value.
24+
*/
25+
String nextLink();
26+
27+
/**
28+
* @return the value value.
29+
*/
30+
List<ServiceAssociationLinkInner> value();
31+
32+
}

sdk/network/mgmt-v2019_02_01/src/main/java/com/microsoft/azure/management/network/v2019_02_01/Subnet.java

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
import java.util.List;
2121
import com.microsoft.azure.SubResource;
2222
import com.microsoft.azure.management.network.v2019_02_01.implementation.NetworkSecurityGroupInner;
23+
import com.microsoft.azure.management.network.v2019_02_01.implementation.ResourceNavigationLinkInner;
2324
import com.microsoft.azure.management.network.v2019_02_01.implementation.RouteTableInner;
25+
import com.microsoft.azure.management.network.v2019_02_01.implementation.ServiceAssociationLinkInner;
2426
import com.microsoft.azure.management.network.v2019_02_01.implementation.ServiceEndpointPolicyInner;
2527

2628
/**
@@ -95,7 +97,7 @@ public interface Subnet extends HasInner<SubnetInner>, Indexable, Refreshable<Su
9597
/**
9698
* @return the resourceNavigationLinks value.
9799
*/
98-
List<ResourceNavigationLink> resourceNavigationLinks();
100+
List<ResourceNavigationLinkInner> resourceNavigationLinks();
99101

100102
/**
101103
* @return the routeTable value.
@@ -105,7 +107,7 @@ public interface Subnet extends HasInner<SubnetInner>, Indexable, Refreshable<Su
105107
/**
106108
* @return the serviceAssociationLinks value.
107109
*/
108-
List<ServiceAssociationLink> serviceAssociationLinks();
110+
List<ServiceAssociationLinkInner> serviceAssociationLinks();
109111

110112
/**
111113
* @return the serviceEndpointPolicies value.
@@ -263,7 +265,7 @@ interface WithResourceNavigationLinks {
263265
* @param resourceNavigationLinks Gets an array of references to the external resources using subnet
264266
* @return the next definition stage
265267
*/
266-
WithCreate withResourceNavigationLinks(List<ResourceNavigationLink> resourceNavigationLinks);
268+
WithCreate withResourceNavigationLinks(List<ResourceNavigationLinkInner> resourceNavigationLinks);
267269
}
268270

269271
/**
@@ -287,7 +289,7 @@ interface WithServiceAssociationLinks {
287289
* @param serviceAssociationLinks Gets an array of references to services injecting into this subnet
288290
* @return the next definition stage
289291
*/
290-
WithCreate withServiceAssociationLinks(List<ServiceAssociationLink> serviceAssociationLinks);
292+
WithCreate withServiceAssociationLinks(List<ServiceAssociationLinkInner> serviceAssociationLinks);
291293
}
292294

293295
/**
@@ -449,7 +451,7 @@ interface WithResourceNavigationLinks {
449451
* @param resourceNavigationLinks Gets an array of references to the external resources using subnet
450452
* @return the next update stage
451453
*/
452-
Update withResourceNavigationLinks(List<ResourceNavigationLink> resourceNavigationLinks);
454+
Update withResourceNavigationLinks(List<ResourceNavigationLinkInner> resourceNavigationLinks);
453455
}
454456

455457
/**
@@ -473,7 +475,7 @@ interface WithServiceAssociationLinks {
473475
* @param serviceAssociationLinks Gets an array of references to services injecting into this subnet
474476
* @return the next update stage
475477
*/
476-
Update withServiceAssociationLinks(List<ServiceAssociationLink> serviceAssociationLinks);
478+
Update withServiceAssociationLinks(List<ServiceAssociationLinkInner> serviceAssociationLinks);
477479
}
478480

479481
/**

0 commit comments

Comments
 (0)