Skip to content

Commit

Permalink
add directive to mitigate Go stuttering removal collision
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh committed Aug 25, 2022
1 parent f3cbd5a commit 48b917d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions specification/sql/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ module-name: sdk/resourcemanager/sql/armsql
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
directive:
- rename-model:
from: 'SqlVulnerabilityAssessmentScanRecord'
to: 'VulnerabilityAssessmentScanRecordForSql'
- rename-model:
from: 'SqlVulnerabilityAssessmentScanRecordListResult'
to: 'VulnerabilityAssessmentScanRecordForSqlListResult'
- rename-model:
from: 'SQLVulnerabilityAssessmentScanRecordProperties'
to: 'VulnerabilityAssessmentScanRecordForSqlProperties'
- rename-model:
from: 'SqlVulnerabilityAssessmentScanRecordProperties'
to: 'VulnerabilityAssessmentScanRecordForSqlProperties'
- rename-model:
from: 'SqlVulnerabilityAssessmentScanError'
to: 'VulnerabilityAssessmentScanForSqlError'
```
``` yaml $(go) && !$(track2)
Expand Down

0 comments on commit 48b917d

Please sign in to comment.