Skip to content

Commit

Permalink
CodeGen from PR 13782 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
update OperationalInsights package for SDK release  (Azure#13782)

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* added Tables new api version

* changed bool to boolean types

* prettified jsons

* fix erroes in swagger

* undo changes to 2020-03-01-preview version

* pr fixes

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* changed ErrorResponse to default ErrorResponse without ref to local definition

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed SystemData

* creatted a new package containing all latest swagger files for publishing new SDK

* removed package 2021_02 and set default packate to 2020_10

* removed 2 packages

* removed DataCollectorLogs.json from readme.md 20202.10

* added empty line to try invoke pipeline validations that havent run

* Delete Tables.json

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* merge

* prettified jsons

* undo changes to 2020-03-01-preview version

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed whitespaces

* changed DataExportErrorResponse to common
.../v2/types.json#/definitions/ErrorResponse

* changed all Error response of 2020-08 to common definition
  • Loading branch information
SDKAuto committed Apr 6, 2021
1 parent d31aa59 commit 31efbda
Show file tree
Hide file tree
Showing 38 changed files with 1,918 additions and 1,513 deletions.
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 31efbda

Please sign in to comment.