Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update examples #27495

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@
"sparkProfile": {},
"sshProfile": {
"count": 2
},
"rangerPluginProfile": {
"enabled": true
}
}
}
Expand Down Expand Up @@ -187,9 +184,6 @@
"sshProfile": {
"count": 2,
"podPrefix": "sshnode"
},
"rangerPluginProfile": {
"enabled": false
}
}
},
Expand Down Expand Up @@ -302,9 +296,6 @@
"sshProfile": {
"count": 2,
"podPrefix": "sshnode"
},
"rangerPluginProfile": {
"enabled": false
}
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check failure on line 1 in specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks/preview/2023-11-01-preview/hdinsight.json

View check run for this annotation

Azure Pipelines / TypeSpec Requirement

specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks/preview/2023-11-01-preview/hdinsight.json#L1

specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks/preview/2023-11-01-preview/hdinsight.json(1,1): error : OpenAPI was not generated from TypeSpec, and spec appears to be new
"swagger": "2.0",
"info": {
"title": "HDInsight on AKS Management Client",
Expand Down Expand Up @@ -2826,7 +2826,7 @@
"database": {
"properties": {
"host": {
"description": "The database url",
"description": "The database URL",
"type": "string"
},
"name": {
Expand Down
Loading