You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/NetAppFiles/NetAppFiles/Account/NewNetAppFilesAccount.cs
+9-1
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,13 @@ public class NewAzureRmNetAppFilesAccount : AzureNetAppFilesCmdletBase
121
121
[ValidateNotNullOrEmpty]
122
122
publicstringFederatedClientId{get;set;}
123
123
124
+
[Parameter(
125
+
ParameterSetName=FieldsParameterSet,
126
+
Mandatory=false,
127
+
HelpMessage="Domain for NFSv4 user ID mapping. This property will be set for all NetApp accounts in the subscription and region and only affect non ldap NFSv4 volumes.")]
128
+
[ValidateNotNullOrEmpty]
129
+
publicstringNfsV4IdDomain{get;set;}
130
+
124
131
[Parameter(
125
132
Mandatory=false,
126
133
HelpMessage="A hashtable which represents resource tags")]
@@ -172,7 +179,8 @@ public override void ExecuteCmdlet()
HelpMessage="Domain for NFSv4 user ID mapping. This property will be set for all NetApp accounts in the subscription and region and only affect non ldap NFSv4 volumes.")]
75
+
[ValidateNotNullOrEmpty]
76
+
publicstringNfsV4IdDomain{get;set;}
77
+
71
78
[Parameter(
72
79
Mandatory=false,
73
80
HelpMessage="A hashtable which represents resource tags")]
@@ -107,7 +114,8 @@ public override void ExecuteCmdlet()
Copy file name to clipboardExpand all lines: src/NetAppFiles/NetAppFiles/Account/UpdateNetAppFilesAccount.cs
+9-1
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,13 @@ public class UpdateAzureRmNetAppFilesAccount : AzureNetAppFilesCmdletBase
130
130
[ValidateNotNullOrEmpty]
131
131
publicstringFederatedClientId{get;set;}
132
132
133
+
[Parameter(
134
+
ParameterSetName=FieldsParameterSet,
135
+
Mandatory=false,
136
+
HelpMessage="Domain for NFSv4 user ID mapping. This property will be set for all NetApp accounts in the subscription and region and only affect non ldap NFSv4 volumes.")]
137
+
[ValidateNotNullOrEmpty]
138
+
publicstringNfsV4IdDomain{get;set;}
139
+
133
140
[Parameter(
134
141
ParameterSetName=ObjectParameterSet,
135
142
Mandatory=true,
@@ -189,7 +196,8 @@ public override void ExecuteCmdlet()
HelpMessage="Basic network, or Standard features available to the volume (Basic, Standard).")]
277
+
[PSArgumentCompleter("Basic","Standard")]
278
+
publicstringNetworkFeature{get;set;}
279
+
274
280
[Parameter(
275
281
Mandatory=false,
276
282
HelpMessage="The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'")]
0 commit comments