Skip to content

Commit

Permalink
Remove stable folder for go sdk output (Azure#21513)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditimalladi authored and anandanthony committed Dec 16, 2022
1 parent fc30e77 commit 8e67aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ Please also specify `--go-sdks-folder=<path to the root directory of your azure-

```yaml $(tag) == 'package-2022-10-27' && $(go)
namespace: resourceconnector
output-folder: $(go-sdk-folder)/services/stable/$(namespace)/mgmt/2022-10-27/$(namespace)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-10-27/$(namespace)
```

0 comments on commit 8e67aa4

Please sign in to comment.