是否可以在 Azure 托管应用程序中为自定义资源类型使用自定义图标?

Is it possible to use custom icons for a custom resourceType in an Azure Managed Application?

查看 schema 我可以看到一些选项,但没有任何关于自定义图标的提示。查看所有兼容图标的方法也会有所帮助。模式中提供的图标不适合我:)

"icon": {
  "type": "string",
  "description": "The icon of the view.",
  "x-ms-enum": { "name": "icon", "modelAsString": false },
  "examples": [
    "Add",
    "Delete",
    "Refresh",
    "Go",
    "Stop",
    "Start",
    "Link",
    "Polychromatic.VirtualMachine",
    "Polychromatic.Preview"
  ]
},

目前不可能。我能找到的任何文档都没有解决这个问题。我在 Marketplace 发布期间被告知品牌标识会自动替换魔方,但事实并非如此。