Skip to content

Commit 235bc8f

Browse files
committed
fix
1 parent d245fe5 commit 235bc8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42784,7 +42784,7 @@
4278442784
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
4278542785
"SentBytes": "System.Nullable`1[System.Double]",
4278642786
"ReceivedBytes": "System.Nullable`1[System.Double]",
42787-
"AvailableMemoryInMB": "System.Nullable`1[System.Int32]",
42787+
"AvailableMemoryInMb": "System.Nullable`1[System.Int32]",
4278842788
"CpuUtilization": "System.Nullable`1[System.Int32]",
4278942789
"ConcurrentJobsLimit": "System.Nullable`1[System.Int32]",
4279042790
"ConcurrentJobsRunning": "System.Nullable`1[System.Int32]",
@@ -42831,7 +42831,7 @@
4283142831
"Type": "System.Reflection.RuntimeParameterInfo"
4283242832
},
4283342833
{
42834-
"Name": "availableMemoryInMB",
42834+
"Name": "availableMemoryInMb",
4283542835
"Type": "System.Reflection.RuntimeParameterInfo"
4283642836
},
4283742837
{

0 commit comments

Comments
 (0)