@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260427.1 → 1.0.0-alpha.20260428.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.
- package/dist/generator/Azure.Generator.Management.deps.json +2 -2
- package/dist/generator/Azure.Generator.Management.dll +0 -0
- package/dist/generator/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/Azure.Generator.Management.xml +10 -0
- package/dist/generator/net10.0/Azure.Generator.Management.deps.json +2 -2
- package/dist/generator/net10.0/Azure.Generator.Management.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.xml +10 -0
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260428.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.54.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260415.3",
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
}
|
|
730
730
|
},
|
|
731
731
|
"libraries": {
|
|
732
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
732
|
+
"Azure.Generator.Management/1.0.0-alpha.20260428.1": {
|
|
733
733
|
"type": "project",
|
|
734
734
|
"serviceable": false,
|
|
735
735
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -814,6 +814,16 @@
|
|
|
814
814
|
For abstract data types (from @discriminator), uses the Unknown proxy type instead.
|
|
815
815
|
</summary>
|
|
816
816
|
</member>
|
|
817
|
+
<member name="M:Azure.Generator.Management.Providers.TagMethodProviders.BaseTagMethodProvider.BuildPatchCtorCall(Microsoft.TypeSpec.Generator.Primitives.CSharpType,Microsoft.TypeSpec.Generator.Expressions.VariableExpression)">
|
|
818
|
+
<summary>
|
|
819
|
+
Builds a constructor invocation for the patch type using its public
|
|
820
|
+
initialization constructor. Each required parameter is forwarded from
|
|
821
|
+
<paramref name="currentVar"/> by matching the constructor parameter to
|
|
822
|
+
its source property. If the patch type's initialization constructor
|
|
823
|
+
has no parameters (e.g. untracked <c>ResourceData</c>), falls back to
|
|
824
|
+
<c>new TPatch()</c>.
|
|
825
|
+
</summary>
|
|
826
|
+
</member>
|
|
817
827
|
<member name="M:Azure.Generator.Management.Snippets.ArmCollectionSnippets.ValidateResourceId(Microsoft.TypeSpec.Generator.Snippets.ScopedApi{Azure.ResourceManager.ArmCollection},Microsoft.TypeSpec.Generator.Expressions.ValueExpression)">
|
|
818
828
|
<summary>
|
|
819
829
|
Constructs a method expression that calls the ValidateResourceId method on the ArmCollection type.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260428.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.54.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260415.3",
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
}
|
|
730
730
|
},
|
|
731
731
|
"libraries": {
|
|
732
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
732
|
+
"Azure.Generator.Management/1.0.0-alpha.20260428.1": {
|
|
733
733
|
"type": "project",
|
|
734
734
|
"serviceable": false,
|
|
735
735
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -814,6 +814,16 @@
|
|
|
814
814
|
For abstract data types (from @discriminator), uses the Unknown proxy type instead.
|
|
815
815
|
</summary>
|
|
816
816
|
</member>
|
|
817
|
+
<member name="M:Azure.Generator.Management.Providers.TagMethodProviders.BaseTagMethodProvider.BuildPatchCtorCall(Microsoft.TypeSpec.Generator.Primitives.CSharpType,Microsoft.TypeSpec.Generator.Expressions.VariableExpression)">
|
|
818
|
+
<summary>
|
|
819
|
+
Builds a constructor invocation for the patch type using its public
|
|
820
|
+
initialization constructor. Each required parameter is forwarded from
|
|
821
|
+
<paramref name="currentVar"/> by matching the constructor parameter to
|
|
822
|
+
its source property. If the patch type's initialization constructor
|
|
823
|
+
has no parameters (e.g. untracked <c>ResourceData</c>), falls back to
|
|
824
|
+
<c>new TPatch()</c>.
|
|
825
|
+
</summary>
|
|
826
|
+
</member>
|
|
817
827
|
<member name="M:Azure.Generator.Management.Snippets.ArmCollectionSnippets.ValidateResourceId(Microsoft.TypeSpec.Generator.Snippets.ScopedApi{Azure.ResourceManager.ArmCollection},Microsoft.TypeSpec.Generator.Expressions.ValueExpression)">
|
|
818
828
|
<summary>
|
|
819
829
|
Constructs a method expression that calls the ValidateResourceId method on the ArmCollection type.
|
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.
|
|
3
|
+
"version": "1.0.0-alpha.20260428.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",
|