@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20250630.1 → 1.0.0-alpha.20250630.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=v8.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20250630.1": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20250630.3": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.46.2",
12
12
  "Azure.Generator": "1.0.0-alpha.20250629.1",
@@ -670,7 +670,7 @@
670
670
  }
671
671
  },
672
672
  "libraries": {
673
- "Azure.Generator.Management/1.0.0-alpha.20250630.1": {
673
+ "Azure.Generator.Management/1.0.0-alpha.20250630.3": {
674
674
  "type": "project",
675
675
  "serviceable": false,
676
676
  "sha512": ""
@@ -120,6 +120,9 @@
120
120
  <member name="M:Azure.Generator.Management.RestClientVisitor.VisitType(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
121
121
  <inheritdoc/>
122
122
  </member>
123
+ <member name="M:Azure.Generator.Management.TypeFilterVisiter.VisitType(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
124
+ <inheritdoc/>
125
+ </member>
123
126
  <member name="M:Azure.Generator.Management.Utilities.ConstructorProviderHelper.BuildMockingConstructor(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
124
127
  <summary>
125
128
  Builds a constructor for the enclosing type for mocking purposes.
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v8.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20250630.1": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20250630.3": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.46.2",
12
12
  "Azure.Generator": "1.0.0-alpha.20250629.1",
@@ -670,7 +670,7 @@
670
670
  }
671
671
  },
672
672
  "libraries": {
673
- "Azure.Generator.Management/1.0.0-alpha.20250630.1": {
673
+ "Azure.Generator.Management/1.0.0-alpha.20250630.3": {
674
674
  "type": "project",
675
675
  "serviceable": false,
676
676
  "sha512": ""
@@ -120,6 +120,9 @@
120
120
  <member name="M:Azure.Generator.Management.RestClientVisitor.VisitType(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
121
121
  <inheritdoc/>
122
122
  </member>
123
+ <member name="M:Azure.Generator.Management.TypeFilterVisiter.VisitType(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
124
+ <inheritdoc/>
125
+ </member>
123
126
  <member name="M:Azure.Generator.Management.Utilities.ConstructorProviderHelper.BuildMockingConstructor(Microsoft.TypeSpec.Generator.Providers.TypeProvider)">
124
127
  <summary>
125
128
  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.20250630.1",
3
+ "version": "1.0.0-alpha.20250630.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",