Skip to content

Commit

Permalink
[AppConfig] Adding new parameter 'PublicNetworkAccess' for Configurat…
Browse files Browse the repository at this point in the history
…ionStoreUpdateParameters (#14682)

* Update autorest commit ID & generate code files

* Update changelog and readme

* Fix unit test and update test recordings

* Update generated code after running eng\scripts\Export-API.ps1
  • Loading branch information
avanigupta authored Sep 10, 2020
1 parent 9fcc8cc commit 4d9969f
Show file tree
Hide file tree
Showing 19 changed files with 12,619 additions and 3,051 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 1.0.0-preview.2 (Unreleased)

- Updating API version to 2020-06-01.
- Adding new parameter called 'PublicNetworkAccess' for ConfigurationStoreUpdateParameters.

## 1.0.0-preview.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Azure App Configuration management library for .NET with [NuGet](https://www.nuget.org/):

```PowerShell
Install-Package Azure.ResourceManager.AppConfiguration -Version 1.0.0-preview.1
Install-Package Azure.ResourceManager.AppConfiguration -Version 1.0.0-preview.2
```

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ public partial class ConfigurationStoreUpdateParameters
public ConfigurationStoreUpdateParameters() { }
public Azure.ResourceManager.AppConfiguration.Models.EncryptionProperties Encryption { get { throw null; } set { } }
public Azure.ResourceManager.AppConfiguration.Models.ResourceIdentity Identity { get { throw null; } set { } }
public Azure.ResourceManager.AppConfiguration.Models.PublicNetworkAccess? PublicNetworkAccess { get { throw null; } set { } }
public Azure.ResourceManager.AppConfiguration.Models.Sku Sku { get { throw null; } set { } }
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
}
Expand Down

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.

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.

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.

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.

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.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Run `dotnet msbuild /t:GenerateCode` to generate code.

``` yaml
azure-arm: true
require: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/c81039d056cc5aa0a0025f5b9e5446a7c194bd1f/specification/appconfiguration/resource-manager/readme.md
require: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/d302c82f32daec0feb68cd7d68d45ba898b67ee7/specification/appconfiguration/resource-manager/readme.md
```
## Swagger workarounds
Expand Down
Loading

0 comments on commit 4d9969f

Please sign in to comment.