diff --git a/specification/newrelic/NewRelicObservability.Management/tspconfig.yaml b/specification/newrelic/NewRelicObservability.Management/tspconfig.yaml index 89d369b5e2c4..51d63b55ce74 100644 --- a/specification/newrelic/NewRelicObservability.Management/tspconfig.yaml +++ b/specification/newrelic/NewRelicObservability.Management/tspconfig.yaml @@ -40,7 +40,7 @@ options: "@azure-tools/typespec-go": service-dir: "sdk/resourcemanager/newrelic" emitter-output-dir: "{output-dir}/{service-dir}/armnewrelicobservability" - module: "github.com/Azure/azure-sdk-for-go/{service-dir}/armnewrelicobservability" + module: "github.com/Azure/azure-sdk-for-go/{service-dir}/armnewrelicobservability/v2" fix-const-stuttering: true flavor: "azure" generate-samples: true diff --git a/specification/newrelic/resource-manager/readme.go.md b/specification/newrelic/resource-manager/readme.go.md index 098de10debde..4c73676ee998 100644 --- a/specification/newrelic/resource-manager/readme.go.md +++ b/specification/newrelic/resource-manager/readme.go.md @@ -4,7 +4,7 @@ These settings apply only when `--go` is specified on the command line. ```yaml $(go) && $(track2) license-header: MICROSOFT_MIT_NO_VERSION -module-name: sdk/resourcemanager/newrelic/armnewrelicobservability +module-name: sdk/resourcemanager/newrelic/armnewrelicobservability/v2 module: github.com/Azure/azure-sdk-for-go/$(module-name) output-folder: $(go-sdk-folder)/$(module-name) azure-arm: true diff --git a/specification/paloaltonetworks/PaloAltoNetworks.Management/tspconfig.yaml b/specification/paloaltonetworks/PaloAltoNetworks.Management/tspconfig.yaml index b66279382c28..0559e30e9583 100644 --- a/specification/paloaltonetworks/PaloAltoNetworks.Management/tspconfig.yaml +++ b/specification/paloaltonetworks/PaloAltoNetworks.Management/tspconfig.yaml @@ -34,7 +34,7 @@ options: "@azure-tools/typespec-go": service-dir: "sdk/resourcemanager/paloaltonetworksngfw" emitter-output-dir: "{output-dir}/{service-dir}/armpanngfw" - module: "github.com/Azure/azure-sdk-for-go/{service-dir}/armpanngfw" + module: "github.com/Azure/azure-sdk-for-go/{service-dir}/armpanngfw/v2" fix-const-stuttering: true flavor: "azure" generate-samples: true diff --git a/specification/paloaltonetworks/resource-manager/readme.go.md b/specification/paloaltonetworks/resource-manager/readme.go.md index 52f559885df7..a2e8648650f7 100644 --- a/specification/paloaltonetworks/resource-manager/readme.go.md +++ b/specification/paloaltonetworks/resource-manager/readme.go.md @@ -4,7 +4,7 @@ These settings apply only when `--go` is specified on the command line. ``` yaml $(go) && $(track2) license-header: MICROSOFT_MIT_NO_VERSION -module-name: sdk/resourcemanager/paloaltonetworksngfw/armpanngfw +module-name: sdk/resourcemanager/paloaltonetworksngfw/armpanngfw/v2 module: github.com/Azure/azure-sdk-for-go/$(module-name) output-folder: $(go-sdk-folder)/$(module-name) azure-arm: true diff --git a/specification/quota/resource-manager/Microsoft.Quota/Quota/tspconfig.yaml b/specification/quota/resource-manager/Microsoft.Quota/Quota/tspconfig.yaml index 0ee1b8fa2370..d489b5172b7e 100644 --- a/specification/quota/resource-manager/Microsoft.Quota/Quota/tspconfig.yaml +++ b/specification/quota/resource-manager/Microsoft.Quota/Quota/tspconfig.yaml @@ -38,7 +38,7 @@ options: "@azure-tools/typespec-go": service-dir: "sdk/resourcemanager/quota" emitter-output-dir: "{output-dir}/{service-dir}/armquota" - module: "github.com/Azure/azure-sdk-for-go/{service-dir}/armquota" + module: "github.com/Azure/azure-sdk-for-go/{service-dir}/armquota/v2" fix-const-stuttering: false flavor: "azure" generate-samples: true