@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20250923.3 → 1.0.0-alpha.20250927.1
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 +8 -8
- 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 +6 -0
- package/dist/generator/net8.0/Azure.Generator.Management.deps.json +8 -8
- package/dist/generator/net8.0/Azure.Generator.Management.dll +0 -0
- package/dist/generator/net8.0/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/net8.0/Azure.Generator.Management.xml +6 -0
- package/package.json +1 -1
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v8.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20250927.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.49.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20250922.2",
|
|
13
13
|
"Azure.ResourceManager": "1.13.2",
|
|
14
14
|
"Humanizer.Core": "2.14.1",
|
|
15
|
-
"Microsoft.Azure.AutoRest.CSharp": "3.0.0-beta.
|
|
15
|
+
"Microsoft.Azure.AutoRest.CSharp": "3.0.0-beta.20250926.1",
|
|
16
16
|
"Microsoft.SourceLink.GitHub": "8.0.0",
|
|
17
17
|
"SauceControl.InheritDoc": "1.2.0",
|
|
18
18
|
"StyleCop.Analyzers": "1.2.0-beta.333"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
|
-
"Microsoft.Azure.AutoRest.CSharp/3.0.0-beta.
|
|
77
|
+
"Microsoft.Azure.AutoRest.CSharp/3.0.0-beta.20250926.1": {},
|
|
78
78
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
79
79
|
"runtime": {
|
|
80
80
|
"lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
}
|
|
671
671
|
},
|
|
672
672
|
"libraries": {
|
|
673
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
673
|
+
"Azure.Generator.Management/1.0.0-alpha.20250927.1": {
|
|
674
674
|
"type": "project",
|
|
675
675
|
"serviceable": false,
|
|
676
676
|
"sha512": ""
|
|
@@ -710,12 +710,12 @@
|
|
|
710
710
|
"path": "humanizer.core/2.14.1",
|
|
711
711
|
"hashPath": "humanizer.core.2.14.1.nupkg.sha512"
|
|
712
712
|
},
|
|
713
|
-
"Microsoft.Azure.AutoRest.CSharp/3.0.0-beta.
|
|
713
|
+
"Microsoft.Azure.AutoRest.CSharp/3.0.0-beta.20250926.1": {
|
|
714
714
|
"type": "package",
|
|
715
715
|
"serviceable": true,
|
|
716
|
-
"sha512": "sha512-
|
|
717
|
-
"path": "microsoft.azure.autorest.csharp/3.0.0-beta.
|
|
718
|
-
"hashPath": "microsoft.azure.autorest.csharp.3.0.0-beta.
|
|
716
|
+
"sha512": "sha512-sx3EkemArUJfG+kQCOvgwIpLHcSes6ztIl5nBIoBaG7FkALyFTY4TQ91b0pMAqB712ObGtJMiFTfGwDe2LQg7A==",
|
|
717
|
+
"path": "microsoft.azure.autorest.csharp/3.0.0-beta.20250926.1",
|
|
718
|
+
"hashPath": "microsoft.azure.autorest.csharp.3.0.0-beta.20250926.1.nupkg.sha512"
|
|
719
719
|
},
|
|
720
720
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
721
721
|
"type": "package",
|
|
Binary file
|
|
Binary file
|
|
@@ -187,6 +187,12 @@
|
|
|
187
187
|
<param name="description">Optional override for the method description. If not provided, uses the convenience method description.</param>
|
|
188
188
|
<param name="forceLro">Generate this method in LRO signature even if it is not an actual LRO</param>
|
|
189
189
|
</member>
|
|
190
|
+
<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}@)">
|
|
191
|
+
<summary>
|
|
192
|
+
Builds client pipeline handling with status code switch logic for exists/get-if-exists operations.
|
|
193
|
+
Handles 200 (success) and 404 (not found) status codes specifically.
|
|
194
|
+
</summary>
|
|
195
|
+
</member>
|
|
190
196
|
<member name="T:Azure.Generator.Management.Providers.PageableWrapperProvider">
|
|
191
197
|
<summary>
|
|
192
198
|
Provides a converter type that can convert from one type to another.
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v8.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20250927.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.49.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20250922.2",
|
|
13
13
|
"Azure.ResourceManager": "1.13.2",
|
|
14
14
|
"Humanizer.Core": "2.14.1",
|
|
15
|
-
"Microsoft.Azure.AutoRest.CSharp": "3.0.0-beta.
|
|
15
|
+
"Microsoft.Azure.AutoRest.CSharp": "3.0.0-beta.20250926.1",
|
|
16
16
|
"Microsoft.SourceLink.GitHub": "8.0.0",
|
|
17
17
|
"SauceControl.InheritDoc": "1.2.0",
|
|
18
18
|
"StyleCop.Analyzers": "1.2.0-beta.333"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
|
-
"Microsoft.Azure.AutoRest.CSharp/3.0.0-beta.
|
|
77
|
+
"Microsoft.Azure.AutoRest.CSharp/3.0.0-beta.20250926.1": {},
|
|
78
78
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
79
79
|
"runtime": {
|
|
80
80
|
"lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
}
|
|
671
671
|
},
|
|
672
672
|
"libraries": {
|
|
673
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
673
|
+
"Azure.Generator.Management/1.0.0-alpha.20250927.1": {
|
|
674
674
|
"type": "project",
|
|
675
675
|
"serviceable": false,
|
|
676
676
|
"sha512": ""
|
|
@@ -710,12 +710,12 @@
|
|
|
710
710
|
"path": "humanizer.core/2.14.1",
|
|
711
711
|
"hashPath": "humanizer.core.2.14.1.nupkg.sha512"
|
|
712
712
|
},
|
|
713
|
-
"Microsoft.Azure.AutoRest.CSharp/3.0.0-beta.
|
|
713
|
+
"Microsoft.Azure.AutoRest.CSharp/3.0.0-beta.20250926.1": {
|
|
714
714
|
"type": "package",
|
|
715
715
|
"serviceable": true,
|
|
716
|
-
"sha512": "sha512-
|
|
717
|
-
"path": "microsoft.azure.autorest.csharp/3.0.0-beta.
|
|
718
|
-
"hashPath": "microsoft.azure.autorest.csharp.3.0.0-beta.
|
|
716
|
+
"sha512": "sha512-sx3EkemArUJfG+kQCOvgwIpLHcSes6ztIl5nBIoBaG7FkALyFTY4TQ91b0pMAqB712ObGtJMiFTfGwDe2LQg7A==",
|
|
717
|
+
"path": "microsoft.azure.autorest.csharp/3.0.0-beta.20250926.1",
|
|
718
|
+
"hashPath": "microsoft.azure.autorest.csharp.3.0.0-beta.20250926.1.nupkg.sha512"
|
|
719
719
|
},
|
|
720
720
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
721
721
|
"type": "package",
|
|
Binary file
|
|
Binary file
|
|
@@ -187,6 +187,12 @@
|
|
|
187
187
|
<param name="description">Optional override for the method description. If not provided, uses the convenience method description.</param>
|
|
188
188
|
<param name="forceLro">Generate this method in LRO signature even if it is not an actual LRO</param>
|
|
189
189
|
</member>
|
|
190
|
+
<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}@)">
|
|
191
|
+
<summary>
|
|
192
|
+
Builds client pipeline handling with status code switch logic for exists/get-if-exists operations.
|
|
193
|
+
Handles 200 (success) and 404 (not found) status codes specifically.
|
|
194
|
+
</summary>
|
|
195
|
+
</member>
|
|
190
196
|
<member name="T:Azure.Generator.Management.Providers.PageableWrapperProvider">
|
|
191
197
|
<summary>
|
|
192
198
|
Provides a converter type that can convert from one type to another.
|
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.
|
|
3
|
+
"version": "1.0.0-alpha.20250927.1",
|
|
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",
|