Skip to content

Commit

Permalink
CodeGen from PR 13012 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
updated ErrorResponse in DataExport and OperationStatuses (Azure#13012)

* updated ErrorResponse in DataExport and OperationStatuses

* removed whitespace

* fixed ErrorResponse in Cluster 2020-08-01

* ErrorResponse in Tables.json 2020-08-01

* changed min retention of TablesList to 30 from 7
  • Loading branch information
SDKAuto committed Feb 23, 2021
1 parent eafa579 commit 9ca7016
Show file tree
Hide file tree
Showing 39 changed files with 1,847 additions and 1,515 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Microsoft
Copyright (c) 2021 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@
*/

export {
AssociatedWorkspace,
AzureEntityResource,
BaseResource,
CapacityReservationProperties,
Cluster,
ClusterErrorResponse,
ClusterListResult,
ClusterPatch,
ClusterSku,
DataExport,
DataSource,
ErrorAdditionalInfo,
ErrorDetail,
ErrorResponse,
Identity,
KeyVaultProperties,
Expand All @@ -32,6 +34,7 @@ export {
Table,
Tag,
TrackedResource,
UserIdentityProperties,
Workspace,
WorkspaceCapping,
WorkspacePatch,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@
*/

export {
AssociatedWorkspace,
AzureEntityResource,
BaseResource,
CapacityReservationProperties,
Cluster,
ClusterPatch,
ClusterSku,
DataExport,
DataExportErrorResponse,
DataExportListResult,
DataSource,
ErrorAdditionalInfo,
ErrorDetail,
ErrorResponse,
Identity,
KeyVaultProperties,
Expand All @@ -32,6 +34,7 @@ export {
Table,
Tag,
TrackedResource,
UserIdentityProperties,
Workspace,
WorkspaceCapping,
WorkspacePatch,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
*/

export {
AssociatedWorkspace,
AzureEntityResource,
BaseResource,
CapacityReservationProperties,
CloudError,
Cluster,
ClusterPatch,
Expand All @@ -30,6 +32,7 @@ export {
Table,
Tag,
TrackedResource,
UserIdentityProperties,
Workspace,
WorkspaceCapping,
WorkspacePatch,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@
*/

export {
AssociatedWorkspace,
AzureEntityResource,
BaseResource,
CloudError,
CapacityReservationProperties,
Cluster,
ClusterPatch,
ClusterSku,
DataExport,
DataSource,
ErrorAdditionalInfo,
ErrorDetail,
ErrorResponse,
Identity,
KeyVaultProperties,
LinkedService,
Expand All @@ -29,6 +33,7 @@ export {
Table,
Tag,
TrackedResource,
UserIdentityProperties,
Workspace,
WorkspaceCapping,
WorkspaceListResult,
Expand Down
Loading

0 comments on commit 9ca7016

Please sign in to comment.