diff --git a/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/AzureNetAppFilesManagementClient.cs b/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/AzureNetAppFilesManagementClient.cs
index c10b601772c6..3fdd679fff08 100644
--- a/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/AzureNetAppFilesManagementClient.cs
+++ b/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/AzureNetAppFilesManagementClient.cs
@@ -356,7 +356,7 @@ private void Initialize()
MountTargets = new MountTargetsOperations(this);
Snapshots = new SnapshotsOperations(this);
BaseUri = new System.Uri("https://management.azure.com");
- ApiVersion = "2019-06-01";
+ ApiVersion = "2019-07-01";
AcceptLanguage = "en-US";
LongRunningOperationRetryTimeout = 30;
GenerateClientRequestId = true;
diff --git a/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/Models/ExportPolicyRule.cs b/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/Models/ExportPolicyRule.cs
index 20a4bd48bccc..629b0da22af0 100644
--- a/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/Models/ExportPolicyRule.cs
+++ b/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/Models/ExportPolicyRule.cs
@@ -34,18 +34,18 @@ public ExportPolicyRule()
/// Read and write access
/// Allows CIFS protocol
/// Allows NFSv3 protocol
- /// Allows NFSv4 protocol
+ /// Allows NFSv4.1 protocol
/// Client ingress specification as comma
/// separated string with IPv4 CIDRs, IPv4 host addresses and host
/// names
- public ExportPolicyRule(int? ruleIndex = default(int?), bool? unixReadOnly = default(bool?), bool? unixReadWrite = default(bool?), bool? cifs = default(bool?), bool? nfsv3 = default(bool?), bool? nfsv4 = default(bool?), string allowedClients = default(string))
+ public ExportPolicyRule(int? ruleIndex = default(int?), bool? unixReadOnly = default(bool?), bool? unixReadWrite = default(bool?), bool? cifs = default(bool?), bool? nfsv3 = default(bool?), bool? nfsv41 = default(bool?), string allowedClients = default(string))
{
RuleIndex = ruleIndex;
UnixReadOnly = unixReadOnly;
UnixReadWrite = unixReadWrite;
Cifs = cifs;
Nfsv3 = nfsv3;
- Nfsv4 = nfsv4;
+ Nfsv41 = nfsv41;
AllowedClients = allowedClients;
CustomInit();
}
@@ -86,10 +86,10 @@ public ExportPolicyRule()
public bool? Nfsv3 { get; set; }
///
- /// Gets or sets allows NFSv4 protocol
+ /// Gets or sets allows NFSv4.1 protocol
///
- [JsonProperty(PropertyName = "nfsv4")]
- public bool? Nfsv4 { get; set; }
+ [JsonProperty(PropertyName = "nfsv41")]
+ public bool? Nfsv41 { get; set; }
///
/// Gets or sets client ingress specification as comma separated string
diff --git a/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/Models/Snapshot.cs b/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/Models/Snapshot.cs
index 63b6e44d25c2..f02a7d4889ca 100644
--- a/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/Models/Snapshot.cs
+++ b/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/Models/Snapshot.cs
@@ -40,9 +40,9 @@ public Snapshot()
/// Resource tags
/// snapshotId
/// fileSystemId
- /// name
+ /// name
/// Azure lifecycle management
- public Snapshot(string location, string id = default(string), string name = default(string), string type = default(string), object tags = default(object), string snapshotId = default(string), string fileSystemId = default(string), System.DateTime? creationDate = default(System.DateTime?), string provisioningState = default(string))
+ public Snapshot(string location, string id = default(string), string name = default(string), string type = default(string), object tags = default(object), string snapshotId = default(string), string fileSystemId = default(string), System.DateTime? created = default(System.DateTime?), string provisioningState = default(string))
{
Location = location;
Id = id;
@@ -51,7 +51,7 @@ public Snapshot()
Tags = tags;
SnapshotId = snapshotId;
FileSystemId = fileSystemId;
- CreationDate = creationDate;
+ Created = created;
ProvisioningState = provisioningState;
CustomInit();
}
@@ -115,8 +115,8 @@ public Snapshot()
///
/// The creation date of the snapshot
///
- [JsonProperty(PropertyName = "properties.creationDate")]
- public System.DateTime? CreationDate { get; private set; }
+ [JsonProperty(PropertyName = "properties.created")]
+ public System.DateTime? Created { get; private set; }
///
/// Gets azure lifecycle management
diff --git a/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/SdkInfo_NetAppManagementClient.cs b/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/SdkInfo_NetAppManagementClient.cs
index 184c9caa6b80..2c8778d68497 100644
--- a/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/SdkInfo_NetAppManagementClient.cs
+++ b/sdk/netapp/Microsoft.Azure.Management.NetApp/src/Generated/SdkInfo_NetAppManagementClient.cs
@@ -19,14 +19,14 @@ public static IEnumerable> ApiInfo_NetAppManagemen
{
return new Tuple[]
{
- new Tuple("NetApp", "Accounts", "2019-06-01"),
- new Tuple("NetApp", "CheckFilePathAvailability", "2019-06-01"),
- new Tuple("NetApp", "CheckNameAvailability", "2019-06-01"),
- new Tuple("NetApp", "MountTargets", "2019-06-01"),
- new Tuple("NetApp", "Operations", "2019-06-01"),
- new Tuple("NetApp", "Pools", "2019-06-01"),
- new Tuple("NetApp", "Snapshots", "2019-06-01"),
- new Tuple("NetApp", "Volumes", "2019-06-01"),
+ new Tuple("NetApp", "Accounts", "2019-07-01"),
+ new Tuple("NetApp", "CheckFilePathAvailability", "2019-07-01"),
+ new Tuple("NetApp", "CheckNameAvailability", "2019-07-01"),
+ new Tuple("NetApp", "MountTargets", "2019-07-01"),
+ new Tuple("NetApp", "Operations", "2019-07-01"),
+ new Tuple("NetApp", "Pools", "2019-07-01"),
+ new Tuple("NetApp", "Snapshots", "2019-07-01"),
+ new Tuple("NetApp", "Volumes", "2019-07-01"),
}.AsEnumerable();
}
}