Skip to content

Bump Azure.AI.Projects and Azure.Identity#157

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/csharp/voice-live-quickstarts/AgentsNewQuickstart/multi-8aee545275
Open

Bump Azure.AI.Projects and Azure.Identity#157
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/csharp/voice-live-quickstarts/AgentsNewQuickstart/multi-8aee545275

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Updated Azure.AI.Projects from 1.0.0-beta.8 to 2.0.0.

Release notes

Sourced from Azure.AI.Projects's releases.

2.0.0

2.0.0 (2026-03-31)

Breaking Changes

  • The StructuredInputs property was removed from CreateResponseOptions.
  • Conversations property was replaced by GetProjectConversationsClient() method.
  • Responses property was replaced by GetProjectResponsesClient() method.
  • Files property was replaced by GetProjectFilesClient() method.
  • VectorStores property was replaced by GetProjectVectorStoresClient() method.

2.0.0-beta.2

2.0.0-beta.2 (2026-03-12)

Breaking Changes

  • The Azure.AI.Projects.OpenAI package was renamed to Azure.AI.Extensions.OpenAI
  • The Agents administration was moved to the Azure.AI.Projects.Agents package.
  • OpenAI dependency was upgraded to 2.9.1.

2.0.0-beta.1

2.0.0-beta.1 (2026-03-12)

Features Added

This is the first release of the Azure.AI.Extensions.OpenAI library, a new extension package for the official OpenAI .NET library that facilitates and simplifies use of Microsoft Foundry extensions to OpenAI APIs. This package replaces the Azure.AI.Projects.OpenAI package. All features, related to Agents management were moved to Azure.AI.Projects.Agents.

Breaking Changes

  • The Agents tools were moved to the Azure.AI.Projects.Agents package.
  • GetProjectResponsesClientForAgent cannot be used with AgentDefinition and AgentRecord as these classes are the part of the Azure.AI.Projects.Agents package.

1.52.0

1.52.0 (2026-03-23)

Features Added

  • Added IndonesiaCentral, NewZealandNorth, and MalaysiaWest locations to AzureLocation struct.
  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for AzureClients configuration in appsettings.json, including Retry and Diagnostics options.

Bugs Fixed

  • Fixed implicit conversion operators to not throw exceptions on null inputs per Framework Design Guidelines. Operators now return safe defaults: null for reference types, default for value types.
  • Fixed RequestContent.Dispose() to be idempotent and thread-safe, preventing ArrayPool buffers from being returned multiple times when disposed concurrently or repeatedly.
  • Fixed HttpClientTransport to correctly set the Host header on outgoing requests when explicitly specified, rather than falling through to TryAddWithoutValidation.

Breaking Changes

  • Added nullability annotations to implicit conversion operator parameters for Response<T>, AzureLocation, ContentType, ResourceType, RequestContent, and DynamicData to indicate that null is a valid input. This change was made because throwing exceptions from implicit conversions violates the Framework Design Guidelines.
  • Updated RequestContent implicit conversion operators to return nullable RequestContent? to accurately reflect that null inputs produce null outputs.

1.20.0

1.20.0 (2026-03-30)

Features Added

  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for Azure.Identity credential configuration in appsettings.json.

Breaking Changes

  • AddAzureClient, AddKeyedAzureClient, and WithAzureCredential return type changed from IHostApplicationBuilder to IClientBuilder to align with the IClientBuilder composition change in System.ClientModel.

1.19.0

1.19.0 (2026-03-11)

Features Added

  • Added support in ClientCertificateCredential to specify a path in the form of cert:/StoreLocation/StoreName/Thumbprint to refer to a certificate in the platform certificate store - such as the Windows Certificate Store on Windows, and the KeyChain on MacOS - instead of a file on disk. For example to load a certificate from the "My" store in the "CurrentUser" location use the path cert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870 (A community contribution, courtesy of fowl2).

Other Changes

  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.83.1.

1.16.0-beta.2

1.16.0-beta.2 (2026-03-26)

Breaking Changes

  • Renaming of models to align with the Azure SDK naming convention:
    Added NetApp prefix to models: CacheResource, BucketResource, NetAppBucketResource, ActiveDirectoryConfigResource, SecretPassword, NetAppSecretPassword, LdapConfiguration, DayOfWeek renamed to NetAppDayOfWeek,
    FileSystemUser, NfsUser, SmbSettings, PeeringPassphrases, OriginClusterInformation, ChangeZoneContent
  • Added NetApp prefix to Enums: PolicyStatus, EncryptionState, CredentialsStatus, BreakthroughMode, VolumeSize, SnapshotUsage, KerberosState, GlobalFileLockingState, LargeVolumeType, SmbEncryptionState, CifsChangeNotifyState,
    EnableWriteBackState, LdapServerType, LdapState, OnCertificateConflictAction, SnapshotDirectoryVisibility, ExternalReplicationSetupStatus
  • Standardized AKV abbreviation in models CertificateAkvDetails renamed to CertificateKeyVaultDetails, CredentialsAkvDetails renamed to CredentialsKeyVaultDetails, EntraIdAkvConfig renamed to EntraIdKeyVaultConfig, EntraIdAkvConfigPatch renamed to EntraIdKeyVaultConfigPatch
  • Renamed KeyPairExpiry to KeyPairExpiresOn in BucketGenerateCredentials

1.16.0-beta.1

1.16.0-beta.1 (2026-03-23)

Features Added

1.15.0

1.15.0 (2026-03-03)

Features Added

  • Upgraded api-version tag from 'package-2025-06-01' to 'package-2025-12-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/4b0af9ea3ddad4d6fc0c08572e00ee68679a213c/specification/netapp/resource-manager/Microsoft.NetApp/NetApp/readme.md.
  • Added RansomwareReport resource support on NetAppVolumeResource, including GetRansomwareReports, GetRansomwareReport, and ClearSuspects.
  • Added quota report support on NetAppVolumeResource with GetQuotaReport and GetQuotaReportAsync.
  • Added RansomwareProtection to VolumePropertiesDataProtection and VolumePatchPropertiesDataProtection.
  • Added models ListQuotaReportResult, NetAppVolumeQuotaReport, and QuotaReportFilterContent.
  • Added models RansomwareProtectionPatchSettings, RansomwareProtectionSettings, RansomwareReportProperties, RansomwareSuspects, RansomwareSuspectsClearContent, and SuspectFile.
  • Added enums ActualRansomwareProtectionState, DesiredRansomwareProtectionState, RansomwareReportSeverity, RansomwareReportState, RansomwareSuspectResolution, and NetAppVolumeQuotaType.

Breaking Changes

  • Updated generated quota APIs to add QuotaItemResource-based overloads while retaining NetAppSubscriptionQuotaItem APIs for compatibility.
  • Updated backup relationship status enum usage to VolumeBackupRelationshipStatus.

Bugs Fixed

  • Fixed debug-time quota resource validation to accept both account-scoped and location-scoped quota resource IDs.

1.10.0

1.10.0 (2026-03-16)

Features Added

  • Added JsonPatch.EnumerateArray method that iterates over JSON array elements at a specified path, yielding each element as raw UTF-8 bytes.
  • Added CollectionResult<T>.FromPages and AsyncCollectionResult<T>.FromPages static factory methods that create collection result instances from pre-existing pages of values for testing.
  • Added IsReadOnly property to ClientPipelineOptions and ClientLoggingOptions so callers can check whether options can still be modified without catching an exception.
  • Added Clone() method to ClientPipelineOptions and ClientLoggingOptions that creates a new mutable instance from an existing instance that may be read-only.
  • Added ConfigurationSchema.json to the NuGet package via the MSBuild JsonSchemaSegment feature, enabling automatic JSON IntelliSense and validation for appsettings.json when configuring System.ClientModel-based clients.
  • Updated BCL dependencies to 10.x.

Bugs Fixed

  • Fixed implicit conversion operator for ClientResult<T> to not throw exceptions on null inputs per Framework Design Guidelines. Null inputs now return default.

Breaking Changes

  • Added nullability annotation to the ClientResult<T> implicit conversion operator parameter to indicate that null is a valid input. This change was made because throwing exceptions from implicit conversions violates the Framework Design Guidelines.

1.7.1

1.7.1 (2026-03-20)

Other Changes

  • Upgraded dependent Azure.Core to 1.51.1.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.7.0

1.7.0 (2026-03-27)

Features Added

  • Added ApplicationInsightsRestClientSettings to support creating a ApplicationInsightsRestClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
    (#​56891)

Bugs Fixed

  • Fixed AOT warning regression by using the source generator for ConfigurationBinder calls.
    (#​56368)

Other Changes

  • Update OpenTelemetry dependencies
    • OpenTelemetry 1.15.1
    • OpenTelemetry.Extensions.Hosting 1.15.1
      (#​57549)
  • Made AzureMonitorLogExporter, AzureMonitorMetricExporter, and AzureMonitorTraceExporter public for direct use when configuring OpenTelemetry.
    (#​56344)
  • Made options EnablePerformanceCounters and EnableStandardMetrics public in AzureMonitorExporterOptions.
    (#​56344)

1.6.2

1.6.2 (2026-04-02)

Other Changes

  • Upgraded dependent Azure.Core to 1.52.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.
  • Migrated from AutoRest/Swagger to TypeSpec-based generation.

1.6.1

1.6.1 (2026-03-10)

Bugs Fixed

  • Fixed ActiveDirectoryDomainGuid deserialization to handle empty string values returned by the service (#​56903)

1.6.0-beta.1

1.6.0-beta.1 (2026-03-11)

Features Added

  • Added Condition property to ResourceBicepMetadata to support conditional resource deployment. The condition generates Bicep if (condition) syntax and accepts literal boolean values, parameter references, or complex expressions.

1.5.0

1.5.0 (2026-03-04)

Features Added

  • Added AddKeyVaultSecrets extension methods on IConfigurationBuilder that create a SecretClient from configuration using the Azure.Core configuration extensions (built on System.ClientModel).

Bugs Fixed

  • Handle OperationCanceledException in PollForSecretChangesAsync so the background polling loop exits cleanly when the provider is disposed.

1.5.0-beta.2

1.5.0-beta.2 (2026-03-19)

Features Added

  • Upgraded Registry api-version to 2026-01-01-preview.

1.5.0-beta.1

1.5.0-beta.1 (2026-03-27)

Features Added

1.4.0

1.4.0 (2026-04-01)

Features Added

  • Upgraded API version to 2026-02-01.

1.4.0-beta.1

1.4.0-beta.1 (2026-03-12)

Features Added

  • Upgraded api-version to 2026-01-02-preview.

Other Changes

  • Upgraded dependent Azure.Core to 1.51.1
  • Upgraded dependent Azure.ResourceManager to 1.14.0

1.3.1

1.3.1 (2026-03-20)

Features Added

  • Make Azure.ResourceManager.RecoveryServicesBackup AOT-compatible.

Other Changes

  • Upgraded dependent Azure.Core to 1.51.1.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.3.0

1.3.0 (2026-03-13)

Features Added

  • Upgraded to API version 2026-02-01 (stable).
  • Added SkipManagedNsgAssignment property to ServiceFabricManagedClusterData.
  • Added EnableResilientEphemeralOsDisk property to ServiceFabricManagedNodeTypeData

Breaking Changes

  • Removed preview-only fault simulation types (NodeTypeFaultSimulation, FaultSimulationStatus, SfmcOperationStatus).

1.3.0-beta.1

1.3.0-beta.1 (2026-03-15)

Features Added

  • Updated the client library to use API Version 2025-11-01-preview. This adds all the capabilities that were introduced until this API version.
  • This release adds models and enums for all the APIs supported by Azure Load Testing.
  • Support for Notification Rules
    • Added methods CreateOrUpdateNotificationRule, CreateOrUpdateNotificationRuleAsync, GetNotificationRule, GetNotificationRuleAsync, DeleteNotificationRule, DeleteNotificationRuleAsync, GetNotificationRules, and GetNotificationRulesAsync in LoadTestAdministrationClient to work with notification rules.
  • Support for Triggers
    • Added methods CreateOrUpdateTrigger, CreateOrUpdateTriggerAsync, GetTrigger, GetTriggerAsync, DeleteTrigger, DeleteTriggerAsync, GetTriggers, and GetTriggersAsync in LoadTestAdministrationClient to work with scheduling test triggers.
  • Support for Actionable Insights
    • Added methods GenerateTestRunInsights, GenerateTestRunInsightsAsync, UpdateLatestTestRunInsights, UpdateLatestTestRunInsightsAsync, GetLatestTestRunInsights, and GetLatestTestRunInsightsAsync in LoadTestRunClient to work with actionable insights.
  • Support for generating test plan recommendations
    • Added methods GenerateTestPlanRecommendations and GenerateTestPlanRecommendationsAsync in LoadTestAdministrationClient which generates AI recommendations to author a load test plan using an uploaded browser recording file.
  • Support for Cloning load test
    • Added methods CloneTest and CloneTestAsync in LoadTestAdministrationClient to clone a load test.

1.2.0

1.2.0 (2026-03-13)

Other Changes

  • Refreshed provisioning library with latest resource model updates.

1.2.0-beta.10

1.2.0-beta.10 (2026-03-20)

Bugs Fixed

  • Improved error reporting during streaming response processing.
  • Fixed issue on streaming event deserialization issue.
  • Fix OpenAPI tool call serialization during telemetry collection issue.
  • Fix function arguments serialization issue.

Sample updates

  • Added code to show how to force tool use in Azure AI Search with streaming example. Related to issue.
  • Added sample, demonstrating the logging of network requests.
  • Added sample for generation of structured outputs. Related to issue

1.2.0-beta.2

1.2.0-beta.2 (2026-03-02)

Features Added

  • ServerThreatProtectionSettingsModel.Name now defaults to "Default" and is read-only.
  • PostgreSqlServerSecurityAlertPolicy.Name now defaults to "Default" and is read-only.

Breaking Changes

  • ServerThreatProtectionSettingsModel.Name is now read-only (setter removed). The property only accepts "Default".
  • PostgreSqlServerSecurityAlertPolicy.Name is now read-only (setter removed). The property only accepts "Default".
  • PostgreSqlFlexibleServerActiveDirectoryAdministrator.ObjectId type changed from BicepValue<Guid> to BicepValue<string> to match the service API.
  • Removed generated enums PostgreSqlSecurityAlertPolicyName and ThreatProtectionName. Backward-compatible versions are preserved but hidden from IntelliSense.
  • ServerThreatProtectionSettingsModel.ThreatProtectionName property is deprecated. Use Name instead.

1.2.0-beta.1

1.2.0-beta.1 (2026-03-02)

Breaking Changes

  • OperationalInsightsLinkedStorageAccounts.DataSourceType is now read-only (output property).

1.1.2

1.1.2 (2026-03-25)

Features Added

  • Make Azure.ResourceManager.DevTestLabs AOT-compatible.

Bugs Fixed

Other Changes

  • Upgraded dependent Azure.Core to 1.51.1.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.1.0

1.1.0 (2026-03-12)

Features Added

This release contains required changes for durable task scheduler private endpoint support. As part of this schedulers can be configured to disable public network access. Additionally, private endpoint connections can be managed and viewed.

  • DurableTaskSchedulerProperties now includes PublicNetworkAccess to enable or disable public network access.
  • DurableTaskSchedulerProperties now also contain a readonly PrivateEndpointConnections collection for any private endpoint connections of this scheduler.
  • The DurableTaskPrivateEndpointConnectionCollection client allows managing of private endpoint connections, including approving / rejecting connections.

Other Changes

  • Now uses API version 2026-02-01 for all resource management calls.

1.1.0-beta.3

1.1.0-beta.3 (2026-04-01)

Features Added

  • Aligned resource types to Microsoft.DeviceRegistry API version 2026-03-01-preview.

Breaking Changes

  • PolicyData no longer extends TrackedResourceData; it now extends ResourceData. The Location property is now of type string instead of AzureLocation.

1.1.0-beta.2

1.1.0-beta.2 (2026-03-24)

Features Added

  • Added remaining Network resource types, bringing the total from 37 to 120 resources.
  • Added polymorphic type support for BaseAdminRule (NetworkAdminRule, NetworkDefaultAdminRule), FirewallPolicyRuleCollectionInfo, and FirewallPolicyRule subtypes.

Bugs Fixed

  • Fixed Name property to be writable on FirewallPolicyDraft, FrontendIPConfiguration, LoadBalancingRule, NetworkInterfaceIPConfiguration, OutboundRule, and ProbeResource.

1.1.0-beta.1

1.1.0-beta.1 (2026-03-11)

Features Added

  • Added support for NetworkSecurityPerimeter resources:
    • NetworkSecurityPerimeter
    • NetworkSecurityPerimeterAccessRule
    • NetworkSecurityPerimeterAssociation
    • NetworkSecurityPerimeterLink
    • NetworkSecurityPerimeterLoggingConfiguration
    • NetworkSecurityPerimeterProfile

1.0.3-beta.6059279

1.0.3-beta.6059279 (2026-03-25)

Features Added

  • Added WidgetAnalyticsClientSettings to support creating a WidgetAnalyticsClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.

1.0.3-beta.6058783

1.0.3-beta.6058783 (2026-03-25)

Features Added

  • Added WidgetAnalyticsClientSettings to support creating a WidgetAnalyticsClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.

1.0.3-beta.6036819

1.0.3-beta.6036819 (2026-03-19)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.6036434

1.0.3-beta.6036434 (2026-03-19)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.6035900

1.0.3-beta.6035900 (2026-03-19)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.6032175

1.0.3-beta.6032175 (2026-03-19)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.6031241

1.0.3-beta.6031241 (2026-03-18)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.6030378

1.0.3-beta.6030378 (2026-03-18)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5996861

1.0.3-beta.5996861 (2026-03-11)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5996720

1.0.3-beta.5996720 (2026-03-11)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5995343

1.0.3-beta.5995343 (2026-03-11)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5993539

1.0.3-beta.5993539 (2026-03-11)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5991839

1.0.3-beta.5991839 (2026-03-11)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.2

1.0.2 (2026-03-11)

Bugs Fixed

  • Fixed GetRehydrationToken() returning null on operations started with WaitUntil.Started, preventing cross-process operation handoff (#​56840)

1.0.1

1.0.1 (2026-03-06)

Other Changes

  • Set the default initial polling interval to 3 seconds for Analyze, AnalyzeAsync, AnalyzeBinary, and AnalyzeBinaryAsync to optimize polling efficiency.

1.0.0

1.0.0 (2025-10-01)

Breaking Changes

  • SessionResponse changes:

    • Removed public Object property (now internal)
    • Renamed ModalitiesInternal property to Modalities
    • Changed Voice property type from BinaryData to strongly typed VoiceProvider
    • Changed MaxOutputTokens property type from BinaryData to strongly typed MaxResponseOutputTokensOption
  • SessionResponseItem changes:

    • Removed public Object property (now internal)
  • VoiceLiveSessionResponse changes:

    • No longer inherits from VoiceLiveSessionOptions
    • Constructor changed from internal to public
    • Properties now have public setters: Id, Model, Animation, Instructions, InputAudioSamplingRate, InputAudioFormat, OutputAudioFormat, InputAudioNoiseReduction, InputAudioEchoCancellation, Avatar, InputAudioTranscription, Temperature
    • Added new read-only properties: Voice, MaxResponseOutputTokens, ToolChoice, TurnDetection
  • VoiceProvider changes:

    • Removed internal ToBinaryData() method

Other Changes

  • Improved API design by replacing BinaryData properties with strongly typed models for better type safety and developer experience
  • Removed unnecessary custom implementation files for voice provider classes

1.0.0-preview.23

1.0.0-preview.23 (2026-03-23)

Features Added

  • Model AzureDatabricksDeltaLakeLinkedService has a new parameter workspace_resource_id
  • Model HDInsightOnDemandLinkedService has a new parameter cluster_resource_group_auth_type
  • Added enum type HDInsightOndemandClusterResourceGroupAuthenticationType
  • Model JiraObjectDataset has a new parameter schema_type_properties_schema
  • Model JiraObjectDataset has a new parameter table
  • Model LookupActivity has a new parameter treat_decimal_as_string
  • Model NetezzaLinkedService has a new parameter database
  • Model NetezzaLinkedService has a new parameter port
  • Model NetezzaLinkedService has a new parameter security_level
  • Model NetezzaLinkedService has a new parameter server
  • Model NetezzaLinkedService has a new parameter uid
  • Added enum type NetezzaSecurityLevelType
  • Model SalesforceV2Source has a new parameter partition_option
  • Model ScriptActivity has a new parameter treat_decimal_as_string
  • Model SnowflakeV2LinkedService has a new parameter use_utc_timestamps

Breaking Changes

  • Model AzureDatabricksDeltaLakeLinkedService parameter access_token is no longer required in constructor

1.0.0-beta.11

1.0.0-beta.11 (2026-03-13)

Bugs Fixed

  • Support UseFoundryTools to accept optional TokenCredential parameter

1.0.0-beta.10

1.0.0-beta.10 (2026-03-11)

Other Changes

  • Update Microsoft.Agents.AI, Microsoft.Agents.AI.Workflows, Microsoft.Agents.AI.OpenAI packages to 1.0.0-rc3

1.0.0-beta.9

1.0.0-beta.9 (2026-03-03)

Other Changes

  • Update Microsoft.Agents.AI, Microsoft.Agents.AI.Workflows, Microsoft.Agents.AI.OpenAI packages to 1.0.0-rc1

Commits viewable in compare view.

Updated Azure.Identity from 1.13.2 to 1.20.0.

Release notes

Sourced from Azure.Identity's releases.

1.20.0

1.20.0 (2026-03-30)

Features Added

  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for Azure.Identity credential configuration in appsettings.json.

Breaking Changes

  • AddAzureClient, AddKeyedAzureClient, and WithAzureCredential return type changed from IHostApplicationBuilder to IClientBuilder to align with the IClientBuilder composition change in System.ClientModel.

1.19.0

1.19.0 (2026-03-11)

Features Added

  • Added support in ClientCertificateCredential to specify a path in the form of cert:/StoreLocation/StoreName/Thumbprint to refer to a certificate in the platform certificate store - such as the Windows Certificate Store on Windows, and the KeyChain on MacOS - instead of a file on disk. For example to load a certificate from the "My" store in the "CurrentUser" location use the path cert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870 (A community contribution, courtesy of fowl2).

Other Changes

  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.83.1.

1.16.0-beta.2

1.16.0-beta.2 (2026-03-26)

Breaking Changes

  • Renaming of models to align with the Azure SDK naming convention:
    Added NetApp prefix to models: CacheResource, BucketResource, NetAppBucketResource, ActiveDirectoryConfigResource, SecretPassword, NetAppSecretPassword, LdapConfiguration, DayOfWeek renamed to NetAppDayOfWeek,
    FileSystemUser, NfsUser, SmbSettings, PeeringPassphrases, OriginClusterInformation, ChangeZoneContent
  • Added NetApp prefix to Enums: PolicyStatus, EncryptionState, CredentialsStatus, BreakthroughMode, VolumeSize, SnapshotUsage, KerberosState, GlobalFileLockingState, LargeVolumeType, SmbEncryptionState, CifsChangeNotifyState,
    EnableWriteBackState, LdapServerType, LdapState, OnCertificateConflictAction, SnapshotDirectoryVisibility, ExternalReplicationSetupStatus
  • Standardized AKV abbreviation in models CertificateAkvDetails renamed to CertificateKeyVaultDetails, CredentialsAkvDetails renamed to CredentialsKeyVaultDetails, EntraIdAkvConfig renamed to EntraIdKeyVaultConfig, EntraIdAkvConfigPatch renamed to EntraIdKeyVaultConfigPatch
  • Renamed KeyPairExpiry to KeyPairExpiresOn in BucketGenerateCredentials

1.16.0-beta.1

1.16.0-beta.1 (2026-03-23)

Features Added

1.15.0

1.15.0 (2026-03-03)

Features Added

  • Upgraded api-version tag from 'package-2025-06-01' to 'package-2025-12-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/4b0af9ea3ddad4d6fc0c08572e00ee68679a213c/specification/netapp/resource-manager/Microsoft.NetApp/NetApp/readme.md.
  • Added RansomwareReport resource support on NetAppVolumeResource, including GetRansomwareReports, GetRansomwareReport, and ClearSuspects.
  • Added quota report support on NetAppVolumeResource with GetQuotaReport and GetQuotaReportAsync.
  • Added RansomwareProtection to VolumePropertiesDataProtection and VolumePatchPropertiesDataProtection.
  • Added models ListQuotaReportResult, NetAppVolumeQuotaReport, and QuotaReportFilterContent.
  • Added models RansomwareProtectionPatchSettings, RansomwareProtectionSettings, RansomwareReportProperties, RansomwareSuspects, RansomwareSuspectsClearContent, and SuspectFile.
  • Added enums ActualRansomwareProtectionState, DesiredRansomwareProtectionState, RansomwareReportSeverity, RansomwareReportState, RansomwareSuspectResolution, and NetAppVolumeQuotaType.

Breaking Changes

  • Updated generated quota APIs to add QuotaItemResource-based overloads while retaining NetAppSubscriptionQuotaItem APIs for compatibility.
  • Updated backup relationship status enum usage to VolumeBackupRelationshipStatus.

Bugs Fixed

  • Fixed debug-time quota resource validation to accept both account-scoped and location-scoped quota resource IDs.

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps Azure.AI.Projects from 1.0.0-beta.8 to 2.0.0
Bumps Azure.Identity from 1.13.2 to 1.20.0

---
updated-dependencies:
- dependency-name: Azure.AI.Projects
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Azure.Identity
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 3, 2026

Labels

The following labels could not be found: csharp. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[QUERY] New version of Azure.ResourceManager.DevTestLabs

0 participants