Skip to content

Commit

Permalink
remove package-mode as flag from specs (#26102)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Oct 5, 2023
1 parent be3cd97 commit 46ca838
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 13 deletions.
1 change: 0 additions & 1 deletion specification/codesigning/CodeSigning/tspconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ options:
output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/azure.codesigning.json"
"@azure-tools/typespec-python":
package-dir: "azure-codesigning"
package-mode: "dataplane"
package-name: "{package-dir}"
"@azure-tools/typespec-csharp":
clear-output-folder: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ options:
"@azure-tools/typespec-python":
package-dir: "azure-ai-contentsafety"
package-name: "{package-dir}"
package-mode: dataplane
"@azure-tools/typespec-csharp":
package-dir: "Azure.AI.ContentSafety"
namespace: "{package-dir}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ options:
clear-output-folder: true
new-project: false
model-namespace: false
"@azure-tools/cadl-python":
package-mode: "dataplane"
package-name: "azure-healthinsights-cancerprofiling"
"@azure-tools/cadl-typescript":
"@azure-tools/cadl-typescript":
packageDetails:
name: "@azure-rest/health-insights-cancerprofiling"
description: "Azure Health Insights CancerProfiling"
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ options:
clear-output-folder: true
new-project: false
model-namespace: false
"@azure-tools/cadl-python":
package-mode: "dataplane"
package-name: "azure-healthinsights-clinicalmatching"
"@azure-tools/cadl-typescript":
"@azure-tools/cadl-typescript":
packageDetails:
name: "@azure-rest/health-insights-clinicalmatching"
description: "Azure Health Insights ClinicalMatching"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
parameters:
parameters:
"service-dir":
default: "sdk/contosowidgetmanager"
"dependencies":
Expand All @@ -18,7 +18,6 @@ options:
output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/widgets.json"
"@azure-tools/typespec-python":
package-dir: "azure-contoso-widgetmanager"
package-mode: "dataplane"
package-name: "{package-dir}"
"@azure-tools/typespec-csharp":
package-dir: "Azure.Template.Contoso"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ options:
omit-unreachable-types: true
"@azure-tools/typespec-python":
package-pprint-name: "\"Azure Event Grid\""
package-mode: "dataplane"
package-version: 4.12.0b1
package-dir: "azure-eventgrid"
package-name: "{package-dir}"
Expand Down

0 comments on commit 46ca838

Please sign in to comment.