@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20251021.2 → 1.0.0-alpha.20251023.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/emitter/emitter.d.ts +2 -2
- package/dist/emitter/emitter.d.ts.map +1 -1
- package/dist/emitter/emitter.js.map +1 -1
- package/dist/generator/Azure.Generator.Management.deps.json +27 -27
- package/dist/generator/Azure.Generator.Management.dll +0 -0
- package/dist/generator/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/Azure.Generator.dll +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.dll +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.Input.dll +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.dll +0 -0
- package/dist/generator/net9.0/Azure.Generator.Management.deps.json +27 -27
- package/dist/generator/net9.0/Azure.Generator.Management.dll +0 -0
- package/dist/generator/net9.0/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/net9.0/Azure.Generator.dll +0 -0
- package/dist/generator/net9.0/Microsoft.TypeSpec.Generator.ClientModel.dll +0 -0
- package/dist/generator/net9.0/Microsoft.TypeSpec.Generator.Input.dll +0 -0
- package/dist/generator/net9.0/Microsoft.TypeSpec.Generator.dll +0 -0
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { EmitContext } from "@typespec/compiler";
|
|
2
|
-
import {
|
|
3
|
-
export declare function $onEmit(context: EmitContext<
|
|
2
|
+
import { AzureMgmtEmitterOptions } from "./options.js";
|
|
3
|
+
export declare function $onEmit(context: EmitContext<AzureMgmtEmitterOptions>): Promise<void>;
|
|
4
4
|
//# sourceMappingURL=emitter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emitter.d.ts","sourceRoot":"","sources":["../../emitter/src/emitter.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"emitter.d.ts","sourceRoot":"","sources":["../../emitter/src/emitter.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAWjD,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAEvD,wBAAsB,OAAO,CAAC,OAAO,EAAE,WAAW,CAAC,uBAAuB,CAAC,iBAgB1E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emitter.js","sourceRoot":"","sources":["../../emitter/src/emitter.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,+FAA+F;AAM/F,OAAO,
|
|
1
|
+
{"version":3,"file":"emitter.js","sourceRoot":"","sources":["../../emitter/src/emitter.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,+FAA+F;AAM/F,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EACL,sBAAsB,EACtB,wBAAwB,EACzB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAIxD,MAAM,CAAC,KAAK,UAAU,OAAO,CAAC,OAA6C;IACzE,OAAO,CAAC,OAAO,CAAC,gBAAgB,CAAC,KAAK,2BAA2B,CAAC;IAClE,OAAO,CAAC,OAAO,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IACvD,OAAO,CAAC,OAAO,CAAC,wBAAwB,CAAC,KAAK,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;IAC9D,OAAO,CAAC,OAAO,CAAC,qBAAqB,CAAC,KAAK,sBAAsB,CAAC;IAClE,OAAO,CAAC,OAAO,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC5C,MAAM,YAAY,CAAC,OAAO,CAAC,CAAC;IAE5B,SAAS,eAAe,CACtB,SAAoB,EACpB,UAAgC;QAEhC,aAAa,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;QACrC,kBAAkB,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;QAC1C,OAAO,SAAS,CAAC;IACnB,CAAC;AACH,CAAC;AAED,SAAS,kBAAkB,CACzB,SAAoB,EACpB,UAAgC;IAEhC,KAAK,MAAM,KAAK,IAAI,UAAU,CAAC,UAAU,CAAC,MAAM,EAAE,CAAC;QACjD,KAAK,MAAM,QAAQ,IAAI,KAAK,CAAC,UAAU,EAAE,CAAC;YACxC,IAAI,QAAQ,CAAC,OAAO,EAAE,CAAC;gBACrB,MAAM,gCAAgC,GAAkB;oBACtD,IAAI,EAAE,wBAAwB;oBAC9B,SAAS,EAAE,EAAE;iBACd,CAAC;gBACF,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,gCAAgC,CAAC,CAAC;YAC7D,CAAC;QACH,CAAC;IACH,CAAC;AACH,CAAC"}
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v9.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20251023.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.49.0",
|
|
12
|
-
"Azure.Generator": "1.0.0-alpha.
|
|
12
|
+
"Azure.Generator": "1.0.0-alpha.20251022.3",
|
|
13
13
|
"Azure.ResourceManager": "1.13.2",
|
|
14
14
|
"Humanizer.Core": "2.14.1",
|
|
15
15
|
"Microsoft.SourceLink.GitHub": "8.0.0",
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"Azure.Generator/1.0.0-alpha.
|
|
36
|
+
"Azure.Generator/1.0.0-alpha.20251022.3": {
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"Azure.Core": "1.49.0",
|
|
39
39
|
"Azure.ResourceManager": "1.13.2",
|
|
40
|
-
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.
|
|
40
|
+
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20251022.4"
|
|
41
41
|
},
|
|
42
42
|
"runtime": {
|
|
43
43
|
"lib/net9.0/Azure.Generator.dll": {
|
|
44
44
|
"assemblyVersion": "1.0.0.0",
|
|
45
|
-
"fileVersion": "1.0.25.
|
|
45
|
+
"fileVersion": "1.0.25.52203"
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
},
|
|
@@ -362,12 +362,12 @@
|
|
|
362
362
|
"Microsoft.SourceLink.Common": "8.0.0"
|
|
363
363
|
}
|
|
364
364
|
},
|
|
365
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.
|
|
365
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20251022.4": {
|
|
366
366
|
"dependencies": {
|
|
367
367
|
"CommandLineParser": "2.9.1",
|
|
368
368
|
"Microsoft.Build": "17.9.5",
|
|
369
369
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
370
|
-
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.
|
|
370
|
+
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20251022.4",
|
|
371
371
|
"NuGet.Configuration": "6.14.0",
|
|
372
372
|
"NuGet.Protocol": "6.14.0",
|
|
373
373
|
"NuGet.Versioning": "6.14.0",
|
|
@@ -381,9 +381,9 @@
|
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
383
|
},
|
|
384
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.
|
|
384
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20251022.4": {
|
|
385
385
|
"dependencies": {
|
|
386
|
-
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.
|
|
386
|
+
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20251022.4",
|
|
387
387
|
"System.ClientModel": "1.7.0"
|
|
388
388
|
},
|
|
389
389
|
"runtime": {
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
}
|
|
394
394
|
}
|
|
395
395
|
},
|
|
396
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.
|
|
396
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20251022.4": {
|
|
397
397
|
"dependencies": {
|
|
398
398
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
399
399
|
"System.Memory.Data": "8.0.1"
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
}
|
|
662
662
|
},
|
|
663
663
|
"libraries": {
|
|
664
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
664
|
+
"Azure.Generator.Management/1.0.0-alpha.20251023.1": {
|
|
665
665
|
"type": "project",
|
|
666
666
|
"serviceable": false,
|
|
667
667
|
"sha512": ""
|
|
@@ -673,12 +673,12 @@
|
|
|
673
673
|
"path": "azure.core/1.49.0",
|
|
674
674
|
"hashPath": "azure.core.1.49.0.nupkg.sha512"
|
|
675
675
|
},
|
|
676
|
-
"Azure.Generator/1.0.0-alpha.
|
|
676
|
+
"Azure.Generator/1.0.0-alpha.20251022.3": {
|
|
677
677
|
"type": "package",
|
|
678
678
|
"serviceable": true,
|
|
679
|
-
"sha512": "sha512-
|
|
680
|
-
"path": "azure.generator/1.0.0-alpha.
|
|
681
|
-
"hashPath": "azure.generator.1.0.0-alpha.
|
|
679
|
+
"sha512": "sha512-JBZIXbxWAjvYAyW4CnpjdBmLjOKsJstbgFbGSR+H8oGiXVfjXvm1ayzcyidxXeDwfR7Jra9S2h8SaHsxB5FneQ==",
|
|
680
|
+
"path": "azure.generator/1.0.0-alpha.20251022.3",
|
|
681
|
+
"hashPath": "azure.generator.1.0.0-alpha.20251022.3.nupkg.sha512"
|
|
682
682
|
},
|
|
683
683
|
"Azure.ResourceManager/1.13.2": {
|
|
684
684
|
"type": "package",
|
|
@@ -799,26 +799,26 @@
|
|
|
799
799
|
"path": "microsoft.sourcelink.github/8.0.0",
|
|
800
800
|
"hashPath": "microsoft.sourcelink.github.8.0.0.nupkg.sha512"
|
|
801
801
|
},
|
|
802
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.
|
|
802
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20251022.4": {
|
|
803
803
|
"type": "package",
|
|
804
804
|
"serviceable": true,
|
|
805
|
-
"sha512": "sha512-
|
|
806
|
-
"path": "microsoft.typespec.generator/1.0.0-alpha.
|
|
807
|
-
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.
|
|
805
|
+
"sha512": "sha512-Rg6NBj44bIV3f9shbbtw6zzTmKL6JbHPeirpewI7cpR6h2kOlRMgPDf8QzxdBefFvVktwd+DVnvyg3wKyphYCw==",
|
|
806
|
+
"path": "microsoft.typespec.generator/1.0.0-alpha.20251022.4",
|
|
807
|
+
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.20251022.4.nupkg.sha512"
|
|
808
808
|
},
|
|
809
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.
|
|
809
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20251022.4": {
|
|
810
810
|
"type": "package",
|
|
811
811
|
"serviceable": true,
|
|
812
|
-
"sha512": "sha512-
|
|
813
|
-
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.
|
|
814
|
-
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.
|
|
812
|
+
"sha512": "sha512-RcSjuHCwZ3MNKjn9R/M8wOszLsLuvufJEKv8ZyZSnG/u5HB+8fH9joKcBmvWlHfeMcgifjoRdwL6qWb39KK+kw==",
|
|
813
|
+
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20251022.4",
|
|
814
|
+
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20251022.4.nupkg.sha512"
|
|
815
815
|
},
|
|
816
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.
|
|
816
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20251022.4": {
|
|
817
817
|
"type": "package",
|
|
818
818
|
"serviceable": true,
|
|
819
|
-
"sha512": "sha512
|
|
820
|
-
"path": "microsoft.typespec.generator.input/1.0.0-alpha.
|
|
821
|
-
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.
|
|
819
|
+
"sha512": "sha512-/UuRJqXLBgP25iGVLgRVCu+RTA4rqF4CwyXmT1Vx8jWhz+8PHVK0GrPOMTJWzmNx2wQnHUL+R4A6WuQh4CA2Xw==",
|
|
820
|
+
"path": "microsoft.typespec.generator.input/1.0.0-alpha.20251022.4",
|
|
821
|
+
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20251022.4.nupkg.sha512"
|
|
822
822
|
},
|
|
823
823
|
"Newtonsoft.Json/13.0.3": {
|
|
824
824
|
"type": "package",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v9.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20251023.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.49.0",
|
|
12
|
-
"Azure.Generator": "1.0.0-alpha.
|
|
12
|
+
"Azure.Generator": "1.0.0-alpha.20251022.3",
|
|
13
13
|
"Azure.ResourceManager": "1.13.2",
|
|
14
14
|
"Humanizer.Core": "2.14.1",
|
|
15
15
|
"Microsoft.SourceLink.GitHub": "8.0.0",
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"Azure.Generator/1.0.0-alpha.
|
|
36
|
+
"Azure.Generator/1.0.0-alpha.20251022.3": {
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"Azure.Core": "1.49.0",
|
|
39
39
|
"Azure.ResourceManager": "1.13.2",
|
|
40
|
-
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.
|
|
40
|
+
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20251022.4"
|
|
41
41
|
},
|
|
42
42
|
"runtime": {
|
|
43
43
|
"lib/net9.0/Azure.Generator.dll": {
|
|
44
44
|
"assemblyVersion": "1.0.0.0",
|
|
45
|
-
"fileVersion": "1.0.25.
|
|
45
|
+
"fileVersion": "1.0.25.52203"
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
},
|
|
@@ -362,12 +362,12 @@
|
|
|
362
362
|
"Microsoft.SourceLink.Common": "8.0.0"
|
|
363
363
|
}
|
|
364
364
|
},
|
|
365
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.
|
|
365
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20251022.4": {
|
|
366
366
|
"dependencies": {
|
|
367
367
|
"CommandLineParser": "2.9.1",
|
|
368
368
|
"Microsoft.Build": "17.9.5",
|
|
369
369
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
370
|
-
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.
|
|
370
|
+
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20251022.4",
|
|
371
371
|
"NuGet.Configuration": "6.14.0",
|
|
372
372
|
"NuGet.Protocol": "6.14.0",
|
|
373
373
|
"NuGet.Versioning": "6.14.0",
|
|
@@ -381,9 +381,9 @@
|
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
383
|
},
|
|
384
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.
|
|
384
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20251022.4": {
|
|
385
385
|
"dependencies": {
|
|
386
|
-
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.
|
|
386
|
+
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20251022.4",
|
|
387
387
|
"System.ClientModel": "1.7.0"
|
|
388
388
|
},
|
|
389
389
|
"runtime": {
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
}
|
|
394
394
|
}
|
|
395
395
|
},
|
|
396
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.
|
|
396
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20251022.4": {
|
|
397
397
|
"dependencies": {
|
|
398
398
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
399
399
|
"System.Memory.Data": "8.0.1"
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
}
|
|
662
662
|
},
|
|
663
663
|
"libraries": {
|
|
664
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
664
|
+
"Azure.Generator.Management/1.0.0-alpha.20251023.1": {
|
|
665
665
|
"type": "project",
|
|
666
666
|
"serviceable": false,
|
|
667
667
|
"sha512": ""
|
|
@@ -673,12 +673,12 @@
|
|
|
673
673
|
"path": "azure.core/1.49.0",
|
|
674
674
|
"hashPath": "azure.core.1.49.0.nupkg.sha512"
|
|
675
675
|
},
|
|
676
|
-
"Azure.Generator/1.0.0-alpha.
|
|
676
|
+
"Azure.Generator/1.0.0-alpha.20251022.3": {
|
|
677
677
|
"type": "package",
|
|
678
678
|
"serviceable": true,
|
|
679
|
-
"sha512": "sha512-
|
|
680
|
-
"path": "azure.generator/1.0.0-alpha.
|
|
681
|
-
"hashPath": "azure.generator.1.0.0-alpha.
|
|
679
|
+
"sha512": "sha512-JBZIXbxWAjvYAyW4CnpjdBmLjOKsJstbgFbGSR+H8oGiXVfjXvm1ayzcyidxXeDwfR7Jra9S2h8SaHsxB5FneQ==",
|
|
680
|
+
"path": "azure.generator/1.0.0-alpha.20251022.3",
|
|
681
|
+
"hashPath": "azure.generator.1.0.0-alpha.20251022.3.nupkg.sha512"
|
|
682
682
|
},
|
|
683
683
|
"Azure.ResourceManager/1.13.2": {
|
|
684
684
|
"type": "package",
|
|
@@ -799,26 +799,26 @@
|
|
|
799
799
|
"path": "microsoft.sourcelink.github/8.0.0",
|
|
800
800
|
"hashPath": "microsoft.sourcelink.github.8.0.0.nupkg.sha512"
|
|
801
801
|
},
|
|
802
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.
|
|
802
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20251022.4": {
|
|
803
803
|
"type": "package",
|
|
804
804
|
"serviceable": true,
|
|
805
|
-
"sha512": "sha512-
|
|
806
|
-
"path": "microsoft.typespec.generator/1.0.0-alpha.
|
|
807
|
-
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.
|
|
805
|
+
"sha512": "sha512-Rg6NBj44bIV3f9shbbtw6zzTmKL6JbHPeirpewI7cpR6h2kOlRMgPDf8QzxdBefFvVktwd+DVnvyg3wKyphYCw==",
|
|
806
|
+
"path": "microsoft.typespec.generator/1.0.0-alpha.20251022.4",
|
|
807
|
+
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.20251022.4.nupkg.sha512"
|
|
808
808
|
},
|
|
809
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.
|
|
809
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20251022.4": {
|
|
810
810
|
"type": "package",
|
|
811
811
|
"serviceable": true,
|
|
812
|
-
"sha512": "sha512-
|
|
813
|
-
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.
|
|
814
|
-
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.
|
|
812
|
+
"sha512": "sha512-RcSjuHCwZ3MNKjn9R/M8wOszLsLuvufJEKv8ZyZSnG/u5HB+8fH9joKcBmvWlHfeMcgifjoRdwL6qWb39KK+kw==",
|
|
813
|
+
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20251022.4",
|
|
814
|
+
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20251022.4.nupkg.sha512"
|
|
815
815
|
},
|
|
816
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.
|
|
816
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20251022.4": {
|
|
817
817
|
"type": "package",
|
|
818
818
|
"serviceable": true,
|
|
819
|
-
"sha512": "sha512
|
|
820
|
-
"path": "microsoft.typespec.generator.input/1.0.0-alpha.
|
|
821
|
-
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.
|
|
819
|
+
"sha512": "sha512-/UuRJqXLBgP25iGVLgRVCu+RTA4rqF4CwyXmT1Vx8jWhz+8PHVK0GrPOMTJWzmNx2wQnHUL+R4A6WuQh4CA2Xw==",
|
|
820
|
+
"path": "microsoft.typespec.generator.input/1.0.0-alpha.20251022.4",
|
|
821
|
+
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20251022.4.nupkg.sha512"
|
|
822
822
|
},
|
|
823
823
|
"Newtonsoft.Json/13.0.3": {
|
|
824
824
|
"type": "package",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
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.20251023.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",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dist/**"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@azure-typespec/http-client-csharp": "1.0.0-alpha.
|
|
40
|
+
"@azure-typespec/http-client-csharp": "1.0.0-alpha.20251022.3"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@azure-tools/azure-http-specs": "0.1.0-alpha.30",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"@azure-tools/typespec-azure-core": "0.61.0",
|
|
46
46
|
"@azure-tools/typespec-azure-resource-manager": "0.61.0",
|
|
47
47
|
"@azure-tools/typespec-azure-rulesets": "0.61.0",
|
|
48
|
-
"@azure-tools/typespec-client-generator-core": "0.61.
|
|
48
|
+
"@azure-tools/typespec-client-generator-core": "0.61.2",
|
|
49
49
|
"@azure-tools/typespec-liftr-base": "0.11.0",
|
|
50
50
|
"@eslint/js": "^9.2.0",
|
|
51
51
|
"@types/node": "~22.12.0",
|
|
52
52
|
"@types/prettier": "^2.6.3",
|
|
53
53
|
"@typespec/compiler": "1.5.0",
|
|
54
54
|
"@typespec/http": "1.5.0",
|
|
55
|
-
"@typespec/http-client-csharp": "1.0.0-alpha.
|
|
55
|
+
"@typespec/http-client-csharp": "1.0.0-alpha.20251022.4",
|
|
56
56
|
"@typespec/http-specs": "0.1.0-alpha.27",
|
|
57
57
|
"@typespec/openapi": "1.5.0",
|
|
58
58
|
"@typespec/rest": "0.75.0",
|