Skip to content

Commit 5d68ef1

Browse files
author
SDK Automation
committed
Update from master
1 parent 3f2d7db commit 5d68ef1

File tree

6 files changed

+316
-105
lines changed

6 files changed

+316
-105
lines changed

sdk/network/mgmt-v2020_03_01/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<parent>
1212
<groupId>com.microsoft.azure</groupId>
1313
<artifactId>azure-arm-parent</artifactId>
14-
<version>1.3.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>

sdk/network/mgmt-v2020_03_01/src/main/java/com/microsoft/azure/management/network/v2020_03_01/FirewallPolicy.java

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ public interface FirewallPolicy extends HasInner<FirewallPolicyInner>, Resource,
4646
*/
4747
List<SubResource> firewalls();
4848

49-
/**
50-
* @return the intrusionSystemMode value.
51-
*/
52-
FirewallPolicyIntrusionSystemMode intrusionSystemMode();
53-
5449
/**
5550
* @return the provisioningState value.
5651
*/
@@ -100,18 +95,6 @@ interface WithBasePolicy {
10095
WithCreate withBasePolicy(SubResource basePolicy);
10196
}
10297

103-
/**
104-
* The stage of the firewallpolicy definition allowing to specify IntrusionSystemMode.
105-
*/
106-
interface WithIntrusionSystemMode {
107-
/**
108-
* Specifies intrusionSystemMode.
109-
* @param intrusionSystemMode The operation mode for Intrusion system. Possible values include: 'Enabled', 'Disabled'
110-
* @return the next definition stage
111-
*/
112-
WithCreate withIntrusionSystemMode(FirewallPolicyIntrusionSystemMode intrusionSystemMode);
113-
}
114-
11598
/**
11699
* The stage of the firewallpolicy definition allowing to specify ThreatIntelMode.
117100
*/
@@ -129,13 +112,13 @@ interface WithThreatIntelMode {
129112
* the resource to be created (via {@link WithCreate#create()}), but also allows
130113
* for any other optional settings to be specified.
131114
*/
132-
interface WithCreate extends Creatable<FirewallPolicy>, Resource.DefinitionWithTags<WithCreate>, DefinitionStages.WithBasePolicy, DefinitionStages.WithIntrusionSystemMode, DefinitionStages.WithThreatIntelMode {
115+
interface WithCreate extends Creatable<FirewallPolicy>, Resource.DefinitionWithTags<WithCreate>, DefinitionStages.WithBasePolicy, DefinitionStages.WithThreatIntelMode {
133116
}
134117
}
135118
/**
136119
* The template for a FirewallPolicy update operation, containing all the settings that can be modified.
137120
*/
138-
interface Update extends Appliable<FirewallPolicy>, Resource.UpdateWithTags<Update>, UpdateStages.WithBasePolicy, UpdateStages.WithIntrusionSystemMode, UpdateStages.WithThreatIntelMode {
121+
interface Update extends Appliable<FirewallPolicy>, Resource.UpdateWithTags<Update>, UpdateStages.WithBasePolicy, UpdateStages.WithThreatIntelMode {
139122
}
140123

141124
/**
@@ -154,18 +137,6 @@ interface WithBasePolicy {
154137
Update withBasePolicy(SubResource basePolicy);
155138
}
156139

157-
/**
158-
* The stage of the firewallpolicy update allowing to specify IntrusionSystemMode.
159-
*/
160-
interface WithIntrusionSystemMode {
161-
/**
162-
* Specifies intrusionSystemMode.
163-
* @param intrusionSystemMode The operation mode for Intrusion system. Possible values include: 'Enabled', 'Disabled'
164-
* @return the next update stage
165-
*/
166-
Update withIntrusionSystemMode(FirewallPolicyIntrusionSystemMode intrusionSystemMode);
167-
}
168-
169140
/**
170141
* The stage of the firewallpolicy update allowing to specify ThreatIntelMode.
171142
*/

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
package com.microsoft.azure.management.network.v2020_03_01;
1010

1111
import com.microsoft.azure.arm.model.HasInner;
12-
import com.microsoft.azure.management.network.v2020_03_01.implementation.ResourceNavigationLinkInner;
13-
import com.microsoft.azure.management.network.v2020_03_01.implementation.ServiceAssociationLinkInner;
1412
import com.microsoft.azure.management.network.v2020_03_01.implementation.SubnetInner;
1513
import com.microsoft.azure.arm.model.Indexable;
1614
import com.microsoft.azure.arm.model.Refreshable;

sdk/network/mgmt-v2020_03_01/src/main/java/com/microsoft/azure/management/network/v2020_03_01/implementation/FirewallPolicyImpl.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import com.microsoft.azure.SubResource;
1616
import com.microsoft.azure.management.network.v2020_03_01.ProvisioningState;
1717
import com.microsoft.azure.management.network.v2020_03_01.AzureFirewallThreatIntelMode;
18-
import com.microsoft.azure.management.network.v2020_03_01.FirewallPolicyIntrusionSystemMode;
1918

2019
class FirewallPolicyImpl extends GroupableResourceCoreImpl<FirewallPolicy, FirewallPolicyInner, FirewallPolicyImpl, NetworkManager> implements FirewallPolicy, FirewallPolicy.Definition, FirewallPolicy.Update {
2120
FirewallPolicyImpl(String name, FirewallPolicyInner inner, NetworkManager manager) {
@@ -68,11 +67,6 @@ public List<SubResource> firewalls() {
6867
return this.inner().firewalls();
6968
}
7069

71-
@Override
72-
public FirewallPolicyIntrusionSystemMode intrusionSystemMode() {
73-
return this.inner().intrusionSystemMode();
74-
}
75-
7670
@Override
7771
public ProvisioningState provisioningState() {
7872
return this.inner().provisioningState();
@@ -94,12 +88,6 @@ public FirewallPolicyImpl withBasePolicy(SubResource basePolicy) {
9488
return this;
9589
}
9690

97-
@Override
98-
public FirewallPolicyImpl withIntrusionSystemMode(FirewallPolicyIntrusionSystemMode intrusionSystemMode) {
99-
this.inner().withIntrusionSystemMode(intrusionSystemMode);
100-
return this;
101-
}
102-
10391
@Override
10492
public FirewallPolicyImpl withThreatIntelMode(AzureFirewallThreatIntelMode threatIntelMode) {
10593
this.inner().withThreatIntelMode(threatIntelMode);

sdk/network/mgmt-v2020_03_01/src/main/java/com/microsoft/azure/management/network/v2020_03_01/implementation/FirewallPolicyInner.java

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import com.microsoft.azure.SubResource;
1313
import com.microsoft.azure.management.network.v2020_03_01.ProvisioningState;
1414
import com.microsoft.azure.management.network.v2020_03_01.AzureFirewallThreatIntelMode;
15-
import com.microsoft.azure.management.network.v2020_03_01.FirewallPolicyIntrusionSystemMode;
1615
import com.fasterxml.jackson.annotation.JsonProperty;
1716
import com.microsoft.rest.serializer.JsonFlatten;
1817
import com.microsoft.rest.SkipParentValidation;
@@ -63,13 +62,6 @@ public class FirewallPolicyInner extends Resource {
6362
@JsonProperty(value = "properties.threatIntelMode")
6463
private AzureFirewallThreatIntelMode threatIntelMode;
6564

66-
/**
67-
* The operation mode for Intrusion system. Possible values include:
68-
* 'Enabled', 'Disabled'.
69-
*/
70-
@JsonProperty(value = "properties.intrusionSystemMode")
71-
private FirewallPolicyIntrusionSystemMode intrusionSystemMode;
72-
7365
/**
7466
* A unique read-only string that changes whenever the resource is updated.
7567
*/
@@ -158,26 +150,6 @@ public FirewallPolicyInner withThreatIntelMode(AzureFirewallThreatIntelMode thre
158150
return this;
159151
}
160152

161-
/**
162-
* Get the operation mode for Intrusion system. Possible values include: 'Enabled', 'Disabled'.
163-
*
164-
* @return the intrusionSystemMode value
165-
*/
166-
public FirewallPolicyIntrusionSystemMode intrusionSystemMode() {
167-
return this.intrusionSystemMode;
168-
}
169-
170-
/**
171-
* Set the operation mode for Intrusion system. Possible values include: 'Enabled', 'Disabled'.
172-
*
173-
* @param intrusionSystemMode the intrusionSystemMode value to set
174-
* @return the FirewallPolicyInner object itself.
175-
*/
176-
public FirewallPolicyInner withIntrusionSystemMode(FirewallPolicyIntrusionSystemMode intrusionSystemMode) {
177-
this.intrusionSystemMode = intrusionSystemMode;
178-
return this;
179-
}
180-
181153
/**
182154
* Get a unique read-only string that changes whenever the resource is updated.
183155
*

0 commit comments

Comments
 (0)