@azure-typespec/http-client-csharp 1.0.0-alpha.20260409.3 → 1.0.0-alpha.20260410.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.
Files changed (27) hide show
  1. package/dist/generator/Azure.Core.dll +0 -0
  2. package/dist/generator/Azure.Generator.StubLibrary.deps.json +91 -35
  3. package/dist/generator/Azure.Generator.StubLibrary.dll +0 -0
  4. package/dist/generator/Azure.Generator.StubLibrary.pdb +0 -0
  5. package/dist/generator/Azure.Generator.deps.json +86 -30
  6. package/dist/generator/Azure.Generator.dll +0 -0
  7. package/dist/generator/Azure.Generator.pdb +0 -0
  8. package/dist/generator/Microsoft.Identity.Client.Extensions.Msal.dll +0 -0
  9. package/dist/generator/Microsoft.Identity.Client.dll +0 -0
  10. package/dist/generator/Microsoft.IdentityModel.Abstractions.dll +0 -0
  11. package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.dll +0 -0
  12. package/dist/generator/Microsoft.TypeSpec.Generator.Input.dll +0 -0
  13. package/dist/generator/Microsoft.TypeSpec.Generator.dll +0 -0
  14. package/dist/generator/net10.0/Azure.Core.dll +0 -0
  15. package/dist/generator/net10.0/Azure.Generator.StubLibrary.deps.json +91 -35
  16. package/dist/generator/net10.0/Azure.Generator.StubLibrary.dll +0 -0
  17. package/dist/generator/net10.0/Azure.Generator.StubLibrary.pdb +0 -0
  18. package/dist/generator/net10.0/Azure.Generator.deps.json +86 -30
  19. package/dist/generator/net10.0/Azure.Generator.dll +0 -0
  20. package/dist/generator/net10.0/Azure.Generator.pdb +0 -0
  21. package/dist/generator/net10.0/Microsoft.Identity.Client.Extensions.Msal.dll +0 -0
  22. package/dist/generator/net10.0/Microsoft.Identity.Client.dll +0 -0
  23. package/dist/generator/net10.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
  24. package/dist/generator/net10.0/Microsoft.TypeSpec.Generator.ClientModel.dll +0 -0
  25. package/dist/generator/net10.0/Microsoft.TypeSpec.Generator.Input.dll +0 -0
  26. package/dist/generator/net10.0/Microsoft.TypeSpec.Generator.dll +0 -0
  27. package/package.json +2 -2
Binary file
@@ -6,32 +6,36 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.StubLibrary/1.0.0-alpha.20260409.3": {
9
+ "Azure.Generator.StubLibrary/1.0.0-alpha.20260410.2": {
10
10
  "dependencies": {
11
- "Azure.Generator": "1.0.0-alpha.20260409.3",
12
- "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260409.2",
11
+ "Azure.Generator": "1.0.0-alpha.20260410.2",
12
+ "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260410.8",
13
13
  "System.ClientModel": "1.10.0"
14
14
  },
15
15
  "runtime": {
16
16
  "Azure.Generator.StubLibrary.dll": {}
17
17
  }
18
18
  },
19
- "Azure.Core/1.52.0": {
19
+ "Azure.Core/1.53.0": {
20
20
  "dependencies": {
21
21
  "Microsoft.Bcl.AsyncInterfaces": "10.0.3",
22
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
23
+ "Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
24
+ "Microsoft.Identity.Client": "4.83.1",
25
+ "Microsoft.Identity.Client.Extensions.Msal": "4.83.1",
22
26
  "System.ClientModel": "1.10.0",
23
27
  "System.Memory.Data": "10.0.3"
24
28
  },
25
29
  "runtime": {
26
30
  "lib/net10.0/Azure.Core.dll": {
27
- "assemblyVersion": "1.52.0.0",
28
- "fileVersion": "1.5200.26.17404"
31
+ "assemblyVersion": "1.53.0.0",
32
+ "fileVersion": "1.5300.26.21006"
29
33
  }
30
34
  }
31
35
  },
32
36
  "Azure.Core.Expressions.DataFactory/1.0.0": {
33
37
  "dependencies": {
34
- "Azure.Core": "1.52.0"
38
+ "Azure.Core": "1.53.0"
35
39
  },
36
40
  "runtime": {
37
41
  "lib/netstandard2.0/Azure.Core.Expressions.DataFactory.dll": {
@@ -42,7 +46,7 @@
42
46
  },
43
47
  "Azure.ResourceManager/1.14.0": {
44
48
  "dependencies": {
45
- "Azure.Core": "1.52.0"
49
+ "Azure.Core": "1.53.0"
46
50
  },
47
51
  "runtime": {
48
52
  "lib/net10.0/Azure.ResourceManager.dll": {
@@ -396,6 +400,37 @@
396
400
  }
397
401
  }
398
402
  },
403
+ "Microsoft.Identity.Client/4.83.1": {
404
+ "dependencies": {
405
+ "Microsoft.IdentityModel.Abstractions": "8.14.0"
406
+ },
407
+ "runtime": {
408
+ "lib/net8.0/Microsoft.Identity.Client.dll": {
409
+ "assemblyVersion": "4.83.1.0",
410
+ "fileVersion": "4.83.1.0"
411
+ }
412
+ }
413
+ },
414
+ "Microsoft.Identity.Client.Extensions.Msal/4.83.1": {
415
+ "dependencies": {
416
+ "Microsoft.Identity.Client": "4.83.1",
417
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
418
+ },
419
+ "runtime": {
420
+ "lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
421
+ "assemblyVersion": "4.83.1.0",
422
+ "fileVersion": "4.83.1.0"
423
+ }
424
+ }
425
+ },
426
+ "Microsoft.IdentityModel.Abstractions/8.14.0": {
427
+ "runtime": {
428
+ "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
429
+ "assemblyVersion": "8.14.0.0",
430
+ "fileVersion": "8.14.0.60815"
431
+ }
432
+ }
433
+ },
399
434
  "Microsoft.NET.StringTools/17.9.5": {
400
435
  "runtime": {
401
436
  "lib/net8.0/Microsoft.NET.StringTools.dll": {
@@ -404,12 +439,12 @@
404
439
  }
405
440
  }
406
441
  },
407
- "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260409.2": {
442
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260410.8": {
408
443
  "dependencies": {
409
444
  "CommandLineParser": "2.9.1",
410
445
  "Microsoft.Build": "17.9.5",
411
446
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
412
- "Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260409.2",
447
+ "Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260410.8",
413
448
  "NuGet.Configuration": "6.14.0",
414
449
  "NuGet.Protocol": "6.14.0",
415
450
  "NuGet.Versioning": "6.14.0",
@@ -423,10 +458,10 @@
423
458
  }
424
459
  }
425
460
  },
426
- "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260409.2": {
461
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260410.8": {
427
462
  "dependencies": {
428
463
  "Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
429
- "Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260409.2",
464
+ "Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260410.8",
430
465
  "System.ClientModel": "1.10.0"
431
466
  },
432
467
  "runtime": {
@@ -436,7 +471,7 @@
436
471
  }
437
472
  }
438
473
  },
439
- "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260409.2": {
474
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260410.8": {
440
475
  "dependencies": {
441
476
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
442
477
  "System.Memory.Data": "10.0.3"
@@ -676,34 +711,34 @@
676
711
  }
677
712
  }
678
713
  },
679
- "Azure.Generator/1.0.0-alpha.20260409.3": {
714
+ "Azure.Generator/1.0.0-alpha.20260410.2": {
680
715
  "dependencies": {
681
- "Azure.Core": "1.52.0",
716
+ "Azure.Core": "1.53.0",
682
717
  "Azure.Core.Expressions.DataFactory": "1.0.0",
683
718
  "Azure.ResourceManager": "1.14.0",
684
- "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260409.2"
719
+ "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260410.8"
685
720
  },
686
721
  "runtime": {
687
722
  "Azure.Generator.dll": {
688
723
  "assemblyVersion": "1.0.0.0",
689
- "fileVersion": "1.0.26.20903"
724
+ "fileVersion": "1.0.26.21002"
690
725
  }
691
726
  }
692
727
  }
693
728
  }
694
729
  },
695
730
  "libraries": {
696
- "Azure.Generator.StubLibrary/1.0.0-alpha.20260409.3": {
731
+ "Azure.Generator.StubLibrary/1.0.0-alpha.20260410.2": {
697
732
  "type": "project",
698
733
  "serviceable": false,
699
734
  "sha512": ""
700
735
  },
701
- "Azure.Core/1.52.0": {
736
+ "Azure.Core/1.53.0": {
702
737
  "type": "package",
703
738
  "serviceable": true,
704
- "sha512": "sha512-If2gP0B4kDAwOw3kvMFs7gEounDhLyeleoWMih0xPdGAvhKpcWQwoPI3L/L0gmcQt0hrtqDnRni1jaIaxwdL7w==",
705
- "path": "azure.core/1.52.0",
706
- "hashPath": "azure.core.1.52.0.nupkg.sha512"
739
+ "sha512": "sha512-x9c/toFMOtRrlTdFuE7rlGCVAduQzWVfKmLz5juj41zJAXEhYD5hluiUyyAEzJ6OxpBnKtiaBztzwpZITAVjtg==",
740
+ "path": "azure.core/1.53.0",
741
+ "hashPath": "azure.core.1.53.0.nupkg.sha512"
707
742
  },
708
743
  "Azure.Core.Expressions.DataFactory/1.0.0": {
709
744
  "type": "package",
@@ -838,6 +873,27 @@
838
873
  "path": "microsoft.extensions.primitives/10.0.3",
839
874
  "hashPath": "microsoft.extensions.primitives.10.0.3.nupkg.sha512"
840
875
  },
876
+ "Microsoft.Identity.Client/4.83.1": {
877
+ "type": "package",
878
+ "serviceable": true,
879
+ "sha512": "sha512-jOLIrZ3cynoqHLLO1cXplFFabrhrMEYs/EuKHvmCyrOm1axqiVFT6nCSnHxk7w5+d2BeQfCdM12Yf/0X7OeS1g==",
880
+ "path": "microsoft.identity.client/4.83.1",
881
+ "hashPath": "microsoft.identity.client.4.83.1.nupkg.sha512"
882
+ },
883
+ "Microsoft.Identity.Client.Extensions.Msal/4.83.1": {
884
+ "type": "package",
885
+ "serviceable": true,
886
+ "sha512": "sha512-I3k4J4Hj4KbLEFanjeUzzDOVecukETaTgEkJ7h2pP/Yazs6SLp6TVUTo/Eo+ptPXMwvc+iX7rBFtMSUrA7R+Mg==",
887
+ "path": "microsoft.identity.client.extensions.msal/4.83.1",
888
+ "hashPath": "microsoft.identity.client.extensions.msal.4.83.1.nupkg.sha512"
889
+ },
890
+ "Microsoft.IdentityModel.Abstractions/8.14.0": {
891
+ "type": "package",
892
+ "serviceable": true,
893
+ "sha512": "sha512-iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ==",
894
+ "path": "microsoft.identitymodel.abstractions/8.14.0",
895
+ "hashPath": "microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512"
896
+ },
841
897
  "Microsoft.NET.StringTools/17.9.5": {
842
898
  "type": "package",
843
899
  "serviceable": true,
@@ -845,26 +901,26 @@
845
901
  "path": "microsoft.net.stringtools/17.9.5",
846
902
  "hashPath": "microsoft.net.stringtools.17.9.5.nupkg.sha512"
847
903
  },
848
- "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260409.2": {
904
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260410.8": {
849
905
  "type": "package",
850
906
  "serviceable": true,
851
- "sha512": "sha512-Glh0yTIv5dv7WD8fcPnaXUIbWGoTxNwDvtEmc6qhiQl/HOnqQ1lARSDvXTPqWlfOFSmyfevop3pYiKQfPwH4lA==",
852
- "path": "microsoft.typespec.generator/1.0.0-alpha.20260409.2",
853
- "hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260409.2.nupkg.sha512"
907
+ "sha512": "sha512-v3bA1Uvgxm7xl/do4R40df/K7EvwuNVAWt6e5JrIY32Ap5S6Jzm7+wD5lqoWSaCN7uZ9OpUA1FtsjBxjMOO+3w==",
908
+ "path": "microsoft.typespec.generator/1.0.0-alpha.20260410.8",
909
+ "hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260410.8.nupkg.sha512"
854
910
  },
855
- "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260409.2": {
911
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260410.8": {
856
912
  "type": "package",
857
913
  "serviceable": true,
858
- "sha512": "sha512-tooUFYuOi0IqWR126R2iSr35LxvYV8gHaihOE33nz3023GgjPzjB/zgebVtTd6I6c2BSCGmdtLDWaTR8yjxcxQ==",
859
- "path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260409.2",
860
- "hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260409.2.nupkg.sha512"
914
+ "sha512": "sha512-i0I+ZpH/T5yhCktJXuZH8k+/0hS7CHPG2zX+zsfRpuojSYAa+ZH6gzKOvYNEKDsJ3xGyHzxD1ndrzIseRtuWiw==",
915
+ "path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260410.8",
916
+ "hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260410.8.nupkg.sha512"
861
917
  },
862
- "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260409.2": {
918
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260410.8": {
863
919
  "type": "package",
864
920
  "serviceable": true,
865
- "sha512": "sha512-FfWmG482W13MdmDpWj4F4oj9wkj2jAsJCYuV00WnydsIosCMVQoYsSGiOsf3QyUaxgrqqBqpckzTrSqvMGmjDQ==",
866
- "path": "microsoft.typespec.generator.input/1.0.0-alpha.20260409.2",
867
- "hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260409.2.nupkg.sha512"
921
+ "sha512": "sha512-8x32/84Xj9n8HwBEMKidFpdyrG/V8r6m4LJ1IwfpLCLXK/4XKnqCEN+FOVhcI+H2/TXdMhWndvGZHS8+80HsGw==",
922
+ "path": "microsoft.typespec.generator.input/1.0.0-alpha.20260410.8",
923
+ "hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260410.8.nupkg.sha512"
868
924
  },
869
925
  "Newtonsoft.Json/13.0.3": {
870
926
  "type": "package",
@@ -1013,7 +1069,7 @@
1013
1069
  "path": "system.security.cryptography.protecteddata/8.0.0",
1014
1070
  "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
1015
1071
  },
1016
- "Azure.Generator/1.0.0-alpha.20260409.3": {
1072
+ "Azure.Generator/1.0.0-alpha.20260410.2": {
1017
1073
  "type": "project",
1018
1074
  "serviceable": false,
1019
1075
  "sha512": ""
@@ -6,33 +6,37 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator/1.0.0-alpha.20260409.3": {
9
+ "Azure.Generator/1.0.0-alpha.20260410.2": {
10
10
  "dependencies": {
11
- "Azure.Core": "1.52.0",
11
+ "Azure.Core": "1.53.0",
12
12
  "Azure.Core.Expressions.DataFactory": "1.0.0",
13
13
  "Azure.ResourceManager": "1.14.0",
14
- "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260409.2"
14
+ "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260410.8"
15
15
  },
16
16
  "runtime": {
17
17
  "Azure.Generator.dll": {}
18
18
  }
19
19
  },
20
- "Azure.Core/1.52.0": {
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.52.0.0",
29
- "fileVersion": "1.5200.26.17404"
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.52.0"
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.ResourceManager/1.14.0": {
45
49
  "dependencies": {
46
- "Azure.Core": "1.52.0"
50
+ "Azure.Core": "1.53.0"
47
51
  },
48
52
  "runtime": {
49
53
  "lib/net10.0/Azure.ResourceManager.dll": {
@@ -397,6 +401,37 @@
397
401
  }
398
402
  }
399
403
  },
404
+ "Microsoft.Identity.Client/4.83.1": {
405
+ "dependencies": {
406
+ "Microsoft.IdentityModel.Abstractions": "8.14.0"
407
+ },
408
+ "runtime": {
409
+ "lib/net8.0/Microsoft.Identity.Client.dll": {
410
+ "assemblyVersion": "4.83.1.0",
411
+ "fileVersion": "4.83.1.0"
412
+ }
413
+ }
414
+ },
415
+ "Microsoft.Identity.Client.Extensions.Msal/4.83.1": {
416
+ "dependencies": {
417
+ "Microsoft.Identity.Client": "4.83.1",
418
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
419
+ },
420
+ "runtime": {
421
+ "lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
422
+ "assemblyVersion": "4.83.1.0",
423
+ "fileVersion": "4.83.1.0"
424
+ }
425
+ }
426
+ },
427
+ "Microsoft.IdentityModel.Abstractions/8.14.0": {
428
+ "runtime": {
429
+ "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
430
+ "assemblyVersion": "8.14.0.0",
431
+ "fileVersion": "8.14.0.60815"
432
+ }
433
+ }
434
+ },
400
435
  "Microsoft.NET.StringTools/17.9.5": {
401
436
  "runtime": {
402
437
  "lib/net8.0/Microsoft.NET.StringTools.dll": {
@@ -405,12 +440,12 @@
405
440
  }
406
441
  }
407
442
  },
408
- "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260409.2": {
443
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260410.8": {
409
444
  "dependencies": {
410
445
  "CommandLineParser": "2.9.1",
411
446
  "Microsoft.Build": "17.9.5",
412
447
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
413
- "Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260409.2",
448
+ "Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260410.8",
414
449
  "NuGet.Configuration": "6.14.0",
415
450
  "NuGet.Protocol": "6.14.0",
416
451
  "NuGet.Versioning": "6.14.0",
@@ -424,10 +459,10 @@
424
459
  }
425
460
  }
426
461
  },
427
- "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260409.2": {
462
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260410.8": {
428
463
  "dependencies": {
429
464
  "Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
430
- "Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260409.2",
465
+ "Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260410.8",
431
466
  "System.ClientModel": "1.10.0"
432
467
  },
433
468
  "runtime": {
@@ -437,7 +472,7 @@
437
472
  }
438
473
  }
439
474
  },
440
- "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260409.2": {
475
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260410.8": {
441
476
  "dependencies": {
442
477
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
443
478
  "System.Memory.Data": "10.0.3"
@@ -680,17 +715,17 @@
680
715
  }
681
716
  },
682
717
  "libraries": {
683
- "Azure.Generator/1.0.0-alpha.20260409.3": {
718
+ "Azure.Generator/1.0.0-alpha.20260410.2": {
684
719
  "type": "project",
685
720
  "serviceable": false,
686
721
  "sha512": ""
687
722
  },
688
- "Azure.Core/1.52.0": {
723
+ "Azure.Core/1.53.0": {
689
724
  "type": "package",
690
725
  "serviceable": true,
691
- "sha512": "sha512-If2gP0B4kDAwOw3kvMFs7gEounDhLyeleoWMih0xPdGAvhKpcWQwoPI3L/L0gmcQt0hrtqDnRni1jaIaxwdL7w==",
692
- "path": "azure.core/1.52.0",
693
- "hashPath": "azure.core.1.52.0.nupkg.sha512"
726
+ "sha512": "sha512-x9c/toFMOtRrlTdFuE7rlGCVAduQzWVfKmLz5juj41zJAXEhYD5hluiUyyAEzJ6OxpBnKtiaBztzwpZITAVjtg==",
727
+ "path": "azure.core/1.53.0",
728
+ "hashPath": "azure.core.1.53.0.nupkg.sha512"
694
729
  },
695
730
  "Azure.Core.Expressions.DataFactory/1.0.0": {
696
731
  "type": "package",
@@ -825,6 +860,27 @@
825
860
  "path": "microsoft.extensions.primitives/10.0.3",
826
861
  "hashPath": "microsoft.extensions.primitives.10.0.3.nupkg.sha512"
827
862
  },
863
+ "Microsoft.Identity.Client/4.83.1": {
864
+ "type": "package",
865
+ "serviceable": true,
866
+ "sha512": "sha512-jOLIrZ3cynoqHLLO1cXplFFabrhrMEYs/EuKHvmCyrOm1axqiVFT6nCSnHxk7w5+d2BeQfCdM12Yf/0X7OeS1g==",
867
+ "path": "microsoft.identity.client/4.83.1",
868
+ "hashPath": "microsoft.identity.client.4.83.1.nupkg.sha512"
869
+ },
870
+ "Microsoft.Identity.Client.Extensions.Msal/4.83.1": {
871
+ "type": "package",
872
+ "serviceable": true,
873
+ "sha512": "sha512-I3k4J4Hj4KbLEFanjeUzzDOVecukETaTgEkJ7h2pP/Yazs6SLp6TVUTo/Eo+ptPXMwvc+iX7rBFtMSUrA7R+Mg==",
874
+ "path": "microsoft.identity.client.extensions.msal/4.83.1",
875
+ "hashPath": "microsoft.identity.client.extensions.msal.4.83.1.nupkg.sha512"
876
+ },
877
+ "Microsoft.IdentityModel.Abstractions/8.14.0": {
878
+ "type": "package",
879
+ "serviceable": true,
880
+ "sha512": "sha512-iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ==",
881
+ "path": "microsoft.identitymodel.abstractions/8.14.0",
882
+ "hashPath": "microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512"
883
+ },
828
884
  "Microsoft.NET.StringTools/17.9.5": {
829
885
  "type": "package",
830
886
  "serviceable": true,
@@ -832,26 +888,26 @@
832
888
  "path": "microsoft.net.stringtools/17.9.5",
833
889
  "hashPath": "microsoft.net.stringtools.17.9.5.nupkg.sha512"
834
890
  },
835
- "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260409.2": {
891
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260410.8": {
836
892
  "type": "package",
837
893
  "serviceable": true,
838
- "sha512": "sha512-Glh0yTIv5dv7WD8fcPnaXUIbWGoTxNwDvtEmc6qhiQl/HOnqQ1lARSDvXTPqWlfOFSmyfevop3pYiKQfPwH4lA==",
839
- "path": "microsoft.typespec.generator/1.0.0-alpha.20260409.2",
840
- "hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260409.2.nupkg.sha512"
894
+ "sha512": "sha512-v3bA1Uvgxm7xl/do4R40df/K7EvwuNVAWt6e5JrIY32Ap5S6Jzm7+wD5lqoWSaCN7uZ9OpUA1FtsjBxjMOO+3w==",
895
+ "path": "microsoft.typespec.generator/1.0.0-alpha.20260410.8",
896
+ "hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260410.8.nupkg.sha512"
841
897
  },
842
- "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260409.2": {
898
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260410.8": {
843
899
  "type": "package",
844
900
  "serviceable": true,
845
- "sha512": "sha512-tooUFYuOi0IqWR126R2iSr35LxvYV8gHaihOE33nz3023GgjPzjB/zgebVtTd6I6c2BSCGmdtLDWaTR8yjxcxQ==",
846
- "path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260409.2",
847
- "hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260409.2.nupkg.sha512"
901
+ "sha512": "sha512-i0I+ZpH/T5yhCktJXuZH8k+/0hS7CHPG2zX+zsfRpuojSYAa+ZH6gzKOvYNEKDsJ3xGyHzxD1ndrzIseRtuWiw==",
902
+ "path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260410.8",
903
+ "hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260410.8.nupkg.sha512"
848
904
  },
849
- "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260409.2": {
905
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260410.8": {
850
906
  "type": "package",
851
907
  "serviceable": true,
852
- "sha512": "sha512-FfWmG482W13MdmDpWj4F4oj9wkj2jAsJCYuV00WnydsIosCMVQoYsSGiOsf3QyUaxgrqqBqpckzTrSqvMGmjDQ==",
853
- "path": "microsoft.typespec.generator.input/1.0.0-alpha.20260409.2",
854
- "hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260409.2.nupkg.sha512"
908
+ "sha512": "sha512-8x32/84Xj9n8HwBEMKidFpdyrG/V8r6m4LJ1IwfpLCLXK/4XKnqCEN+FOVhcI+H2/TXdMhWndvGZHS8+80HsGw==",
909
+ "path": "microsoft.typespec.generator.input/1.0.0-alpha.20260410.8",
910
+ "hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260410.8.nupkg.sha512"
855
911
  },
856
912
  "Newtonsoft.Json/13.0.3": {
857
913
  "type": "package",
Binary file
Binary file
@@ -6,32 +6,36 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.StubLibrary/1.0.0-alpha.20260409.3": {
9
+ "Azure.Generator.StubLibrary/1.0.0-alpha.20260410.2": {
10
10
  "dependencies": {
11
- "Azure.Generator": "1.0.0-alpha.20260409.3",
12
- "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260409.2",
11
+ "Azure.Generator": "1.0.0-alpha.20260410.2",
12
+ "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260410.8",
13
13
  "System.ClientModel": "1.10.0"
14
14
  },
15
15
  "runtime": {
16
16
  "Azure.Generator.StubLibrary.dll": {}
17
17
  }
18
18
  },
19
- "Azure.Core/1.52.0": {
19
+ "Azure.Core/1.53.0": {
20
20
  "dependencies": {
21
21
  "Microsoft.Bcl.AsyncInterfaces": "10.0.3",
22
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
23
+ "Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
24
+ "Microsoft.Identity.Client": "4.83.1",
25
+ "Microsoft.Identity.Client.Extensions.Msal": "4.83.1",
22
26
  "System.ClientModel": "1.10.0",
23
27
  "System.Memory.Data": "10.0.3"
24
28
  },
25
29
  "runtime": {
26
30
  "lib/net10.0/Azure.Core.dll": {
27
- "assemblyVersion": "1.52.0.0",
28
- "fileVersion": "1.5200.26.17404"
31
+ "assemblyVersion": "1.53.0.0",
32
+ "fileVersion": "1.5300.26.21006"
29
33
  }
30
34
  }
31
35
  },
32
36
  "Azure.Core.Expressions.DataFactory/1.0.0": {
33
37
  "dependencies": {
34
- "Azure.Core": "1.52.0"
38
+ "Azure.Core": "1.53.0"
35
39
  },
36
40
  "runtime": {
37
41
  "lib/netstandard2.0/Azure.Core.Expressions.DataFactory.dll": {
@@ -42,7 +46,7 @@
42
46
  },
43
47
  "Azure.ResourceManager/1.14.0": {
44
48
  "dependencies": {
45
- "Azure.Core": "1.52.0"
49
+ "Azure.Core": "1.53.0"
46
50
  },
47
51
  "runtime": {
48
52
  "lib/net10.0/Azure.ResourceManager.dll": {
@@ -396,6 +400,37 @@
396
400
  }
397
401
  }
398
402
  },
403
+ "Microsoft.Identity.Client/4.83.1": {
404
+ "dependencies": {
405
+ "Microsoft.IdentityModel.Abstractions": "8.14.0"
406
+ },
407
+ "runtime": {
408
+ "lib/net8.0/Microsoft.Identity.Client.dll": {
409
+ "assemblyVersion": "4.83.1.0",
410
+ "fileVersion": "4.83.1.0"
411
+ }
412
+ }
413
+ },
414
+ "Microsoft.Identity.Client.Extensions.Msal/4.83.1": {
415
+ "dependencies": {
416
+ "Microsoft.Identity.Client": "4.83.1",
417
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
418
+ },
419
+ "runtime": {
420
+ "lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
421
+ "assemblyVersion": "4.83.1.0",
422
+ "fileVersion": "4.83.1.0"
423
+ }
424
+ }
425
+ },
426
+ "Microsoft.IdentityModel.Abstractions/8.14.0": {
427
+ "runtime": {
428
+ "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
429
+ "assemblyVersion": "8.14.0.0",
430
+ "fileVersion": "8.14.0.60815"
431
+ }
432
+ }
433
+ },
399
434
  "Microsoft.NET.StringTools/17.9.5": {
400
435
  "runtime": {
401
436
  "lib/net8.0/Microsoft.NET.StringTools.dll": {
@@ -404,12 +439,12 @@
404
439
  }
405
440
  }
406
441
  },
407
- "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260409.2": {
442
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260410.8": {
408
443
  "dependencies": {
409
444
  "CommandLineParser": "2.9.1",
410
445
  "Microsoft.Build": "17.9.5",
411
446
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
412
- "Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260409.2",
447
+ "Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260410.8",
413
448
  "NuGet.Configuration": "6.14.0",
414
449
  "NuGet.Protocol": "6.14.0",
415
450
  "NuGet.Versioning": "6.14.0",
@@ -423,10 +458,10 @@
423
458
  }
424
459
  }
425
460
  },
426
- "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260409.2": {
461
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260410.8": {
427
462
  "dependencies": {
428
463
  "Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
429
- "Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260409.2",
464
+ "Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260410.8",
430
465
  "System.ClientModel": "1.10.0"
431
466
  },
432
467
  "runtime": {
@@ -436,7 +471,7 @@
436
471
  }
437
472
  }
438
473
  },
439
- "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260409.2": {
474
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260410.8": {
440
475
  "dependencies": {
441
476
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
442
477
  "System.Memory.Data": "10.0.3"
@@ -676,34 +711,34 @@
676
711
  }
677
712
  }
678
713
  },
679
- "Azure.Generator/1.0.0-alpha.20260409.3": {
714
+ "Azure.Generator/1.0.0-alpha.20260410.2": {
680
715
  "dependencies": {
681
- "Azure.Core": "1.52.0",
716
+ "Azure.Core": "1.53.0",
682
717
  "Azure.Core.Expressions.DataFactory": "1.0.0",
683
718
  "Azure.ResourceManager": "1.14.0",
684
- "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260409.2"
719
+ "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260410.8"
685
720
  },
686
721
  "runtime": {
687
722
  "Azure.Generator.dll": {
688
723
  "assemblyVersion": "1.0.0.0",
689
- "fileVersion": "1.0.26.20903"
724
+ "fileVersion": "1.0.26.21002"
690
725
  }
691
726
  }
692
727
  }
693
728
  }
694
729
  },
695
730
  "libraries": {
696
- "Azure.Generator.StubLibrary/1.0.0-alpha.20260409.3": {
731
+ "Azure.Generator.StubLibrary/1.0.0-alpha.20260410.2": {
697
732
  "type": "project",
698
733
  "serviceable": false,
699
734
  "sha512": ""
700
735
  },
701
- "Azure.Core/1.52.0": {
736
+ "Azure.Core/1.53.0": {
702
737
  "type": "package",
703
738
  "serviceable": true,
704
- "sha512": "sha512-If2gP0B4kDAwOw3kvMFs7gEounDhLyeleoWMih0xPdGAvhKpcWQwoPI3L/L0gmcQt0hrtqDnRni1jaIaxwdL7w==",
705
- "path": "azure.core/1.52.0",
706
- "hashPath": "azure.core.1.52.0.nupkg.sha512"
739
+ "sha512": "sha512-x9c/toFMOtRrlTdFuE7rlGCVAduQzWVfKmLz5juj41zJAXEhYD5hluiUyyAEzJ6OxpBnKtiaBztzwpZITAVjtg==",
740
+ "path": "azure.core/1.53.0",
741
+ "hashPath": "azure.core.1.53.0.nupkg.sha512"
707
742
  },
708
743
  "Azure.Core.Expressions.DataFactory/1.0.0": {
709
744
  "type": "package",
@@ -838,6 +873,27 @@
838
873
  "path": "microsoft.extensions.primitives/10.0.3",
839
874
  "hashPath": "microsoft.extensions.primitives.10.0.3.nupkg.sha512"
840
875
  },
876
+ "Microsoft.Identity.Client/4.83.1": {
877
+ "type": "package",
878
+ "serviceable": true,
879
+ "sha512": "sha512-jOLIrZ3cynoqHLLO1cXplFFabrhrMEYs/EuKHvmCyrOm1axqiVFT6nCSnHxk7w5+d2BeQfCdM12Yf/0X7OeS1g==",
880
+ "path": "microsoft.identity.client/4.83.1",
881
+ "hashPath": "microsoft.identity.client.4.83.1.nupkg.sha512"
882
+ },
883
+ "Microsoft.Identity.Client.Extensions.Msal/4.83.1": {
884
+ "type": "package",
885
+ "serviceable": true,
886
+ "sha512": "sha512-I3k4J4Hj4KbLEFanjeUzzDOVecukETaTgEkJ7h2pP/Yazs6SLp6TVUTo/Eo+ptPXMwvc+iX7rBFtMSUrA7R+Mg==",
887
+ "path": "microsoft.identity.client.extensions.msal/4.83.1",
888
+ "hashPath": "microsoft.identity.client.extensions.msal.4.83.1.nupkg.sha512"
889
+ },
890
+ "Microsoft.IdentityModel.Abstractions/8.14.0": {
891
+ "type": "package",
892
+ "serviceable": true,
893
+ "sha512": "sha512-iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ==",
894
+ "path": "microsoft.identitymodel.abstractions/8.14.0",
895
+ "hashPath": "microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512"
896
+ },
841
897
  "Microsoft.NET.StringTools/17.9.5": {
842
898
  "type": "package",
843
899
  "serviceable": true,
@@ -845,26 +901,26 @@
845
901
  "path": "microsoft.net.stringtools/17.9.5",
846
902
  "hashPath": "microsoft.net.stringtools.17.9.5.nupkg.sha512"
847
903
  },
848
- "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260409.2": {
904
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260410.8": {
849
905
  "type": "package",
850
906
  "serviceable": true,
851
- "sha512": "sha512-Glh0yTIv5dv7WD8fcPnaXUIbWGoTxNwDvtEmc6qhiQl/HOnqQ1lARSDvXTPqWlfOFSmyfevop3pYiKQfPwH4lA==",
852
- "path": "microsoft.typespec.generator/1.0.0-alpha.20260409.2",
853
- "hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260409.2.nupkg.sha512"
907
+ "sha512": "sha512-v3bA1Uvgxm7xl/do4R40df/K7EvwuNVAWt6e5JrIY32Ap5S6Jzm7+wD5lqoWSaCN7uZ9OpUA1FtsjBxjMOO+3w==",
908
+ "path": "microsoft.typespec.generator/1.0.0-alpha.20260410.8",
909
+ "hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260410.8.nupkg.sha512"
854
910
  },
855
- "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260409.2": {
911
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260410.8": {
856
912
  "type": "package",
857
913
  "serviceable": true,
858
- "sha512": "sha512-tooUFYuOi0IqWR126R2iSr35LxvYV8gHaihOE33nz3023GgjPzjB/zgebVtTd6I6c2BSCGmdtLDWaTR8yjxcxQ==",
859
- "path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260409.2",
860
- "hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260409.2.nupkg.sha512"
914
+ "sha512": "sha512-i0I+ZpH/T5yhCktJXuZH8k+/0hS7CHPG2zX+zsfRpuojSYAa+ZH6gzKOvYNEKDsJ3xGyHzxD1ndrzIseRtuWiw==",
915
+ "path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260410.8",
916
+ "hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260410.8.nupkg.sha512"
861
917
  },
862
- "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260409.2": {
918
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260410.8": {
863
919
  "type": "package",
864
920
  "serviceable": true,
865
- "sha512": "sha512-FfWmG482W13MdmDpWj4F4oj9wkj2jAsJCYuV00WnydsIosCMVQoYsSGiOsf3QyUaxgrqqBqpckzTrSqvMGmjDQ==",
866
- "path": "microsoft.typespec.generator.input/1.0.0-alpha.20260409.2",
867
- "hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260409.2.nupkg.sha512"
921
+ "sha512": "sha512-8x32/84Xj9n8HwBEMKidFpdyrG/V8r6m4LJ1IwfpLCLXK/4XKnqCEN+FOVhcI+H2/TXdMhWndvGZHS8+80HsGw==",
922
+ "path": "microsoft.typespec.generator.input/1.0.0-alpha.20260410.8",
923
+ "hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260410.8.nupkg.sha512"
868
924
  },
869
925
  "Newtonsoft.Json/13.0.3": {
870
926
  "type": "package",
@@ -1013,7 +1069,7 @@
1013
1069
  "path": "system.security.cryptography.protecteddata/8.0.0",
1014
1070
  "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
1015
1071
  },
1016
- "Azure.Generator/1.0.0-alpha.20260409.3": {
1072
+ "Azure.Generator/1.0.0-alpha.20260410.2": {
1017
1073
  "type": "project",
1018
1074
  "serviceable": false,
1019
1075
  "sha512": ""
@@ -6,33 +6,37 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator/1.0.0-alpha.20260409.3": {
9
+ "Azure.Generator/1.0.0-alpha.20260410.2": {
10
10
  "dependencies": {
11
- "Azure.Core": "1.52.0",
11
+ "Azure.Core": "1.53.0",
12
12
  "Azure.Core.Expressions.DataFactory": "1.0.0",
13
13
  "Azure.ResourceManager": "1.14.0",
14
- "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260409.2"
14
+ "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260410.8"
15
15
  },
16
16
  "runtime": {
17
17
  "Azure.Generator.dll": {}
18
18
  }
19
19
  },
20
- "Azure.Core/1.52.0": {
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.52.0.0",
29
- "fileVersion": "1.5200.26.17404"
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.52.0"
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.ResourceManager/1.14.0": {
45
49
  "dependencies": {
46
- "Azure.Core": "1.52.0"
50
+ "Azure.Core": "1.53.0"
47
51
  },
48
52
  "runtime": {
49
53
  "lib/net10.0/Azure.ResourceManager.dll": {
@@ -397,6 +401,37 @@
397
401
  }
398
402
  }
399
403
  },
404
+ "Microsoft.Identity.Client/4.83.1": {
405
+ "dependencies": {
406
+ "Microsoft.IdentityModel.Abstractions": "8.14.0"
407
+ },
408
+ "runtime": {
409
+ "lib/net8.0/Microsoft.Identity.Client.dll": {
410
+ "assemblyVersion": "4.83.1.0",
411
+ "fileVersion": "4.83.1.0"
412
+ }
413
+ }
414
+ },
415
+ "Microsoft.Identity.Client.Extensions.Msal/4.83.1": {
416
+ "dependencies": {
417
+ "Microsoft.Identity.Client": "4.83.1",
418
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
419
+ },
420
+ "runtime": {
421
+ "lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
422
+ "assemblyVersion": "4.83.1.0",
423
+ "fileVersion": "4.83.1.0"
424
+ }
425
+ }
426
+ },
427
+ "Microsoft.IdentityModel.Abstractions/8.14.0": {
428
+ "runtime": {
429
+ "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
430
+ "assemblyVersion": "8.14.0.0",
431
+ "fileVersion": "8.14.0.60815"
432
+ }
433
+ }
434
+ },
400
435
  "Microsoft.NET.StringTools/17.9.5": {
401
436
  "runtime": {
402
437
  "lib/net8.0/Microsoft.NET.StringTools.dll": {
@@ -405,12 +440,12 @@
405
440
  }
406
441
  }
407
442
  },
408
- "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260409.2": {
443
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260410.8": {
409
444
  "dependencies": {
410
445
  "CommandLineParser": "2.9.1",
411
446
  "Microsoft.Build": "17.9.5",
412
447
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
413
- "Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260409.2",
448
+ "Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260410.8",
414
449
  "NuGet.Configuration": "6.14.0",
415
450
  "NuGet.Protocol": "6.14.0",
416
451
  "NuGet.Versioning": "6.14.0",
@@ -424,10 +459,10 @@
424
459
  }
425
460
  }
426
461
  },
427
- "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260409.2": {
462
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260410.8": {
428
463
  "dependencies": {
429
464
  "Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
430
- "Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260409.2",
465
+ "Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260410.8",
431
466
  "System.ClientModel": "1.10.0"
432
467
  },
433
468
  "runtime": {
@@ -437,7 +472,7 @@
437
472
  }
438
473
  }
439
474
  },
440
- "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260409.2": {
475
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260410.8": {
441
476
  "dependencies": {
442
477
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
443
478
  "System.Memory.Data": "10.0.3"
@@ -680,17 +715,17 @@
680
715
  }
681
716
  },
682
717
  "libraries": {
683
- "Azure.Generator/1.0.0-alpha.20260409.3": {
718
+ "Azure.Generator/1.0.0-alpha.20260410.2": {
684
719
  "type": "project",
685
720
  "serviceable": false,
686
721
  "sha512": ""
687
722
  },
688
- "Azure.Core/1.52.0": {
723
+ "Azure.Core/1.53.0": {
689
724
  "type": "package",
690
725
  "serviceable": true,
691
- "sha512": "sha512-If2gP0B4kDAwOw3kvMFs7gEounDhLyeleoWMih0xPdGAvhKpcWQwoPI3L/L0gmcQt0hrtqDnRni1jaIaxwdL7w==",
692
- "path": "azure.core/1.52.0",
693
- "hashPath": "azure.core.1.52.0.nupkg.sha512"
726
+ "sha512": "sha512-x9c/toFMOtRrlTdFuE7rlGCVAduQzWVfKmLz5juj41zJAXEhYD5hluiUyyAEzJ6OxpBnKtiaBztzwpZITAVjtg==",
727
+ "path": "azure.core/1.53.0",
728
+ "hashPath": "azure.core.1.53.0.nupkg.sha512"
694
729
  },
695
730
  "Azure.Core.Expressions.DataFactory/1.0.0": {
696
731
  "type": "package",
@@ -825,6 +860,27 @@
825
860
  "path": "microsoft.extensions.primitives/10.0.3",
826
861
  "hashPath": "microsoft.extensions.primitives.10.0.3.nupkg.sha512"
827
862
  },
863
+ "Microsoft.Identity.Client/4.83.1": {
864
+ "type": "package",
865
+ "serviceable": true,
866
+ "sha512": "sha512-jOLIrZ3cynoqHLLO1cXplFFabrhrMEYs/EuKHvmCyrOm1axqiVFT6nCSnHxk7w5+d2BeQfCdM12Yf/0X7OeS1g==",
867
+ "path": "microsoft.identity.client/4.83.1",
868
+ "hashPath": "microsoft.identity.client.4.83.1.nupkg.sha512"
869
+ },
870
+ "Microsoft.Identity.Client.Extensions.Msal/4.83.1": {
871
+ "type": "package",
872
+ "serviceable": true,
873
+ "sha512": "sha512-I3k4J4Hj4KbLEFanjeUzzDOVecukETaTgEkJ7h2pP/Yazs6SLp6TVUTo/Eo+ptPXMwvc+iX7rBFtMSUrA7R+Mg==",
874
+ "path": "microsoft.identity.client.extensions.msal/4.83.1",
875
+ "hashPath": "microsoft.identity.client.extensions.msal.4.83.1.nupkg.sha512"
876
+ },
877
+ "Microsoft.IdentityModel.Abstractions/8.14.0": {
878
+ "type": "package",
879
+ "serviceable": true,
880
+ "sha512": "sha512-iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ==",
881
+ "path": "microsoft.identitymodel.abstractions/8.14.0",
882
+ "hashPath": "microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512"
883
+ },
828
884
  "Microsoft.NET.StringTools/17.9.5": {
829
885
  "type": "package",
830
886
  "serviceable": true,
@@ -832,26 +888,26 @@
832
888
  "path": "microsoft.net.stringtools/17.9.5",
833
889
  "hashPath": "microsoft.net.stringtools.17.9.5.nupkg.sha512"
834
890
  },
835
- "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260409.2": {
891
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260410.8": {
836
892
  "type": "package",
837
893
  "serviceable": true,
838
- "sha512": "sha512-Glh0yTIv5dv7WD8fcPnaXUIbWGoTxNwDvtEmc6qhiQl/HOnqQ1lARSDvXTPqWlfOFSmyfevop3pYiKQfPwH4lA==",
839
- "path": "microsoft.typespec.generator/1.0.0-alpha.20260409.2",
840
- "hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260409.2.nupkg.sha512"
894
+ "sha512": "sha512-v3bA1Uvgxm7xl/do4R40df/K7EvwuNVAWt6e5JrIY32Ap5S6Jzm7+wD5lqoWSaCN7uZ9OpUA1FtsjBxjMOO+3w==",
895
+ "path": "microsoft.typespec.generator/1.0.0-alpha.20260410.8",
896
+ "hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260410.8.nupkg.sha512"
841
897
  },
842
- "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260409.2": {
898
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260410.8": {
843
899
  "type": "package",
844
900
  "serviceable": true,
845
- "sha512": "sha512-tooUFYuOi0IqWR126R2iSr35LxvYV8gHaihOE33nz3023GgjPzjB/zgebVtTd6I6c2BSCGmdtLDWaTR8yjxcxQ==",
846
- "path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260409.2",
847
- "hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260409.2.nupkg.sha512"
901
+ "sha512": "sha512-i0I+ZpH/T5yhCktJXuZH8k+/0hS7CHPG2zX+zsfRpuojSYAa+ZH6gzKOvYNEKDsJ3xGyHzxD1ndrzIseRtuWiw==",
902
+ "path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260410.8",
903
+ "hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260410.8.nupkg.sha512"
848
904
  },
849
- "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260409.2": {
905
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260410.8": {
850
906
  "type": "package",
851
907
  "serviceable": true,
852
- "sha512": "sha512-FfWmG482W13MdmDpWj4F4oj9wkj2jAsJCYuV00WnydsIosCMVQoYsSGiOsf3QyUaxgrqqBqpckzTrSqvMGmjDQ==",
853
- "path": "microsoft.typespec.generator.input/1.0.0-alpha.20260409.2",
854
- "hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260409.2.nupkg.sha512"
908
+ "sha512": "sha512-8x32/84Xj9n8HwBEMKidFpdyrG/V8r6m4LJ1IwfpLCLXK/4XKnqCEN+FOVhcI+H2/TXdMhWndvGZHS8+80HsGw==",
909
+ "path": "microsoft.typespec.generator.input/1.0.0-alpha.20260410.8",
910
+ "hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260410.8.nupkg.sha512"
855
911
  },
856
912
  "Newtonsoft.Json/13.0.3": {
857
913
  "type": "package",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-typespec/http-client-csharp",
3
- "version": "1.0.0-alpha.20260409.3",
3
+ "version": "1.0.0-alpha.20260410.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting Azure libraries for C#.",
6
6
  "readme": "https://github.com/Azure/azure-sdk-for-net/blob/main/eng/packages/http-client-csharp/README.md",
@@ -38,7 +38,7 @@
38
38
  "dist/generator/**"
39
39
  ],
40
40
  "dependencies": {
41
- "@typespec/http-client-csharp": "1.0.0-alpha.20260409.2"
41
+ "@typespec/http-client-csharp": "1.0.0-alpha.20260410.8"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@azure-tools/azure-http-specs": "0.1.0-alpha.38",