Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
696 stars 241 forks source link

`KeyVaultGetSecretResponse` is missing the `tags` attribute #1696

Open eugenenelou opened 3 months ago

eugenenelou commented 3 months ago

According to the documentation, the SecretItem API definition has a tags value that is a mapping of metadatas.

It is missing in the KeyVaultGetSecretResponse model.