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

[ARMAutoSignOff] Mock incremental RM TSP change #32545

Closed
wants to merge 12 commits into from
Closed
Original file line number Diff line number Diff line change
Expand Up @@ -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 2",
})
@versioned(Microsoft.Contoso.Versions)
namespace Microsoft.Contoso;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Microsoft.Contoso management service",
"title": "Microsoft.Contoso management service 2",
"version": "2021-10-01-preview",
"description": "Microsoft.Contoso Resource Provider management API.",
"x-typespec-generated": [
Expand Down