Skip to content

Commit 3501d1b

Browse files
authored
Add .NET 8 API listings and re-instate API listings check in CI (Azure#47212)
* add API listings and re-instate api check * add SYSLIB to cspell * add AZPROVISION to cspell
1 parent d42ecc8 commit 3501d1b

File tree

358 files changed

+477942
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

358 files changed

+477942
-4
lines changed

.vscode/cspell.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
"southcentralus",
152152
"structs",
153153
"Sysctls",
154+
"SYSLIB",
154155
"Uefi",
155156
"uints",
156157
"unbilled",
@@ -1200,6 +1201,12 @@
12001201
"scvmm"
12011202
]
12021203
},
1204+
{
1205+
"filename": "**/sdk/resourcemanager/**/*.cs",
1206+
"words": [
1207+
"AZPROVISION"
1208+
]
1209+
},
12031210
{
12041211
"filename": "**/sdk/resources/Azure.ResourceManager.Resources/api/*.cs",
12051212
"words": [

eng/scripts/CodeChecks.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ try {
107107
& $PSScriptRoot\Update-Snippets.ps1 -ServiceDirectory $ServiceDirectory
108108
}
109109

110-
# Write-Host "Re-generating listings"
111-
# Invoke-Block {
112-
# & $PSScriptRoot\Export-API.ps1 -ServiceDirectory $ServiceDirectory -SDKType $SDKType -SpellCheckPublicApiSurface:$SpellCheckPublicApiSurface
113-
# }
110+
Write-Host "Re-generating listings"
111+
Invoke-Block {
112+
& $PSScriptRoot\Export-API.ps1 -ServiceDirectory $ServiceDirectory -SDKType $SDKType -SpellCheckPublicApiSurface:$SpellCheckPublicApiSurface
113+
}
114114

115115
Write-Host "Validating installation instructions"
116116
Join-Path "$PSScriptRoot/../../sdk" $ServiceDirectory `

sdk/advisor/Azure.ResourceManager.Advisor/api/Azure.ResourceManager.Advisor.net8.0.cs

Lines changed: 431 additions & 0 deletions
Large diffs are not rendered by default.

sdk/agrifood/Azure.ResourceManager.AgFoodPlatform/api/Azure.ResourceManager.AgFoodPlatform.net8.0.cs

Lines changed: 545 additions & 0 deletions
Large diffs are not rendered by default.

sdk/agrifood/Azure.Verticals.AgriFood.Farming/api/Azure.Verticals.AgriFood.Farming.net8.0.cs

Lines changed: 642 additions & 0 deletions
Large diffs are not rendered by default.

sdk/ai/Azure.AI.Inference/api/Azure.AI.Inference.net8.0.cs

Lines changed: 735 additions & 0 deletions
Large diffs are not rendered by default.

sdk/ai/Azure.AI.Projects/api/Azure.AI.Projects.net8.0.cs

Lines changed: 2887 additions & 0 deletions
Large diffs are not rendered by default.

sdk/alertsmanagement/Azure.ResourceManager.AlertsManagement/api/Azure.ResourceManager.AlertsManagement.net8.0.cs

Lines changed: 983 additions & 0 deletions
Large diffs are not rendered by default.

sdk/analysisservices/Azure.ResourceManager.Analysis/api/Azure.ResourceManager.Analysis.net8.0.cs

Lines changed: 374 additions & 0 deletions
Large diffs are not rendered by default.

sdk/anomalydetector/Azure.AI.AnomalyDetector/api/Azure.AI.AnomalyDetector.net8.0.cs

Lines changed: 545 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)