ctaggart / autorust

MIT License
12 stars 4 forks source link

mixedreality not generating AccountKeyRegenerateRequest #83

Closed ctaggart closed 3 years ago

ctaggart commented 3 years ago
error[E0412]: cannot find type `AccountKeyRegenerateRequest` in this scope
    --> services/mgmt/mixedreality/src/package_2020_05/operations.rs:1214:22
     |
1214 |         regenerate: &AccountKeyRegenerateRequest,
     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

It it in an included file that is only references by a common parameter.

  "parameters": {
    "accountKeyRegenerateParameter": {
      "name": "regenerate",
      "in": "body",
      "required": true,
      "schema": {
        "$ref": "#/definitions/AccountKeyRegenerateRequest"
      },
      "x-ms-parameter-location": "method",
      "description": "Required information for key regeneration."
    },
ctaggart commented 3 years ago

moved to https://github.com/Azure/azure-sdk-for-rust/issues/224