From ae20b255b44049df11a541d060fc8de0fe3f2f00 Mon Sep 17 00:00:00 2001 From: Ray Chen Date: Tue, 11 Feb 2025 21:03:03 -0800 Subject: [PATCH 1/2] Update main.tsp --- specification/contosowidgetmanager/Contoso.Management/main.tsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/contosowidgetmanager/Contoso.Management/main.tsp b/specification/contosowidgetmanager/Contoso.Management/main.tsp index 4645475daca6..ad1e2c40fe0b 100644 --- a/specification/contosowidgetmanager/Contoso.Management/main.tsp +++ b/specification/contosowidgetmanager/Contoso.Management/main.tsp @@ -14,7 +14,7 @@ using Azure.ResourceManager; /** Microsoft.Contoso Resource Provider management API. */ @armProviderNamespace @service({ - title: "Microsoft.Contoso management service", + title: "Microsoft.Contoso management service for testing", }) @versioned(Microsoft.Contoso.Versions) namespace Microsoft.Contoso; From fcc5d906dfec87d16a9b98791c289c0673e3f35f Mon Sep 17 00:00:00 2001 From: Ray Chen Date: Tue, 11 Feb 2025 21:26:15 -0800 Subject: [PATCH 2/2] Update versioned namespace in main.tsp --- specification/contosowidgetmanager/Contoso.Management/main.tsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/contosowidgetmanager/Contoso.Management/main.tsp b/specification/contosowidgetmanager/Contoso.Management/main.tsp index ad1e2c40fe0b..7d620c0b73db 100644 --- a/specification/contosowidgetmanager/Contoso.Management/main.tsp +++ b/specification/contosowidgetmanager/Contoso.Management/main.tsp @@ -16,7 +16,7 @@ using Azure.ResourceManager; @service({ title: "Microsoft.Contoso management service for testing", }) -@versioned(Microsoft.Contoso.Versions) +@versioned(Microsoft.Contoso.Versions1) namespace Microsoft.Contoso; /** The available API versions. */