@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260331.3 → 1.0.0-alpha.20260401.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/options.d.ts +1 -0
- package/dist/emitter/options.d.ts.map +1 -1
- package/dist/emitter/options.js +6 -0
- package/dist/emitter/options.js.map +1 -1
- package/dist/generator/Azure.Generator.Management.deps.json +2 -2
- package/dist/generator/Azure.Generator.Management.dll +0 -0
- package/dist/generator/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.deps.json +2 -2
- package/dist/generator/net10.0/Azure.Generator.Management.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.Management.pdb +0 -0
- package/package.json +1 -1
|
@@ -3,6 +3,7 @@ import { JSONSchemaType } from "@typespec/compiler";
|
|
|
3
3
|
export interface AzureMgmtEmitterOptions extends AzureEmitterOptions {
|
|
4
4
|
"enable-wire-path-attribute"?: boolean;
|
|
5
5
|
"use-legacy-resource-detection"?: boolean;
|
|
6
|
+
"skip-api-version-override"?: boolean;
|
|
6
7
|
}
|
|
7
8
|
export declare const AzureMgmtEmitterOptionsSchema: JSONSchemaType<AzureMgmtEmitterOptions>;
|
|
8
9
|
//# sourceMappingURL=options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../emitter/src/options.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,mBAAmB,EAEpB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,MAAM,WAAW,uBAAwB,SAAQ,mBAAmB;IAClE,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,+BAA+B,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../emitter/src/options.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,mBAAmB,EAEpB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,MAAM,WAAW,uBAAwB,SAAQ,mBAAmB;IAClE,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAC1C,2BAA2B,CAAC,EAAE,OAAO,CAAC;CACvC;AAED,eAAO,MAAM,6BAA6B,EAAE,cAAc,CAAC,uBAAuB,CA4B/E,CAAC"}
|
package/dist/emitter/options.js
CHANGED
|
@@ -17,6 +17,12 @@ export const AzureMgmtEmitterOptionsSchema = {
|
|
|
17
17
|
nullable: true,
|
|
18
18
|
description: "Whether to use the legacy custom resource detection logic instead of the standardized resolveArmResources API from @azure-tools/typespec-azure-resource-manager. When true, uses the legacy logic. When false, uses the resolveArmResources API.",
|
|
19
19
|
default: true
|
|
20
|
+
},
|
|
21
|
+
"skip-api-version-override": {
|
|
22
|
+
type: "boolean",
|
|
23
|
+
nullable: true,
|
|
24
|
+
description: "Temporary workaround: Whether to pass skipApiVersionOverride: true when instantiating ArmOperation types in generated LRO methods. When true, the LRO polling will not override the api-version from the initial request URI. This option will be removed once the api-version override issue is properly resolved in Azure.Core. The default value is 'false'.",
|
|
25
|
+
default: false
|
|
20
26
|
}
|
|
21
27
|
}
|
|
22
28
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../emitter/src/options.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,+FAA+F;AAE/F,OAAO,EAEL,yBAAyB,EAC1B,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../emitter/src/options.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,+FAA+F;AAE/F,OAAO,EAEL,yBAAyB,EAC1B,MAAM,oCAAoC,CAAC;AAS5C,MAAM,CAAC,MAAM,6BAA6B,GACxC;IACE,IAAI,EAAE,QAAQ;IACd,oBAAoB,EAAE,KAAK;IAC3B,UAAU,EAAE;QACV,GAAG,yBAAyB,CAAC,UAAU;QACvC,4BAA4B,EAAE;YAC5B,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,IAAI;YACd,WAAW,EACT,4FAA4F;YAC9F,OAAO,EAAE,KAAK;SACf;QACD,+BAA+B,EAAE;YAC/B,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,IAAI;YACd,WAAW,EACT,kPAAkP;YACpP,OAAO,EAAE,IAAI;SACd;QACD,2BAA2B,EAAE;YAC3B,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,IAAI;YACd,WAAW,EACT,iWAAiW;YACnW,OAAO,EAAE,KAAK;SACf;KACF;CACF,CAAC"}
|
|
@@ -6,7 +6,7 @@
|
|
|
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.20260401.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.52.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260320.2",
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
}
|
|
695
695
|
},
|
|
696
696
|
"libraries": {
|
|
697
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
697
|
+
"Azure.Generator.Management/1.0.0-alpha.20260401.2": {
|
|
698
698
|
"type": "project",
|
|
699
699
|
"serviceable": false,
|
|
700
700
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
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.20260401.2": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.52.0",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20260320.2",
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
}
|
|
695
695
|
},
|
|
696
696
|
"libraries": {
|
|
697
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
697
|
+
"Azure.Generator.Management/1.0.0-alpha.20260401.2": {
|
|
698
698
|
"type": "project",
|
|
699
699
|
"serviceable": false,
|
|
700
700
|
"sha512": ""
|
|
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.20260401.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",
|