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/synapse/azure-resourcemanager-synapse/CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.8 (Unreleased)
3
+
## 1.0.0-beta.1 (2023-04-12)
4
+
5
+
- Azure Resource Manager Synapse client library for Java. This package contains Microsoft Azure SDK for Synapse Management SDK. Azure Synapse Analytics Management Client. Package tag package-composite-v2. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Copy file name to clipboardExpand all lines: sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/SynapseManager.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -500,7 +500,7 @@ public SynapseManager authenticate(TokenCredential credential, AzureProfile prof
500
500
.append("-")
501
501
.append("com.azure.resourcemanager.synapse")
502
502
.append("/")
503
-
.append("1.0.0-beta.7");
503
+
.append("1.0.0-beta.1");
504
504
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
Copy file name to clipboardExpand all lines: sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/OperationsClient.java
Copy file name to clipboardExpand all lines: sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolMetadataSyncConfigsClient.java
+8
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ public interface SqlPoolMetadataSyncConfigsClient {
23
23
* @param context The context to associate with this operation.
24
24
* @throws IllegalArgumentException thrown if parameters fail the validation.
25
25
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
26
+
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server on
27
+
* status code 404.
26
28
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
27
29
* @return the metadata sync configuration for a SQL pool along with {@link Response}.
Copy file name to clipboardExpand all lines: sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SqlPoolsClient.java
+8
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,8 @@ SqlPoolInner update(
144
144
* @param sqlPoolInfo The SQL pool to create.
145
145
* @throws IllegalArgumentException thrown if parameters fail the validation.
146
146
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
147
+
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server on
148
+
* status code 404.
147
149
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
148
150
* @return the {@link SyncPoller} for polling of sQL pool.
Copy file name to clipboardExpand all lines: sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/implementation/AzureADOnlyAuthenticationsClientImpl.java
+3-6
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,7 @@ public final class AzureADOnlyAuthenticationsClientImpl implements AzureADOnlyAu
Copy file name to clipboardExpand all lines: sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/implementation/BigDataPoolsClientImpl.java
+5-10
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,7 @@ public final class BigDataPoolsClientImpl implements BigDataPoolsClient {
Copy file name to clipboardExpand all lines: sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/implementation/DataMaskingPoliciesClientImpl.java
+2-4
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,7 @@ public final class DataMaskingPoliciesClientImpl implements DataMaskingPoliciesC
0 commit comments