@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20250509.1 → 1.0.0-alpha.20250509.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.
@@ -9,7 +9,7 @@
9
9
  "Azure.Generator.Mgmt/1.0.0-alpha.20250509.1": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.46.0",
12
- "Azure.Generator": "1.0.0-alpha.20250429.2",
12
+ "Azure.Generator": "1.0.0-alpha.20250508.1",
13
13
  "Azure.ResourceManager": "1.13.0",
14
14
  "Microsoft.Azure.AutoRest.CSharp": "3.0.0-beta.20250508.1",
15
15
  "Microsoft.SourceLink.GitHub": "8.0.0",
@@ -34,7 +34,7 @@
34
34
  }
35
35
  }
36
36
  },
37
- "Azure.Generator/1.0.0-alpha.20250429.2": {
37
+ "Azure.Generator/1.0.0-alpha.20250508.1": {
38
38
  "dependencies": {
39
39
  "Azure.Core": "1.46.0",
40
40
  "Azure.ResourceManager": "1.13.0",
@@ -631,12 +631,12 @@
631
631
  "path": "azure.core/1.46.0",
632
632
  "hashPath": "azure.core.1.46.0.nupkg.sha512"
633
633
  },
634
- "Azure.Generator/1.0.0-alpha.20250429.2": {
634
+ "Azure.Generator/1.0.0-alpha.20250508.1": {
635
635
  "type": "package",
636
636
  "serviceable": true,
637
- "sha512": "sha512-Io05Kku/K3usRQSTjIXB2UH0eCEhKg93tg9AvECyzKXxJP35j9c8lCt0HeLDYjodlUCuqMO1H7UyVabNKioZTQ==",
638
- "path": "azure.generator/1.0.0-alpha.20250429.2",
639
- "hashPath": "azure.generator.1.0.0-alpha.20250429.2.nupkg.sha512"
637
+ "sha512": "sha512-LuAZrp5JpPKmshfAD6FTko5SD40sxjLg8oqi//6gXc7h9ZN5yJw8UjiyS8TZRvH14cj6kX5eY2cy3IFWrWAAFQ==",
638
+ "path": "azure.generator/1.0.0-alpha.20250508.1",
639
+ "hashPath": "azure.generator.1.0.0-alpha.20250508.1.nupkg.sha512"
640
640
  },
641
641
  "Azure.ResourceManager/1.13.0": {
642
642
  "type": "package",
Binary file
@@ -9,7 +9,7 @@
9
9
  "Azure.Generator.Mgmt/1.0.0-alpha.20250509.1": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.46.0",
12
- "Azure.Generator": "1.0.0-alpha.20250429.2",
12
+ "Azure.Generator": "1.0.0-alpha.20250508.1",
13
13
  "Azure.ResourceManager": "1.13.0",
14
14
  "Microsoft.Azure.AutoRest.CSharp": "3.0.0-beta.20250508.1",
15
15
  "Microsoft.SourceLink.GitHub": "8.0.0",
@@ -34,7 +34,7 @@
34
34
  }
35
35
  }
36
36
  },
37
- "Azure.Generator/1.0.0-alpha.20250429.2": {
37
+ "Azure.Generator/1.0.0-alpha.20250508.1": {
38
38
  "dependencies": {
39
39
  "Azure.Core": "1.46.0",
40
40
  "Azure.ResourceManager": "1.13.0",
@@ -631,12 +631,12 @@
631
631
  "path": "azure.core/1.46.0",
632
632
  "hashPath": "azure.core.1.46.0.nupkg.sha512"
633
633
  },
634
- "Azure.Generator/1.0.0-alpha.20250429.2": {
634
+ "Azure.Generator/1.0.0-alpha.20250508.1": {
635
635
  "type": "package",
636
636
  "serviceable": true,
637
- "sha512": "sha512-Io05Kku/K3usRQSTjIXB2UH0eCEhKg93tg9AvECyzKXxJP35j9c8lCt0HeLDYjodlUCuqMO1H7UyVabNKioZTQ==",
638
- "path": "azure.generator/1.0.0-alpha.20250429.2",
639
- "hashPath": "azure.generator.1.0.0-alpha.20250429.2.nupkg.sha512"
637
+ "sha512": "sha512-LuAZrp5JpPKmshfAD6FTko5SD40sxjLg8oqi//6gXc7h9ZN5yJw8UjiyS8TZRvH14cj6kX5eY2cy3IFWrWAAFQ==",
638
+ "path": "azure.generator/1.0.0-alpha.20250508.1",
639
+ "hashPath": "azure.generator.1.0.0-alpha.20250508.1.nupkg.sha512"
640
640
  },
641
641
  "Azure.ResourceManager/1.13.0": {
642
642
  "type": "package",
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.20250509.1",
3
+ "version": "1.0.0-alpha.20250509.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",
@@ -37,29 +37,23 @@
37
37
  "dist/**"
38
38
  ],
39
39
  "dependencies": {
40
- "@azure-typespec/http-client-csharp": "1.0.0-alpha.20250429.2"
40
+ "@azure-typespec/http-client-csharp": "1.0.0-alpha.20250508.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@azure-tools/azure-http-specs": "0.1.0-alpha.13",
44
- "@azure-tools/typespec-autorest": "0.54.0",
45
- "@azure-tools/typespec-azure-core": "0.54.0",
46
- "@azure-tools/typespec-azure-resource-manager": "0.54.0",
47
- "@azure-tools/typespec-azure-rulesets": "0.54.0",
48
- "@azure-tools/typespec-client-generator-core": "0.54.0",
43
+ "@azure-tools/azure-http-specs": "0.1.0-alpha.17",
44
+ "@azure-tools/typespec-azure-core": "0.56.0",
45
+ "@azure-tools/typespec-azure-resource-manager": "0.56.0",
46
+ "@azure-tools/typespec-client-generator-core": "0.56.0",
49
47
  "@eslint/js": "^9.2.0",
50
48
  "@types/node": "~22.7.5",
51
49
  "@types/prettier": "^2.6.3",
52
- "@typespec/compiler": "1.0.0-rc.0",
53
- "@typespec/http": "1.0.0-rc.0",
54
- "@typespec/http-client-csharp": "1.0.0-alpha.20250422.2",
55
- "@typespec/http-specs": "0.1.0-alpha.17",
56
- "@typespec/json-schema": "1.0.0-rc.0",
57
- "@typespec/library-linter": "0.68.0",
58
- "@typespec/openapi": "1.0.0-rc.0",
59
- "@typespec/rest": "0.68.0",
60
- "@typespec/tspd": "0.68.0",
61
- "@typespec/versioning": "0.68.0",
62
- "@typespec/xml": "0.68.0",
50
+ "@typespec/compiler": "1.0.0",
51
+ "@typespec/http": "1.0.1",
52
+ "@typespec/http-specs": "0.1.0-alpha.22",
53
+ "@typespec/openapi": "1.0.0",
54
+ "@typespec/rest": "0.70.0",
55
+ "@typespec/tspd": "0.70.0",
56
+ "@typespec/versioning": "0.70.0",
63
57
  "@vitest/coverage-v8": "^3.0.5",
64
58
  "@vitest/ui": "^3.0.5",
65
59
  "c8": "^10.1.2",