@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20250515.1 → 1.0.0-alpha.20250515.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/generator/Azure.Generator.Management.deps.json +2 -3
- package/dist/generator/Azure.Generator.Management.dll +0 -0
- package/dist/generator/Azure.Generator.Management.pdb +0 -0
- package/dist/generator/net8.0/Azure.Generator.Management.deps.json +2 -3
- package/dist/generator/net8.0/Azure.Generator.Management.dll +0 -0
- package/dist/generator/net8.0/Azure.Generator.Management.pdb +0 -0
- package/package.json +1 -1
|
@@ -6,14 +6,13 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v8.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20250516.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.46.1",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20250514.1",
|
|
13
13
|
"Azure.ResourceManager": "1.13.0",
|
|
14
14
|
"Microsoft.Azure.AutoRest.CSharp": "3.0.0-beta.20250514.2",
|
|
15
15
|
"Microsoft.SourceLink.GitHub": "8.0.0",
|
|
16
|
-
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20250509.1",
|
|
17
16
|
"SauceControl.InheritDoc": "1.2.0",
|
|
18
17
|
"StyleCop.Analyzers": "1.2.0-beta.333"
|
|
19
18
|
},
|
|
@@ -619,7 +618,7 @@
|
|
|
619
618
|
}
|
|
620
619
|
},
|
|
621
620
|
"libraries": {
|
|
622
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
621
|
+
"Azure.Generator.Management/1.0.0-alpha.20250516.1": {
|
|
623
622
|
"type": "project",
|
|
624
623
|
"serviceable": false,
|
|
625
624
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -6,14 +6,13 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v8.0": {
|
|
9
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.Management/1.0.0-alpha.20250516.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.46.1",
|
|
12
12
|
"Azure.Generator": "1.0.0-alpha.20250514.1",
|
|
13
13
|
"Azure.ResourceManager": "1.13.0",
|
|
14
14
|
"Microsoft.Azure.AutoRest.CSharp": "3.0.0-beta.20250514.2",
|
|
15
15
|
"Microsoft.SourceLink.GitHub": "8.0.0",
|
|
16
|
-
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20250509.1",
|
|
17
16
|
"SauceControl.InheritDoc": "1.2.0",
|
|
18
17
|
"StyleCop.Analyzers": "1.2.0-beta.333"
|
|
19
18
|
},
|
|
@@ -619,7 +618,7 @@
|
|
|
619
618
|
}
|
|
620
619
|
},
|
|
621
620
|
"libraries": {
|
|
622
|
-
"Azure.Generator.Management/1.0.0-alpha.
|
|
621
|
+
"Azure.Generator.Management/1.0.0-alpha.20250516.1": {
|
|
623
622
|
"type": "project",
|
|
624
623
|
"serviceable": false,
|
|
625
624
|
"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.20250515.
|
|
3
|
+
"version": "1.0.0-alpha.20250515.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",
|