@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20251026.2 → 1.0.0-alpha.20251028.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.
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v9.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20251026.2": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20251028.1": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.49.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.20251026.2": {
664
+ "Azure.Generator.Management/1.0.0-alpha.20251028.1": {
665
665
  "type": "project",
666
666
  "serviceable": false,
667
667
  "sha512": ""
@@ -255,7 +255,7 @@
255
255
  <param name="id"></param>
256
256
  <returns></returns>
257
257
  </member>
258
- <member name="M:Azure.Generator.Management.Utilities.BodyParameterNameNormalizer.GetNormalizedParameterNameForNonResourceMethod(Microsoft.TypeSpec.Generator.Providers.ParameterProvider)">
258
+ <member name="M:Azure.Generator.Management.Utilities.BodyParameterNameNormalizer.GetNormalizedBodyParameterName(Microsoft.TypeSpec.Generator.Providers.ParameterProvider)">
259
259
  <summary>
260
260
  Gets the normalized parameter name for body parameters.
261
261
  </summary>
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v9.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20251026.2": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20251028.1": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.49.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.20251026.2": {
664
+ "Azure.Generator.Management/1.0.0-alpha.20251028.1": {
665
665
  "type": "project",
666
666
  "serviceable": false,
667
667
  "sha512": ""
@@ -255,7 +255,7 @@
255
255
  <param name="id"></param>
256
256
  <returns></returns>
257
257
  </member>
258
- <member name="M:Azure.Generator.Management.Utilities.BodyParameterNameNormalizer.GetNormalizedParameterNameForNonResourceMethod(Microsoft.TypeSpec.Generator.Providers.ParameterProvider)">
258
+ <member name="M:Azure.Generator.Management.Utilities.BodyParameterNameNormalizer.GetNormalizedBodyParameterName(Microsoft.TypeSpec.Generator.Providers.ParameterProvider)">
259
259
  <summary>
260
260
  Gets the normalized parameter name for body parameters.
261
261
  </summary>
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.20251026.2",
3
+ "version": "1.0.0-alpha.20251028.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",