@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20260624.9 → 1.0.0-alpha.20260625.1

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/README.md CHANGED
@@ -44,9 +44,14 @@ See [Configuring output directory for more info](https://typespec.io/docs/handbo
44
44
 
45
45
  ### `api-version`
46
46
 
47
- **Type:** `string`
47
+ **Type:** `string | object`
48
+
49
+ Use this flag if you would like to generate the sdk only for a specific version. Default value is the latest version. Also accepts values `latest` and `all`. For multi-service packages, provide a map from each service namespace's full name to its desired version; services not listed default to their latest version.
50
+
51
+ **Options:**
48
52
 
49
- For TypeSpec files using the [`@versioned`](https://typespec.io/docs/libraries/versioning/reference/decorators/#@TypeSpec.Versioning.versioned) decorator, set this option to the version that should be used to generate against.
53
+ - `string`
54
+ - `object`
50
55
 
51
56
  ### `generate-protocol-methods`
52
57
 
@@ -6,10 +6,10 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v10.0": {
9
- "Azure.Generator.Management/1.0.0-alpha.20260624.9": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20260625.1": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.59.0",
12
- "Azure.Generator": "1.0.0-alpha.20260623.2",
12
+ "Azure.Generator": "1.0.0-alpha.20260624.5",
13
13
  "Azure.ResourceManager": "1.14.0",
14
14
  "Humanizer.Core": "3.0.1"
15
15
  },
@@ -45,17 +45,17 @@
45
45
  }
46
46
  }
47
47
  },
48
- "Azure.Generator/1.0.0-alpha.20260623.2": {
48
+ "Azure.Generator/1.0.0-alpha.20260624.5": {
49
49
  "dependencies": {
50
50
  "Azure.Core": "1.59.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.20260622.6"
53
+ "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260624.10"
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.32302"
58
+ "fileVersion": "1.0.26.32405"
59
59
  }
60
60
  }
61
61
  },
@@ -454,12 +454,12 @@
454
454
  }
455
455
  }
456
456
  },
457
- "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260622.6": {
457
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260624.10": {
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.20260622.6",
462
+ "Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260624.10",
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.20260622.6": {
476
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260624.10": {
477
477
  "dependencies": {
478
478
  "Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
479
- "Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260622.6",
479
+ "Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260624.10",
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.20260622.6": {
489
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260624.10": {
490
490
  "dependencies": {
491
491
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
492
492
  "System.Memory.Data": "10.0.3"
@@ -729,7 +729,7 @@
729
729
  }
730
730
  },
731
731
  "libraries": {
732
- "Azure.Generator.Management/1.0.0-alpha.20260624.9": {
732
+ "Azure.Generator.Management/1.0.0-alpha.20260625.1": {
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.20260623.2": {
751
+ "Azure.Generator/1.0.0-alpha.20260624.5": {
752
752
  "type": "package",
753
753
  "serviceable": true,
754
- "sha512": "sha512-+OQhnO5JEaeHNU2deIURNe4M88rqBXdM33bLfOLa5I3iH2ovpaspYGxIV4iIW3p3Q+mWGmx8Si+g1iQYC7IL8A==",
755
- "path": "azure.generator/1.0.0-alpha.20260623.2",
756
- "hashPath": "azure.generator.1.0.0-alpha.20260623.2.nupkg.sha512"
754
+ "sha512": "sha512-r+/Q5AjHwg9vVfaEKbRzpUKrf3l5qFXt4RkBWLbLD5lP/21P6w71j8bK4hoirNrjxkShpV0pw8oE7fdlNGylcQ==",
755
+ "path": "azure.generator/1.0.0-alpha.20260624.5",
756
+ "hashPath": "azure.generator.1.0.0-alpha.20260624.5.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.20260622.6": {
912
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260624.10": {
913
913
  "type": "package",
914
914
  "serviceable": true,
915
- "sha512": "sha512-PjRfStNnBWHVo+wEXQXYvsx0FznASS4SJ05PiBaDKgxwAkpFLzDfaUUz2Zx8q0FZbE6BYEhboOX1IQ3IYBOl4A==",
916
- "path": "microsoft.typespec.generator/1.0.0-alpha.20260622.6",
917
- "hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260622.6.nupkg.sha512"
915
+ "sha512": "sha512-V1NTc+fSLgH6zqTJLOiffzQ3kWPFK38UD8fwQSUQdOIiUoBj2Ko28Ne+5Iv7qnpNM30yX2MOFzuope41AJONrA==",
916
+ "path": "microsoft.typespec.generator/1.0.0-alpha.20260624.10",
917
+ "hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260624.10.nupkg.sha512"
918
918
  },
919
- "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260622.6": {
919
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260624.10": {
920
920
  "type": "package",
921
921
  "serviceable": true,
922
- "sha512": "sha512-dw8IKSK8VQMOnKwNcaHjkWm7p+SVHqGx8vTWAD4deJZl8I35f7WofCcu4lAZ72aKK3JC1dq5yNzUJaDJspZ8nA==",
923
- "path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260622.6",
924
- "hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260622.6.nupkg.sha512"
922
+ "sha512": "sha512-l634PufAVXNXADaxuSFfjNQSbUeIW1RVzrBcbPGClbXhKadi5lXNVU03F6IfbYrbIdyHjuS7ULXgQW39IMUo4Q==",
923
+ "path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260624.10",
924
+ "hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260624.10.nupkg.sha512"
925
925
  },
926
- "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260622.6": {
926
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260624.10": {
927
927
  "type": "package",
928
928
  "serviceable": true,
929
- "sha512": "sha512-6rUoL9RFUfTxHLFsLYPtyLlSei2/qX0HTqaOiwaguPA40bEDSd2gHATZSoFfb9ErCUPWcNQ6z6P0RrTbfANrFw==",
930
- "path": "microsoft.typespec.generator.input/1.0.0-alpha.20260622.6",
931
- "hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260622.6.nupkg.sha512"
929
+ "sha512": "sha512-X4SzVPzroZNDkXQGiD9PmMFfSSXX8Um36xKHFtxv7DMpxPZsc6l+t5oUJkbvMTRzV13vU1f+7NnMB2RMD1Bamg==",
930
+ "path": "microsoft.typespec.generator.input/1.0.0-alpha.20260624.10",
931
+ "hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260624.10.nupkg.sha512"
932
932
  },
933
933
  "Newtonsoft.Json/13.0.3": {
934
934
  "type": "package",
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.20260624.9": {
9
+ "Azure.Generator.Management/1.0.0-alpha.20260625.1": {
10
10
  "dependencies": {
11
11
  "Azure.Core": "1.59.0",
12
- "Azure.Generator": "1.0.0-alpha.20260623.2",
12
+ "Azure.Generator": "1.0.0-alpha.20260624.5",
13
13
  "Azure.ResourceManager": "1.14.0",
14
14
  "Humanizer.Core": "3.0.1"
15
15
  },
@@ -45,17 +45,17 @@
45
45
  }
46
46
  }
47
47
  },
48
- "Azure.Generator/1.0.0-alpha.20260623.2": {
48
+ "Azure.Generator/1.0.0-alpha.20260624.5": {
49
49
  "dependencies": {
50
50
  "Azure.Core": "1.59.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.20260622.6"
53
+ "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260624.10"
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.32302"
58
+ "fileVersion": "1.0.26.32405"
59
59
  }
60
60
  }
61
61
  },
@@ -454,12 +454,12 @@
454
454
  }
455
455
  }
456
456
  },
457
- "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260622.6": {
457
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260624.10": {
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.20260622.6",
462
+ "Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260624.10",
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.20260622.6": {
476
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260624.10": {
477
477
  "dependencies": {
478
478
  "Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
479
- "Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260622.6",
479
+ "Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260624.10",
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.20260622.6": {
489
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260624.10": {
490
490
  "dependencies": {
491
491
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
492
492
  "System.Memory.Data": "10.0.3"
@@ -729,7 +729,7 @@
729
729
  }
730
730
  },
731
731
  "libraries": {
732
- "Azure.Generator.Management/1.0.0-alpha.20260624.9": {
732
+ "Azure.Generator.Management/1.0.0-alpha.20260625.1": {
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.20260623.2": {
751
+ "Azure.Generator/1.0.0-alpha.20260624.5": {
752
752
  "type": "package",
753
753
  "serviceable": true,
754
- "sha512": "sha512-+OQhnO5JEaeHNU2deIURNe4M88rqBXdM33bLfOLa5I3iH2ovpaspYGxIV4iIW3p3Q+mWGmx8Si+g1iQYC7IL8A==",
755
- "path": "azure.generator/1.0.0-alpha.20260623.2",
756
- "hashPath": "azure.generator.1.0.0-alpha.20260623.2.nupkg.sha512"
754
+ "sha512": "sha512-r+/Q5AjHwg9vVfaEKbRzpUKrf3l5qFXt4RkBWLbLD5lP/21P6w71j8bK4hoirNrjxkShpV0pw8oE7fdlNGylcQ==",
755
+ "path": "azure.generator/1.0.0-alpha.20260624.5",
756
+ "hashPath": "azure.generator.1.0.0-alpha.20260624.5.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.20260622.6": {
912
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20260624.10": {
913
913
  "type": "package",
914
914
  "serviceable": true,
915
- "sha512": "sha512-PjRfStNnBWHVo+wEXQXYvsx0FznASS4SJ05PiBaDKgxwAkpFLzDfaUUz2Zx8q0FZbE6BYEhboOX1IQ3IYBOl4A==",
916
- "path": "microsoft.typespec.generator/1.0.0-alpha.20260622.6",
917
- "hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260622.6.nupkg.sha512"
915
+ "sha512": "sha512-V1NTc+fSLgH6zqTJLOiffzQ3kWPFK38UD8fwQSUQdOIiUoBj2Ko28Ne+5Iv7qnpNM30yX2MOFzuope41AJONrA==",
916
+ "path": "microsoft.typespec.generator/1.0.0-alpha.20260624.10",
917
+ "hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260624.10.nupkg.sha512"
918
918
  },
919
- "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260622.6": {
919
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260624.10": {
920
920
  "type": "package",
921
921
  "serviceable": true,
922
- "sha512": "sha512-dw8IKSK8VQMOnKwNcaHjkWm7p+SVHqGx8vTWAD4deJZl8I35f7WofCcu4lAZ72aKK3JC1dq5yNzUJaDJspZ8nA==",
923
- "path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260622.6",
924
- "hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260622.6.nupkg.sha512"
922
+ "sha512": "sha512-l634PufAVXNXADaxuSFfjNQSbUeIW1RVzrBcbPGClbXhKadi5lXNVU03F6IfbYrbIdyHjuS7ULXgQW39IMUo4Q==",
923
+ "path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260624.10",
924
+ "hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260624.10.nupkg.sha512"
925
925
  },
926
- "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260622.6": {
926
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260624.10": {
927
927
  "type": "package",
928
928
  "serviceable": true,
929
- "sha512": "sha512-6rUoL9RFUfTxHLFsLYPtyLlSei2/qX0HTqaOiwaguPA40bEDSd2gHATZSoFfb9ErCUPWcNQ6z6P0RrTbfANrFw==",
930
- "path": "microsoft.typespec.generator.input/1.0.0-alpha.20260622.6",
931
- "hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260622.6.nupkg.sha512"
929
+ "sha512": "sha512-X4SzVPzroZNDkXQGiD9PmMFfSSXX8Um36xKHFtxv7DMpxPZsc6l+t5oUJkbvMTRzV13vU1f+7NnMB2RMD1Bamg==",
930
+ "path": "microsoft.typespec.generator.input/1.0.0-alpha.20260624.10",
931
+ "hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260624.10.nupkg.sha512"
932
932
  },
933
933
  "Newtonsoft.Json/13.0.3": {
934
934
  "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.20260624.9",
3
+ "version": "1.0.0-alpha.20260625.1",
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.20260623.2",
42
- "@typespec/http-client-csharp": "1.0.0-alpha.20260622.6"
41
+ "@azure-typespec/http-client-csharp": "1.0.0-alpha.20260624.5",
42
+ "@typespec/http-client-csharp": "1.0.0-alpha.20260624.10"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@azure-tools/azure-http-specs": "0.1.0-alpha.42",