@azure-typespec/http-client-csharp-provisioning 1.0.0-alpha.20260325.1 → 1.0.0-alpha.20260327.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.Provisioning/1.0.0-alpha.20260325.1": {
9
+ "Azure.Generator.Provisioning/1.0.0-alpha.20260327.1": {
10
10
  "dependencies": {
11
11
  "Azure.Generator": "1.0.0-alpha.20260320.2",
12
12
  "Azure.Generator.Management": "1.0.0-alpha.20260322.2",
@@ -718,7 +718,7 @@
718
718
  }
719
719
  },
720
720
  "libraries": {
721
- "Azure.Generator.Provisioning/1.0.0-alpha.20260325.1": {
721
+ "Azure.Generator.Provisioning/1.0.0-alpha.20260327.1": {
722
722
  "type": "project",
723
723
  "serviceable": false,
724
724
  "sha512": ""
@@ -56,7 +56,7 @@
56
56
  Provisioning metadata for a single property, used to create a <see cref="T:Azure.Generator.Provisioning.Providers.ProvisioningPropertyProvider"/>.
57
57
  </summary>
58
58
  </member>
59
- <member name="M:Azure.Generator.Provisioning.Primitives.ProvisioningPropertyInfo.#ctor(System.String,System.Boolean,System.Boolean,System.String[],System.String)">
59
+ <member name="M:Azure.Generator.Provisioning.Primitives.ProvisioningPropertyInfo.#ctor(System.String,System.Boolean,System.Boolean,System.String[],System.String,Microsoft.TypeSpec.Generator.Primitives.CSharpType)">
60
60
  <summary>
61
61
  Provisioning metadata for a single property, used to create a <see cref="T:Azure.Generator.Provisioning.Providers.ProvisioningPropertyProvider"/>.
62
62
  </summary>
@@ -136,6 +136,12 @@
136
136
  Used to build the C# Properties, Fields, and DefineProvisionableProperties() method.
137
137
  </summary>
138
138
  </member>
139
+ <member name="F:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider._propertyLookup">
140
+ <summary>
141
+ Lookup from InputModelProperty to ResourcePropertyInfo for O(1) access in
142
+ <see cref="M:Azure.Generator.Provisioning.Primitives.IProvisioningPropertyInfo.GetProvisioningPropertyInfo(Microsoft.TypeSpec.Generator.Input.InputModelProperty)"/>.
143
+ </summary>
144
+ </member>
139
145
  <member name="F:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider._createBodyWritableProperties">
140
146
  <summary>
141
147
  Serialized property names that are writable in the create/update request body model.
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.Provisioning/1.0.0-alpha.20260325.1": {
9
+ "Azure.Generator.Provisioning/1.0.0-alpha.20260327.1": {
10
10
  "dependencies": {
11
11
  "Azure.Generator": "1.0.0-alpha.20260320.2",
12
12
  "Azure.Generator.Management": "1.0.0-alpha.20260322.2",
@@ -718,7 +718,7 @@
718
718
  }
719
719
  },
720
720
  "libraries": {
721
- "Azure.Generator.Provisioning/1.0.0-alpha.20260325.1": {
721
+ "Azure.Generator.Provisioning/1.0.0-alpha.20260327.1": {
722
722
  "type": "project",
723
723
  "serviceable": false,
724
724
  "sha512": ""
@@ -56,7 +56,7 @@
56
56
  Provisioning metadata for a single property, used to create a <see cref="T:Azure.Generator.Provisioning.Providers.ProvisioningPropertyProvider"/>.
57
57
  </summary>
58
58
  </member>
59
- <member name="M:Azure.Generator.Provisioning.Primitives.ProvisioningPropertyInfo.#ctor(System.String,System.Boolean,System.Boolean,System.String[],System.String)">
59
+ <member name="M:Azure.Generator.Provisioning.Primitives.ProvisioningPropertyInfo.#ctor(System.String,System.Boolean,System.Boolean,System.String[],System.String,Microsoft.TypeSpec.Generator.Primitives.CSharpType)">
60
60
  <summary>
61
61
  Provisioning metadata for a single property, used to create a <see cref="T:Azure.Generator.Provisioning.Providers.ProvisioningPropertyProvider"/>.
62
62
  </summary>
@@ -136,6 +136,12 @@
136
136
  Used to build the C# Properties, Fields, and DefineProvisionableProperties() method.
137
137
  </summary>
138
138
  </member>
139
+ <member name="F:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider._propertyLookup">
140
+ <summary>
141
+ Lookup from InputModelProperty to ResourcePropertyInfo for O(1) access in
142
+ <see cref="M:Azure.Generator.Provisioning.Primitives.IProvisioningPropertyInfo.GetProvisioningPropertyInfo(Microsoft.TypeSpec.Generator.Input.InputModelProperty)"/>.
143
+ </summary>
144
+ </member>
139
145
  <member name="F:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider._createBodyWritableProperties">
140
146
  <summary>
141
147
  Serialized property names that are writable in the create/update request body model.
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.20260325.1",
3
+ "version": "1.0.0-alpha.20260327.1",
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",