Skip to content

Releases: Azure/azure-sdk-for-js

@azure/core-lro_3.1.0

12 Sep 17:19
d947988
Compare
Choose a tag to compare
fix(playwrighttesting): Updated error handling for reporting (#31090)

### Packages impacted by this PR
`
@azure/microsoft-playwright-testing`

### Issues associated with this PR
Display informational messages to the user in case of errors at the end
of test.

### Describe the problem that is addressed by this PR


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)

@azure/core-auth_1.8.0

12 Sep 17:06
d947988
Compare
Choose a tag to compare
fix(playwrighttesting): Updated error handling for reporting (#31090)

### Packages impacted by this PR
`
@azure/microsoft-playwright-testing`

### Issues associated with this PR
Display informational messages to the user in case of errors at the end
of test.

### Describe the problem that is addressed by this PR


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)

@azure/microsoft-playwright-testing_1.0.0-beta.2

12 Sep 05:06
6f98c8d
Compare
Choose a tag to compare

1.0.0-beta.2 (2024-09-12)

This release updates the Microsoft Playwright Testing library documentation and improves error messages.

Bugs Fixed

  • Improved handling of Entra ID token expiry so that test runs don't fail intermittently.
  • Optimized retries if reporting API fails with 5xx error

@azure-tools/test-credential_1.3.1

09 Sep 17:55
Compare
Choose a tag to compare

@azure/openai_2.0.0-beta.2

09 Sep 17:50
bf8daea
Compare
Choose a tag to compare
Pre-release
[OpenAI] Fix import (#31040)

Thanks to @diberry for the catch!

@azure/microsoft-playwright-testing_1.0.0-beta.1

09 Sep 14:05
7299f80
Compare
Choose a tag to compare

1.0.0-beta.1 (2024-09-09)

Features Added

  • Added authentication using Entra ID for the service.
  • Added reporting capabilities for the service. You can now publish the reports and artifacts generated by Playwright OSS to the service.

@azure/create-microsoft-playwright-testing_1.0.0-beta.1

09 Sep 14:05
7299f80
Compare
Choose a tag to compare

1.0.0-beta.1 (2024-09-09)

Features Added

  • Added authentication using Entra ID for the service.
  • Added reporting capabilities for the service. You can now publish the reports and artifacts generated by Playwright OSS to the service.

@azure/arm-eventhub_5.2.0

06 Sep 04:44
8ddc182
Compare
Choose a tag to compare

5.2.0 (2024-07-18)

Features Added

  • Added operation group ApplicationGroupOperations
  • Added operation group NetworkSecurityPerimeterConfigurationOperations
  • Added operation group NetworkSecurityPerimeterConfigurations
  • Added Interface ApplicationGroup
  • Added Interface ApplicationGroupCreateOrUpdateApplicationGroupOptionalParams
  • Added Interface ApplicationGroupDeleteOptionalParams
  • Added Interface ApplicationGroupGetOptionalParams
  • Added Interface ApplicationGroupListByNamespaceNextOptionalParams
  • Added Interface ApplicationGroupListByNamespaceOptionalParams
  • Added Interface ApplicationGroupListResult
  • Added Interface ApplicationGroupPolicy
  • Added Interface CaptureIdentity
  • Added Interface NetworkSecurityPerimeter
  • Added Interface NetworkSecurityPerimeterConfiguration
  • Added Interface NetworkSecurityPerimeterConfigurationList
  • Added Interface NetworkSecurityPerimeterConfigurationListOptionalParams
  • Added Interface NetworkSecurityPerimeterConfigurationPropertiesProfile
  • Added Interface NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation
  • Added Interface NetworkSecurityPerimeterConfigurationsCreateOrUpdateOptionalParams
  • Added Interface NspAccessRule
  • Added Interface NspAccessRuleProperties
  • Added Interface NspAccessRulePropertiesSubscriptionsItem
  • Added Interface ProvisioningIssue
  • Added Interface ProvisioningIssueProperties
  • Added Interface RetentionDescription
  • Added Interface ThrottlingPolicy
  • Added Type Alias ApplicationGroupCreateOrUpdateApplicationGroupResponse
  • Added Type Alias ApplicationGroupGetResponse
  • Added Type Alias ApplicationGroupListByNamespaceNextResponse
  • Added Type Alias ApplicationGroupListByNamespaceResponse
  • Added Type Alias ApplicationGroupPolicyType
  • Added Type Alias ApplicationGroupPolicyUnion
  • Added Type Alias CaptureIdentityType
  • Added Type Alias CleanupPolicyRetentionDescription
  • Added Type Alias MetricId
  • Added Type Alias NetworkSecurityPerimeterConfigurationListResponse
  • Added Type Alias NetworkSecurityPerimeterConfigurationProvisioningState
  • Added Type Alias NspAccessRuleDirection
  • Added Type Alias ProvisioningState
  • Added Type Alias PublicNetworkAccess
  • Added Type Alias ResourceAssociationAccessMode
  • Added Type Alias TlsVersion
  • Interface Cluster has a new optional parameter provisioningState
  • Interface Cluster has a new optional parameter supportsScaling
  • Interface Destination has a new optional parameter identity
  • Interface EHNamespace has a new optional parameter minimumTlsVersion
  • Interface EHNamespace has a new optional parameter publicNetworkAccess
  • Interface Eventhub has a new optional parameter retentionDescription
  • Interface Eventhub has a new optional parameter userMetadata
  • Added Enum KnownApplicationGroupPolicyType
  • Added Enum KnownCleanupPolicyRetentionDescription
  • Added Enum KnownMetricId
  • Added Enum KnownNetworkSecurityPerimeterConfigurationProvisioningState
  • Added Enum KnownNspAccessRuleDirection
  • Added Enum KnownProvisioningState
  • Added Enum KnownPublicNetworkAccess
  • Added Enum KnownResourceAssociationAccessMode
  • Added Enum KnownTlsVersion
  • Enum KnownPublicNetworkAccessFlag has a new value SecuredByPerimeter
  • Interface ConsumerGroupsListByEventHubNextOptionalParams no longer has parameter skip
  • Interface ConsumerGroupsListByEventHubNextOptionalParams no longer has parameter top
  • Interface EventHubsListByNamespaceNextOptionalParams no longer has parameter skip
  • Interface EventHubsListByNamespaceNextOptionalParams no longer has parameter top
  • Interface SchemaRegistryListByNamespaceNextOptionalParams no longer has parameter skip
  • Interface SchemaRegistryListByNamespaceNextOptionalParams no longer has parameter top

@azure/arm-billing_5.0.0

06 Sep 04:46
8ddc182
Compare
Choose a tag to compare

5.0.0 (2024-09-04)

Features Added

  • Added operation group AssociatedTenants
  • Added operation group BillingRequests
  • Added operation group BillingRoleDefinitionOperations
  • Added operation group BillingSubscriptionsAliases
  • Added operation group Departments
  • Added operation group PartnerTransfers
  • Added operation group PaymentMethods
  • Added operation group RecipientTransfers
  • Added operation group ReservationOrders
  • Added operation group SavingsPlanOrders
  • Added operation group SavingsPlans
  • Added operation group Transfers
  • Added operation AvailableBalances.getByBillingAccount
  • Added operation AvailableBalances.getByBillingProfile
  • Added operation BillingAccounts.beginAddPaymentTerms
  • Added operation BillingAccounts.beginAddPaymentTermsAndWait
  • Added operation BillingAccounts.beginCancelPaymentTerms
  • Added operation BillingAccounts.beginCancelPaymentTermsAndWait
  • Added operation BillingAccounts.confirmTransition
  • Added operation BillingAccounts.validatePaymentTerms
  • Added operation BillingPermissions.checkAccessByBillingAccount
  • Added operation BillingPermissions.checkAccessByBillingProfile
  • Added operation BillingPermissions.checkAccessByCustomer
  • Added operation BillingPermissions.checkAccessByDepartment
  • Added operation BillingPermissions.checkAccessByEnrollmentAccount
  • Added operation BillingPermissions.checkAccessByInvoiceSection
  • Added operation BillingPermissions.listByCustomerAtBillingAccount
  • Added operation BillingPermissions.listByDepartment
  • Added operation BillingPermissions.listByEnrollmentAccount
  • Added operation BillingPermissions.listByInvoiceSection
  • Added operation BillingProfiles.beginDelete
  • Added operation BillingProfiles.beginDeleteAndWait
  • Added operation BillingProfiles.validateDeleteEligibility
  • Added operation BillingRoleAssignments.beginCreateByBillingAccount
  • Added operation BillingRoleAssignments.beginCreateByBillingAccountAndWait
  • Added operation BillingRoleAssignments.beginCreateByBillingProfile
  • Added operation BillingRoleAssignments.beginCreateByBillingProfileAndWait
  • Added operation BillingRoleAssignments.beginCreateByCustomer
  • Added operation BillingRoleAssignments.beginCreateByCustomerAndWait
  • Added operation BillingRoleAssignments.beginCreateByInvoiceSection
  • Added operation BillingRoleAssignments.beginCreateByInvoiceSectionAndWait
  • Added operation BillingRoleAssignments.beginCreateOrUpdateByBillingAccount
  • Added operation BillingRoleAssignments.beginCreateOrUpdateByBillingAccountAndWait
  • Added operation BillingRoleAssignments.beginCreateOrUpdateByDepartment
  • Added operation BillingRoleAssignments.beginCreateOrUpdateByDepartmentAndWait
  • Added operation BillingRoleAssignments.beginCreateOrUpdateByEnrollmentAccount
  • Added operation BillingRoleAssignments.beginCreateOrUpdateByEnrollmentAccountAndWait
  • Added operation BillingRoleAssignments.beginResolveByBillingAccount
  • Added operation BillingRoleAssignments.beginResolveByBillingAccountAndWait
  • Added operation BillingRoleAssignments.beginResolveByBillingProfile
  • Added operation BillingRoleAssignments.beginResolveByBillingProfileAndWait
  • Added operation BillingRoleAssignments.beginResolveByCustomer
  • Added operation BillingRoleAssignments.beginResolveByCustomerAndWait
  • Added operation BillingRoleAssignments.beginResolveByInvoiceSection
  • Added operation BillingRoleAssignments.beginResolveByInvoiceSectionAndWait
  • Added operation BillingRoleAssignments.deleteByCustomer
  • Added operation BillingRoleAssignments.deleteByDepartment
  • Added operation BillingRoleAssignments.deleteByEnrollmentAccount
  • Added operation BillingRoleAssignments.getByCustomer
  • Added operation BillingRoleAssignments.getByDepartment
  • Added operation BillingRoleAssignments.getByEnrollmentAccount
  • Added operation BillingRoleAssignments.listByCustomer
  • Added operation BillingRoleAssignments.listByDepartment
  • Added operation BillingRoleAssignments.listByEnrollmentAccount
  • Added operation BillingSubscriptions.beginCancel
  • Added operation BillingSubscriptions.beginCancelAndWait
  • Added operation BillingSubscriptions.beginDelete
  • Added operation BillingSubscriptions.beginDeleteAndWait
  • Added operation BillingSubscriptions.beginMerge
  • Added operation BillingSubscriptions.beginMergeAndWait
  • Added operation BillingSubscriptions.beginSplit
  • Added operation BillingSubscriptions.beginSplitAndWait
  • Added operation BillingSubscriptions.beginUpdate
  • Added operation BillingSubscriptions.beginUpdateAndWait
  • Added operation BillingSubscriptions.getByBillingProfile
  • Added operation BillingSubscriptions.listByCustomerAtBillingAccount
  • Added operation BillingSubscriptions.listByEnrollmentAccount
  • Added operation BillingSubscriptions.validateMoveEligibility
  • Added operation Customers.getByBillingAccount
  • Added operation EnrollmentAccounts.getByDepartment
  • Added operation EnrollmentAccounts.listByBillingAccount
  • Added operation EnrollmentAccounts.listByDepartment
  • Added operation Invoices.beginAmend
  • Added operation Invoices.beginAmendAndWait
  • Added operation Invoices.beginDownloadByBillingAccount
  • Added operation Invoices.beginDownloadByBillingAccountAndWait
  • Added operation Invoices.beginDownloadByBillingSubscription
  • Added operation Invoices.beginDownloadByBillingSubscriptionAndWait
  • Added operation Invoices.beginDownloadDocumentsByBillingAccount
  • Added operation Invoices.beginDownloadDocumentsByBillingAccountAndWait
  • Added operation Invoices.beginDownloadDocumentsByBillingSubscription
  • Added operation Invoices.beginDownloadDocumentsByBillingSubscriptionAndWait
  • Added operation Invoices.beginDownloadSummaryByBillingAccount
  • Added operation Invoices.beginDownloadSummaryByBillingAccountAndWait
  • Added operation Invoices.getByBillingAccount
  • Added operation Invoices.getByBillingSubscription
  • Added operation InvoiceSections.beginDelete
  • Added operation InvoiceSections.beginDeleteAndWait
  • Added operation InvoiceSections.validateDeleteEligibility
  • Added operation Policies.beginCreateOrUpdateByBillingAccount
  • Added operation Policies.beginCreateOrUpdateByBillingAccountAndWait
  • Added operation Policies.beginCreateOrUpdateByBillingProfile
  • Added operation Policies.beginCreateOrUpdateByBillingProfileAndWait
  • Added operation Policies.beginCreateOrUpdateByCustomer
  • Added operation Policies.beginCreateOrUpdateByCustomerAndWait
  • Added operation Policies.beginCreateOrUpdateByCustomerAtBillingAccount
  • Added operation Policies.beginCreateOrUpdateByCustomerAtBillingAccountAndWait
  • Added operation Policies.getByBillingAccount
  • Added operation Policies.getByCustomerAtBillingAccount
  • Added operation Policies.getBySubscription
  • Added operation Products.beginMove
  • Added operation Products.beginMoveAndWait
  • Added operation Products.validateMoveEligibility
  • Added operation Reservations.beginUpdateByBillingAccount
  • Added operation Reservations.beginUpdateByBillingAccountAndWait
  • Added operation Reservations.getByReservationOrder
  • Added operation Reservations.listByReservationOrder
  • Added operation Transactions.beginTransactionsDownloadByInvoice
  • Added operation Transactions.beginTransactionsDownloadByInvoiceAndWait
  • Added operation Transactions.getTransactionSummaryByInvoice
  • Added operation Transactions.listByBillingProfile
  • Added operation Transactions.listByCustomer
  • Added operation Transactions.listByInvoiceSection
  • Added Interface AcceptTransferRequest
  • Added Interface AddressValidationResponse
  • Added Interface AgreementProperties
  • Added Interface AppliedScopeProperties
  • Added Interface AssociatedTenant
  • Added Interface AssociatedTenantListResult
  • Added Interface AssociatedTenantProperties
  • Added Interface AssociatedTenantsCreateOrUpdateHeaders
  • Added Interface AssociatedTenantsCreateOrUpdateOptionalParams
  • Added Interface AssociatedTenantsDeleteHeaders
  • Added Interface AssociatedTenantsDeleteOptionalParams
  • Added Interface AssociatedTenantsGetOptionalParams
  • Added Interface AssociatedTenantsListByBillingAccountNextOptionalParams
  • Added Interface AssociatedTenantsListByBillingAccountOptionalParams
  • Added Interface AvailableBalanceProperties
  • Added Interface AvailableBalancePropertiesAmount
  • Added Interface AvailableBalancePropertiesTotalPaymentsOnAccount
  • Added Interface AvailableBalancesGetByBillingAccountOptionalParams
  • Added Interface AvailableBalancesGetByBillingProfileOptionalParams
  • Added Interface Beneficiary
  • Added Interface BillingAccountPatch
  • Added Interface BillingAccountPolicy
  • Added Interface BillingAccountPolicyProperties
  • Added Interface BillingAccountPolicyPropertiesEnterpriseAgreementPolicies
  • Added Interface BillingAccountProperties
  • Added Interface BillingAccountPropertiesEnrollmentDetails
  • Added Interface BillingAccountPropertiesRegistrationNumber
  • Added Interface BillingAccountPropertiesSoldTo
  • Added Interface BillingAccountsAddPaymentTermsHeaders
  • Added Interface BillingAccountsAddPaymentTermsOptionalParams
  • Added Interface BillingAccountsCancelPaymentTermsHeaders
  • Added Interface BillingAccountsCancelPaymentTermsOptionalParams
  • Added Interface BillingAccountsConfirmTransitionOptionalParams
  • Added Interface BillingAccountsUpdateHeaders
  • Added Interface BillingAccountsValidatePaymentTermsOptionalParams
  • Added Interface BillingPermission
  • Added Interface BillingPermissionListResult
  • Added Interface BillingPermissionsCheckAccessByBillingAccountOptionalParams
  • Added Interface BillingPermissionsCheckAccessByBillingProfileOptionalParams
  • Added Interface BillingPermissionsCheckAccessByCustomerOptionalParams
  • Added Interface BillingPermissionsCheckAccessByDepartmentOptionalParams
  • Added Interfa...
Read more

@azure-tools/test-credential_1.3.0

03 Sep 17:17
Compare
Choose a tag to compare
Merge branch 'hotfix/test-credential_1.3.0' of https://github.com/Azu…

…re/azure-sdk-for-js into hotfix/test-credential_1.3.0