@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260710.2 → 1.0.0-alpha.20260714.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.
- package/dist/emitter/api-version-fixer.d.ts +1 -1
- package/dist/emitter/api-version-fixer.d.ts.map +1 -1
- package/dist/emitter/code-model-types.d.ts +7 -0
- package/dist/emitter/code-model-types.d.ts.map +1 -0
- package/dist/emitter/code-model-types.js +4 -0
- package/dist/emitter/code-model-types.js.map +1 -0
- package/dist/emitter/emitter.d.ts.map +1 -1
- package/dist/emitter/emitter.js.map +1 -1
- package/dist/emitter/resolve-arm-resources-converter.d.ts +1 -1
- package/dist/emitter/resolve-arm-resources-converter.d.ts.map +1 -1
- package/dist/emitter/resource-detection.d.ts +1 -1
- package/dist/emitter/resource-detection.d.ts.map +1 -1
- package/dist/emitter/sdk-context-options.d.ts +1 -1
- package/dist/emitter/sdk-context-options.d.ts.map +1 -1
- package/dist/emitter/sdk-context-options.js.map +1 -1
- package/dist/emitter/subscription-id-transformer.d.ts +1 -1
- package/dist/emitter/subscription-id-transformer.d.ts.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/net10.0/Azure.Generator.Management.deps.json +27 -27
- 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.dll +0 -0
- package/dist/generator/net10.0/Microsoft.TypeSpec.Generator.ClientModel.dll +0 -0
- package/dist/generator/net10.0/Microsoft.TypeSpec.Generator.Input.dll +0 -0
- package/dist/generator/net10.0/Microsoft.TypeSpec.Generator.dll +0 -0
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CodeModel, CSharpEmitterContext } from "
|
|
1
|
+
import type { CodeModel, CSharpEmitterContext } from "./code-model-types.js";
|
|
2
2
|
/**
|
|
3
3
|
* Deduplicates ApiVersionEnum enums in the code model to work around a base generator bug
|
|
4
4
|
* where multiple enums with the same namespace cause duplicate field names in ClientOptionsProvider,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-version-fixer.d.ts","sourceRoot":"","sources":["../../emitter/src/api-version-fixer.ts"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"api-version-fixer.d.ts","sourceRoot":"","sources":["../../emitter/src/api-version-fixer.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,SAAS,EACT,oBAAoB,EAErB,MAAM,uBAAuB,CAAC;AAK/B;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,0BAA0B,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,CA2CrE;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,oBAAoB,CAClC,SAAS,EAAE,SAAS,EACpB,UAAU,EAAE,oBAAoB,GAC/B,IAAI,CA8CN"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { emitAzureCodeModel } from "@azure-typespec/http-client-csharp";
|
|
2
|
+
export type CodeModelMutator = NonNullable<Parameters<typeof emitAzureCodeModel>[1]>;
|
|
3
|
+
export type CodeModel = Parameters<CodeModelMutator>[0];
|
|
4
|
+
export type CSharpEmitterContext = Parameters<CodeModelMutator>[1];
|
|
5
|
+
export type InputClient = CodeModel["clients"][number];
|
|
6
|
+
export type InputModelType = CodeModel["models"][number];
|
|
7
|
+
//# sourceMappingURL=code-model-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"code-model-types.d.ts","sourceRoot":"","sources":["../../emitter/src/code-model-types.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AAE7E,MAAM,MAAM,gBAAgB,GAAG,WAAW,CACxC,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC,CAAC,CAAC,CACzC,CAAC;AACF,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC;AACxD,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC;AACnE,MAAM,MAAM,WAAW,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AACvD,MAAM,MAAM,cAAc,GAAG,SAAS,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"code-model-types.js","sourceRoot":"","sources":["../../emitter/src/code-model-types.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,+FAA+F"}
|
|
@@ -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;AAUjD,OAAO,EACL,uBAAuB,EAExB,MAAM,cAAc,CAAC;AAYtB,wBAAsB,OAAO,CAAC,OAAO,EAAE,WAAW,CAAC,uBAAuB,CAAC,iBA+B1E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emitter.js","sourceRoot":"","sources":["../../emitter/src/emitter.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,+FAA+F;
|
|
1
|
+
{"version":3,"file":"emitter.js","sourceRoot":"","sources":["../../emitter/src/emitter.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,+FAA+F;AAI/F,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EACL,sBAAsB,EACtB,wBAAwB,EACxB,wBAAwB,EACzB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,OAAO,EAEL,2BAA2B,EAC5B,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,iCAAiC,EAAE,MAAM,kCAAkC,CAAC;AACrF,OAAO,EACL,0BAA0B,EAC1B,oBAAoB,EACrB,MAAM,wBAAwB,CAAC;AAOhC,MAAM,CAAC,KAAK,UAAU,OAAO,CAAC,OAA6C;IACzE,OAAO,CAAC,OAAO,CAAC,gBAAgB,CAAC,KAAK,2BAA2B,CAAC;IAClE,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,CAAC,EAAE,WAAW,CAAC,GAAG,MAAM,kBAAkB,CAAC,OAAO,EAAE,eAAe,CAAC,CAAC;IAC3E,OAAO,CAAC,OAAO,CAAC,iBAAiB,CAAC,2BAA2B,CAAC,WAAW,CAAC,CAAC,CAAC;IAE5E,SAAS,eAAe,CACtB,SAAoB,EACpB,UAAgC;QAEhC,wEAAwE;QACxE,qFAAqF;QACrF,iCAAiC,CAAC,SAAS,CAAC,CAAC;QAE7C,uEAAuE;QACvE,mDAAmD;QACnD,qDAAqD;QACrD,0BAA0B,CAAC,SAAS,CAAC,CAAC;QAEtC,sEAAsE;QACtE,8FAA8F;QAC9F,gGAAgG;QAChG,oBAAoB,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;QAE5C,aAAa,CAAC,SAAS,EAAE,UAAU,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;QACtD,kBAAkB,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;QAC1C,wBAAwB,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;QAChD,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"}
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
*/
|
|
23
23
|
import { Program } from "@typespec/compiler";
|
|
24
24
|
import { ArmProviderSchema } from "./resource-metadata.js";
|
|
25
|
-
import { CSharpEmitterContext } from "
|
|
25
|
+
import type { CSharpEmitterContext } from "./code-model-types.js";
|
|
26
26
|
/**
|
|
27
27
|
* Resolves ARM resources from TypeSpec definitions using the standard resolveArmResources API
|
|
28
28
|
* and returns them in our ArmProviderSchema format.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve-arm-resources-converter.d.ts","sourceRoot":"","sources":["../../emitter/src/resolve-arm-resources-converter.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH,OAAO,EACL,OAAO,EAMR,MAAM,oBAAoB,CAAC;AAM5B,OAAO,EAGL,iBAAiB,EAgBlB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"resolve-arm-resources-converter.d.ts","sourceRoot":"","sources":["../../emitter/src/resolve-arm-resources-converter.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH,OAAO,EACL,OAAO,EAMR,MAAM,oBAAoB,CAAC;AAM5B,OAAO,EAGL,iBAAiB,EAgBlB,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAqBlE;;;;;;;;;;GAUG;AACH,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,OAAO,EAChB,UAAU,EAAE,oBAAoB,GAC/B,iBAAiB,CAuNnB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CodeModel, CSharpEmitterContext, InputClient } from "
|
|
1
|
+
import type { CodeModel, CSharpEmitterContext, InputClient } from "./code-model-types.js";
|
|
2
2
|
import { ResourceScopeKind, ArmScopeInfo, ArmProviderSchema, RequestPath } from "./resource-metadata.js";
|
|
3
3
|
import { AzureMgmtEmitterOptions } from "./options.js";
|
|
4
4
|
export declare function updateClients(codeModel: CodeModel, sdkContext: CSharpEmitterContext, options: AzureMgmtEmitterOptions): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource-detection.d.ts","sourceRoot":"","sources":["../../emitter/src/resource-detection.ts"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"resource-detection.d.ts","sourceRoot":"","sources":["../../emitter/src/resource-detection.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,SAAS,EACT,oBAAoB,EACpB,WAAW,EAEZ,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAKL,iBAAiB,EACjB,YAAY,EACZ,iBAAiB,EAWjB,WAAW,EAMZ,MAAM,wBAAwB,CAAC;AA2BhC,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAIvD,wBAAsB,aAAa,CACjC,SAAS,EAAE,SAAS,EACpB,UAAU,EAAE,oBAAoB,EAChC,OAAO,EAAE,uBAAuB,iBAWjC;AAED;;;;;;;;GAQG;AACH,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,oBAAoB,EAChC,SAAS,EAAE,SAAS,GACnB,iBAAiB,CAkVnB;AA0SD,wBAAgB,aAAa,CAAC,SAAS,EAAE,SAAS,GAAG,WAAW,EAAE,CAOjE;AAoED;;;GAGG;AACH,wBAAgB,sBAAsB,CACpC,aAAa,EAAE,WAAW,GACzB,YAAY,CAEd;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAC5B,IAAI,EAAE,iBAAiB,EACvB,SAAS,EAAE,WAAW,GACrB,YAAY,CAWd"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CreateSdkContextOptions, SdkHttpOperation, SdkMethod } from "@azure-tools/typespec-client-generator-core";
|
|
2
|
-
import { CodeModel, CSharpEmitterContext } from "
|
|
2
|
+
import type { CodeModel, CSharpEmitterContext } from "./code-model-types.js";
|
|
3
3
|
export declare const parentResource = "TypeSpec.Rest.@parentResource";
|
|
4
4
|
export declare const parentResourceName = "@parentResource";
|
|
5
5
|
export declare const armResourceOperations = "Azure.ResourceManager.@armResourceOperations";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk-context-options.d.ts","sourceRoot":"","sources":["../../emitter/src/sdk-context-options.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,uBAAuB,EAIvB,gBAAgB,EAChB,SAAS,EACV,MAAM,6CAA6C,CAAC;AACrD,OAAO,
|
|
1
|
+
{"version":3,"file":"sdk-context-options.d.ts","sourceRoot":"","sources":["../../emitter/src/sdk-context-options.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,uBAAuB,EAIvB,gBAAgB,EAChB,SAAS,EACV,MAAM,6CAA6C,CAAC;AACrD,OAAO,KAAK,EACV,SAAS,EACT,oBAAoB,EACrB,MAAM,uBAAuB,CAAC;AAQ/B,eAAO,MAAM,cAAc,kCAAkC,CAAC;AAC9D,eAAO,MAAM,kBAAkB,oBAAoB,CAAC;AAIpD,eAAO,MAAM,qBAAqB,iDACc,CAAC;AAKjD,eAAO,MAAM,SAAS,qCAAqC,CAAC;AAI5D,eAAO,MAAM,eAAe,2CAA2C,CAAC;AACxE,eAAO,MAAM,mBAAmB,qBAAqB,CAAC;AAGtD,eAAO,MAAM,iBAAiB,mBAAmB,CAAC;AAGlD,eAAO,MAAM,yBAAyB,qDACc,CAAC;AACrD,eAAO,MAAM,6BAA6B,+BAA+B,CAAC;AAK1E,eAAO,MAAM,iBAAiB,6CAA6C,CAAC;AAC5E,eAAO,MAAM,qBAAqB,uBAAuB,CAAC;AAG1D,eAAO,MAAM,wBAAwB,4BAA4B,CAAC;AAGlE,wBAAgB,0BAA0B,CACxC,MAAM,EAAE,SAAS,CAAC,gBAAgB,CAAC,GAAG,SAAS,GAC9C,OAAO,CAKT;AAGD,eAAO,MAAM,eAAe,2CAA2C,CAAC;AACxE,eAAO,MAAM,mBAAmB,qBAAqB,CAAC;AAItD,eAAO,MAAM,iBAAiB,6CAA6C,CAAC;AAC5E,eAAO,MAAM,qBAAqB,uBAAuB,CAAC;AAI1D,eAAO,MAAM,iBAAiB,6CAA6C,CAAC;AAC5E,eAAO,MAAM,qBAAqB,uBAAuB,CAAC;AAG1D,eAAO,MAAM,8BAA8B,gCAAgC,CAAC;AAC5E,eAAO,MAAM,oCAAoC,sCACZ,CAAC;AACtC,eAAO,MAAM,2BAA2B,6BAA6B,CAAC;AACtE,eAAO,MAAM,4BAA4B,8BAA8B,CAAC;AAExE,eAAO,MAAM,wBAAwB,4DACsB,CAAC;AAI5D,eAAO,MAAM,mBAAmB,uDACsB,CAAC;AACvD,eAAO,MAAM,uBAAuB,yBAAyB,CAAC;AAQ9D,eAAO,MAAM,mBAAmB,sDACqB,CAAC;AAKtD,eAAO,MAAM,oBAAoB,gDACc,CAAC;AAKhD,eAAO,MAAM,cAAc,0CAA0C,CAAC;AAItE,eAAO,MAAM,qBAAqB,iDACc,CAAC;AAKjD,eAAO,MAAM,gBAAgB,+CAA+C,CAAC;AAG7E,eAAO,MAAM,yBAAyB,wDACiB,CAAC;AAKxD,eAAO,MAAM,iBAAiB,kDACmB,CAAC;AAElD,eAAO,MAAM,wBAAwB,2CACK,CAAC;AAM3C,eAAO,MAAM,8BAA8B,iDACK,CAAC;AAajD,eAAO,MAAM,sBAAsB,EAAE,uBA4BpC,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,wBAAgB,wBAAwB,CACtC,SAAS,EAAE,SAAS,EACpB,UAAU,EAAE,oBAAoB,GAC/B,IAAI,CA6CN"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk-context-options.js","sourceRoot":"","sources":["../../emitter/src/sdk-context-options.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,+FAA+F;AAE/F,OAAO,EAGL,gBAAgB,EAChB,qBAAqB,EAGtB,MAAM,6CAA6C,CAAC;
|
|
1
|
+
{"version":3,"file":"sdk-context-options.js","sourceRoot":"","sources":["../../emitter/src/sdk-context-options.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* insert the parameter in the correct position
|
|
13
13
|
* 2. Recursively traverse from the method's client back to root, removing subscriptionId from all client parameters
|
|
14
14
|
*/
|
|
15
|
-
import { CodeModel } from "
|
|
15
|
+
import type { CodeModel } from "./code-model-types.js";
|
|
16
16
|
/**
|
|
17
17
|
* Transforms subscriptionId parameters from client scope to method scope for all clients in the code model.
|
|
18
18
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription-id-transformer.d.ts","sourceRoot":"","sources":["../../emitter/src/subscription-id-transformer.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;GAaG;AAEH,OAAO,EAAE,SAAS,EAAe,MAAM,
|
|
1
|
+
{"version":3,"file":"subscription-id-transformer.d.ts","sourceRoot":"","sources":["../../emitter/src/subscription-id-transformer.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;GAaG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAe,MAAM,uBAAuB,CAAC;AA4BpE;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,CAgB5E"}
|
|
@@ -6,10 +6,10 @@
|
|
|
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.20260714.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.60.0",
|
|
12
|
-
"Azure.Generator": "1.0.0-alpha.
|
|
12
|
+
"Azure.Generator": "1.0.0-alpha.20260713.2",
|
|
13
13
|
"Azure.ResourceManager": "1.14.0",
|
|
14
14
|
"Humanizer.Core": "3.0.10"
|
|
15
15
|
},
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"Azure.Generator/1.0.0-alpha.
|
|
48
|
+
"Azure.Generator/1.0.0-alpha.20260713.2": {
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"Azure.Core": "1.60.0",
|
|
51
51
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
52
52
|
"Azure.ResourceManager": "1.14.0",
|
|
53
|
-
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.
|
|
53
|
+
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260710.4"
|
|
54
54
|
},
|
|
55
55
|
"runtime": {
|
|
56
56
|
"lib/net10.0/Azure.Generator.dll": {
|
|
57
57
|
"assemblyVersion": "1.0.0.0",
|
|
58
|
-
"fileVersion": "1.0.26.
|
|
58
|
+
"fileVersion": "1.0.26.36302"
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
},
|
|
@@ -454,12 +454,12 @@
|
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
456
|
},
|
|
457
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.
|
|
457
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260710.4": {
|
|
458
458
|
"dependencies": {
|
|
459
459
|
"CommandLineParser": "2.9.1",
|
|
460
460
|
"Microsoft.Build": "17.9.5",
|
|
461
461
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
462
|
-
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.
|
|
462
|
+
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260710.4",
|
|
463
463
|
"NuGet.Configuration": "6.14.3",
|
|
464
464
|
"NuGet.Protocol": "6.14.3",
|
|
465
465
|
"NuGet.Versioning": "6.14.3",
|
|
@@ -473,10 +473,10 @@
|
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
},
|
|
476
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.
|
|
476
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260710.4": {
|
|
477
477
|
"dependencies": {
|
|
478
478
|
"Microsoft.Extensions.Configuration.Abstractions": "10.0.9",
|
|
479
|
-
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.
|
|
479
|
+
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260710.4",
|
|
480
480
|
"System.ClientModel": "1.14.0"
|
|
481
481
|
},
|
|
482
482
|
"runtime": {
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
}
|
|
487
487
|
}
|
|
488
488
|
},
|
|
489
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.
|
|
489
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260710.4": {
|
|
490
490
|
"dependencies": {
|
|
491
491
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
492
492
|
"System.Memory.Data": "10.0.9"
|
|
@@ -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.20260714.2": {
|
|
733
733
|
"type": "project",
|
|
734
734
|
"serviceable": false,
|
|
735
735
|
"sha512": ""
|
|
@@ -748,12 +748,12 @@
|
|
|
748
748
|
"path": "azure.core.expressions.datafactory/1.0.0",
|
|
749
749
|
"hashPath": "azure.core.expressions.datafactory.1.0.0.nupkg.sha512"
|
|
750
750
|
},
|
|
751
|
-
"Azure.Generator/1.0.0-alpha.
|
|
751
|
+
"Azure.Generator/1.0.0-alpha.20260713.2": {
|
|
752
752
|
"type": "package",
|
|
753
753
|
"serviceable": true,
|
|
754
|
-
"sha512": "sha512-
|
|
755
|
-
"path": "azure.generator/1.0.0-alpha.
|
|
756
|
-
"hashPath": "azure.generator.1.0.0-alpha.
|
|
754
|
+
"sha512": "sha512-O6VJwASmg7eSZQp2Cezie9kvwtbu2OtMnqva2JK2EPTYw1pbJvsqVgsgtpib3axrKhaIz4Fwh+f+T0Rz0kH1Pg==",
|
|
755
|
+
"path": "azure.generator/1.0.0-alpha.20260713.2",
|
|
756
|
+
"hashPath": "azure.generator.1.0.0-alpha.20260713.2.nupkg.sha512"
|
|
757
757
|
},
|
|
758
758
|
"Azure.ResourceManager/1.14.0": {
|
|
759
759
|
"type": "package",
|
|
@@ -909,26 +909,26 @@
|
|
|
909
909
|
"path": "microsoft.net.stringtools/17.9.5",
|
|
910
910
|
"hashPath": "microsoft.net.stringtools.17.9.5.nupkg.sha512"
|
|
911
911
|
},
|
|
912
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.
|
|
912
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260710.4": {
|
|
913
913
|
"type": "package",
|
|
914
914
|
"serviceable": true,
|
|
915
|
-
"sha512": "sha512
|
|
916
|
-
"path": "microsoft.typespec.generator/1.0.0-alpha.
|
|
917
|
-
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.
|
|
915
|
+
"sha512": "sha512-/St5EA+VpIMNupxNjlZMnNvEBM02STEyfFruRoxBtKTHXmtA41bUes6Fw1p0oeuHDQdxXtam35QSOpHHijA2Kg==",
|
|
916
|
+
"path": "microsoft.typespec.generator/1.0.0-alpha.20260710.4",
|
|
917
|
+
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260710.4.nupkg.sha512"
|
|
918
918
|
},
|
|
919
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.
|
|
919
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260710.4": {
|
|
920
920
|
"type": "package",
|
|
921
921
|
"serviceable": true,
|
|
922
|
-
"sha512": "sha512-
|
|
923
|
-
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.
|
|
924
|
-
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.
|
|
922
|
+
"sha512": "sha512-H6oYSMNvFX3cuZS+n2S12d9/FyJu0T5DgmUOHnP0cPJpTutr5rpvKp8M/xwnXtTLsE1F8kJS4bIwwyc6VCOccg==",
|
|
923
|
+
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260710.4",
|
|
924
|
+
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260710.4.nupkg.sha512"
|
|
925
925
|
},
|
|
926
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.
|
|
926
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260710.4": {
|
|
927
927
|
"type": "package",
|
|
928
928
|
"serviceable": true,
|
|
929
|
-
"sha512": "sha512-
|
|
930
|
-
"path": "microsoft.typespec.generator.input/1.0.0-alpha.
|
|
931
|
-
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.
|
|
929
|
+
"sha512": "sha512-QF8a9sxakfhV/j4PaFaQ/nZFgXy3QKuGgjk5WGKPrvjf4Dka4B4HvGE5h3YG3jZXuFAWzU+7FfFB8Xjwmgq+zw==",
|
|
930
|
+
"path": "microsoft.typespec.generator.input/1.0.0-alpha.20260710.4",
|
|
931
|
+
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260710.4.nupkg.sha512"
|
|
932
932
|
},
|
|
933
933
|
"Newtonsoft.Json/13.0.3": {
|
|
934
934
|
"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=v10.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20260714.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.60.0",
|
|
12
|
-
"Azure.Generator": "1.0.0-alpha.
|
|
12
|
+
"Azure.Generator": "1.0.0-alpha.20260713.2",
|
|
13
13
|
"Azure.ResourceManager": "1.14.0",
|
|
14
14
|
"Humanizer.Core": "3.0.10"
|
|
15
15
|
},
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"Azure.Generator/1.0.0-alpha.
|
|
48
|
+
"Azure.Generator/1.0.0-alpha.20260713.2": {
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"Azure.Core": "1.60.0",
|
|
51
51
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
52
52
|
"Azure.ResourceManager": "1.14.0",
|
|
53
|
-
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.
|
|
53
|
+
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260710.4"
|
|
54
54
|
},
|
|
55
55
|
"runtime": {
|
|
56
56
|
"lib/net10.0/Azure.Generator.dll": {
|
|
57
57
|
"assemblyVersion": "1.0.0.0",
|
|
58
|
-
"fileVersion": "1.0.26.
|
|
58
|
+
"fileVersion": "1.0.26.36302"
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
},
|
|
@@ -454,12 +454,12 @@
|
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
456
|
},
|
|
457
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.
|
|
457
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260710.4": {
|
|
458
458
|
"dependencies": {
|
|
459
459
|
"CommandLineParser": "2.9.1",
|
|
460
460
|
"Microsoft.Build": "17.9.5",
|
|
461
461
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
462
|
-
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.
|
|
462
|
+
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260710.4",
|
|
463
463
|
"NuGet.Configuration": "6.14.3",
|
|
464
464
|
"NuGet.Protocol": "6.14.3",
|
|
465
465
|
"NuGet.Versioning": "6.14.3",
|
|
@@ -473,10 +473,10 @@
|
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
},
|
|
476
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.
|
|
476
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260710.4": {
|
|
477
477
|
"dependencies": {
|
|
478
478
|
"Microsoft.Extensions.Configuration.Abstractions": "10.0.9",
|
|
479
|
-
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.
|
|
479
|
+
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260710.4",
|
|
480
480
|
"System.ClientModel": "1.14.0"
|
|
481
481
|
},
|
|
482
482
|
"runtime": {
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
}
|
|
487
487
|
}
|
|
488
488
|
},
|
|
489
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.
|
|
489
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260710.4": {
|
|
490
490
|
"dependencies": {
|
|
491
491
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
492
492
|
"System.Memory.Data": "10.0.9"
|
|
@@ -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.20260714.2": {
|
|
733
733
|
"type": "project",
|
|
734
734
|
"serviceable": false,
|
|
735
735
|
"sha512": ""
|
|
@@ -748,12 +748,12 @@
|
|
|
748
748
|
"path": "azure.core.expressions.datafactory/1.0.0",
|
|
749
749
|
"hashPath": "azure.core.expressions.datafactory.1.0.0.nupkg.sha512"
|
|
750
750
|
},
|
|
751
|
-
"Azure.Generator/1.0.0-alpha.
|
|
751
|
+
"Azure.Generator/1.0.0-alpha.20260713.2": {
|
|
752
752
|
"type": "package",
|
|
753
753
|
"serviceable": true,
|
|
754
|
-
"sha512": "sha512-
|
|
755
|
-
"path": "azure.generator/1.0.0-alpha.
|
|
756
|
-
"hashPath": "azure.generator.1.0.0-alpha.
|
|
754
|
+
"sha512": "sha512-O6VJwASmg7eSZQp2Cezie9kvwtbu2OtMnqva2JK2EPTYw1pbJvsqVgsgtpib3axrKhaIz4Fwh+f+T0Rz0kH1Pg==",
|
|
755
|
+
"path": "azure.generator/1.0.0-alpha.20260713.2",
|
|
756
|
+
"hashPath": "azure.generator.1.0.0-alpha.20260713.2.nupkg.sha512"
|
|
757
757
|
},
|
|
758
758
|
"Azure.ResourceManager/1.14.0": {
|
|
759
759
|
"type": "package",
|
|
@@ -909,26 +909,26 @@
|
|
|
909
909
|
"path": "microsoft.net.stringtools/17.9.5",
|
|
910
910
|
"hashPath": "microsoft.net.stringtools.17.9.5.nupkg.sha512"
|
|
911
911
|
},
|
|
912
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.
|
|
912
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260710.4": {
|
|
913
913
|
"type": "package",
|
|
914
914
|
"serviceable": true,
|
|
915
|
-
"sha512": "sha512
|
|
916
|
-
"path": "microsoft.typespec.generator/1.0.0-alpha.
|
|
917
|
-
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.
|
|
915
|
+
"sha512": "sha512-/St5EA+VpIMNupxNjlZMnNvEBM02STEyfFruRoxBtKTHXmtA41bUes6Fw1p0oeuHDQdxXtam35QSOpHHijA2Kg==",
|
|
916
|
+
"path": "microsoft.typespec.generator/1.0.0-alpha.20260710.4",
|
|
917
|
+
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260710.4.nupkg.sha512"
|
|
918
918
|
},
|
|
919
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.
|
|
919
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260710.4": {
|
|
920
920
|
"type": "package",
|
|
921
921
|
"serviceable": true,
|
|
922
|
-
"sha512": "sha512-
|
|
923
|
-
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.
|
|
924
|
-
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.
|
|
922
|
+
"sha512": "sha512-H6oYSMNvFX3cuZS+n2S12d9/FyJu0T5DgmUOHnP0cPJpTutr5rpvKp8M/xwnXtTLsE1F8kJS4bIwwyc6VCOccg==",
|
|
923
|
+
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260710.4",
|
|
924
|
+
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260710.4.nupkg.sha512"
|
|
925
925
|
},
|
|
926
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.
|
|
926
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260710.4": {
|
|
927
927
|
"type": "package",
|
|
928
928
|
"serviceable": true,
|
|
929
|
-
"sha512": "sha512-
|
|
930
|
-
"path": "microsoft.typespec.generator.input/1.0.0-alpha.
|
|
931
|
-
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.
|
|
929
|
+
"sha512": "sha512-QF8a9sxakfhV/j4PaFaQ/nZFgXy3QKuGgjk5WGKPrvjf4Dka4B4HvGE5h3YG3jZXuFAWzU+7FfFB8Xjwmgq+zw==",
|
|
930
|
+
"path": "microsoft.typespec.generator.input/1.0.0-alpha.20260710.4",
|
|
931
|
+
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260710.4.nupkg.sha512"
|
|
932
932
|
},
|
|
933
933
|
"Newtonsoft.Json/13.0.3": {
|
|
934
934
|
"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.20260714.2",
|
|
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",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"dist/**"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@azure-typespec/http-client-csharp": "1.0.0-alpha.
|
|
42
|
-
"@typespec/http-client-csharp": "1.0.0-alpha.
|
|
41
|
+
"@azure-typespec/http-client-csharp": "1.0.0-alpha.20260713.2",
|
|
42
|
+
"@typespec/http-client-csharp": "1.0.0-alpha.20260710.4"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@azure-tools/azure-http-specs": "0.1.0-alpha.42",
|