We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70b7e9 commit bbdbb9dCopy full SHA for bbdbb9d
eng/tools/generator/cmd/v2/common/generation.go
@@ -173,7 +173,7 @@ func (ctx *GenerateContext) GenerateForSingleRPNamespace(generateParam *Generate
173
}
174
175
// add tag set
176
- if !generateParam.RemoveTagSet && generateParam.NamespaceConfig != "" {
+ if !generateParam.RemoveTagSet && generateParam.NamespaceConfig != "" && !onBoard {
177
log.Printf("Add tag in `autorest.md`...")
178
autorestMdPath := filepath.Join(packagePath, "autorest.md")
179
if err := AddTagSet(autorestMdPath, generateParam.NamespaceConfig); err != nil {
0 commit comments