@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260727.1 → 1.0.0-alpha.20260727.2
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 +8 -0
- package/dist/generator/net10.0/Azure.Generator.Management.deps.json +2 -2
- package/dist/generator/net10.0/Azure.Generator.Management.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.xml +8 -0
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.20260727.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260727.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.60.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260724.4",
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
}
|
|
730
730
|
},
|
|
731
731
|
"libraries": {
|
|
732
|
-
"Azure.Generator.Management/1.0.0-alpha.20260727.
|
|
732
|
+
"Azure.Generator.Management/1.0.0-alpha.20260727.2": {
|
|
733
733
|
"type": "project",
|
|
734
734
|
"serviceable": false,
|
|
735
735
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -1071,6 +1071,14 @@
|
|
|
1071
1071
|
Categorizes the resource methods into resource, collection, and extension method groups.
|
|
1072
1072
|
</summary>
|
|
1073
1073
|
</member>
|
|
1074
|
+
<member name="M:Azure.Generator.Management.Utilities.BackCompatHelper.DecorateBackwardCompatibilityMethods(System.Collections.Generic.IReadOnlyList{Microsoft.TypeSpec.Generator.Providers.MethodProvider},System.Collections.Generic.IEnumerable{Microsoft.TypeSpec.Generator.Providers.MethodProvider})">
|
|
1075
|
+
<summary>
|
|
1076
|
+
Applies the management back-compat decorations to the overloads that were added on top of <paramref name="originalMethods"/>.
|
|
1077
|
+
</summary>
|
|
1078
|
+
<param name="backCompatMethods">The full method list produced by the base back-compat generation.</param>
|
|
1079
|
+
<param name="originalMethods">The methods that existed before the base synthesized the compatibility overloads.</param>
|
|
1080
|
+
<returns>The same <paramref name="backCompatMethods"/> list, with the synthesized overloads decorated.</returns>
|
|
1081
|
+
</member>
|
|
1074
1082
|
<member name="M:Azure.Generator.Management.Utilities.BodyParameterNameNormalizer.GetNormalizedBodyParameterName(Microsoft.TypeSpec.Generator.Providers.ParameterProvider)">
|
|
1075
1083
|
<summary>
|
|
1076
1084
|
Gets the normalized parameter name for body parameters.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.20260727.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260727.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.60.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260724.4",
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
}
|
|
730
730
|
},
|
|
731
731
|
"libraries": {
|
|
732
|
-
"Azure.Generator.Management/1.0.0-alpha.20260727.
|
|
732
|
+
"Azure.Generator.Management/1.0.0-alpha.20260727.2": {
|
|
733
733
|
"type": "project",
|
|
734
734
|
"serviceable": false,
|
|
735
735
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -1071,6 +1071,14 @@
|
|
|
1071
1071
|
Categorizes the resource methods into resource, collection, and extension method groups.
|
|
1072
1072
|
</summary>
|
|
1073
1073
|
</member>
|
|
1074
|
+
<member name="M:Azure.Generator.Management.Utilities.BackCompatHelper.DecorateBackwardCompatibilityMethods(System.Collections.Generic.IReadOnlyList{Microsoft.TypeSpec.Generator.Providers.MethodProvider},System.Collections.Generic.IEnumerable{Microsoft.TypeSpec.Generator.Providers.MethodProvider})">
|
|
1075
|
+
<summary>
|
|
1076
|
+
Applies the management back-compat decorations to the overloads that were added on top of <paramref name="originalMethods"/>.
|
|
1077
|
+
</summary>
|
|
1078
|
+
<param name="backCompatMethods">The full method list produced by the base back-compat generation.</param>
|
|
1079
|
+
<param name="originalMethods">The methods that existed before the base synthesized the compatibility overloads.</param>
|
|
1080
|
+
<returns>The same <paramref name="backCompatMethods"/> list, with the synthesized overloads decorated.</returns>
|
|
1081
|
+
</member>
|
|
1074
1082
|
<member name="M:Azure.Generator.Management.Utilities.BodyParameterNameNormalizer.GetNormalizedBodyParameterName(Microsoft.TypeSpec.Generator.Providers.ParameterProvider)">
|
|
1075
1083
|
<summary>
|
|
1076
1084
|
Gets the normalized parameter name for body parameters.
|
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.20260727.
|
|
3
|
+
"version": "1.0.0-alpha.20260727.2",
|
|
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",
|