diff --git a/specification/devopsinfrastructure/Microsoft.DevOpsInfrastructure.Management/main.tsp b/specification/devopsinfrastructure/Microsoft.DevOpsInfrastructure.Management/main.tsp index f97c686b6005..65404e6e666f 100644 --- a/specification/devopsinfrastructure/Microsoft.DevOpsInfrastructure.Management/main.tsp +++ b/specification/devopsinfrastructure/Microsoft.DevOpsInfrastructure.Management/main.tsp @@ -649,7 +649,7 @@ model Location is ProxyResource { @segment("locations") @doc("Name of the location.") @visibility("public") - name: string; + name: string;abc } #suppress "@azure-tools/typespec-azure-resource-manager/arm-resource-provisioning-state" "No ProvisioningState" diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index 9c6ad529e741..0c01f4a24883 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -10,6 +10,7 @@ "azure-sdk-for-java": { "integrationRepository": "azure-sdk/azure-sdk-for-java", "mainRepository": "Azure/azure-sdk-for-java", + "mainBranch": "automation_package_name_when_failure", "configFilePath": "eng/automation/swagger_to_sdk_config.json" }, "azure-sdk-for-js": {