@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260113.1 → 1.0.0-alpha.20260115.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=v10.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20260113.1": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20260115.1": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.50.0",
12
12
  "Azure.Generator": "1.0.0-alpha.20260112.2",
@@ -622,7 +622,7 @@
622
622
  }
623
623
  },
624
624
  "libraries": {
625
- "Azure.Generator.Management/1.0.0-alpha.20260113.1": {
625
+ "Azure.Generator.Management/1.0.0-alpha.20260115.1": {
626
626
  "type": "project",
627
627
  "serviceable": false,
628
628
  "sha512": ""
@@ -89,21 +89,6 @@
89
89
  <member name="M:Azure.Generator.Management.ManagementTypeFactory.CreateNewProjectScaffolding">
90
90
  <inheritdoc/>
91
91
  </member>
92
- <member name="T:Azure.Generator.Management.Models.ArmProviderSchema">
93
- <summary>
94
- Represents the unified ARM provider schema containing all resource metadata and non-resource methods.
95
- This consolidates information previously scattered across @resourceSchema and @nonResourceMethodSchema decorators.
96
- </summary>
97
- </member>
98
- <member name="M:Azure.Generator.Management.Models.ArmProviderSchema.Deserialize(System.Collections.Generic.IReadOnlyDictionary{System.String,System.BinaryData},Azure.Generator.Management.ManagementInputLibrary,System.Func{Azure.Generator.Management.Models.NonResourceMethod,System.Boolean})">
99
- <summary>
100
- Deserializes the ArmProviderSchema from decorator arguments.
101
- </summary>
102
- <param name="arguments">The decorator arguments containing resources and nonResourceMethods data</param>
103
- <param name="library">The management input library containing models cache</param>
104
- <param name="methodFilter">Optional predicate to filter non-resource methods</param>
105
- <returns>A new ArmProviderSchema instance</returns>
106
- </member>
107
92
  <member name="T:Azure.Generator.Management.Models.ContextualParameter">
108
93
  <summary>
109
94
  A <see cref="T:Azure.Generator.Management.Models.ContextualParameter"/> represents a parameter which could be determined contextually from the Id property of its enclosing resource or resource collection class.
@@ -162,6 +147,21 @@
162
147
  Returns true if this segment is the "providers" segment.
163
148
  </summary>
164
149
  </member>
150
+ <member name="T:Azure.Generator.Management.Models.ArmProviderSchema">
151
+ <summary>
152
+ Represents the unified ARM provider schema containing all resource metadata and non-resource methods.
153
+ This consolidates information previously scattered across @resourceSchema and @nonResourceMethodSchema decorators.
154
+ </summary>
155
+ </member>
156
+ <member name="M:Azure.Generator.Management.Models.ArmProviderSchema.Deserialize(System.Collections.Generic.IReadOnlyDictionary{System.String,System.BinaryData},Azure.Generator.Management.ManagementInputLibrary,System.Func{Azure.Generator.Management.Models.NonResourceMethod,System.Boolean})">
157
+ <summary>
158
+ Deserializes the ArmProviderSchema from decorator arguments.
159
+ </summary>
160
+ <param name="arguments">The decorator arguments containing resources and nonResourceMethods data</param>
161
+ <param name="library">The management input library containing models cache</param>
162
+ <param name="methodFilter">Optional predicate to filter non-resource methods</param>
163
+ <returns>A new ArmProviderSchema instance</returns>
164
+ </member>
165
165
  <member name="T:Azure.Generator.Management.Models.RestClientInfo">
166
166
  <summary>
167
167
  Record to combine client provider and related field providers
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20260113.1": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20260115.1": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.50.0",
12
12
  "Azure.Generator": "1.0.0-alpha.20260112.2",
@@ -622,7 +622,7 @@
622
622
  }
623
623
  },
624
624
  "libraries": {
625
- "Azure.Generator.Management/1.0.0-alpha.20260113.1": {
625
+ "Azure.Generator.Management/1.0.0-alpha.20260115.1": {
626
626
  "type": "project",
627
627
  "serviceable": false,
628
628
  "sha512": ""
@@ -89,21 +89,6 @@
89
89
  <member name="M:Azure.Generator.Management.ManagementTypeFactory.CreateNewProjectScaffolding">
90
90
  <inheritdoc/>
91
91
  </member>
92
- <member name="T:Azure.Generator.Management.Models.ArmProviderSchema">
93
- <summary>
94
- Represents the unified ARM provider schema containing all resource metadata and non-resource methods.
95
- This consolidates information previously scattered across @resourceSchema and @nonResourceMethodSchema decorators.
96
- </summary>
97
- </member>
98
- <member name="M:Azure.Generator.Management.Models.ArmProviderSchema.Deserialize(System.Collections.Generic.IReadOnlyDictionary{System.String,System.BinaryData},Azure.Generator.Management.ManagementInputLibrary,System.Func{Azure.Generator.Management.Models.NonResourceMethod,System.Boolean})">
99
- <summary>
100
- Deserializes the ArmProviderSchema from decorator arguments.
101
- </summary>
102
- <param name="arguments">The decorator arguments containing resources and nonResourceMethods data</param>
103
- <param name="library">The management input library containing models cache</param>
104
- <param name="methodFilter">Optional predicate to filter non-resource methods</param>
105
- <returns>A new ArmProviderSchema instance</returns>
106
- </member>
107
92
  <member name="T:Azure.Generator.Management.Models.ContextualParameter">
108
93
  <summary>
109
94
  A <see cref="T:Azure.Generator.Management.Models.ContextualParameter"/> represents a parameter which could be determined contextually from the Id property of its enclosing resource or resource collection class.
@@ -162,6 +147,21 @@
162
147
  Returns true if this segment is the "providers" segment.
163
148
  </summary>
164
149
  </member>
150
+ <member name="T:Azure.Generator.Management.Models.ArmProviderSchema">
151
+ <summary>
152
+ Represents the unified ARM provider schema containing all resource metadata and non-resource methods.
153
+ This consolidates information previously scattered across @resourceSchema and @nonResourceMethodSchema decorators.
154
+ </summary>
155
+ </member>
156
+ <member name="M:Azure.Generator.Management.Models.ArmProviderSchema.Deserialize(System.Collections.Generic.IReadOnlyDictionary{System.String,System.BinaryData},Azure.Generator.Management.ManagementInputLibrary,System.Func{Azure.Generator.Management.Models.NonResourceMethod,System.Boolean})">
157
+ <summary>
158
+ Deserializes the ArmProviderSchema from decorator arguments.
159
+ </summary>
160
+ <param name="arguments">The decorator arguments containing resources and nonResourceMethods data</param>
161
+ <param name="library">The management input library containing models cache</param>
162
+ <param name="methodFilter">Optional predicate to filter non-resource methods</param>
163
+ <returns>A new ArmProviderSchema instance</returns>
164
+ </member>
165
165
  <member name="T:Azure.Generator.Management.Models.RestClientInfo">
166
166
  <summary>
167
167
  Record to combine client provider and related field providers
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.20260113.1",
3
+ "version": "1.0.0-alpha.20260115.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",