@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20251110.2 → 1.0.0-alpha.20251110.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generator/Azure.Generator.Management.deps.json +2 -2
- package/dist/generator/Azure.Generator.Management.dll +0 -0
- package/dist/generator/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/Azure.Generator.Management.xml +15 -5
- package/dist/generator/net9.0/Azure.Generator.Management.deps.json +2 -2
- package/dist/generator/net9.0/Azure.Generator.Management.dll +0 -0
- package/dist/generator/net9.0/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/net9.0/Azure.Generator.Management.xml +15 -5
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v9.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.20251110.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20251110.3": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.50.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20251022.3",
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
}
|
|
662
662
|
},
|
|
663
663
|
"libraries": {
|
|
664
|
-
"Azure.Generator.Management/1.0.0-alpha.20251110.
|
|
664
|
+
"Azure.Generator.Management/1.0.0-alpha.20251110.3": {
|
|
665
665
|
"type": "project",
|
|
666
666
|
"serviceable": false,
|
|
667
667
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -197,11 +197,6 @@
|
|
|
197
197
|
<param name="description">Optional override for the method description. If not provided, uses the convenience method description.</param>
|
|
198
198
|
<param name="forceLro">Generate this method in LRO signature even if it is not an actual LRO</param>
|
|
199
199
|
</member>
|
|
200
|
-
<member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.BuildEnhancedXmlDocs(Microsoft.TypeSpec.Generator.Input.InputServiceMethod,System.FormattableString,Microsoft.TypeSpec.Generator.Providers.TypeProvider,Microsoft.TypeSpec.Generator.Providers.XmlDocProvider)">
|
|
201
|
-
<summary>
|
|
202
|
-
Builds enhanced XML documentation with structured XmlDocStatement objects for proper XML rendering.
|
|
203
|
-
</summary>
|
|
204
|
-
</member>
|
|
205
200
|
<member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.BuildExistsOperationPipelineProcessing(Microsoft.TypeSpec.Generator.Expressions.VariableExpression,Microsoft.TypeSpec.Generator.Expressions.VariableExpression,Microsoft.TypeSpec.Generator.Snippets.ScopedApi{Azure.Response}@)">
|
|
206
201
|
<summary>
|
|
207
202
|
Builds client pipeline handling with status code switch logic for exists/get-if-exists operations.
|
|
@@ -304,6 +299,21 @@
|
|
|
304
299
|
Only Create and Delete operations are forced to be LROs for now.
|
|
305
300
|
</summary>
|
|
306
301
|
</member>
|
|
302
|
+
<member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.GetOperationId(Microsoft.TypeSpec.Generator.Input.InputServiceMethod)">
|
|
303
|
+
<summary>
|
|
304
|
+
Constructs an operation ID from an InputServiceMethod.
|
|
305
|
+
Uses CrossLanguageDefinitionId for accurate operation IDs.
|
|
306
|
+
For resource operations, the format is: Namespace.ResourceClient.OperationName (e.g., "MgmtTypeSpec.Bars.get")
|
|
307
|
+
For non-resource operations, the format is: Namespace.Client.OperationName
|
|
308
|
+
</summary>
|
|
309
|
+
<param name="serviceMethod">The input service method to construct the operation ID from.</param>
|
|
310
|
+
<returns>The constructed operation ID string.</returns>
|
|
311
|
+
</member>
|
|
312
|
+
<member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.BuildEnhancedXmlDocs(Microsoft.TypeSpec.Generator.Input.InputServiceMethod,System.FormattableString,Microsoft.TypeSpec.Generator.Providers.TypeProvider,Microsoft.TypeSpec.Generator.Providers.XmlDocProvider)">
|
|
313
|
+
<summary>
|
|
314
|
+
Builds enhanced XML documentation with structured XmlDocStatement objects for proper XML rendering.
|
|
315
|
+
</summary>
|
|
316
|
+
</member>
|
|
307
317
|
<member name="M:Azure.Generator.Management.Utilities.ResourceMetadataExtensions.CreateClientInfosMap(Azure.Generator.Management.Models.ResourceMetadata,Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
|
|
308
318
|
<summary>
|
|
309
319
|
Creates a dictionary mapping InputClient to RestClientInfo for all distinct clients used by the resource.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v9.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.20251110.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20251110.3": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.50.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20251022.3",
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
}
|
|
662
662
|
},
|
|
663
663
|
"libraries": {
|
|
664
|
-
"Azure.Generator.Management/1.0.0-alpha.20251110.
|
|
664
|
+
"Azure.Generator.Management/1.0.0-alpha.20251110.3": {
|
|
665
665
|
"type": "project",
|
|
666
666
|
"serviceable": false,
|
|
667
667
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -197,11 +197,6 @@
|
|
|
197
197
|
<param name="description">Optional override for the method description. If not provided, uses the convenience method description.</param>
|
|
198
198
|
<param name="forceLro">Generate this method in LRO signature even if it is not an actual LRO</param>
|
|
199
199
|
</member>
|
|
200
|
-
<member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.BuildEnhancedXmlDocs(Microsoft.TypeSpec.Generator.Input.InputServiceMethod,System.FormattableString,Microsoft.TypeSpec.Generator.Providers.TypeProvider,Microsoft.TypeSpec.Generator.Providers.XmlDocProvider)">
|
|
201
|
-
<summary>
|
|
202
|
-
Builds enhanced XML documentation with structured XmlDocStatement objects for proper XML rendering.
|
|
203
|
-
</summary>
|
|
204
|
-
</member>
|
|
205
200
|
<member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.BuildExistsOperationPipelineProcessing(Microsoft.TypeSpec.Generator.Expressions.VariableExpression,Microsoft.TypeSpec.Generator.Expressions.VariableExpression,Microsoft.TypeSpec.Generator.Snippets.ScopedApi{Azure.Response}@)">
|
|
206
201
|
<summary>
|
|
207
202
|
Builds client pipeline handling with status code switch logic for exists/get-if-exists operations.
|
|
@@ -304,6 +299,21 @@
|
|
|
304
299
|
Only Create and Delete operations are forced to be LROs for now.
|
|
305
300
|
</summary>
|
|
306
301
|
</member>
|
|
302
|
+
<member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.GetOperationId(Microsoft.TypeSpec.Generator.Input.InputServiceMethod)">
|
|
303
|
+
<summary>
|
|
304
|
+
Constructs an operation ID from an InputServiceMethod.
|
|
305
|
+
Uses CrossLanguageDefinitionId for accurate operation IDs.
|
|
306
|
+
For resource operations, the format is: Namespace.ResourceClient.OperationName (e.g., "MgmtTypeSpec.Bars.get")
|
|
307
|
+
For non-resource operations, the format is: Namespace.Client.OperationName
|
|
308
|
+
</summary>
|
|
309
|
+
<param name="serviceMethod">The input service method to construct the operation ID from.</param>
|
|
310
|
+
<returns>The constructed operation ID string.</returns>
|
|
311
|
+
</member>
|
|
312
|
+
<member name="M:Azure.Generator.Management.Utilities.ResourceHelpers.BuildEnhancedXmlDocs(Microsoft.TypeSpec.Generator.Input.InputServiceMethod,System.FormattableString,Microsoft.TypeSpec.Generator.Providers.TypeProvider,Microsoft.TypeSpec.Generator.Providers.XmlDocProvider)">
|
|
313
|
+
<summary>
|
|
314
|
+
Builds enhanced XML documentation with structured XmlDocStatement objects for proper XML rendering.
|
|
315
|
+
</summary>
|
|
316
|
+
</member>
|
|
307
317
|
<member name="M:Azure.Generator.Management.Utilities.ResourceMetadataExtensions.CreateClientInfosMap(Azure.Generator.Management.Models.ResourceMetadata,Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
|
|
308
318
|
<summary>
|
|
309
319
|
Creates a dictionary mapping InputClient to RestClientInfo for all distinct clients used by the resource.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-typespec/http-client-csharp-mgmt",
|
|
3
|
-
"version": "1.0.0-alpha.20251110.
|
|
3
|
+
"version": "1.0.0-alpha.20251110.3",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting Azure management libraries for C#.",
|
|
6
6
|
"readme": "https://github.com/Azure/azure-sdk-for-net/blob/main/eng/packages/http-client-csharp-mgmt/README.md",
|