Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
6883e49
Configurations: 'specification/containerregistry/resource-manager/Mi…
azure-sdk Jan 21, 2026
876a5b6
Update sdk/containerregistry/Azure.ResourceManager.containerregistryt…
CodeJourneys Feb 24, 2026
db0a38d
Update sdk/containerregistry/Azure.ResourceManager.containerregistryt…
CodeJourneys Mar 2, 2026
caeecde
Revise README with service description
CodeJourneys Mar 3, 2026
d6736b1
Merge branch 'main' into sdkauto/Azure.ResourceManager.containerregis…
CodeJourneys Mar 10, 2026
a5e4e0f
Update commit hash and emitter package JSON path in tsp-location.yaml
CodeJourneys Mar 10, 2026
943b14f
Add Azure.ResourceManager.ContainerRegistryTasks artifact to CI confi…
CodeJourneys Mar 10, 2026
319f55d
Updated tsp-location to pick up latest configuration changes and rege…
CodeJourneys Mar 10, 2026
0d15c05
dotnet format applied
CodeJourneys Mar 10, 2026
a584776
Remove stale generated test samples
CodeJourneys Mar 11, 2026
f014baa
Update commit hash in tsp-location.yaml
CodeJourneys Mar 12, 2026
bc567e7
Regenerated SDK
CodeJourneys Mar 12, 2026
9166fc3
Update commit hash in tsp-location.yaml
CodeJourneys Mar 12, 2026
52f3394
Regenerated sdk showing property flattening
CodeJourneys Mar 12, 2026
2240c31
Update commit hash in tsp-location.yaml
CodeJourneys Mar 12, 2026
d59bc53
fix(containerregistrytasks): adjust property naming case and add unit…
CodeJourneys Mar 12, 2026
75dad02
chore(changelog): update release date for 1.0.0-beta.1 and remove unu…
CodeJourneys Mar 12, 2026
3432b50
fix(containerregistrytasks): remove unused project configurations fro…
CodeJourneys Mar 12, 2026
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.ResourceManager.ContainerRegistryTasks", "src\Azure.ResourceManager.ContainerRegistryTasks.csproj", "{28FF4005-4467-4E36-92E7-DEA27DEB1519}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.ResourceManager.ContainerRegistryTasks.Tests", "tests\Azure.ResourceManager.ContainerRegistryTasks.Tests.csproj", "{E2E6A1D6-8F7B-4F92-B8A3-1C3D5E7F9A2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28FF4005-4467-4E36-92E7-DEA27DEB1519}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28FF4005-4467-4E36-92E7-DEA27DEB1519}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28FF4005-4467-4E36-92E7-DEA27DEB1519}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28FF4005-4467-4E36-92E7-DEA27DEB1519}.Release|Any CPU.Build.0 = Release|Any CPU
{E2E6A1D6-8F7B-4F92-B8A3-1C3D5E7F9A2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2E6A1D6-8F7B-4F92-B8A3-1C3D5E7F9A2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2E6A1D6-8F7B-4F92-B8A3-1C3D5E7F9A2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2E6A1D6-8F7B-4F92-B8A3-1C3D5E7F9A2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A97F4B90-2591-4689-B1F8-5F21FE6D6CAE}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Release History

## 1.0.0-beta.1 (2026-03-13)

### Features Added

- Initial release of `Azure.ResourceManager.ContainerRegistryTasks` for managing Container Registry Tasks resources (Tasks, Runs, TaskRuns, and Agent Pools).
- This package provides dedicated management of the `Microsoft.ContainerRegistry/RegistryTasks` resource provider, separated from the `Azure.ResourceManager.ContainerRegistry` package where these resources were previously included.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--
Add any shared properties you want for the projects under this package directory that need to be set before the auto imported Directory.Build.props
-->
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., Directory.Build.props))\Directory.Build.props" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# Microsoft Azure containerregistrytasks management client library for .NET

The Azure Container Registry Tasks .NET client library enables you to manage Azure Container Registry task resources, including task definitions, runs, triggers, and related configuration.

This library follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

## Getting started

### Install the package

Install the Microsoft Azure containerregistrytasks management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.containerregistrytasks --prerelease
```

### Prerequisites

* You must have a [Microsoft Azure subscription](https://azure.microsoft.com/free/dotnet/).

### Authenticate the Client

To create an authenticated client and start interacting with Microsoft Azure resources, see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/dev/mgmt_quickstart.md).

## Key concepts

Key concepts of the Microsoft Azure SDK for .NET can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html)

## Documentation

Documentation is available to help you learn how to use this package:

- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/dev/mgmt_quickstart.md).
- [API References](https://learn.microsoft.com/dotnet/api/?view=azure-dotnet).
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md).

## Examples

Code samples for using the management library for .NET can be found in the following locations
- [.NET Management Library Code Samples](https://aka.ms/azuresdk-net-mgmt-samples)

## Troubleshooting

- File an issue via [GitHub Issues](https://github.com/Azure/azure-sdk-for-net/issues).
- Check [previous questions](https://stackoverflow.com/questions/tagged/azure+.net) or ask new ones on Stack Overflow using Azure and .NET tags.

## Next steps

For more information about Microsoft Azure SDK, see [this website](https://azure.github.io/azure-sdk/).

## Contributing

For details on contributing to this repository, see the [contributing
guide][cg].

This project welcomes contributions and suggestions. Most contributions
require you to agree to a Contributor License Agreement (CLA) declaring
that you have the right to, and actually do, grant us the rights to use
your contribution. For details, visit <https://cla.microsoft.com>.

When you submit a pull request, a CLA-bot will automatically determine
whether you need to provide a CLA and decorate the PR appropriately
(for example, label, comment). Follow the instructions provided by the
bot. You'll only need to do this action once across all repositories
using our CLA.

This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For
more information, see the [Code of Conduct FAQ][coc_faq] or contact
<opencode@microsoft.com> with any other questions or comments.

<!-- LINKS -->
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

{
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/containerregistrytasks/Azure.ResourceManager.containerregistrytasks",
"Tag": ""
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"apiVersions": {
"Microsoft.ContainerRegistry": "2025-03-01-preview"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>This is the Azure.ResourceManager.ContainerRegistryTasks client library for developing .NET applications with rich experience.</Description>
<AssemblyTitle>SDK Code Generation Azure.ResourceManager.ContainerRegistryTasks</AssemblyTitle>
<Version>1.0.0-beta.1</Version>
<PackageTags>Azure.ResourceManager.ContainerRegistryTasks</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
</Project>
Loading
Loading