Skip to content

Commit 4d9969f

Browse files
authored
[AppConfig] Adding new parameter 'PublicNetworkAccess' for ConfigurationStoreUpdateParameters (#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
1 parent 9fcc8cc commit 4d9969f

19 files changed

+12619
-3051
lines changed

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 1.0.0-preview.2 (Unreleased)
44

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

68
## 1.0.0-preview.1
79

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
99
Install the Azure App Configuration management library for .NET with [NuGet](https://www.nuget.org/):
1010

1111
```PowerShell
12-
Install-Package Azure.ResourceManager.AppConfiguration -Version 1.0.0-preview.1
12+
Install-Package Azure.ResourceManager.AppConfiguration -Version 1.0.0-preview.2
1313
```
1414

1515
### Prerequisites

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/api/Azure.ResourceManager.AppConfiguration.netstandard2.0.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ public partial class ConfigurationStoreUpdateParameters
212212
public ConfigurationStoreUpdateParameters() { }
213213
public Azure.ResourceManager.AppConfiguration.Models.EncryptionProperties Encryption { get { throw null; } set { } }
214214
public Azure.ResourceManager.AppConfiguration.Models.ResourceIdentity Identity { get { throw null; } set { } }
215+
public Azure.ResourceManager.AppConfiguration.Models.PublicNetworkAccess? PublicNetworkAccess { get { throw null; } set { } }
215216
public Azure.ResourceManager.AppConfiguration.Models.Sku Sku { get { throw null; } set { } }
216217
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
217218
}

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/ConfigurationStoresOperations.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/ConfigurationStoresRestOperations.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/Models/ConfigurationStoreUpdateParameters.Serialization.cs

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/Models/ConfigurationStoreUpdateParameters.cs

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/Operations.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/PrivateEndpointConnectionsOperations.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/appconfiguration/Azure.ResourceManager.AppConfiguration/src/Generated/PrivateEndpointConnectionsRestOperations.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)