Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/go-xmlfmt/x…
Browse files Browse the repository at this point in the history
…mlfmt-1.1.3
  • Loading branch information
lawrencegripper authored Nov 29, 2024
2 parents 0e5382b + e20d489 commit 81ba62f
Show file tree
Hide file tree
Showing 327 changed files with 25,782 additions and 78,166 deletions.
4,006 changes: 1,580 additions & 2,426 deletions internal/pkg/expanders/swagger-armspecs.generated.go

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion scripts/swagger_update/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"databricks": "package-2021-04-01-preview",
"billing":"",
# ai/dataplane readme references package-2023-11-06-beta but the files do not exist
"ai": "package-2024-05-01-preview"
"ai": "package-2024-05-01-preview",
# 2024/11/25 17:05:43 Error expanding Swagger: open /workspaces/azbrowse/swagger-specs/policyinsights/resource-manager/Microsoft.PolicyInsights/stable/2019-10-01/operations.json: no such file or directory
"policyinsights": ""
}

# This allows you to augment the included files for each README.MD for a specific tag
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"https"
],
"x-ms-parameterized-host": {
"hostTemplate": "https://{serviceName}.data.azure-apicenter.net",
"hostTemplate": "https://{serviceName}.data.{region}.azure-apicenter.ms",
"useSchemePrefix": false,
"parameters": [
{
Expand All @@ -23,6 +23,13 @@
"description": "Region-unique API Center service name",
"required": true,
"type": "string"
},
{
"name": "region",
"in": "path",
"description": "Region name",
"required": true,
"type": "string"
}
]
},
Expand Down
Loading

0 comments on commit 81ba62f

Please sign in to comment.