@backstage/integration 1.7.1 → 1.7.2-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -226,7 +226,7 @@ type AzureCredentialBase = {
226
226
  type AzureClientSecretCredential = AzureCredentialBase & {
227
227
  kind: 'ClientSecret';
228
228
  /**
229
- * The Azure Active Directory tenant
229
+ * The Entra ID tenant
230
230
  */
231
231
  tenantId: string;
232
232
  /**