Skip to content

Commit

Permalink
Generated from 63cef6461468da977639b53481d2c048d48493e2
Browse files Browse the repository at this point in the history
added analyticalStorage related changes
  • Loading branch information
SDK Automation committed May 14, 2020
1 parent 6d42010 commit 6b1e9d8
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public Observable<ServiceResponse<List<NotebookWorkspaceInner>>> listByDatabaseA
if (accountName == null) {
throw new IllegalArgumentException("Parameter accountName is required and cannot be null.");
}
final String apiVersion = "2019-08-01";
final String apiVersion = "2019-12-12";
return service.listByDatabaseAccount(this.client.subscriptionId(), resourceGroupName, accountName, apiVersion, this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<List<NotebookWorkspaceInner>>>>() {
@Override
Expand Down Expand Up @@ -256,7 +256,7 @@ public Observable<ServiceResponse<NotebookWorkspaceInner>> getWithServiceRespons
throw new IllegalArgumentException("Parameter accountName is required and cannot be null.");
}
final String notebookWorkspaceName = "default";
final String apiVersion = "2019-08-01";
final String apiVersion = "2019-12-12";
return service.get(this.client.subscriptionId(), resourceGroupName, accountName, notebookWorkspaceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<NotebookWorkspaceInner>>>() {
@Override
Expand Down Expand Up @@ -341,7 +341,7 @@ public Observable<ServiceResponse<NotebookWorkspaceInner>> createOrUpdateWithSer
throw new IllegalArgumentException("Parameter accountName is required and cannot be null.");
}
final String notebookWorkspaceName = "default";
final String apiVersion = "2019-08-01";
final String apiVersion = "2019-12-12";
Observable<Response<ResponseBody>> observable = service.createOrUpdate(this.client.subscriptionId(), resourceGroupName, accountName, notebookWorkspaceName, apiVersion, this.client.acceptLanguage(), notebookCreateUpdateParameters, this.client.userAgent());
return client.getAzureClient().getPutOrPatchResultAsync(observable, new TypeToken<NotebookWorkspaceInner>() { }.getType());
}
Expand Down Expand Up @@ -409,7 +409,7 @@ public Observable<ServiceResponse<NotebookWorkspaceInner>> beginCreateOrUpdateWi
throw new IllegalArgumentException("Parameter accountName is required and cannot be null.");
}
final String notebookWorkspaceName = "default";
final String apiVersion = "2019-08-01";
final String apiVersion = "2019-12-12";
return service.beginCreateOrUpdate(this.client.subscriptionId(), resourceGroupName, accountName, notebookWorkspaceName, apiVersion, this.client.acceptLanguage(), notebookCreateUpdateParameters, this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<NotebookWorkspaceInner>>>() {
@Override
Expand Down Expand Up @@ -493,7 +493,7 @@ public Observable<ServiceResponse<Void>> deleteWithServiceResponseAsync(String r
throw new IllegalArgumentException("Parameter accountName is required and cannot be null.");
}
final String notebookWorkspaceName = "default";
final String apiVersion = "2019-08-01";
final String apiVersion = "2019-12-12";
Observable<Response<ResponseBody>> observable = service.delete(this.client.subscriptionId(), resourceGroupName, accountName, notebookWorkspaceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent());
return client.getAzureClient().getPostOrDeleteResultAsync(observable, new TypeToken<Void>() { }.getType());
}
Expand Down Expand Up @@ -560,7 +560,7 @@ public Observable<ServiceResponse<Void>> beginDeleteWithServiceResponseAsync(Str
throw new IllegalArgumentException("Parameter accountName is required and cannot be null.");
}
final String notebookWorkspaceName = "default";
final String apiVersion = "2019-08-01";
final String apiVersion = "2019-12-12";
return service.beginDelete(this.client.subscriptionId(), resourceGroupName, accountName, notebookWorkspaceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
@Override
Expand Down Expand Up @@ -646,7 +646,7 @@ public Observable<ServiceResponse<NotebookWorkspaceConnectionInfoResultInner>> l
throw new IllegalArgumentException("Parameter accountName is required and cannot be null.");
}
final String notebookWorkspaceName = "default";
final String apiVersion = "2019-08-01";
final String apiVersion = "2019-12-12";
return service.listConnectionInfo(this.client.subscriptionId(), resourceGroupName, accountName, notebookWorkspaceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<NotebookWorkspaceConnectionInfoResultInner>>>() {
@Override
Expand Down Expand Up @@ -730,7 +730,7 @@ public Observable<ServiceResponse<Void>> regenerateAuthTokenWithServiceResponseA
throw new IllegalArgumentException("Parameter accountName is required and cannot be null.");
}
final String notebookWorkspaceName = "default";
final String apiVersion = "2019-08-01";
final String apiVersion = "2019-12-12";
Observable<Response<ResponseBody>> observable = service.regenerateAuthToken(this.client.subscriptionId(), resourceGroupName, accountName, notebookWorkspaceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent());
return client.getAzureClient().getPostOrDeleteResultAsync(observable, new TypeToken<Void>() { }.getType());
}
Expand Down Expand Up @@ -797,7 +797,7 @@ public Observable<ServiceResponse<Void>> beginRegenerateAuthTokenWithServiceResp
throw new IllegalArgumentException("Parameter accountName is required and cannot be null.");
}
final String notebookWorkspaceName = "default";
final String apiVersion = "2019-08-01";
final String apiVersion = "2019-12-12";
return service.beginRegenerateAuthToken(this.client.subscriptionId(), resourceGroupName, accountName, notebookWorkspaceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
@Override
Expand Down Expand Up @@ -882,7 +882,7 @@ public Observable<ServiceResponse<Void>> startWithServiceResponseAsync(String re
throw new IllegalArgumentException("Parameter accountName is required and cannot be null.");
}
final String notebookWorkspaceName = "default";
final String apiVersion = "2019-08-01";
final String apiVersion = "2019-12-12";
Observable<Response<ResponseBody>> observable = service.start(this.client.subscriptionId(), resourceGroupName, accountName, notebookWorkspaceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent());
return client.getAzureClient().getPostOrDeleteResultAsync(observable, new TypeToken<Void>() { }.getType());
}
Expand Down Expand Up @@ -949,7 +949,7 @@ public Observable<ServiceResponse<Void>> beginStartWithServiceResponseAsync(Stri
throw new IllegalArgumentException("Parameter accountName is required and cannot be null.");
}
final String notebookWorkspaceName = "default";
final String apiVersion = "2019-08-01";
final String apiVersion = "2019-12-12";
return service.beginStart(this.client.subscriptionId(), resourceGroupName, accountName, notebookWorkspaceName, apiVersion, this.client.acceptLanguage(), this.client.userAgent())
.flatMap(new Func1<Response<ResponseBody>, Observable<ServiceResponse<Void>>>() {
@Override
Expand Down

0 comments on commit 6b1e9d8

Please sign in to comment.