Skip to content

Commit

Permalink
🧹 Update ARM Specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencegripper committed Nov 13, 2023
1 parent 6c9cc6d commit 0886d26
Show file tree
Hide file tree
Showing 113 changed files with 8,469 additions and 5,160 deletions.
2,427 changes: 1,218 additions & 1,209 deletions internal/pkg/expanders/swagger-armspecs.generated.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"info": {
"version": "2018-06-10",
"version": "2023-11-01",
"title": "Common types"
},
"paths": {},
Expand Down Expand Up @@ -113,6 +113,15 @@
"in": "path",
"x-ms-parameter-location": "method",
"pattern": "^[a-zA-Z][a-zA-Z-_0-9]*$"
},
"ModuleNameParameter": {
"name": "moduleName",
"in": "path",
"required": true,
"type": "string",
"x-ms-parameter-location": "method",
"pattern": "^[a-zA-Z][a-zA-Z-_0-9]*$",
"description": "The name of module."
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@
"type": "string",
"description": "Enum describing allowed operation states.",
"enum": [
"InProgress",
"NotStarted",
"Running",
"Succeeded",
"Failed",
"Canceled"
Expand All @@ -392,8 +393,13 @@
"modelAsString": true,
"values": [
{
"name": "InProgress",
"value": "InProgress",
"name": "NotStarted",
"value": "NotStarted",
"description": "The operation has not started."
},
{
"name": "Running",
"value": "Running",
"description": "The operation is in progress."
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"addition_input_file_paths": [], "input_files": ["preview/2022-07-18-preview/communicationservicejobrouter.json"], "name": "package-jobrouter-2022-07-18-preview"}
{"addition_input_file_paths": [], "input_files": ["stable/2023-11-01/communicationservicejobrouter.json"], "name": "package-jobrouter-2023-11-01"}
Loading

0 comments on commit 0886d26

Please sign in to comment.