github.com/vmware/go-vcloud-director/v2@v2.24.0/.changes/v2.17.0/510-deprecations.md (about)

     1  * Deprecated the functions `VCDClient.AddMetadataEntryByHrefAsync`
     2    and `VCDClient.AddMetadataEntryByHref` in favor of `VCDClient.AddMetadataEntryWithVisibilityByHrefAsync`
     3    and `VCDClient.AddMetadataEntryWithVisibilityByHref` [GH-510]
     4  * Deprecated the functions `VCDClient.MergeMetadataByHrefAsync`
     5    and `VCDClient.MergeMetadataByHref` in favor of `VCDClient.MergeMetadataWithVisibilityByHrefAsync`
     6    and `VCDClient.MergeMetadataWithVisibilityByHref` [GH-510]
     7  * Deprecated the functions `AddMetadataEntryAsync` and `AddMetadataEntry` from the following entities:
     8    `VM`, `Vdc`, `AdminVdc`, `ProviderVdc`, `VApp`, `VAppTemplate`, `MediaRecord`, `Media`, `AdminCatalog`, `AdminOrg`, `Disk`,
     9    `OrgVDCNetwork`, `CatalogItem` in favor of their `AddMetadataEntryWithVisibilityAsync` and `AddMetadataEntryWithVisibility`
    10    counterparts [GH-510]
    11  * Deprecated the functions `MergeMetadataAsync` and `MergeMetadataAsync` from the following entities:
    12    `VM`, `Vdc`, `AdminVdc`, `ProviderVdc`, `VApp`, `VAppTemplate`, `MediaRecord`, `Media`, `AdminCatalog`, `AdminOrg`, `Disk`,
    13    `OrgVDCNetwork`, `CatalogItem` in favor of their `MergeMetadataWithMetadataValuesAsync` and `MergeMetadataWithMetadataValues`
    14    counterparts [GH-510]
    15  * Deprecated the functions `DeleteMetadata` and `DeleteMetadataAsync` from the following entities:
    16    `VM`, `Vdc`, `AdminVdc`, `ProviderVdc`, `VApp`, `VAppTemplate`, `MediaRecord`, `Media`, `AdminCatalog`, `AdminOrg`, `Disk`,
    17    `OrgVDCNetwork`, `CatalogItem` in favor of their `DeleteMetadataWithDomainAsync` and `DeleteMetadataWithDomain`
    18    counterparts [GH-510]