@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260410.1 → 1.0.0-alpha.20260415.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.Core.dll +0 -0
- package/dist/generator/Azure.Generator.Management.deps.json +69 -13
- 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 +6 -0
- package/dist/generator/Microsoft.Identity.Client.Extensions.Msal.dll +0 -0
- package/dist/generator/Microsoft.Identity.Client.dll +0 -0
- package/dist/generator/Microsoft.IdentityModel.Abstractions.dll +0 -0
- package/dist/generator/net10.0/Azure.Core.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.deps.json +69 -13
- 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 +6 -0
- package/dist/generator/net10.0/Microsoft.Identity.Client.Extensions.Msal.dll +0 -0
- package/dist/generator/net10.0/Microsoft.Identity.Client.dll +0 -0
- package/dist/generator/net10.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
- package/package.json +1 -1
|
Binary file
|
|
@@ -6,9 +6,9 @@
|
|
|
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.20260415.1": {
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"Azure.Core": "1.
|
|
11
|
+
"Azure.Core": "1.53.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260408.3",
|
|
13
13
|
"Azure.ResourceManager": "1.14.0",
|
|
14
14
|
"Humanizer.Core": "3.0.1"
|
|
@@ -17,22 +17,26 @@
|
|
|
17
17
|
"Azure.Generator.Management.dll": {}
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
"Azure.Core/1.
|
|
20
|
+
"Azure.Core/1.53.0": {
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"Microsoft.Bcl.AsyncInterfaces": "10.0.3",
|
|
23
|
+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
|
|
24
|
+
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
|
|
25
|
+
"Microsoft.Identity.Client": "4.83.1",
|
|
26
|
+
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1",
|
|
23
27
|
"System.ClientModel": "1.10.0",
|
|
24
28
|
"System.Memory.Data": "10.0.3"
|
|
25
29
|
},
|
|
26
30
|
"runtime": {
|
|
27
31
|
"lib/net10.0/Azure.Core.dll": {
|
|
28
|
-
"assemblyVersion": "1.
|
|
29
|
-
"fileVersion": "1.
|
|
32
|
+
"assemblyVersion": "1.53.0.0",
|
|
33
|
+
"fileVersion": "1.5300.26.21006"
|
|
30
34
|
}
|
|
31
35
|
}
|
|
32
36
|
},
|
|
33
37
|
"Azure.Core.Expressions.DataFactory/1.0.0": {
|
|
34
38
|
"dependencies": {
|
|
35
|
-
"Azure.Core": "1.
|
|
39
|
+
"Azure.Core": "1.53.0"
|
|
36
40
|
},
|
|
37
41
|
"runtime": {
|
|
38
42
|
"lib/netstandard2.0/Azure.Core.Expressions.DataFactory.dll": {
|
|
@@ -43,7 +47,7 @@
|
|
|
43
47
|
},
|
|
44
48
|
"Azure.Generator/1.0.0-alpha.20260408.3": {
|
|
45
49
|
"dependencies": {
|
|
46
|
-
"Azure.Core": "1.
|
|
50
|
+
"Azure.Core": "1.53.0",
|
|
47
51
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
48
52
|
"Azure.ResourceManager": "1.14.0",
|
|
49
53
|
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260408.2"
|
|
@@ -57,7 +61,7 @@
|
|
|
57
61
|
},
|
|
58
62
|
"Azure.ResourceManager/1.14.0": {
|
|
59
63
|
"dependencies": {
|
|
60
|
-
"Azure.Core": "1.
|
|
64
|
+
"Azure.Core": "1.53.0"
|
|
61
65
|
},
|
|
62
66
|
"runtime": {
|
|
63
67
|
"lib/net10.0/Azure.ResourceManager.dll": {
|
|
@@ -411,6 +415,37 @@
|
|
|
411
415
|
}
|
|
412
416
|
}
|
|
413
417
|
},
|
|
418
|
+
"Microsoft.Identity.Client/4.83.1": {
|
|
419
|
+
"dependencies": {
|
|
420
|
+
"Microsoft.IdentityModel.Abstractions": "8.14.0"
|
|
421
|
+
},
|
|
422
|
+
"runtime": {
|
|
423
|
+
"lib/net8.0/Microsoft.Identity.Client.dll": {
|
|
424
|
+
"assemblyVersion": "4.83.1.0",
|
|
425
|
+
"fileVersion": "4.83.1.0"
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
"Microsoft.Identity.Client.Extensions.Msal/4.83.1": {
|
|
430
|
+
"dependencies": {
|
|
431
|
+
"Microsoft.Identity.Client": "4.83.1",
|
|
432
|
+
"System.Security.Cryptography.ProtectedData": "8.0.0"
|
|
433
|
+
},
|
|
434
|
+
"runtime": {
|
|
435
|
+
"lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
|
|
436
|
+
"assemblyVersion": "4.83.1.0",
|
|
437
|
+
"fileVersion": "4.83.1.0"
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
"Microsoft.IdentityModel.Abstractions/8.14.0": {
|
|
442
|
+
"runtime": {
|
|
443
|
+
"lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
|
|
444
|
+
"assemblyVersion": "8.14.0.0",
|
|
445
|
+
"fileVersion": "8.14.0.60815"
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
},
|
|
414
449
|
"Microsoft.NET.StringTools/17.9.5": {
|
|
415
450
|
"runtime": {
|
|
416
451
|
"lib/net8.0/Microsoft.NET.StringTools.dll": {
|
|
@@ -694,17 +729,17 @@
|
|
|
694
729
|
}
|
|
695
730
|
},
|
|
696
731
|
"libraries": {
|
|
697
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
732
|
+
"Azure.Generator.Management/1.0.0-alpha.20260415.1": {
|
|
698
733
|
"type": "project",
|
|
699
734
|
"serviceable": false,
|
|
700
735
|
"sha512": ""
|
|
701
736
|
},
|
|
702
|
-
"Azure.Core/1.
|
|
737
|
+
"Azure.Core/1.53.0": {
|
|
703
738
|
"type": "package",
|
|
704
739
|
"serviceable": true,
|
|
705
|
-
"sha512": "sha512-
|
|
706
|
-
"path": "azure.core/1.
|
|
707
|
-
"hashPath": "azure.core.1.
|
|
740
|
+
"sha512": "sha512-x9c/toFMOtRrlTdFuE7rlGCVAduQzWVfKmLz5juj41zJAXEhYD5hluiUyyAEzJ6OxpBnKtiaBztzwpZITAVjtg==",
|
|
741
|
+
"path": "azure.core/1.53.0",
|
|
742
|
+
"hashPath": "azure.core.1.53.0.nupkg.sha512"
|
|
708
743
|
},
|
|
709
744
|
"Azure.Core.Expressions.DataFactory/1.0.0": {
|
|
710
745
|
"type": "package",
|
|
@@ -846,6 +881,27 @@
|
|
|
846
881
|
"path": "microsoft.extensions.primitives/10.0.3",
|
|
847
882
|
"hashPath": "microsoft.extensions.primitives.10.0.3.nupkg.sha512"
|
|
848
883
|
},
|
|
884
|
+
"Microsoft.Identity.Client/4.83.1": {
|
|
885
|
+
"type": "package",
|
|
886
|
+
"serviceable": true,
|
|
887
|
+
"sha512": "sha512-jOLIrZ3cynoqHLLO1cXplFFabrhrMEYs/EuKHvmCyrOm1axqiVFT6nCSnHxk7w5+d2BeQfCdM12Yf/0X7OeS1g==",
|
|
888
|
+
"path": "microsoft.identity.client/4.83.1",
|
|
889
|
+
"hashPath": "microsoft.identity.client.4.83.1.nupkg.sha512"
|
|
890
|
+
},
|
|
891
|
+
"Microsoft.Identity.Client.Extensions.Msal/4.83.1": {
|
|
892
|
+
"type": "package",
|
|
893
|
+
"serviceable": true,
|
|
894
|
+
"sha512": "sha512-I3k4J4Hj4KbLEFanjeUzzDOVecukETaTgEkJ7h2pP/Yazs6SLp6TVUTo/Eo+ptPXMwvc+iX7rBFtMSUrA7R+Mg==",
|
|
895
|
+
"path": "microsoft.identity.client.extensions.msal/4.83.1",
|
|
896
|
+
"hashPath": "microsoft.identity.client.extensions.msal.4.83.1.nupkg.sha512"
|
|
897
|
+
},
|
|
898
|
+
"Microsoft.IdentityModel.Abstractions/8.14.0": {
|
|
899
|
+
"type": "package",
|
|
900
|
+
"serviceable": true,
|
|
901
|
+
"sha512": "sha512-iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ==",
|
|
902
|
+
"path": "microsoft.identitymodel.abstractions/8.14.0",
|
|
903
|
+
"hashPath": "microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512"
|
|
904
|
+
},
|
|
849
905
|
"Microsoft.NET.StringTools/17.9.5": {
|
|
850
906
|
"type": "package",
|
|
851
907
|
"serviceable": true,
|
|
Binary file
|
|
Binary file
|
|
@@ -623,6 +623,12 @@
|
|
|
623
623
|
Provider for building operation methods in resource clients.
|
|
624
624
|
</summary>
|
|
625
625
|
</member>
|
|
626
|
+
<member name="P:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.ShouldApplyLroHandling">
|
|
627
|
+
<summary>
|
|
628
|
+
Determines whether LRO handling should be applied in the method body.
|
|
629
|
+
Subclasses like Exists/GetIfExists override this to false since they should never be LROs.
|
|
630
|
+
</summary>
|
|
631
|
+
</member>
|
|
626
632
|
<member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.#ctor(Microsoft.TypeSpec.Generator.Providers.TypeProvider,Azure.Generator.Management.Models.OperationContext,Azure.Generator.Management.Models.RestClientInfo,Microsoft.TypeSpec.Generator.Input.InputServiceMethod,System.Boolean,System.String,System.FormattableString,System.Boolean,Azure.Generator.Management.Providers.ResourceClientProvider)">
|
|
627
633
|
<summary>
|
|
628
634
|
Creates a new instance of <see cref="T:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider"/> which represents a method on a client
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,9 +6,9 @@
|
|
|
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.20260415.1": {
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"Azure.Core": "1.
|
|
11
|
+
"Azure.Core": "1.53.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260408.3",
|
|
13
13
|
"Azure.ResourceManager": "1.14.0",
|
|
14
14
|
"Humanizer.Core": "3.0.1"
|
|
@@ -17,22 +17,26 @@
|
|
|
17
17
|
"Azure.Generator.Management.dll": {}
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
"Azure.Core/1.
|
|
20
|
+
"Azure.Core/1.53.0": {
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"Microsoft.Bcl.AsyncInterfaces": "10.0.3",
|
|
23
|
+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
|
|
24
|
+
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
|
|
25
|
+
"Microsoft.Identity.Client": "4.83.1",
|
|
26
|
+
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1",
|
|
23
27
|
"System.ClientModel": "1.10.0",
|
|
24
28
|
"System.Memory.Data": "10.0.3"
|
|
25
29
|
},
|
|
26
30
|
"runtime": {
|
|
27
31
|
"lib/net10.0/Azure.Core.dll": {
|
|
28
|
-
"assemblyVersion": "1.
|
|
29
|
-
"fileVersion": "1.
|
|
32
|
+
"assemblyVersion": "1.53.0.0",
|
|
33
|
+
"fileVersion": "1.5300.26.21006"
|
|
30
34
|
}
|
|
31
35
|
}
|
|
32
36
|
},
|
|
33
37
|
"Azure.Core.Expressions.DataFactory/1.0.0": {
|
|
34
38
|
"dependencies": {
|
|
35
|
-
"Azure.Core": "1.
|
|
39
|
+
"Azure.Core": "1.53.0"
|
|
36
40
|
},
|
|
37
41
|
"runtime": {
|
|
38
42
|
"lib/netstandard2.0/Azure.Core.Expressions.DataFactory.dll": {
|
|
@@ -43,7 +47,7 @@
|
|
|
43
47
|
},
|
|
44
48
|
"Azure.Generator/1.0.0-alpha.20260408.3": {
|
|
45
49
|
"dependencies": {
|
|
46
|
-
"Azure.Core": "1.
|
|
50
|
+
"Azure.Core": "1.53.0",
|
|
47
51
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
48
52
|
"Azure.ResourceManager": "1.14.0",
|
|
49
53
|
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260408.2"
|
|
@@ -57,7 +61,7 @@
|
|
|
57
61
|
},
|
|
58
62
|
"Azure.ResourceManager/1.14.0": {
|
|
59
63
|
"dependencies": {
|
|
60
|
-
"Azure.Core": "1.
|
|
64
|
+
"Azure.Core": "1.53.0"
|
|
61
65
|
},
|
|
62
66
|
"runtime": {
|
|
63
67
|
"lib/net10.0/Azure.ResourceManager.dll": {
|
|
@@ -411,6 +415,37 @@
|
|
|
411
415
|
}
|
|
412
416
|
}
|
|
413
417
|
},
|
|
418
|
+
"Microsoft.Identity.Client/4.83.1": {
|
|
419
|
+
"dependencies": {
|
|
420
|
+
"Microsoft.IdentityModel.Abstractions": "8.14.0"
|
|
421
|
+
},
|
|
422
|
+
"runtime": {
|
|
423
|
+
"lib/net8.0/Microsoft.Identity.Client.dll": {
|
|
424
|
+
"assemblyVersion": "4.83.1.0",
|
|
425
|
+
"fileVersion": "4.83.1.0"
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
"Microsoft.Identity.Client.Extensions.Msal/4.83.1": {
|
|
430
|
+
"dependencies": {
|
|
431
|
+
"Microsoft.Identity.Client": "4.83.1",
|
|
432
|
+
"System.Security.Cryptography.ProtectedData": "8.0.0"
|
|
433
|
+
},
|
|
434
|
+
"runtime": {
|
|
435
|
+
"lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
|
|
436
|
+
"assemblyVersion": "4.83.1.0",
|
|
437
|
+
"fileVersion": "4.83.1.0"
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
"Microsoft.IdentityModel.Abstractions/8.14.0": {
|
|
442
|
+
"runtime": {
|
|
443
|
+
"lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
|
|
444
|
+
"assemblyVersion": "8.14.0.0",
|
|
445
|
+
"fileVersion": "8.14.0.60815"
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
},
|
|
414
449
|
"Microsoft.NET.StringTools/17.9.5": {
|
|
415
450
|
"runtime": {
|
|
416
451
|
"lib/net8.0/Microsoft.NET.StringTools.dll": {
|
|
@@ -694,17 +729,17 @@
|
|
|
694
729
|
}
|
|
695
730
|
},
|
|
696
731
|
"libraries": {
|
|
697
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
732
|
+
"Azure.Generator.Management/1.0.0-alpha.20260415.1": {
|
|
698
733
|
"type": "project",
|
|
699
734
|
"serviceable": false,
|
|
700
735
|
"sha512": ""
|
|
701
736
|
},
|
|
702
|
-
"Azure.Core/1.
|
|
737
|
+
"Azure.Core/1.53.0": {
|
|
703
738
|
"type": "package",
|
|
704
739
|
"serviceable": true,
|
|
705
|
-
"sha512": "sha512-
|
|
706
|
-
"path": "azure.core/1.
|
|
707
|
-
"hashPath": "azure.core.1.
|
|
740
|
+
"sha512": "sha512-x9c/toFMOtRrlTdFuE7rlGCVAduQzWVfKmLz5juj41zJAXEhYD5hluiUyyAEzJ6OxpBnKtiaBztzwpZITAVjtg==",
|
|
741
|
+
"path": "azure.core/1.53.0",
|
|
742
|
+
"hashPath": "azure.core.1.53.0.nupkg.sha512"
|
|
708
743
|
},
|
|
709
744
|
"Azure.Core.Expressions.DataFactory/1.0.0": {
|
|
710
745
|
"type": "package",
|
|
@@ -846,6 +881,27 @@
|
|
|
846
881
|
"path": "microsoft.extensions.primitives/10.0.3",
|
|
847
882
|
"hashPath": "microsoft.extensions.primitives.10.0.3.nupkg.sha512"
|
|
848
883
|
},
|
|
884
|
+
"Microsoft.Identity.Client/4.83.1": {
|
|
885
|
+
"type": "package",
|
|
886
|
+
"serviceable": true,
|
|
887
|
+
"sha512": "sha512-jOLIrZ3cynoqHLLO1cXplFFabrhrMEYs/EuKHvmCyrOm1axqiVFT6nCSnHxk7w5+d2BeQfCdM12Yf/0X7OeS1g==",
|
|
888
|
+
"path": "microsoft.identity.client/4.83.1",
|
|
889
|
+
"hashPath": "microsoft.identity.client.4.83.1.nupkg.sha512"
|
|
890
|
+
},
|
|
891
|
+
"Microsoft.Identity.Client.Extensions.Msal/4.83.1": {
|
|
892
|
+
"type": "package",
|
|
893
|
+
"serviceable": true,
|
|
894
|
+
"sha512": "sha512-I3k4J4Hj4KbLEFanjeUzzDOVecukETaTgEkJ7h2pP/Yazs6SLp6TVUTo/Eo+ptPXMwvc+iX7rBFtMSUrA7R+Mg==",
|
|
895
|
+
"path": "microsoft.identity.client.extensions.msal/4.83.1",
|
|
896
|
+
"hashPath": "microsoft.identity.client.extensions.msal.4.83.1.nupkg.sha512"
|
|
897
|
+
},
|
|
898
|
+
"Microsoft.IdentityModel.Abstractions/8.14.0": {
|
|
899
|
+
"type": "package",
|
|
900
|
+
"serviceable": true,
|
|
901
|
+
"sha512": "sha512-iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ==",
|
|
902
|
+
"path": "microsoft.identitymodel.abstractions/8.14.0",
|
|
903
|
+
"hashPath": "microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512"
|
|
904
|
+
},
|
|
849
905
|
"Microsoft.NET.StringTools/17.9.5": {
|
|
850
906
|
"type": "package",
|
|
851
907
|
"serviceable": true,
|
|
Binary file
|
|
Binary file
|
|
@@ -623,6 +623,12 @@
|
|
|
623
623
|
Provider for building operation methods in resource clients.
|
|
624
624
|
</summary>
|
|
625
625
|
</member>
|
|
626
|
+
<member name="P:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.ShouldApplyLroHandling">
|
|
627
|
+
<summary>
|
|
628
|
+
Determines whether LRO handling should be applied in the method body.
|
|
629
|
+
Subclasses like Exists/GetIfExists override this to false since they should never be LROs.
|
|
630
|
+
</summary>
|
|
631
|
+
</member>
|
|
626
632
|
<member name="M:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider.#ctor(Microsoft.TypeSpec.Generator.Providers.TypeProvider,Azure.Generator.Management.Models.OperationContext,Azure.Generator.Management.Models.RestClientInfo,Microsoft.TypeSpec.Generator.Input.InputServiceMethod,System.Boolean,System.String,System.FormattableString,System.Boolean,Azure.Generator.Management.Providers.ResourceClientProvider)">
|
|
627
633
|
<summary>
|
|
628
634
|
Creates a new instance of <see cref="T:Azure.Generator.Management.Providers.OperationMethodProviders.ResourceOperationMethodProvider"/> which represents a method on a client
|
|
Binary file
|
|
Binary file
|
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.20260415.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",
|