diff --git a/eng/mgmt/mgmtmetadata/network_resource-manager.txt b/eng/mgmt/mgmtmetadata/network_resource-manager.txt
index 72b7941a4ef0..7cc668c9ad56 100644
--- a/eng/mgmt/mgmtmetadata/network_resource-manager.txt
+++ b/eng/mgmt/mgmtmetadata/network_resource-manager.txt
@@ -4,11 +4,11 @@ Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/network/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\git\azure-sdk-for-net\sdk
-2020-05-05 19:18:36 UTC
+2020-05-07 08:09:44 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
-Commit: aee4a584518813e6f44e36d6de68439c0a806c5a
+Commit: 42df7cfde61ff57f0234c99462a8d51cd0514e02
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
diff --git a/sdk/network/Microsoft.Azure.Management.Network/AzSdk.RP.props b/sdk/network/Microsoft.Azure.Management.Network/AzSdk.RP.props
index 5e56bdaa2465..3156e5130368 100644
--- a/sdk/network/Microsoft.Azure.Management.Network/AzSdk.RP.props
+++ b/sdk/network/Microsoft.Azure.Management.Network/AzSdk.RP.props
@@ -1,7 +1,7 @@
- Compute_2018-10-01;Network_2020-03-01;
+ Compute_2018-10-01;Network_2020-04-01;
$(PackageTags);$(CommonTags);$(AzureApiTag);
\ No newline at end of file
diff --git a/sdk/network/Microsoft.Azure.Management.Network/src/Generated/Models/P2SVpnGateway.cs b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/Models/P2SVpnGateway.cs
index 2b8dcf47cdd7..fef8a178240d 100644
--- a/sdk/network/Microsoft.Azure.Management.Network/src/Generated/Models/P2SVpnGateway.cs
+++ b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/Models/P2SVpnGateway.cs
@@ -52,11 +52,9 @@ public P2SVpnGateway()
/// which the p2sVpnGateway is attached to.
/// All P2S VPN clients'
/// connection health status.
- /// List of all customer specified DNS
- /// servers IP addresses.
/// A unique read-only string that changes whenever
/// the resource is updated.
- public P2SVpnGateway(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), SubResource virtualHub = default(SubResource), IList p2SConnectionConfigurations = default(IList), string provisioningState = default(string), int? vpnGatewayScaleUnit = default(int?), SubResource vpnServerConfiguration = default(SubResource), VpnClientConnectionHealth vpnClientConnectionHealth = default(VpnClientConnectionHealth), IList customDnsServers = default(IList), string etag = default(string))
+ public P2SVpnGateway(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), SubResource virtualHub = default(SubResource), IList p2SConnectionConfigurations = default(IList), string provisioningState = default(string), int? vpnGatewayScaleUnit = default(int?), SubResource vpnServerConfiguration = default(SubResource), VpnClientConnectionHealth vpnClientConnectionHealth = default(VpnClientConnectionHealth), string etag = default(string))
: base(id, name, type, location, tags)
{
VirtualHub = virtualHub;
@@ -65,7 +63,6 @@ public P2SVpnGateway()
VpnGatewayScaleUnit = vpnGatewayScaleUnit;
VpnServerConfiguration = vpnServerConfiguration;
VpnClientConnectionHealth = vpnClientConnectionHealth;
- CustomDnsServers = customDnsServers;
Etag = etag;
CustomInit();
}
@@ -115,13 +112,6 @@ public P2SVpnGateway()
[JsonProperty(PropertyName = "properties.vpnClientConnectionHealth")]
public VpnClientConnectionHealth VpnClientConnectionHealth { get; private set; }
- ///
- /// Gets or sets list of all customer specified DNS servers IP
- /// addresses.
- ///
- [JsonProperty(PropertyName = "properties.customDnsServers")]
- public IList CustomDnsServers { get; set; }
-
///
/// Gets a unique read-only string that changes whenever the resource
/// is updated.
diff --git a/sdk/network/Microsoft.Azure.Management.Network/src/Generated/SdkInfo_NetworkManagementClient.cs b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/SdkInfo_NetworkManagementClient.cs
index 54644b55fd92..af1d2744ee9a 100644
--- a/sdk/network/Microsoft.Azure.Management.Network/src/Generated/SdkInfo_NetworkManagementClient.cs
+++ b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/SdkInfo_NetworkManagementClient.cs
@@ -132,7 +132,7 @@ public static IEnumerable> ApiInfo_NetworkManageme
public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/network/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\git\\azure-sdk-for-net\\sdk";
public static readonly String GithubForkName = "Azure";
public static readonly String GithubBranchName = "master";
- public static readonly String GithubCommidId = "aee4a584518813e6f44e36d6de68439c0a806c5a";
+ public static readonly String GithubCommidId = "42df7cfde61ff57f0234c99462a8d51cd0514e02";
public static readonly String CodeGenerationErrors = "";
public static readonly String GithubRepoName = "azure-rest-api-specs";
// END: Code Generation Metadata Section
diff --git a/sdk/network/Microsoft.Azure.Management.Network/src/Microsoft.Azure.Management.Network.csproj b/sdk/network/Microsoft.Azure.Management.Network/src/Microsoft.Azure.Management.Network.csproj
index 95cabdb7ff77..0ab56189535b 100644
--- a/sdk/network/Microsoft.Azure.Management.Network/src/Microsoft.Azure.Management.Network.csproj
+++ b/sdk/network/Microsoft.Azure.Management.Network/src/Microsoft.Azure.Management.Network.csproj
@@ -7,7 +7,7 @@
Microsoft.Azure.Management.Network
Provides management capabilities for Network services.
Microsoft.Azure.Management.Network
- 19.21.0-preview
+ 19.21.1-preview
Microsoft Azure Network management;Network;Network management;