Skip to content

Commit

Permalink
Update ARM Specs (#589)
Browse files Browse the repository at this point in the history
Automated PR generated by the ARM Spec Updater action
  • Loading branch information
lawrencegripper authored Aug 30, 2024
2 parents 779500e + 8d7e0c9 commit 2f1b775
Show file tree
Hide file tree
Showing 23 changed files with 5,744 additions and 1,422 deletions.
271 changes: 176 additions & 95 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 @@ -4799,13 +4799,14 @@
"type": "object",
"description": "Request object to update `code_interpreted` tool resources.",
"properties": {
"fileIds": {
"file_ids": {
"type": "array",
"description": "A list of file IDs to override the current list of the assistant.",
"maxItems": 20,
"items": {
"type": "string"
}
},
"x-ms-client-name": "fileIds"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@
},
"storageUri": {
"type": "string",
"format": "uri",
"description": "Uri of the storage account to use for placing the console output and\nscreenshot. If storageUri is not specified while enabling boot diagnostics,\nmanaged storage will be used."
}
}
Expand Down Expand Up @@ -1223,6 +1224,7 @@
"properties": {
"secretUrl": {
"type": "string",
"format": "uri",
"description": "The URL referencing a secret in a Key Vault."
},
"sourceVault": {
Expand Down Expand Up @@ -1435,7 +1437,7 @@
"modelAsString": true,
"values": [
{
"name": "2020-11-01",
"name": "v2020_11_01",
"value": "2020-11-01",
"description": "Initial version supported. Later versions are supported as well."
}
Expand Down Expand Up @@ -2257,6 +2259,7 @@
"properties": {
"certificateUrl": {
"type": "string",
"format": "uri",
"description": "This is the URL of a certificate that has been uploaded to Key Vault as a\nsecret. For adding a secret to the Key Vault, see [Add a key or secret to the\nkey\nvault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).\nIn this case, your certificate needs to be It is the Base64 encoding of the\nfollowing JSON Object which is encoded in UTF-8: <br><br> {<br>\n\"data\":\"<Base64-encoded-certificate>\",<br> \"dataType\":\"pfx\",<br>\n\"password\":\"<pfx-file-password>\"<br>} <br> To install certificates on a virtual\nmachine it is recommended to use the [Azure Key Vault virtual machine extension\nfor\nLinux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)\nor the [Azure Key Vault virtual machine extension for\nWindows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."
},
"certificateStore": {
Expand Down Expand Up @@ -2291,6 +2294,7 @@
"properties": {
"uri": {
"type": "string",
"format": "uri",
"description": "Specifies the virtual hard disk's uri."
}
}
Expand Down Expand Up @@ -2996,6 +3000,7 @@
},
"certificateUrl": {
"type": "string",
"format": "uri",
"description": "This is the URL of a certificate that has been uploaded to Key Vault as a\nsecret. For adding a secret to the Key Vault, see [Add a key or secret to the\nkey\nvault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).\nIn this case, your certificate needs to be the Base64 encoding of the following\nJSON Object which is encoded in UTF-8: <br><br> {<br>\n\"data\":\"<Base64-encoded-certificate>\",<br> \"dataType\":\"pfx\",<br>\n\"password\":\"<pfx-file-password>\"<br>} <br> To install certificates on a virtual\nmachine it is recommended to use the [Azure Key Vault virtual machine extension\nfor\nLinux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)\nor the [Azure Key Vault virtual machine extension for\nWindows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows)."
}
}
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion swagger-specs/batch/data-plane/api-set.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"addition_input_file_paths": [], "input_files": ["Microsoft.Batch/stable/2024-02-01.19.0/BatchService.json"], "name": "package-2024-02"}
{"addition_input_file_paths": [], "input_files": ["Microsoft.Batch/stable/2024-07-01.20.0/BatchService.json"], "name": "package-2024-07"}
Loading

0 comments on commit 2f1b775

Please sign in to comment.