@@ -300,6 +300,7 @@ public AppConfigurationStoreData(Azure.Core.AzureLocation location, Azure.Resour
300300 public System . DateTimeOffset ? CreatedOn { get { throw null ; } }
301301 public Azure . ResourceManager . AppConfiguration . Models . AppConfigurationCreateMode ? CreateMode { get { throw null ; } set { } }
302302 public Azure . ResourceManager . AppConfiguration . Models . AppConfigurationDataPlaneProxyProperties DataPlaneProxy { get { throw null ; } set { } }
303+ public long ? DefaultKeyValueRevisionRetentionPeriodInSeconds { get { throw null ; } set { } }
303304 public bool ? DisableLocalAuth { get { throw null ; } set { } }
304305 public bool ? EnablePurgeProtection { get { throw null ; } set { } }
305306 public Azure . ResourceManager . AppConfiguration . Models . AppConfigurationKeyVaultProperties EncryptionKeyVaultProperties { get { throw null ; } set { } }
@@ -310,6 +311,7 @@ public AppConfigurationStoreData(Azure.Core.AzureLocation location, Azure.Resour
310311 public Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPublicNetworkAccess ? PublicNetworkAccess { get { throw null ; } set { } }
311312 public string SkuName { get { throw null ; } set { } }
312313 public int ? SoftDeleteRetentionInDays { get { throw null ; } set { } }
314+ public Azure . Core . ResourceIdentifier TelemetryResourceId { get { throw null ; } set { } }
313315 protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
314316 Azure . ResourceManager . AppConfiguration . AppConfigurationStoreData System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . AppConfiguration . AppConfigurationStoreData > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
315317 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . AppConfiguration . AppConfigurationStoreData > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
@@ -720,13 +722,15 @@ public partial class AppConfigurationStorePatch : System.ClientModel.Primitives.
720722 {
721723 public AppConfigurationStorePatch ( ) { }
722724 public Azure . ResourceManager . AppConfiguration . Models . AppConfigurationDataPlaneProxyProperties DataPlaneProxy { get { throw null ; } set { } }
725+ public long ? DefaultKeyValueRevisionRetentionPeriodInSeconds { get { throw null ; } set { } }
723726 public bool ? DisableLocalAuth { get { throw null ; } set { } }
724727 public bool ? EnablePurgeProtection { get { throw null ; } set { } }
725728 public Azure . ResourceManager . AppConfiguration . Models . AppConfigurationKeyVaultProperties EncryptionKeyVaultProperties { get { throw null ; } set { } }
726729 public Azure . ResourceManager . Models . ManagedServiceIdentity Identity { get { throw null ; } set { } }
727730 public Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPublicNetworkAccess ? PublicNetworkAccess { get { throw null ; } set { } }
728731 public string SkuName { get { throw null ; } set { } }
729732 public System . Collections . Generic . IDictionary < string , string > Tags { get { throw null ; } }
733+ public Azure . Core . ResourceIdentifier TelemetryResourceId { get { throw null ; } set { } }
730734 protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
731735 Azure . ResourceManager . AppConfiguration . Models . AppConfigurationStorePatch System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . AppConfiguration . Models . AppConfigurationStorePatch > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
732736 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . AppConfiguration . Models . AppConfigurationStorePatch > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
@@ -745,9 +749,11 @@ public static partial class ArmAppConfigurationModelFactory
745749 public static Azure . ResourceManager . AppConfiguration . AppConfigurationReplicaData AppConfigurationReplicaData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . Core . AzureLocation ? location = default ( Azure . Core . AzureLocation ? ) , string endpoint = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationReplicaProvisioningState ? provisioningState = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationReplicaProvisioningState ? ) ) { throw null ; }
746750 public static Azure . ResourceManager . AppConfiguration . AppConfigurationSnapshotData AppConfigurationSnapshotData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , string snapshotType = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? provisioningState = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? ) , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationSnapshotStatus ? status = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationSnapshotStatus ? ) , System . Collections . Generic . IEnumerable < Azure . ResourceManager . AppConfiguration . Models . SnapshotKeyValueFilter > filters = null , Azure . ResourceManager . AppConfiguration . Models . SnapshotCompositionType ? compositionType = default ( Azure . ResourceManager . AppConfiguration . Models . SnapshotCompositionType ? ) , System . DateTimeOffset ? createdOn = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? expireOn = default ( System . DateTimeOffset ? ) , long ? retentionPeriod = default ( long ? ) , long ? size = default ( long ? ) , long ? itemsCount = default ( long ? ) , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . ETag ? eTag = default ( Azure . ETag ? ) ) { throw null ; }
747751 public static Azure . ResourceManager . AppConfiguration . Models . AppConfigurationStoreApiKey AppConfigurationStoreApiKey ( string id = null , string name = null , string value = null , string connectionString = null , System . DateTimeOffset ? lastModifiedOn = default ( System . DateTimeOffset ? ) , bool ? isReadOnly = default ( bool ? ) ) { throw null ; }
748- public static Azure . ResourceManager . AppConfiguration . AppConfigurationStoreData AppConfigurationStoreData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . Core . AzureLocation location = default ( Azure . Core . AzureLocation ) , Azure . ResourceManager . Models . ManagedServiceIdentity identity = null , string skuName = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? provisioningState = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? ) , System . DateTimeOffset ? createdOn = default ( System . DateTimeOffset ? ) , string endpoint = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationKeyVaultProperties encryptionKeyVaultProperties = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPrivateEndpointConnectionReference > privateEndpointConnections = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPublicNetworkAccess ? publicNetworkAccess = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPublicNetworkAccess ? ) , bool ? disableLocalAuth = default ( bool ? ) , int ? softDeleteRetentionInDays = default ( int ? ) , bool ? enablePurgeProtection = default ( bool ? ) , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationDataPlaneProxyProperties dataPlaneProxy = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationCreateMode ? createMode = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationCreateMode ? ) ) { throw null ; }
752+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
753+ public static Azure . ResourceManager . AppConfiguration . AppConfigurationStoreData AppConfigurationStoreData ( Azure . Core . ResourceIdentifier id , string name , Azure . Core . ResourceType resourceType , Azure . ResourceManager . Models . SystemData systemData , System . Collections . Generic . IDictionary < string , string > tags , Azure . Core . AzureLocation location , Azure . ResourceManager . Models . ManagedServiceIdentity identity , string skuName , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? provisioningState , System . DateTimeOffset ? createdOn , string endpoint , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationKeyVaultProperties encryptionKeyVaultProperties , System . Collections . Generic . IEnumerable < Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPrivateEndpointConnectionReference > privateEndpointConnections , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPublicNetworkAccess ? publicNetworkAccess , bool ? disableLocalAuth , int ? softDeleteRetentionInDays , bool ? enablePurgeProtection , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationDataPlaneProxyProperties dataPlaneProxy , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationCreateMode ? createMode ) { throw null ; }
749754 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
750755 public static Azure . ResourceManager . AppConfiguration . AppConfigurationStoreData AppConfigurationStoreData ( Azure . Core . ResourceIdentifier id , string name , Azure . Core . ResourceType resourceType , Azure . ResourceManager . Models . SystemData systemData , System . Collections . Generic . IDictionary < string , string > tags , Azure . Core . AzureLocation location , Azure . ResourceManager . Models . ManagedServiceIdentity identity , string skuName , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? provisioningState , System . DateTimeOffset ? createdOn , string endpoint , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationKeyVaultProperties encryptionKeyVaultProperties , System . Collections . Generic . IEnumerable < Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPrivateEndpointConnectionReference > privateEndpointConnections , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPublicNetworkAccess ? publicNetworkAccess , bool ? disableLocalAuth , int ? softDeleteRetentionInDays , bool ? enablePurgeProtection , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationCreateMode ? createMode ) { throw null ; }
756+ public static Azure . ResourceManager . AppConfiguration . AppConfigurationStoreData AppConfigurationStoreData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . Core . AzureLocation location = default ( Azure . Core . AzureLocation ) , Azure . ResourceManager . Models . ManagedServiceIdentity identity = null , string skuName = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? provisioningState = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationProvisioningState ? ) , System . DateTimeOffset ? createdOn = default ( System . DateTimeOffset ? ) , string endpoint = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationKeyVaultProperties encryptionKeyVaultProperties = null , System . Collections . Generic . IEnumerable < Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPrivateEndpointConnectionReference > privateEndpointConnections = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPublicNetworkAccess ? publicNetworkAccess = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationPublicNetworkAccess ? ) , bool ? disableLocalAuth = default ( bool ? ) , int ? softDeleteRetentionInDays = default ( int ? ) , long ? defaultKeyValueRevisionRetentionPeriodInSeconds = default ( long ? ) , bool ? enablePurgeProtection = default ( bool ? ) , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationDataPlaneProxyProperties dataPlaneProxy = null , Azure . ResourceManager . AppConfiguration . Models . AppConfigurationCreateMode ? createMode = default ( Azure . ResourceManager . AppConfiguration . Models . AppConfigurationCreateMode ? ) , Azure . Core . ResourceIdentifier telemetryResourceId = null ) { throw null ; }
751757 public static Azure . ResourceManager . AppConfiguration . DeletedAppConfigurationStoreData DeletedAppConfigurationStoreData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . Core . ResourceIdentifier configurationStoreId = null , Azure . Core . AzureLocation ? location = default ( Azure . Core . AzureLocation ? ) , System . DateTimeOffset ? deletedOn = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? scheduledPurgeOn = default ( System . DateTimeOffset ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > tags = null , bool ? isPurgeProtectionEnabled = default ( bool ? ) ) { throw null ; }
752758 }
753759 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
0 commit comments