Skip to content

Commit 8ee8ea3

Browse files
Move radiologyinsights out of generated folder (Azure#53334)
1 parent cee907b commit 8ee8ea3

File tree

176 files changed

+16
-41
lines changed

Some content is hidden

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

176 files changed

+16
-41
lines changed

doc/GeneratorMigration/Library_Inventory.md

Lines changed: 16 additions & 16 deletions

doc/GeneratorMigration/Library_Inventory.ps1

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -95,24 +95,6 @@ function Get-GeneratorType {
9595
return "Swagger"
9696
}
9797

98-
# Check if there's any file in src with "// <auto-generated/>" comment
99-
# which is typically found in AutoRest generated code
100-
$srcDir = Join-Path $Path "src"
101-
if (Test-Path $srcDir) {
102-
$csFiles = Get-ChildItem -Path $srcDir -Recurse -Filter "*.cs" -ErrorAction SilentlyContinue
103-
foreach ($file in $csFiles) {
104-
try {
105-
$firstLines = Get-Content $file.FullName -TotalCount 10 -ErrorAction SilentlyContinue
106-
if ($firstLines -and ($firstLines -join "`n") -match "<auto-generated/>") {
107-
return "Swagger" # Default to Swagger if we see auto-generated code
108-
}
109-
}
110-
catch {
111-
# Continue to next file if error
112-
}
113-
}
114-
}
115-
11698
# If we couldn't identify a generator, it's "No Generator"
11799
return "No Generator"
118100
}

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/AgeMismatchInference.Serialization.cs renamed to sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/AgeMismatchInference.Serialization.cs

File renamed without changes.

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/AgeMismatchInference.cs renamed to sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/AgeMismatchInference.cs

File renamed without changes.

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/AssessmentValueRange.Serialization.cs renamed to sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/AssessmentValueRange.Serialization.cs

File renamed without changes.

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/AssessmentValueRange.cs renamed to sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/AssessmentValueRange.cs

File renamed without changes.

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/ClinicalDocumentAuthor.Serialization.cs renamed to sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/ClinicalDocumentAuthor.Serialization.cs

File renamed without changes.

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/ClinicalDocumentAuthor.cs renamed to sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/ClinicalDocumentAuthor.cs

File renamed without changes.

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/ClinicalDocumentContent.Serialization.cs renamed to sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/ClinicalDocumentContent.Serialization.cs

File renamed without changes.

sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/Generated/ClinicalDocumentContent.cs renamed to sdk/healthinsights/Azure.Health.Insights.RadiologyInsights/src/ClinicalDocumentContent.cs

File renamed without changes.

0 commit comments

Comments
 (0)