Azure.Template 1.0.3-beta.2997675

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Azure.Template.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Azure.Template --version 1.0.3-beta.2997675
NuGet\Install-Package Azure.Template -Version 1.0.3-beta.2997675
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azure.Template" Version="1.0.3-beta.2997675" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Azure.Template --version 1.0.3-beta.2997675
#r "nuget: Azure.Template, 1.0.3-beta.2997675"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Azure.Template as a Cake Addin
#addin nuget:?package=Azure.Template&version=1.0.3-beta.2997675&prerelease

// Install Azure.Template as a Cake Tool
#tool nuget:?package=Azure.Template&version=1.0.3-beta.2997675&prerelease

Azure Template client library for .NET

Azure Template is a managed service that helps developers get secret simply and securely.

Use the client library for to:

[Source code][source_root] | [Package (NuGet)][package] | [API reference documentation][reference_docs] | [Product documentation][azconfig_docs] | [Samples][source_samples]

Source code | Package (NuGet) | API reference documentation | Product documentation

Getting started

This section should include everything a developer needs to do to install and create their first client connection very quickly.

Install the package

First, provide instruction for obtaining and installing the package or library. This section might include only a single line of code, like dotnet add package package-name, but should enable a developer to successfully install the package from NuGet, npm, or even cloning a GitHub repository.

Install the client library for .NET with NuGet:

dotnet add package Azure.Template --prerelease

Prerequisites

Include a section after the install command that details any requirements that must be satisfied before a developer can authenticate and test all of the snippets in the Examples section. For example, for Cosmos DB:

You must have an Azure subscription and Cosmos DB account (SQL API). In order to take advantage of the C# 8.0 syntax, it is recommended that you compile using the .NET Core SDK 3.0 or higher with a language version of latest. It is also possible to compile with the .NET Core SDK 2.1.x using a language version of preview.

Authenticate the client

If your library requires authentication for use, such as for Azure services, include instructions and example code needed for initializing and authenticating.

For example, include details on obtaining an account key and endpoint URI, setting environment variables for each, and initializing the client object.

Key concepts

The Key concepts section should describe the functionality of the main classes. Point out the most important and useful classes in the package (with links to their reference pages) and explain how those classes work together. Feel free to use bulleted lists, tables, code blocks, or even diagrams for clarity.

Include the Thread safety and Additional concepts sections below at the end of your Key concepts section. You may remove or add links depending on what your library makes use of:

Thread safety

We guarantee that all client instance methods are thread-safe and independent of each other (guideline). This ensures that the recommendation of reusing client instances is always safe, even across threads.

Additional concepts

Client options | Accessing the response | Long-running operations | Handling failures | Diagnostics | Mocking | Client lifetime

Examples

You can familiarize yourself with different APIs using Samples.

Get secret

The GetSecret method retrieves a secret from the service.

string endpoint = "https://myvault.vault.azure.net";
var credential = new DefaultAzureCredential();
var client = new TemplateClient(endpoint, credential);

SecretBundle secret = client.GetSecretValue("TestSecret");

Console.WriteLine(secret.Value);
```Python
things = client.list_things()

Troubleshooting

Describe common errors and exceptions, how to "unpack" them if necessary, and include guidance for graceful handling and recovery.

Provide information to help developers avoid throttling or other service-enforced errors they might encounter. For example, provide guidance and examples for using retry or connection policies in the API.

If the package or a related package supports it, include tips for logging or enabling instrumentation to help them debug their code.

Next steps

  • Provide a link to additional code examples, ideally to those sitting alongside the README in the package's /samples directory.
  • If appropriate, point users to other packages that might be useful.
  • If you think there's a good chance that developers might stumble across your package in error (because they're searching for specific functionality and mistakenly think the package provides that functionality), point them to the packages they might be looking for.

Contributing

This is a template, but your SDK readme should include details on how to contribute code to the repo/package.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Azure.Template:

Repository Stars
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
Version Downloads Last updated
1.0.3-beta.20201117 1,116 11/17/2020
1.0.3-beta.20201112 1,916 11/13/2020
1.0.3-beta.20201111 229 11/12/2020
1.0.3-beta.20201110 299 11/11/2020
1.0.3-beta.3921138 36 6/28/2024
1.0.3-beta.3920534 32 6/28/2024
1.0.3-beta.3920437 31 6/28/2024
1.0.3-beta.3795970 91 5/17/2024
1.0.3-beta.3791706 50 5/15/2024
1.0.3-beta.3789903 34 5/15/2024
1.0.3-beta.3789610 35 5/15/2024
1.0.3-beta.3789538 28 5/15/2024
1.0.3-beta.3789428 45 5/15/2024
1.0.3-beta.3743527 64 4/29/2024
1.0.3-beta.3738129 52 4/27/2024
1.0.3-beta.3707580 62 4/17/2024
1.0.3-beta.3706998 41 4/17/2024
1.0.3-beta.3698829 37 4/17/2024
1.0.3-beta.3677095 62 4/8/2024
1.0.3-beta.3672318 48 4/5/2024
1.0.3-beta.3671955 49 4/5/2024
1.0.3-beta.3671847 51 4/5/2024
1.0.3-beta.3630496 71 3/22/2024
1.0.3-beta.3607578 47 3/18/2024
1.0.3-beta.3602364 52 3/15/2024
1.0.3-beta.3576863 57 3/8/2024
1.0.3-beta.3576851 57 3/9/2024
1.0.3-beta.3570448 53 3/7/2024
1.0.3-beta.3570216 46 3/7/2024
1.0.3-beta.3569635 53 3/7/2024
1.0.3-beta.3490066 81 2/12/2024
1.0.3-beta.3454866 66 1/31/2024
1.0.3-beta.3454044 54 1/31/2024
1.0.3-beta.3419945 58 1/19/2024
1.0.3-beta.3419376 47 1/19/2024
1.0.3-beta.3410393 68 1/16/2024
1.0.3-beta.3408806 54 1/16/2024
1.0.3-beta.3406027 58 1/15/2024
1.0.3-beta.3405791 48 1/15/2024
1.0.3-beta.3405614 54 1/15/2024
1.0.3-beta.3396092 55 1/11/2024
1.0.3-beta.2997675 233 8/11/2023
1.0.3-beta.2802061 181 5/25/2023
1.0.3-beta.2652424 178 3/23/2023
1.0.3-beta.2184851 132 2/13/2023
1.0.3-beta.2174521 96 2/9/2023
1.0.3-beta.2173418 93 2/8/2023
1.0.3-beta.2172980 94 2/8/2023
1.0.3-beta.2170352 93 2/8/2023
1.0.3-beta.2115645 108 1/13/2023
1.0.3-beta.2113581 136 1/13/2023
1.0.3-beta.2113078 104 1/12/2023
1.0.3-beta.2107473 106 1/11/2023
1.0.3-beta.2107297 110 1/11/2023
1.0.3-beta.2046422 134 12/10/2022
1.0.3-beta.1934445 187 10/22/2022
1.0.3-beta.1934026 113 10/20/2022
1.0.3-beta.1920605 100 10/14/2022
1.0.3-beta.1914829 126 10/13/2022
1.0.3-beta.1914281 99 10/12/2022
1.0.3-beta.1914049 94 10/12/2022
1.0.3-beta.1913910 104 10/14/2022
1.0.3-beta.1910727 106 10/12/2022
1.0.3-beta.1910627 95 10/11/2022
1.0.3-beta.1910278 113 10/11/2022
1.0.3-beta.1910176 95 10/11/2022
1.0.3-beta.1907629 112 10/10/2022
1.0.3-beta.1907149 107 10/10/2022
1.0.3-beta.1895077 117 10/4/2022
1.0.3-beta.1886094 118 9/29/2022
1.0.3-beta.1846089 141 9/13/2022
1.0.3-beta.1845705 108 9/13/2022
1.0.3-beta.1804328 153 8/24/2022
1.0.3-beta.1756346 158 8/3/2022
1.0.3-beta.1739991 126 7/28/2022
1.0.3-beta.1692146 154 7/7/2022
1.0.3-beta.1641347 156 6/14/2022
1.0.3-beta.1601333 162 5/26/2022
1.0.3-beta.1541903 175 5/2/2022
1.0.3-beta.1534290 130 4/28/2022
1.0.3-beta.1519533 155 4/20/2022
1.0.3-beta.1515713 124 4/20/2022
1.0.3-beta.1483814 157 4/5/2022
1.0.3-beta.1483563 128 4/5/2022
1.0.3-beta.1401172 178 3/1/2022
1.0.3-beta.1375725 145 2/18/2022
1.0.3-beta.1346477 158 2/4/2022
1.0.3-beta.1346365 135 2/4/2022
1.0.3-beta.1344880 140 2/4/2022
1.0.3-beta.1344133 135 2/3/2022
1.0.3-beta.1343893 133 2/3/2022
1.0.3-beta.1342030 148 2/2/2022
1.0.3-beta.1341681 139 2/2/2022
1.0.3-beta.1341178 145 2/2/2022
1.0.3-beta.1341176 141 2/2/2022
1.0.3-beta.1341068 138 2/2/2022
1.0.3-beta.1335033 131 2/2/2022
1.0.3-beta.1325149 143 1/25/2022
1.0.3-beta.1318891 133 1/21/2022
1.0.3-beta.1293620 159 1/14/2022
1.0.3-beta.1234789 209 12/8/2021
1.0.3-beta.1232429 154 12/6/2021
1.0.3-beta.1232214 154 12/6/2021
1.0.3-beta.1232012 146 12/6/2021
1.0.3-beta.1226092 160 12/2/2021
1.0.3-beta.1226006 149 12/2/2021
1.0.3-beta.1225862 149 12/2/2021
1.0.3-beta.1225746 145 12/2/2021
1.0.3-beta.1218030 1,331 11/29/2021
1.0.3-beta.1211548 6,531 11/24/2021
1.0.3-beta.1211400 6,056 11/23/2021
1.0.3-beta.1210005 149 11/23/2021
1.0.3-beta.1209909 143 11/23/2021
1.0.3-beta.1206678 673 11/21/2021
1.0.3-beta.1116220 243 9/28/2021
1.0.3-beta.1108851 161 9/22/2021
1.0.3-beta.1106843 165 9/22/2021
1.0.3-beta.1106514 173 9/21/2021
1.0.3-beta.1101427 154 9/17/2021
1.0.3-beta.1100940 172 9/16/2021
1.0.3-beta.1085412 204 9/8/2021
1.0.3-beta.1084978 158 9/7/2021
1.0.3-beta.1081747 164 9/4/2021
1.0.3-beta.1081550 164 9/3/2021
1.0.3-beta.1081546 162 9/3/2021
1.0.3-beta.1081463 171 9/3/2021
1.0.3-beta.1081444 168 9/3/2021
1.0.3-beta.1081373 156 9/3/2021
1.0.3-beta.1081340 163 9/3/2021
1.0.3-beta.1081286 145 9/3/2021
1.0.3-beta.1072759 163 8/30/2021
1.0.3-beta.1071753 152 8/30/2021
1.0.3-beta.1070969 150 8/28/2021
1.0.3-beta.1070885 170 8/28/2021
1.0.3-beta.1070716 161 8/27/2021
1.0.3-beta.1070206 151 8/27/2021
1.0.3-beta.1070200 156 8/27/2021
1.0.3-beta.1068556 153 8/27/2021
1.0.3-beta.1067279 161 8/26/2021
1.0.3-beta.1066546 165 8/26/2021
1.0.3-beta.1066355 167 8/26/2021
1.0.3-beta.1066009 156 8/25/2021
1.0.3-beta.1065850 153 8/25/2021
1.0.3-beta.1064219 173 8/25/2021
1.0.3-beta.1064112 163 8/24/2021
1.0.3-beta.1063890 153 8/24/2021
1.0.3-beta.1063790 147 8/24/2021
1.0.3-beta.1063749 158 8/24/2021
1.0.3-beta.1063557 155 8/24/2021
1.0.3-beta.1062322 161 8/24/2021
1.0.3-beta.1062165 160 8/23/2021
1.0.3-beta.1050443 177 8/16/2021
1.0.3-beta.1046302 155 8/13/2021
1.0.3-beta.1045742 160 8/12/2021
1.0.3-beta.1045649 165 8/12/2021
1.0.3-beta.1043120 152 8/11/2021
1.0.3-beta.1019598 158 7/30/2021
1.0.3-beta.1017382 206 7/27/2021
1.0.3-beta.1006309 170 7/22/2021
1.0.3-beta.976435 206 7/1/2021
1.0.3-beta.973673 217 6/30/2021
1.0.3-beta.957326 176 6/21/2021
1.0.3-beta.954366 152 6/18/2021
1.0.3-beta.942244 242 6/10/2021
1.0.3-beta.942099 265 6/10/2021
1.0.3-beta.914605 204 5/26/2021
1.0.3-beta.914419 165 5/26/2021
1.0.3-beta.901012 213 5/18/2021
1.0.3-beta.839233 160 4/13/2021
1.0.3-beta.838947 164 4/13/2021
1.0.3-beta.838731 163 4/13/2021
1.0.3-beta.838229 148 4/12/2021
1.0.3-beta.808200 208 3/26/2021
1.0.3-beta.807700 227 3/26/2021
1.0.3-beta.807490 186 3/26/2021
1.0.3-beta.804876 201 3/25/2021
1.0.3-beta.804860 196 3/25/2021
1.0.3-beta.804774 170 3/25/2021
1.0.3-beta.804401 197 3/25/2021
1.0.3-beta.803947 179 3/25/2021
1.0.3-beta.803257 201 3/25/2021
1.0.3-beta.802445 188 3/24/2021
1.0.3-beta.797309 218 3/23/2021
1.0.3-beta.796372 146 3/22/2021
1.0.3-beta.793829 242 3/19/2021
1.0.3-beta.793409 256 3/19/2021
1.0.3-beta.789641 158 3/18/2021
1.0.3-beta.787210 177 3/17/2021
1.0.3-beta.786654 216 3/16/2021
1.0.3-beta.786382 172 3/17/2021
1.0.3-beta.786376 184 3/16/2021
1.0.3-beta.775155 158 3/15/2021
1.0.3-beta.769719 231 3/8/2021
1.0.3-beta.766656 165 3/4/2021
1.0.3-beta.765452 179 3/4/2021
1.0.3-beta.756200 153 2/26/2021
1.0.3-beta.752126 177 2/25/2021
1.0.3-beta.710043 155 1/29/2021
1.0.3-beta.700710 178 1/25/2021
1.0.3-beta.696559 212 1/21/2021
1.0.3-beta.688019 158 1/15/2021
1.0.3-beta.687557 169 1/14/2021
1.0.3-beta.681527 221 1/11/2021
1.0.3-beta.678518 229 1/8/2021
1.0.3-beta.674938 215 1/6/2021
1.0.3-beta.674608 203 1/6/2021
1.0.3-beta.672927 216 1/5/2021
1.0.3-beta.650593 245 12/11/2020
1.0.3-beta.640290 245 12/3/2020
1.0.3-beta.625285 300 11/19/2020
1.0.3-beta.57 224 11/5/2020
1.0.3-beta.56 245 11/5/2020
1.0.3-beta.55 237 11/4/2020
1.0.3-beta.54 270 11/4/2020
1.0.3-beta.53 270 10/29/2020
1.0.3-beta.52 239 10/23/2020
1.0.3-beta.51 323 10/23/2020
1.0.3-beta.50 218 10/22/2020
1.0.3-beta.49 228 10/22/2020
1.0.3-beta.47 254 10/22/2020
1.0.3-beta.46 241 10/22/2020
1.0.3-beta.45 251 10/21/2020
1.0.3-beta.44 258 10/21/2020
1.0.3-beta.43 269 10/21/2020
1.0.3-beta.42 230 10/20/2020
1.0.3-beta.41 252 10/20/2020
1.0.3-beta.40 289 10/19/2020
1.0.3-beta.39 267 10/19/2020
1.0.3-beta.38 284 10/19/2020
1.0.3-beta.37 257 10/19/2020
1.0.3-beta.36 280 10/19/2020
1.0.3-beta.35 215 10/16/2020
1.0.3-beta.34 231 10/16/2020
1.0.3-beta.33 248 10/16/2020
1.0.3-beta.32 218 10/16/2020
1.0.3-beta.31 273 10/15/2020
1.0.3-beta.30 254 10/15/2020
1.0.3-beta.29 268 10/14/2020
1.0.3-beta.28 223 10/14/2020
1.0.3-beta.27 241 10/14/2020
1.0.3-beta.26 253 10/9/2020
1.0.3-beta.25 297 10/8/2020
1.0.3-beta.24 247 10/7/2020
1.0.3-beta.23 273 10/7/2020
1.0.3-beta.22 228 10/2/2020
1.0.3-beta.21 225 10/2/2020
1.0.3-beta.20 324 10/1/2020
1.0.3-beta.19 278 9/30/2020
1.0.3-beta.18 243 9/24/2020
1.0.3-beta.17 256 9/17/2020
1.0.3-beta.16 308 9/16/2020
1.0.3-beta.15 271 9/15/2020
1.0.3-beta.14 288 9/14/2020
1.0.3-beta.13 252 9/14/2020
1.0.3-beta.12 372 9/13/2020
1.0.3-beta.11 279 9/11/2020
1.0.3-beta.10 256 9/10/2020
1.0.3-beta.9 278 9/9/2020
1.0.3-beta.8 223 9/9/2020
1.0.3-beta.7 267 9/4/2020
1.0.3-beta.6 280 9/2/2020
1.0.3-beta.5 290 9/2/2020
1.0.3-beta.3 267 9/2/2020
1.0.3-beta.2 245 8/29/2020
1.0.3-beta.1 232 8/28/2020
1.0.3-alpha.20220223.4 124 2/23/2022
1.0.3-alpha.20200917.3 293 9/17/2020
1.0.2-preview.17 298 7/24/2020
1.0.2-preview.15 264 6/29/2020
1.0.2-preview.14 322 6/3/2020
1.0.2-preview.13 241 6/3/2020
1.0.2-preview.11 255 3/23/2020
1.0.2-preview.10 257 3/23/2020
1.0.2-preview.9 328 3/18/2020
1.0.2-preview.8 317 3/13/2020
1.0.2-preview.7 299 3/7/2020
1.0.2-preview.6 268 2/25/2020
1.0.2-preview.5 258 2/24/2020
1.0.2-preview.4 304 12/19/2019
1.0.2-preview.3 287 12/18/2019
1.0.2-preview.2 267 11/7/2019
1.0.2-preview.1 278 10/26/2019
1.0.2-dev.20191017.8 275 10/18/2019