@@ -907,7 +907,6 @@ public abstract Task<Dictionary<string, Dictionary<string, string>>> GetBulkSecr
907
907
/// <param name="metadata">Optional metadata that will be sent to the configuration store being queried.</param>
908
908
/// <param name="cancellationToken">A <see cref="CancellationToken" /> that can be used to cancel the operation.</param>
909
909
/// <returns>A <see cref="Task"/> containing a <see cref="GetConfigurationResponse"/></returns>
910
- [ Obsolete ( "This API is currently not stable as it is in the Alpha stage. This attribute will be removed once it is stable." ) ]
911
910
public abstract Task < GetConfigurationResponse > GetConfiguration (
912
911
string storeName ,
913
912
IReadOnlyList < string > keys ,
@@ -922,7 +921,6 @@ public abstract Task<GetConfigurationResponse> GetConfiguration(
922
921
/// <param name="metadata">Optional metadata that will be sent to the configuration store being queried.</param>
923
922
/// <param name="cancellationToken">A <see cref="CancellationToken" /> that can be used to cancel the operation.</param>
924
923
/// <returns>A <see cref="SubscribeConfigurationResponse"/> which contains a reference to the stream.</returns>
925
- [ Obsolete ( "This API is currently not stable as it is in the Alpha stage. This attribute will be removed once it is stable." ) ]
926
924
public abstract Task < SubscribeConfigurationResponse > SubscribeConfiguration (
927
925
string storeName ,
928
926
IReadOnlyList < string > keys ,
@@ -936,7 +934,6 @@ public abstract Task<SubscribeConfigurationResponse> SubscribeConfiguration(
936
934
/// <param name="id">The Id of the subscription that should no longer be watched.</param>
937
935
/// <param name="cancellationToken">A <see cref="CancellationToken" /> that can be used to cancel the operation.</param>
938
936
/// <returns></returns>
939
- [ Obsolete ( "This API is currently not stable as it is in the Alpha stage. This attribute will be removed once it is stable." ) ]
940
937
public abstract Task < UnsubscribeConfigurationResponse > UnsubscribeConfiguration (
941
938
string storeName ,
942
939
string id ,
0 commit comments