Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/devcenter/armdevcenter/0.3.0 generation…
Browse files Browse the repository at this point in the history
… from spec commit: 574be7aa7087e815bc21e2ea0c5357038830dd10 (#19431)

Co-authored-by: ReleaseHelper <ReleaseHelper>
  • Loading branch information
azure-sdk authored Nov 23, 2022
1 parent 569c536 commit 63a8c23
Show file tree
Hide file tree
Showing 42 changed files with 590 additions and 379 deletions.
23 changes: 23 additions & 0 deletions sdk/resourcemanager/devcenter/armdevcenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Release History

## 0.3.0 (2022-10-27)
### Breaking Changes

- Type of `OperationStatus.Error` has been changed from `*OperationStatusError` to `*ErrorDetail`
- Struct `OperationStatusError` has been removed

### Features Added

- New const `CatalogSyncStateFailed`
- New const `CatalogSyncStateSucceeded`
- New const `CatalogSyncStateInProgress`
- New const `CatalogSyncStateCanceled`
- New type alias `CatalogSyncState`
- New function `PossibleCatalogSyncStateValues() []CatalogSyncState`
- New struct `ErrorAdditionalInfo`
- New struct `ErrorDetail`
- New struct `OperationStatusResult`
- New anonymous field `Schedule` in struct `SchedulesClientUpdateResponse`
- New field `Operations` in struct `OperationStatus`
- New field `ResourceID` in struct `OperationStatus`
- New field `SyncState` in struct `CatalogProperties`


## 0.2.0 (2022-09-29)
### Features Added

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.

6 changes: 3 additions & 3 deletions sdk/resourcemanager/devcenter/armdevcenter/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/ddca448bd879175a928b990e0f25ca3a0e6c1c33/specification/devcenter/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/ddca448bd879175a928b990e0f25ca3a0e6c1c33/specification/devcenter/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/574be7aa7087e815bc21e2ea0c5357038830dd10/specification/devcenter/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/574be7aa7087e815bc21e2ea0c5357038830dd10/specification/devcenter/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 0.2.0
module-version: 0.3.0

```
Loading

0 comments on commit 63a8c23

Please sign in to comment.