@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260909.4 → 1.0.0-alpha.20260909.6
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 +1 -1
- 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 +1 -1
- 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.20260909.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260909.6": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.62.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260828.4",
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
}
|
|
730
730
|
},
|
|
731
731
|
"libraries": {
|
|
732
|
-
"Azure.Generator.Management/1.0.0-alpha.20260909.
|
|
732
|
+
"Azure.Generator.Management/1.0.0-alpha.20260909.6": {
|
|
733
733
|
"type": "project",
|
|
734
734
|
"serviceable": false,
|
|
735
735
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
Used after rebuilding nested model arguments because the new conditional construction handles null/default behavior.
|
|
1328
1328
|
</summary>
|
|
1329
1329
|
</member>
|
|
1330
|
-
<member name="M:Azure.Generator.Management.Visitors.ModelFactoryBackwardCompatHelper.IsParameterUsedByOriginalArgument(Microsoft.TypeSpec.Generator.Providers.ParameterProvider,System.Collections.Generic.
|
|
1330
|
+
<member name="M:Azure.Generator.Management.Visitors.ModelFactoryBackwardCompatHelper.IsParameterUsedByOriginalArgument(Microsoft.TypeSpec.Generator.Providers.ParameterProvider,System.Collections.Generic.IEnumerable{Microsoft.TypeSpec.Generator.Expressions.ValueExpression})">
|
|
1331
1331
|
<summary>
|
|
1332
1332
|
Returns true when a matched old parameter is still used by an original non-default constructor argument.
|
|
1333
1333
|
Used to preserve existing null-coalescing assignments needed by unrepaired direct arguments.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.20260909.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260909.6": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.62.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260828.4",
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
}
|
|
730
730
|
},
|
|
731
731
|
"libraries": {
|
|
732
|
-
"Azure.Generator.Management/1.0.0-alpha.20260909.
|
|
732
|
+
"Azure.Generator.Management/1.0.0-alpha.20260909.6": {
|
|
733
733
|
"type": "project",
|
|
734
734
|
"serviceable": false,
|
|
735
735
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
Used after rebuilding nested model arguments because the new conditional construction handles null/default behavior.
|
|
1328
1328
|
</summary>
|
|
1329
1329
|
</member>
|
|
1330
|
-
<member name="M:Azure.Generator.Management.Visitors.ModelFactoryBackwardCompatHelper.IsParameterUsedByOriginalArgument(Microsoft.TypeSpec.Generator.Providers.ParameterProvider,System.Collections.Generic.
|
|
1330
|
+
<member name="M:Azure.Generator.Management.Visitors.ModelFactoryBackwardCompatHelper.IsParameterUsedByOriginalArgument(Microsoft.TypeSpec.Generator.Providers.ParameterProvider,System.Collections.Generic.IEnumerable{Microsoft.TypeSpec.Generator.Expressions.ValueExpression})">
|
|
1331
1331
|
<summary>
|
|
1332
1332
|
Returns true when a matched old parameter is still used by an original non-default constructor argument.
|
|
1333
1333
|
Used to preserve existing null-coalescing assignments needed by unrepaired direct arguments.
|
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.20260909.
|
|
3
|
+
"version": "1.0.0-alpha.20260909.6",
|
|
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",
|