Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/mediaservices/armmediaservices/3.0.0 ge…
Browse files Browse the repository at this point in the history
…neration from spec commit: 42ca0236ef14093f5aff0694efa34d5594e814a0 (#18476)
  • Loading branch information
Alancere authored Jun 27, 2022
1 parent 7efa7c9 commit a3eeecf
Show file tree
Hide file tree
Showing 33 changed files with 395 additions and 361 deletions.
34 changes: 34 additions & 0 deletions sdk/resourcemanager/mediaservices/armmediaservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Release History

## 3.0.0 (2022-06-24)
### Breaking Changes

- Function `*OperationResultsClient.Get` parameter(s) have been changed from `(context.Context, string, string, string, string, string, *OperationResultsClientGetOptions)` to `(context.Context, string, string, *OperationResultsClientGetOptions)`
- Function `*OperationStatusesClient.Get` parameter(s) have been changed from `(context.Context, string, string, string, string, string, *OperationStatusesClientGetOptions)` to `(context.Context, string, string, *OperationStatusesClientGetOptions)`
- Function `*MediaServiceOperationStatusesClient.Get` has been removed
- Function `NewMediaServiceOperationResultsClient` has been removed
- Function `*MediaServiceOperationResultsClient.Get` has been removed
- Function `NewMediaServiceOperationStatusesClient` has been removed
- Struct `MediaServiceOperationResultsClient` has been removed
- Struct `MediaServiceOperationResultsClientGetOptions` has been removed
- Struct `MediaServiceOperationResultsClientGetResponse` has been removed
- Struct `MediaServiceOperationStatusesClient` has been removed
- Struct `MediaServiceOperationStatusesClientGetOptions` has been removed
- Struct `MediaServiceOperationStatusesClientGetResponse` has been removed
- Field `AssetTrackOperationStatus` of struct `OperationStatusesClientGetResponse` has been removed
- Field `AssetTrack` of struct `OperationResultsClientGetResponse` has been removed

### Features Added

- New function `NewAssetTrackOperationStatusesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AssetTrackOperationStatusesClient, error)`
- New function `NewAssetTrackOperationResultsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AssetTrackOperationResultsClient, error)`
- New function `*AssetTrackOperationResultsClient.Get(context.Context, string, string, string, string, string, *AssetTrackOperationResultsClientGetOptions) (AssetTrackOperationResultsClientGetResponse, error)`
- New function `*AssetTrackOperationStatusesClient.Get(context.Context, string, string, string, string, string, *AssetTrackOperationStatusesClientGetOptions) (AssetTrackOperationStatusesClientGetResponse, error)`
- New struct `AssetTrackOperationResultsClient`
- New struct `AssetTrackOperationResultsClientGetOptions`
- New struct `AssetTrackOperationResultsClientGetResponse`
- New struct `AssetTrackOperationStatusesClient`
- New struct `AssetTrackOperationStatusesClientGetOptions`
- New struct `AssetTrackOperationStatusesClientGetResponse`
- New anonymous field `MediaServiceOperationStatus` in struct `OperationStatusesClientGetResponse`
- New anonymous field `MediaService` in struct `OperationResultsClientGetResponse`


## 2.0.0 (2022-06-22)
### Breaking Changes

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/eb606ec7a7abadc78ded1423ddbea9e8f49e72c3/specification/mediaservices/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/eb606ec7a7abadc78ded1423ddbea9e8f49e72c3/specification/mediaservices/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/42ca0236ef14093f5aff0694efa34d5594e814a0/specification/mediaservices/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/42ca0236ef14093f5aff0694efa34d5594e814a0/specification/mediaservices/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.0.0
module-version: 3.0.0
```
Loading

0 comments on commit a3eeecf

Please sign in to comment.