Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add resourcemanager in module-name #16206

Merged
merged 3 commits into from
Sep 29, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specification/compute/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ directive:

``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/compute/armcompute
module-name: sdk/resourcemanager/compute/armcompute
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
Expand Down
2 changes: 1 addition & 1 deletion specification/keyvault/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ go:

``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/keyvault/armkeyvault
module-name: sdk/resourcemanager/keyvault/armkeyvault
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
Expand Down
2 changes: 1 addition & 1 deletion specification/network/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ go:

``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/network/armnetwork
module-name: sdk/resourcemanager/network/armnetwork
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
Expand Down
2 changes: 1 addition & 1 deletion specification/resources/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ go:

``` yaml $(go) && $(package-resources) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resources/armresources
module-name: sdk/resourcemanager/resources/armresources
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
Expand Down
2 changes: 1 addition & 1 deletion specification/storage/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ go:

``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/storage/armstorage
module-name: sdk/resourcemanager/storage/armstorage
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
Expand Down