forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 13817 in Azure/azure-rest-api-specs
Merge 317a54d9772ba9a31db91823431bfc4f268dea64 into 86e3315796da4588b2b3d97976d6ffa9b5d45ed0
- Loading branch information
SDKAuto
committed
Apr 9, 2021
1 parent
c87877e
commit 9699d83
Showing
21 changed files
with
1,596 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 6 additions & 9 deletions
15
sdk/resourcehealth/arm-resourcehealth/src/models/availabilityStatusesMappers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* Copyright (c) Microsoft Corporation. | ||
* Licensed under the MIT License. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is | ||
* regenerated. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
AvailabilityStatusListResult, | ||
AvailabilityStatus, | ||
AvailabilityStatusListResult, | ||
AvailabilityStatusProperties, | ||
AvailabilityStatusPropertiesRecentlyResolvedState, | ||
ErrorResponse, | ||
RecommendedAction, | ||
ServiceImpactingEvent, | ||
ServiceImpactingEventStatus, | ||
ServiceImpactingEventIncidentProperties, | ||
ErrorResponse | ||
ServiceImpactingEventStatus | ||
} from "../models/mappers"; | ||
|
19 changes: 19 additions & 0 deletions
19
sdk/resourcehealth/arm-resourcehealth/src/models/childAvailabilityStatusesMappers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. | ||
* Licensed under the MIT License. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
AvailabilityStatus, | ||
AvailabilityStatusListResult, | ||
AvailabilityStatusProperties, | ||
AvailabilityStatusPropertiesRecentlyResolvedState, | ||
ErrorResponse, | ||
RecommendedAction, | ||
ServiceImpactingEvent, | ||
ServiceImpactingEventIncidentProperties, | ||
ServiceImpactingEventStatus | ||
} from "../models/mappers"; |
19 changes: 19 additions & 0 deletions
19
sdk/resourcehealth/arm-resourcehealth/src/models/childResourcesMappers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. | ||
* Licensed under the MIT License. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
AvailabilityStatus, | ||
AvailabilityStatusListResult, | ||
AvailabilityStatusProperties, | ||
AvailabilityStatusPropertiesRecentlyResolvedState, | ||
ErrorResponse, | ||
RecommendedAction, | ||
ServiceImpactingEvent, | ||
ServiceImpactingEventIncidentProperties, | ||
ServiceImpactingEventStatus | ||
} from "../models/mappers"; |
22 changes: 22 additions & 0 deletions
22
sdk/resourcehealth/arm-resourcehealth/src/models/emergingIssuesMappers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. | ||
* Licensed under the MIT License. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
AzureEntityResource, | ||
BaseResource, | ||
EmergingIssueImpact, | ||
EmergingIssueListResult, | ||
EmergingIssuesGetResult, | ||
ErrorResponse, | ||
ImpactedRegion, | ||
ProxyResource, | ||
Resource, | ||
StatusActiveEvent, | ||
StatusBanner, | ||
TrackedResource | ||
} from "../models/mappers"; |
Oops, something went wrong.