We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a61513 commit fc1f625Copy full SHA for fc1f625
specification/portalservices/CopilotSettings.Management/client.tsp
@@ -2,6 +2,7 @@ import "./main.tsp";
2
import "@azure-tools/typespec-client-generator-core";
3
4
using Azure.ClientGenerator.Core;
5
+using Microsoft.PortalServices;
6
7
@@clientName(Microsoft.PortalServices,
8
"PortalServicesCopilotMgmtClient",
@@ -12,3 +13,18 @@ using Azure.ClientGenerator.Core;
12
13
14
"java"
15
);
16
+
17
+@@clientName(Azure.ResourceManager.ResourceProvisioningState,
18
+ "PortalServicesResourceProvisioningState",
19
+ "csharp"
20
+);
21
22
+@@clientName(CopilotSettingsResource,
23
+ "PortalServicesCopilotSettings",
24
25
26
27
+@@clientName(CopilotSettingsProperties,
28
+ "PortalServicesCopilotSettingsProperties ",
29
30
0 commit comments