Skip to content

Commit b8cd905

Browse files
authored
comment api view export temporary (Azure#18816)
1 parent 689f9db commit b8cd905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/tools/generator/cmd/v2/automation/automationCmd.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ func (ctx *automationContext) generate(input *pipeline.GenerateInput) (*pipeline
154154
HasBreakingChange: &breaking,
155155
BreakingChangeItems: &breakingChangeItems,
156156
},
157-
APIViewArtifact: fmt.Sprintf("sdk/resourcemanager/%s/%s", namespaceResult.RPName, namespaceResult.PackageName+".gosource"),
158-
Language: "Go",
157+
// APIViewArtifact: fmt.Sprintf("sdk/resourcemanager/%s/%s", namespaceResult.RPName, namespaceResult.PackageName+".gosource"),
158+
// Language: "Go",
159159
})
160160
}
161161
log.Printf("Finish to process readme file: %s", readme)

0 commit comments

Comments
 (0)