Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

different xml elements in arrays for generated services #1098

Open
cataggar opened this issue Sep 16, 2022 · 0 comments
Open

different xml elements in arrays for generated services #1098

cataggar opened this issue Sep 16, 2022 · 0 comments
Assignees
Labels
CodeGen Issues that relate to code generation Previous Versions Work related to older, unsupported SDKs Storage Storage Service (Queues, Blobs, Files)

Comments

@cataggar
Copy link
Member

cataggar commented Sep 16, 2022

Need a similar fix to #1097 for xml generated services. It is not obvious that this spec matches that structure:

    "BlobHierarchyListSegment": {
      "xml": {
        "name": "Blobs"
      },
      "type": "object",
      "required": [
        "BlobItems"
      ],
      "properties": {
        "BlobPrefixes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/BlobPrefix"
          }
        },
        "BlobItems": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/BlobItemInternal"
          }
        }
      }
    },
@cataggar cataggar added the CodeGen Issues that relate to code generation label Sep 16, 2022
@cataggar cataggar self-assigned this Oct 1, 2023
@heaths heaths added Storage Storage Service (Queues, Blobs, Files) and removed storage_blobs labels Jan 30, 2024
@heaths heaths added the Previous Versions Work related to older, unsupported SDKs label Jun 28, 2024
@github-project-automation github-project-automation bot moved this to Untriaged in Azure SDK Rust Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CodeGen Issues that relate to code generation Previous Versions Work related to older, unsupported SDKs Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

2 participants