diff --git a/.azure-pipelines/code-oob.yml b/.azure-pipelines/code-oob.yml index 87a819541a16..2cc669fc25af 100644 --- a/.azure-pipelines/code-oob.yml +++ b/.azure-pipelines/code-oob.yml @@ -129,9 +129,9 @@ stages: - task: ManifestGeneratorTask@0 displayName: 'Generation Task' - inputs: - PackageName: 'Azure PowerShell - ${{ parameters.ServiceName }}' - BuildDropPath: '$(System.ArtifactsDirectory)/OOB' + inputs: + PackageName: 'Azure PowerShell - ${{ parameters.ServiceName }}' + BuildDropPath: '$(System.ArtifactsDirectory)/OOB' - task: PublishBuildArtifacts@1 inputs: diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json b/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json index 823a12df46d6..dce926cf231b 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json @@ -42784,7 +42784,7 @@ "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "SentBytes": "System.Nullable`1[System.Double]", "ReceivedBytes": "System.Nullable`1[System.Double]", - "AvailableMemoryInMB": "System.Nullable`1[System.Int32]", + "AvailableMemoryInMb": "System.Nullable`1[System.Int32]", "CpuUtilization": "System.Nullable`1[System.Int32]", "ConcurrentJobsLimit": "System.Nullable`1[System.Int32]", "ConcurrentJobsRunning": "System.Nullable`1[System.Int32]", @@ -42831,7 +42831,7 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "availableMemoryInMB", + "Name": "availableMemoryInMb", "Type": "System.Reflection.RuntimeParameterInfo" }, { diff --git a/tools/VersionController/MinimalVersion.csv b/tools/VersionController/MinimalVersion.csv index 641a197edc22..3169004dee4b 100644 --- a/tools/VersionController/MinimalVersion.csv +++ b/tools/VersionController/MinimalVersion.csv @@ -1 +1,2 @@ "Module","Minimal Version" +"Az.Nginx","1.0.0"