Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageVersion Include="Azure.ResourceManager.AlertsManagement" Version="1.1.2" />
<PackageVersion Include="Azure.ResourceManager.AppConfiguration" Version="1.4.1" />
<PackageVersion Include="Azure.ResourceManager.ApplicationInsights" Version="1.1.0" />
<PackageVersion Include="Azure.ResourceManager.AppService" Version="1.4.1" />
<PackageVersion Include="Azure.ResourceManager.AppService" Version="1.5.0" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore the split domain-registration API

When ModularPipelines.Azure is compiled, AppService 1.5.0 no longer provides the domain-registration API that this project consumes because that API was separated into Azure.ResourceManager.DomainRegistration. Consequently, AzureComputeProvisioner.AppServiceDomainAsync and AzureComputeProvisionerContractTests can no longer resolve AppServiceDomainData, AppServiceDomainResource, or GetAppServiceDomains(). Keep AppService at 1.4.1 or migrate the provisioner to the new package and API as part of this upgrade.

Useful? React with 👍 / 👎.

<PackageVersion Include="Azure.ResourceManager.Authorization" Version="1.1.7" />
<PackageVersion Include="Azure.ResourceManager.Compute" Version="1.16.0" />
<PackageVersion Include="Azure.ResourceManager.ContainerRegistry" Version="1.4.0" />
Expand All @@ -26,7 +26,7 @@
<PackageVersion Include="Azure.ResourceManager.OperationalInsights" Version="1.3.2" />
<PackageVersion Include="Azure.ResourceManager.Redis" Version="1.5.1" />
<PackageVersion Include="Azure.ResourceManager.SecurityCenter" Version="1.1.0" />
<PackageVersion Include="Azure.ResourceManager.ServiceBus" Version="1.1.0" />
<PackageVersion Include="Azure.ResourceManager.ServiceBus" Version="1.2.0" />
<PackageVersion Include="Azure.ResourceManager.Sql" Version="1.4.0" />
<PackageVersion Include="Azure.ResourceManager.Storage" Version="1.7.0" />
<PackageVersion Include="Azure.ResourceManager.TrafficManager" Version="1.1.3" />
Expand Down
Loading