Skip to content

Replace dependencies on management libraries with common code #5365

@cormacpayne

Description

@cormacpayne

There are a handful of modules that have a dependency on a specific management library for a separate service. We need to investigate if the module needs that dependency, and if so, replace it with the common (generated) code for that library.

Below are the modules currently management libraries being used by different modules:

Compute

  • Microsoft.Azure.Management.Storage [NetCore in Common.Storage.Netcore]
    • Desktop
    • .NET Core
  • Microsoft.Azure.Management.KeyVault
    • Desktop
    • .NET Core

LogicApp

  • Microsoft.Azure.Management.WebSites
    • Desktop
    • .NET Core

ServiceFabric

  • Microsoft.Azure.Management.Compute
    • Desktop
    • .NET Core
  • Microsoft.Azure.Management.KeyVault
    • Desktop
    • .NET Core
  • Microsoft.Azure.Management.Network
    • Desktop
    • .NET Core
  • Microsoft.Azure.Management.ResourceManager
    • Desktop
    • .NET Core
  • Microsoft.Azure.Management.Storage
    • Desktop
    • .NET Core

Sql

  • Microsoft.Azure.Management.Storage
    • Desktop
    • .NET Core

Cost: 4

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions