You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationAsyncClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -743,14 +743,14 @@ public Mono<Response<ConfigurationSetting>> setReadOnlyWithResponse(Configuratio
743
743
*
744
744
* <p>Retrieve all settings that use the key "prodDBConnection".</p>
Copy file name to clipboardExpand all lines: sdk/appconfiguration/azure-data-appconfiguration/src/main/java/com/azure/data/appconfiguration/ConfigurationClient.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,7 @@ public ConfigurationSetting setConfigurationSetting(ConfigurationSetting setting
279
279
* <!-- end com.azure.data.appconfiguration.ConfigurationClient.setConfigurationSettingWithResponse#ConfigurationSetting-boolean-Context -->
280
280
*
281
281
* @param setting The setting to create or update based on its key, optional label and optional ETag combination.
282
-
* @param ifUnchanged A boolean indicates if {@code setting} {@link ConfigurationSetting#getETag ETag} is used as a
282
+
* @param ifUnchanged A boolean indicates if {@code setting} {@link ConfigurationSetting#getETag ETag} is used as an
283
283
* IF-MATCH header.
284
284
* @param context Additional context that is passed through the Http pipeline during the service call.
285
285
* @return A REST response contains the {@link ConfigurationSetting} that was created or updated, or {@code null},
@@ -419,7 +419,7 @@ public ConfigurationSetting getConfigurationSetting(ConfigurationSetting setting
419
419
* @param setting The setting to retrieve.
420
420
* @param acceptDateTime Datetime to access a past state of the configuration setting. If {@code null}
421
421
* then the current state of the configuration setting will be returned.
422
-
* @param ifChanged Flag indicating if the {@code setting} {@link ConfigurationSetting#getETag ETag} is used as a
422
+
* @param ifChanged Flag indicating if the {@code setting} {@link ConfigurationSetting#getETag ETag} is used as an
423
423
* If-None-Match header.
424
424
* @param context Additional context that is passed through the Http pipeline during the service call.
425
425
* @return A REST response contains the {@link ConfigurationSetting} stored in the service, or {@code null}, if the
@@ -526,7 +526,7 @@ public ConfigurationSetting deleteConfigurationSetting(ConfigurationSetting sett
526
526
* <!-- end com.azure.data.applicationconfig.configurationclient.deleteConfigurationSettingWithResponse#ConfigurationSetting-boolean-Context -->
527
527
*
528
528
* @param setting The setting to delete based on its key, optional label and optional ETag combination.
529
-
* @param ifUnchanged Flag indicating if the {@code setting} {@link ConfigurationSetting#getETag ETag} is used as a
529
+
* @param ifUnchanged Flag indicating if the {@code setting} {@link ConfigurationSetting#getETag ETag} is used as an
530
530
* IF-MATCH header.
531
531
* @param context Additional context that is passed through the Http pipeline during the service call.
532
532
* @return A REST response containing the deleted ConfigurationSetting or {@code null} if didn't exist. {@code null}
@@ -726,12 +726,12 @@ public PagedIterable<ConfigurationSetting> listConfigurationSettings(SettingSele
726
726
* @param selector Optional. Selector to filter configuration setting results from the service.
727
727
* @param context Additional context that is passed through the Http pipeline during the service call.
728
728
* @return A {@link PagedIterable} of ConfigurationSettings that matches the {@code selector}. If no options were
729
-
* provided, the {@link PagedIterable} contains all of the current settings in the service.
729
+
* provided, the {@link PagedIterable} contains all the current settings in the service.
730
730
* @throws HttpResponseException If a client or service error occurs, such as a 404, 409, 429 or 500.
0 commit comments