Skip to content

Commit

Permalink
Test removing deps.json (#22441)
Browse files Browse the repository at this point in the history
* Test removing deps.json

* Test removing deps.json

* Merge main (#22470)

* Added PreTask and PostTask in model to fix breaking changes. (#22421)

* Added PreTask and PostTask in model to fix breaking changes.

* Removed positional mapping and ignored pretask and post task attributes

---------

Co-authored-by: Kalpesh Chavan <[email protected]>

* Add alias for some properties to avoid breaking change for keyvault (#22424)

* Revert "Update DedicatedHostUpdateMethod.cs (#22408)" (#22417)

This reverts commit 7cfc158.

* Revert "[Compute] New cmdlets Get-AzHostSize and Update-AzHost (#22381)"

This reverts commit c8e54e2.

* Revert "update SDK package to use latest REST API version calls  (#22337)"

This reverts commit 7407fb0.

* Migrate StackHCI from generation to release-2023-08-01 (#22427)

* Move StackHCI to release-2023-08-01

* Create BreakingChangeIssues.csv

---------

Co-authored-by: NanxiangLiu <[email protected]>

* Update Az.Batch.psd1 (#22425)

* Update Az.Batch.psd1

* Update ChangeLog.md

* Update src/Batch/Batch/ChangeLog.md

* Update src/Batch/Batch/ChangeLog.md

---------

Co-authored-by: Beisi Zhou <[email protected]>

* add suppress for release branch (#22420)

* add suppress for breaking change

* add suppress for breaking change

* Delete SignatureIssues.csv

* Delete BreakingChangeIssues.csv

* release-2023-08-01 (#22434)

* Bumped version to Az 10.2.0

* remove preview json file

* Use autorest.powershell to generate management SDK for cosmosDB (#22413)

* Add UX metadata for MariaDB and PostgreSql (#22412)

* Update the reference of Azure PowerShell Common to 1.3.82-preview (#22442)

---------

Co-authored-by: Kalpesh Chavan <[email protected]>
Co-authored-by: Kalpesh Chavan <[email protected]>
Co-authored-by: Xiaogang <[email protected]>
Co-authored-by: NanxiangLiu <[email protected]>
Co-authored-by: nanxiangLiu <[email protected]>
Co-authored-by: Azure PowerShell <[email protected]>
Co-authored-by: Beisi Zhou <[email protected]>
Co-authored-by: Yunchi Wang <[email protected]>
Co-authored-by: Yan Xu <[email protected]>

* test removing deps.json2

---------

Co-authored-by: Kalpesh Chavan <[email protected]>
Co-authored-by: Kalpesh Chavan <[email protected]>
Co-authored-by: Xiaogang <[email protected]>
Co-authored-by: NanxiangLiu <[email protected]>
Co-authored-by: nanxiangLiu <[email protected]>
Co-authored-by: Azure PowerShell <[email protected]>
Co-authored-by: Beisi Zhou <[email protected]>
Co-authored-by: Yunchi Wang <[email protected]>
Co-authored-by: Yan Xu <[email protected]>
  • Loading branch information
10 people committed Aug 4, 2023
1 parent 42e737f commit 219409c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;Get-ChildItem -Path $(RepoArtifacts)/$(Configuration) -Recurse -Include 'runtimes' | Remove-Item -Recurse -Force&quot;" Condition="'$(CodeSign)' == 'true'" />

<Exec Command="$(PowerShellCoreCommandPrefix) &quot;. $(RepoTools)/UpdateModules.ps1 -BuildConfig $(Configuration) -Scope $(Scope)&quot;"/>
<!-- Delete .deps.json files -->
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;Get-ChildItem -Path $(RepoArtifacts) -Recurse | Where-Object { $_.Name -Like '*Az.*.deps.json' -or $_.Name -Like 'Microsoft.Azure.*.deps.json' } | Remove-Item -Recurse -Force&quot; "/>
</Target>

<Target Name="OnPremChecks" Condition="'$(OnPremiseBuild)'">
Expand Down

0 comments on commit 219409c

Please sign in to comment.