@azure-typespec/http-client-csharp-provisioning 1.0.0-alpha.20260316.1 → 1.0.0-alpha.20260316.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.20260316.1": {
9
+ "Azure.Generator.Provisioning/1.0.0-alpha.20260316.2": {
10
10
  "dependencies": {
11
11
  "Azure.Generator": "1.0.0-alpha.20260312.1",
12
12
  "Azure.Generator.Management": "1.0.0-alpha.20260314.2",
@@ -717,7 +717,7 @@
717
717
  }
718
718
  },
719
719
  "libraries": {
720
- "Azure.Generator.Provisioning/1.0.0-alpha.20260316.1": {
720
+ "Azure.Generator.Provisioning/1.0.0-alpha.20260316.2": {
721
721
  "type": "project",
722
722
  "serviceable": false,
723
723
  "sha512": ""
@@ -116,6 +116,22 @@
116
116
  and generates ResourceVersions, FromExisting, and the resource constructor.
117
117
  </summary>
118
118
  </member>
119
+ <member name="F:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider._allProperties">
120
+ <summary>
121
+ All collected properties for the resource, including flattened and inherited ones,
122
+ with their resolved isOutput/isRequired/bicepPath metadata.
123
+ Used to build the C# Properties, Fields, and DefineProvisionableProperties() method.
124
+ </summary>
125
+ </member>
126
+ <member name="F:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider._createBodyWritableProperties">
127
+ <summary>
128
+ Serialized property names that are writable in the create/update request body model.
129
+ When the resource model is output-only (e.g., a ProxyResource with a separate create body),
130
+ its properties may be marked readOnly even though the create body accepts them as input.
131
+ This set is used during <see cref="F:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider._allProperties"/> construction to avoid incorrectly
132
+ marking such properties as output-only.
133
+ </summary>
134
+ </member>
119
135
  <member name="P:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider.ResourceMetadata">
120
136
  <summary>
121
137
  Gets the resource metadata, if this is a base resource type.
@@ -139,6 +155,18 @@
139
155
  Constructor for derived discriminated resource types (no metadata, inherits from base resource).
140
156
  </summary>
141
157
  </member>
158
+ <member name="M:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider.BuildCreateBodyWritableProperties">
159
+ <summary>
160
+ Builds a set of serialized property names that are writable in the create/update request body.
161
+ When the resource model is output-only (e.g., ProxyResource with separate create body),
162
+ its properties may be marked readOnly even though the create body has them as writable.
163
+ </summary>
164
+ </member>
165
+ <member name="M:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider.CollectWritableProperties(Microsoft.TypeSpec.Generator.Input.InputModelType,System.Collections.Generic.HashSet{System.String})">
166
+ <summary>
167
+ Collects serialized names of writable properties from a model and its base model chain.
168
+ </summary>
169
+ </member>
142
170
  <member name="M:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider.CollectOwnProperties">
143
171
  <summary>
144
172
  Collects only the derived type's own properties (no base chain, no flattening).
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.Provisioning/1.0.0-alpha.20260316.1": {
9
+ "Azure.Generator.Provisioning/1.0.0-alpha.20260316.2": {
10
10
  "dependencies": {
11
11
  "Azure.Generator": "1.0.0-alpha.20260312.1",
12
12
  "Azure.Generator.Management": "1.0.0-alpha.20260314.2",
@@ -717,7 +717,7 @@
717
717
  }
718
718
  },
719
719
  "libraries": {
720
- "Azure.Generator.Provisioning/1.0.0-alpha.20260316.1": {
720
+ "Azure.Generator.Provisioning/1.0.0-alpha.20260316.2": {
721
721
  "type": "project",
722
722
  "serviceable": false,
723
723
  "sha512": ""
@@ -116,6 +116,22 @@
116
116
  and generates ResourceVersions, FromExisting, and the resource constructor.
117
117
  </summary>
118
118
  </member>
119
+ <member name="F:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider._allProperties">
120
+ <summary>
121
+ All collected properties for the resource, including flattened and inherited ones,
122
+ with their resolved isOutput/isRequired/bicepPath metadata.
123
+ Used to build the C# Properties, Fields, and DefineProvisionableProperties() method.
124
+ </summary>
125
+ </member>
126
+ <member name="F:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider._createBodyWritableProperties">
127
+ <summary>
128
+ Serialized property names that are writable in the create/update request body model.
129
+ When the resource model is output-only (e.g., a ProxyResource with a separate create body),
130
+ its properties may be marked readOnly even though the create body accepts them as input.
131
+ This set is used during <see cref="F:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider._allProperties"/> construction to avoid incorrectly
132
+ marking such properties as output-only.
133
+ </summary>
134
+ </member>
119
135
  <member name="P:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider.ResourceMetadata">
120
136
  <summary>
121
137
  Gets the resource metadata, if this is a base resource type.
@@ -139,6 +155,18 @@
139
155
  Constructor for derived discriminated resource types (no metadata, inherits from base resource).
140
156
  </summary>
141
157
  </member>
158
+ <member name="M:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider.BuildCreateBodyWritableProperties">
159
+ <summary>
160
+ Builds a set of serialized property names that are writable in the create/update request body.
161
+ When the resource model is output-only (e.g., ProxyResource with separate create body),
162
+ its properties may be marked readOnly even though the create body has them as writable.
163
+ </summary>
164
+ </member>
165
+ <member name="M:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider.CollectWritableProperties(Microsoft.TypeSpec.Generator.Input.InputModelType,System.Collections.Generic.HashSet{System.String})">
166
+ <summary>
167
+ Collects serialized names of writable properties from a model and its base model chain.
168
+ </summary>
169
+ </member>
142
170
  <member name="M:Azure.Generator.Provisioning.Providers.ProvisioningResourceProvider.CollectOwnProperties">
143
171
  <summary>
144
172
  Collects only the derived type's own properties (no base chain, no flattening).
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.20260316.1",
3
+ "version": "1.0.0-alpha.20260316.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",