Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions src/Oracle/Oracle.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,48 @@ directive:
parameter-name: ScheduledOperationScheduledStopTime
set:
parameter-name: ScheduledStopTime

# removal of properties from the IAutonomousDatabase model.
- where:
model-name: AutonomousDatabase
set:
breaking-change:
property-name:
- DayOfWeekName
- ScheduledOperationScheduledStartTime
- ScheduledOperationScheduledStopTime
change-description: "The properties 'DayOfWeekName', 'ScheduledOperationScheduledStartTime', and 'ScheduledOperationScheduledStopTime' have been removed from the output object. Scripts that access these properties on the cmdlet's output will fail."

# removed parameters and parameter sets for New-AzOracleAutonomousDatabase.
- where:
verb: New
subject: OracleAutonomousDatabase
set:
breaking-change:
remove-parameter:
- DayOfWeekName
- ScheduledStartTime
- ScheduledStopTime
change-description: "The parameters '-DayOfWeekName', '-ScheduledStartTime' and'-ScheduledStopTime' have been removed. Please refer to the documentation for the new method of configuring maintenance schedules during creation."

# removed parameters and parameter sets for Update-AzOracleAutonomousDatabase.
- where:
verb: Update
subject: OracleAutonomousDatabase
set:
breaking-change:
remove-parameter:
- DayOfWeekName
- ScheduledStartTime
- ScheduledStopTime
change-description: "The parameters '-DayOfWeekName', '-ScheduledStartTime' and '-ScheduledStopTime' have been removed. Please refer to the documentation for the current method of modifying maintenance schedules."

# removal of the Update-AzOracleAutonomousDatabaseBackUp cmdlet.
- where:
subject: AutonomousDatabaseBackUp
verb: Update
set:
breaking-change:
remove-cmdlet: true
change-description: "The cmdlet 'Update-AzOracleAutonomousDatabaseBackUp' has been removed."
```
Loading