@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20251016.1 → 1.0.0-alpha.20251016.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.
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v9.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20251016.1": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20251016.3": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.49.0",
12
12
  "Azure.Generator": "1.0.0-alpha.20250929.3",
@@ -663,7 +663,7 @@
663
663
  }
664
664
  },
665
665
  "libraries": {
666
- "Azure.Generator.Management/1.0.0-alpha.20251016.1": {
666
+ "Azure.Generator.Management/1.0.0-alpha.20251016.3": {
667
667
  "type": "project",
668
668
  "serviceable": false,
669
669
  "sha512": ""
@@ -240,6 +240,13 @@
240
240
  <param name="id"></param>
241
241
  <returns></returns>
242
242
  </member>
243
+ <member name="M:Azure.Generator.Management.Utilities.BodyParameterNameNormalizer.GetNormalizedParameterNameForNonResourceMethod(Microsoft.TypeSpec.Generator.Providers.ParameterProvider)">
244
+ <summary>
245
+ Gets the normalized parameter name for body parameters.
246
+ </summary>
247
+ <param name="parameter">The parameter to normalize.</param>
248
+ <returns>The normalized parameter name, or null if no normalization is needed.</returns>
249
+ </member>
243
250
  <member name="M:Azure.Generator.Management.Utilities.ConstructorProviderHelpers.BuildMockingConstructor(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
244
251
  <summary>
245
252
  Builds a constructor for the enclosing type for mocking purposes.
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v9.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20251016.1": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20251016.3": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.49.0",
12
12
  "Azure.Generator": "1.0.0-alpha.20250929.3",
@@ -663,7 +663,7 @@
663
663
  }
664
664
  },
665
665
  "libraries": {
666
- "Azure.Generator.Management/1.0.0-alpha.20251016.1": {
666
+ "Azure.Generator.Management/1.0.0-alpha.20251016.3": {
667
667
  "type": "project",
668
668
  "serviceable": false,
669
669
  "sha512": ""
@@ -240,6 +240,13 @@
240
240
  <param name="id"></param>
241
241
  <returns></returns>
242
242
  </member>
243
+ <member name="M:Azure.Generator.Management.Utilities.BodyParameterNameNormalizer.GetNormalizedParameterNameForNonResourceMethod(Microsoft.TypeSpec.Generator.Providers.ParameterProvider)">
244
+ <summary>
245
+ Gets the normalized parameter name for body parameters.
246
+ </summary>
247
+ <param name="parameter">The parameter to normalize.</param>
248
+ <returns>The normalized parameter name, or null if no normalization is needed.</returns>
249
+ </member>
243
250
  <member name="M:Azure.Generator.Management.Utilities.ConstructorProviderHelpers.BuildMockingConstructor(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
244
251
  <summary>
245
252
  Builds a constructor for the enclosing type for mocking purposes.
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.20251016.1",
3
+ "version": "1.0.0-alpha.20251016.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",