Removed deprecated for now
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
'@backstage/plugin-azure-devops-backend': minor
|
||||
---
|
||||
|
||||
**BREAKING** New `fromConfig` static method must be used now when created an instance of the `AzureDevOpsApi`
|
||||
**BREAKING** New `fromConfig` static method must be used now when creating an instance of the `AzureDevOpsApi`
|
||||
|
||||
Added support for using the `AzureDevOpsCredentialsProvider` and deprecated the entire `azureDevOps` configuration section
|
||||
Added support for using the `AzureDevOpsCredentialsProvider`
|
||||
|
||||
+2
-9
@@ -15,28 +15,21 @@
|
||||
*/
|
||||
|
||||
export interface Config {
|
||||
/** Configuration options for the azure-devops-backend plugin
|
||||
* @deprecated Use `integrations.azure` instead.
|
||||
* @see https://backstage.io/docs/integrations/azure/locations
|
||||
/**
|
||||
* Configuration options for the azure-devops-backend plugin
|
||||
*/
|
||||
azureDevOps: {
|
||||
/**
|
||||
* The hostname of the given Azure instance
|
||||
* @deprecated Use `integrations.azure` instead.
|
||||
* @see https://backstage.io/docs/integrations/azure/locations
|
||||
*/
|
||||
host: string;
|
||||
/**
|
||||
* Token used to authenticate requests.
|
||||
* @visibility secret
|
||||
* @deprecated Use `integrations.azure` instead.
|
||||
* @see https://backstage.io/docs/integrations/azure/locations
|
||||
*/
|
||||
token: string;
|
||||
/**
|
||||
* The organization of the given Azure instance
|
||||
* @deprecated Use `integrations.azure` instead.
|
||||
* @see https://backstage.io/docs/integrations/azure/locations
|
||||
*/
|
||||
organization: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user