Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ContainerInstance]Generated the track 2 SDK for ContainerInstance. #18273

Closed
wants to merge 9 commits into from
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{C6E5706C-39AE-4EAB-AACD-B7A9A53A2992}") = "Azure.ResourceManager.ContainerInstance", "src\Azure.ResourceManager.ContainerInstance.csproj", "{2C15FB73-8978-407C-A596-54825AF46753}"
EndProject
Project("{C6E5706C-39AE-4EAB-AACD-B7A9A53A2992}") = "Azure.ResourceManager.ContainerInstance.Tests", "tests\Azure.ResourceManager.ContainerInstance.Tests.csproj", "{63BC8FA9-A23F-4893-802A-B96650AAA3BC}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16D121C5-CF17-4086-B67D-8E14AF721B1A}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C15FB73-8978-407C-A596-54825AF46753}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C15FB73-8978-407C-A596-54825AF46753}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C15FB73-8978-407C-A596-54825AF46753}.Debug|x64.ActiveCfg = Debug|Any CPU
{2C15FB73-8978-407C-A596-54825AF46753}.Debug|x64.Build.0 = Debug|Any CPU
{2C15FB73-8978-407C-A596-54825AF46753}.Debug|x86.ActiveCfg = Debug|Any CPU
{2C15FB73-8978-407C-A596-54825AF46753}.Debug|x86.Build.0 = Debug|Any CPU
{2C15FB73-8978-407C-A596-54825AF46753}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C15FB73-8978-407C-A596-54825AF46753}.Release|Any CPU.Build.0 = Release|Any CPU
{2C15FB73-8978-407C-A596-54825AF46753}.Release|x64.ActiveCfg = Release|Any CPU
{2C15FB73-8978-407C-A596-54825AF46753}.Release|x64.Build.0 = Release|Any CPU
{2C15FB73-8978-407C-A596-54825AF46753}.Release|x86.ActiveCfg = Release|Any CPU
{2C15FB73-8978-407C-A596-54825AF46753}.Release|x86.Build.0 = Release|Any CPU
{63BC8FA9-A23F-4893-802A-B96650AAA3BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63BC8FA9-A23F-4893-802A-B96650AAA3BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63BC8FA9-A23F-4893-802A-B96650AAA3BC}.Debug|x64.ActiveCfg = Debug|Any CPU
{63BC8FA9-A23F-4893-802A-B96650AAA3BC}.Debug|x64.Build.0 = Debug|Any CPU
{63BC8FA9-A23F-4893-802A-B96650AAA3BC}.Debug|x86.ActiveCfg = Debug|Any CPU
{63BC8FA9-A23F-4893-802A-B96650AAA3BC}.Debug|x86.Build.0 = Debug|Any CPU
{63BC8FA9-A23F-4893-802A-B96650AAA3BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63BC8FA9-A23F-4893-802A-B96650AAA3BC}.Release|Any CPU.Build.0 = Release|Any CPU
{63BC8FA9-A23F-4893-802A-B96650AAA3BC}.Release|x64.ActiveCfg = Release|Any CPU
{63BC8FA9-A23F-4893-802A-B96650AAA3BC}.Release|x64.Build.0 = Release|Any CPU
{63BC8FA9-A23F-4893-802A-B96650AAA3BC}.Release|x86.ActiveCfg = Release|Any CPU
{63BC8FA9-A23F-4893-802A-B96650AAA3BC}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release History

## 1.0.0-beta.1 (Unreleased)

This package follows the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.

This is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
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,77 @@
# Azure ContainerInstance Management client library for .NET

This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.

## Getting started

### Install the package

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

```PowerShell
Install-Package Azure.ResourceManager.ContainerInstance -Version 1.0.0-beta.1
```

### Prerequisites

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

### Authenticate the Client

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

## Key concepts

Key concepts of the Azure .NET SDK 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/master/doc/mgmt_preview_quickstart.md)
- [API References](https://docs.microsoft.com/dotnet/api/?view=azure-dotnet)
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/master/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://docs.microsoft.com/samples/browse/?branch=master&languages=csharp&term=managing%20using%20Azure%20.NET%20SDK)

## 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 on Azure SDK, please refer to [this website](https://azure.github.io/azure-sdk/)

## Contributing

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

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
(e.g., label, comment). Simply follow the instructions provided by the
bot. You will only need to do this once across all repositories using
our CLA.

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

<!-- LINKS -->
[style-guide-msft]: https://docs.microsoft.com/style-guide/capitalization
[style-guide-cloud]: https://aka.ms/azsdk/cloud-style-guide

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Ftemplate%2FAzure.Template%2FREADME.png)
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta.1</Version>
<PackageId>Azure.ResourceManager.ContainerInstance</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider ContainerInstance</Description>
<PackageTags>azure;management;arm;resource manager;containerinstance</PackageTags>
</PropertyGroup>

<PropertyGroup>
<!-- TODO: As part of release process, this PropertyGroup can be removed once RP is approved for namespace -->
<NoWarn>$(NoWarn);AZC0001</NoWarn>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using Azure.Core;

namespace Azure.ResourceManager.ContainerInstance.Models
{
/// <summary>
/// Twin data.
/// </summary>
[CodeGenModel("Capabilities")]
public partial class CapabilitiesObject
{
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading