@azure-typespec/http-client-csharp-provisioning 1.0.0-alpha.20260422.1 → 1.0.0-alpha.20260422.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.
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.Provisioning/1.0.0-alpha.20260422.1": {
9
+ "Azure.Generator.Provisioning/1.0.0-alpha.20260422.2": {
10
10
  "dependencies": {
11
11
  "Azure.Generator": "1.0.0-alpha.20260415.3",
12
12
  "Azure.Generator.Management": "1.0.0-alpha.20260421.1",
@@ -753,7 +753,7 @@
753
753
  }
754
754
  },
755
755
  "libraries": {
756
- "Azure.Generator.Provisioning/1.0.0-alpha.20260422.1": {
756
+ "Azure.Generator.Provisioning/1.0.0-alpha.20260422.2": {
757
757
  "type": "project",
758
758
  "serviceable": false,
759
759
  "sha512": ""
@@ -264,6 +264,18 @@
264
264
  <member name="M:Azure.Generator.Provisioning.ProvisioningOutputLibrary.BuildTypeProviders">
265
265
  <inheritdoc/>
266
266
  </member>
267
+ <member name="M:Azure.Generator.Provisioning.ProvisioningOutputLibrary.CollectReachableTypes">
268
+ <summary>
269
+ Collects the input models and enums reachable from the resource models'
270
+ property graphs (including base models, discriminator subtypes, and elements of
271
+ arrays/dictionaries/nullable/union types). Resource models themselves are
272
+ excluded — they are emitted separately as ProvisioningResourceProvider.
273
+
274
+ Visited types are tracked in a HashSet (for O(1) dedup) but returned in
275
+ traversal/insertion order via parallel lists, so the emitted output is
276
+ deterministic across runs without relying on HashSet enumeration order.
277
+ </summary>
278
+ </member>
267
279
  <member name="T:Azure.Generator.Provisioning.ProvisioningTypeFactory">
268
280
  <summary>
269
281
  TypeFactory for provisioning generator that intercepts model/enum creation
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.Provisioning/1.0.0-alpha.20260422.1": {
9
+ "Azure.Generator.Provisioning/1.0.0-alpha.20260422.2": {
10
10
  "dependencies": {
11
11
  "Azure.Generator": "1.0.0-alpha.20260415.3",
12
12
  "Azure.Generator.Management": "1.0.0-alpha.20260421.1",
@@ -753,7 +753,7 @@
753
753
  }
754
754
  },
755
755
  "libraries": {
756
- "Azure.Generator.Provisioning/1.0.0-alpha.20260422.1": {
756
+ "Azure.Generator.Provisioning/1.0.0-alpha.20260422.2": {
757
757
  "type": "project",
758
758
  "serviceable": false,
759
759
  "sha512": ""
@@ -264,6 +264,18 @@
264
264
  <member name="M:Azure.Generator.Provisioning.ProvisioningOutputLibrary.BuildTypeProviders">
265
265
  <inheritdoc/>
266
266
  </member>
267
+ <member name="M:Azure.Generator.Provisioning.ProvisioningOutputLibrary.CollectReachableTypes">
268
+ <summary>
269
+ Collects the input models and enums reachable from the resource models'
270
+ property graphs (including base models, discriminator subtypes, and elements of
271
+ arrays/dictionaries/nullable/union types). Resource models themselves are
272
+ excluded — they are emitted separately as ProvisioningResourceProvider.
273
+
274
+ Visited types are tracked in a HashSet (for O(1) dedup) but returned in
275
+ traversal/insertion order via parallel lists, so the emitted output is
276
+ deterministic across runs without relying on HashSet enumeration order.
277
+ </summary>
278
+ </member>
267
279
  <member name="T:Azure.Generator.Provisioning.ProvisioningTypeFactory">
268
280
  <summary>
269
281
  TypeFactory for provisioning generator that intercepts model/enum creation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-typespec/http-client-csharp-provisioning",
3
- "version": "1.0.0-alpha.20260422.1",
3
+ "version": "1.0.0-alpha.20260422.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting Azure provisioning libraries for C#.",
6
6
  "readme": "https://github.com/Azure/azure-sdk-for-net/blob/main/eng/packages/http-client-csharp-provisioning/README.md",