Skip to content

Commit

Permalink
Sync tools folder from main branch to generation branch (#23883)
Browse files Browse the repository at this point in the history
Co-authored-by: azurepowershell <azurepowershell@ms.com>
  • Loading branch information
azure-powershell-bot and azurepowershell authored Jan 8, 2024
1 parent 539683b commit 4e5794e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/code-oob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down Expand Up @@ -42831,7 +42831,7 @@
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
"Name": "availableMemoryInMB",
"Name": "availableMemoryInMb",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
Expand Down
1 change: 1 addition & 0 deletions tools/VersionController/MinimalVersion.csv
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
"Module","Minimal Version"
"Az.Nginx","1.0.0"

0 comments on commit 4e5794e

Please sign in to comment.