Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Rodge Fu dfc24b6def
update ResourceManager to 1.13.0 (#9284) 2024-10-30 13:41:22 +08:00
James Suplizio 05465c2c5f
Update projects targeting net6 to net8 - part 2 (#9018)
* Second batch of projects to update from net6 to net8

* Remove the Core/TimeProvider in favor of System.TimeProvider in net8
2024-09-20 10:25:13 -07:00
Rodge Fu 0234ad2902
revert to net6 (#7708) 2024-02-20 16:21:55 +08:00
Rodge Fu 1c413727d1
1. fix case of appSettings for OS whose path is case-sensitive (#7651) 2024-02-08 18:56:09 +08:00
Rodge Fu 865c12f235
upgrade resource manager to 1.10.1 and include reference to System.ClientModel for compiling (#7606) 2024-01-31 18:03:33 +08:00
Rodge Fu cd715ff639
Update Azure.ResourceManager to get latest change in TrackedResourceData class (#7347) 2023-11-29 10:30:38 +08:00
Rodge Fu ddc4e1090d
some improvements per feedback (#7018)
* some improvements
1. make CHANGELOG.MD to CHANGELOG.md for case-sensitive environment
2. move spec version bump from Other Changes to Features Added group

* small improve
2023-09-27 17:49:03 +08:00
Rodge Fu a6e050ed82
Update changeloggen project's PackAsTool to true (#6309)
* Set PackAsTool to true for ChangelogGen project so that it can be used easily through 'dotnet tool install ...' directly

* Update tools/net-changelog-gen-mgmt/Azure.SDK.Management.ChangelogGen/Azure.SDK.Management.ChangelogGen.csproj

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

---------

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2023-06-09 10:37:44 +08:00
Rodge Fu fbd523bfe8
Add tool to generate changelog for Azure SDK for Dotnet (#6033)
* Initial check-in for ChangelogGen (Tool to generate changelog for Azure SDK for Dotnet Mgmt plane)

* add support of api-version tag

* Update test for api-version tag

* add a simple readme.md

* 1. Only list obsoleted API change
2. Change merge mode from group to line
3. for GA release, the previous GA release will be used as baseline

* Update code per PR comments.

* fix ci after moving to tools folder

* Update readme file for supporting DataPlane in the next step

* Update markdown format of readme.md

* Update markdown format of readme.md2

* Update markdig to signed version

* include static method/property/type in the api compare

* rename folder to changelog-gen-for-net under tools\

* remove breaking changes from preview version

* 1. rename folder name to net-changelog-gen-mgmt
2. improve log
3. support same version of last release as the given one to improve the re-run user experience

* 1. shortcut api comparison for preview version which is not needed
2. fix a bug in method default value check
2023-06-05 16:31:02 +08:00