Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.32 KB

NuGet Version

Breaking changes

    - ConfigureKeyVault now requires a parameter of type DefaultAzureCredentialOptions:

    - void ConfigureKeyVault(this IConfigurationBuilder config, DefaultAzureCredentialOptions defaultAzureCredentialOptions)

    - StorageAccountOptions
       - StorageConnectionString renamed to ConnectionString
       - StorageContainerName renamed to ContainerName

    - EventHubOptions
       - EventHubName renamed to Name
       - EventHubConnection renamed to ConnectionString

ATC Azure Options

Common options library for API's, Functions etc.

The workflow setup for this repository

Read more on Git-Flow

How to contribute

Contribution Guidelines

Coding Guidelines