Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9048c97
Use the new code generator to generate SDK code from TSP
mzhongl524 Dec 11, 2025
cbfebec
update generated code
ArcturusZhang Dec 11, 2025
cb64056
Merge remote-tracking branch 'origin/main' into pr-attestation-from-tsp
ArcturusZhang Dec 15, 2025
db2e53a
Merge remote-tracking branch 'upstream/main' into pr-attestation-from…
mzhongl524 Jan 8, 2026
325b139
regen
mzhongl524 Jan 8, 2026
3b4db80
Merge branch 'main' into pr-attestation-from-tsp
mzhongl524 Jan 26, 2026
e95584c
Merge remote-tracking branch 'upstream/main' into pr-attestation-from…
mzhongl524 Jan 26, 2026
f47fc21
regen and fixed test
mzhongl524 Jan 26, 2026
130ac79
updated
mzhongl524 Jan 26, 2026
394a05c
Merge remote-tracking branch 'upstream/main' into pr-attestation-from…
mzhongl524 Jan 28, 2026
df777e7
regen and fixed test issue
mzhongl524 Jan 28, 2026
2fffa31
Merge remote-tracking branch 'upstream/main' into pr-attestation-from…
mzhongl524 Jan 30, 2026
74558d0
updated and regen
mzhongl524 Jan 30, 2026
8776ccc
fixed test issue
mzhongl524 Jan 30, 2026
fb3695d
Merge remote-tracking branch 'upstream/main' into pr-attestation-from…
mzhongl524 Feb 2, 2026
9b18631
rename
mzhongl524 Feb 2, 2026
6284c02
Merge remote-tracking branch 'upstream/main' into pr-attestation-from…
mzhongl524 Feb 3, 2026
d8c822a
updated latest spec main commit id and regen
mzhongl524 Feb 3, 2026
859e32f
regen
mzhongl524 Feb 6, 2026
a17df82
Merge remote-tracking branch 'upstream/main' into pr-attestation-from…
mzhongl524 Feb 6, 2026
65dc467
updated spec commit id
mzhongl524 Feb 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Global
{EE13F5AD-B732-484A-9F03-76B67FFB5015}.Release|x64.Build.0 = Release|Any CPU
{EE13F5AD-B732-484A-9F03-76B67FFB5015}.Release|x86.ActiveCfg = Release|Any CPU
{EE13F5AD-B732-484A-9F03-76B67FFB5015}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/attestation/Azure.ResourceManager.Attestation",
"Tag": "net/attestation/Azure.ResourceManager.Attestation_68e2f40d08"
"Tag": "net/attestation/Azure.ResourceManager.Attestation_e942b92556"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"apiVersion": "2021-06-01"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<PackageId>Azure.ResourceManager.Attestation</PackageId>
<Description>Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Attestation.</Description>
<PackageTags>azure;management;arm;resource manager;attestation</PackageTags>
<IncludeAutorestDependency>true</IncludeAutorestDependency>
</PropertyGroup>
<ItemGroup>
<Folder Include="Custom\Models\" />
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading