@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260228.1 → 1.0.0-alpha.20260301.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.
@@ -1,3 +1,4 @@
1
1
  export { $lib } from "./lib/lib.js";
2
2
  export { $onEmit } from "./emitter.js";
3
+ export { AzureMgmtEmitterOptions, AzureMgmtEmitterOptionsSchema } from "./options.js";
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../emitter/src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../emitter/src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EACL,uBAAuB,EACvB,6BAA6B,EAC9B,MAAM,cAAc,CAAC"}
@@ -2,4 +2,5 @@
2
2
  // Licensed under the MIT License. See License.txt in the project root for license information.
3
3
  export { $lib } from "./lib/lib.js";
4
4
  export { $onEmit } from "./emitter.js";
5
+ export { AzureMgmtEmitterOptionsSchema } from "./options.js";
5
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../emitter/src/index.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,+FAA+F;AAE/F,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../emitter/src/index.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,+FAA+F;AAE/F,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAEL,6BAA6B,EAC9B,MAAM,cAAc,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.20260228.1": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20260301.2": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.51.1",
12
12
  "Azure.Generator": "1.0.0-alpha.20260219.1",
@@ -693,7 +693,7 @@
693
693
  }
694
694
  },
695
695
  "libraries": {
696
- "Azure.Generator.Management/1.0.0-alpha.20260228.1": {
696
+ "Azure.Generator.Management/1.0.0-alpha.20260301.2": {
697
697
  "type": "project",
698
698
  "serviceable": false,
699
699
  "sha512": ""
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20260228.1": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20260301.2": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.51.1",
12
12
  "Azure.Generator": "1.0.0-alpha.20260219.1",
@@ -693,7 +693,7 @@
693
693
  }
694
694
  },
695
695
  "libraries": {
696
- "Azure.Generator.Management/1.0.0-alpha.20260228.1": {
696
+ "Azure.Generator.Management/1.0.0-alpha.20260301.2": {
697
697
  "type": "project",
698
698
  "serviceable": false,
699
699
  "sha512": ""
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.20260228.1",
3
+ "version": "1.0.0-alpha.20260301.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",
@@ -48,7 +48,7 @@
48
48
  "@azure-tools/typespec-azure-core": "0.65.0",
49
49
  "@azure-tools/typespec-azure-resource-manager": "0.65.0",
50
50
  "@azure-tools/typespec-azure-rulesets": "0.65.0",
51
- "@azure-tools/typespec-client-generator-core": "0.65.3",
51
+ "@azure-tools/typespec-client-generator-core": "0.65.4",
52
52
  "@azure-tools/typespec-liftr-base": "0.12.0",
53
53
  "@eslint/js": "^9.2.0",
54
54
  "@types/node": "~22.12.0",