Skip to content
12 changes: 12 additions & 0 deletions specification/ai/Azure.AI.Projects/suppressions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- tool: TypeSpecValidation
paths:
- tspconfig.yaml
rules:
- SdkTspConfigValidation
sub-rules:
# Suppress validation for a Go emitter options
- options.@azure-tools/typespec-go.generate-fakes
- options.@azure-tools/typespec-go.inject-spans
- options.@azure-tools/typespec-go.service-dir
- options.@azure-tools/typespec-go.package-dir
reason: 'We do not yet have a Go client library'
19 changes: 8 additions & 11 deletions specification/ai/Azure.AI.Projects/tspconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ options:
generate-sample: true
"@azure-tools/typespec-csharp":
package-mode: "dataplane"
package-dir: "Azure.AI.Projects.1DP"
package-dir: "Azure.AI.Projects"
namespace: "{package-dir}"
package-name: "{package-dir}"
api-version: "2025-05-15-preview"
Expand All @@ -30,12 +30,14 @@ options:
generate-sample: false
clear-output-folder: true
"@azure-tools/typespec-ts":
package-dir: "ai-projects-1dp"
package-dir: "ai-projects"
api-version: "2025-05-15-preview"
generateTest: true
generateMetadata: false
packageDetails:
name: "@azure/ai-projects-1dp"
is-modular-library: true
generate-test: true
generate-metadata: false
package-details:
name: "@azure/ai-projects"
description: "Azure AI Projects Client"
flavor: azure
"@azure-tools/typespec-java":
package-dir: "azure-ai-projects"
Expand All @@ -44,11 +46,6 @@ options:
enable-sync-stack: true
generate-tests: false
flavor: azure
"@azure-tools/typespec-go":
service-dir: "sdk/ai/projects"
package-dir: "azaiprojects"
generate-fakes: true
inject-spans: true
linter:
extends:
- "@azure-tools/typespec-azure-rulesets/data-plane"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2057,7 +2057,7 @@
},
"Azure.Core.Foundations.InnerError": {
"type": "object",
"description": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.",
"description": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors.",
"properties": {
"code": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@
},
"Azure.Core.Foundations.InnerError": {
"type": "object",
"description": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.",
"description": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors.",
"properties": {
"code": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@
},
"Azure.Core.Foundations.InnerError": {
"type": "object",
"description": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.",
"description": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors.",
"properties": {
"code": {
"type": "string",
Expand Down
Loading