-
Notifications
You must be signed in to change notification settings - Fork 4.1k
generated sdk #28613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
generated sdk #28613
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR is an auto-generated SDK update for the Oracle module, which regenerates the PowerShell cmdlets based on updated OpenAPI specifications from the Oracle.Database service. The update includes new resource types (ResourceAnchors, NetworkAnchors, DbSystems) and significant API changes to existing resources.
- New anchor resource types and their corresponding cmdlets for resource and network anchors
- Addition of DbSystem resource management cmdlets and documentation
- API version updates across all resource types from 2025-03-01 to 2025-09-01
- Parameter changes in existing cmdlets, particularly around scheduled operations handling
Reviewed Changes
Copilot reviewed 74 out of 74 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
generate-info.json | Updates generation ID for new SDK build |
test/*.Tests.ps1 | Adds placeholder Pester test files for new cmdlets (11 files) |
examples/*.md | Adds placeholder example documentation for new cmdlets (8 files) |
docs/*.md | Adds comprehensive help documentation for new cmdlets and updates existing ones |
UX/Oracle.Database/*.json | Updates API versions and adds new resource type definitions |
README.md | Updates commit hash for the OpenAPI specification source |
Comments suppressed due to low confidence (1)
src/Oracle/Oracle.Autorest/docs/Update-AzOracleAutonomousDatabase.md:629
- The parameter documentation shows a breaking change where
-DayOfWeekName
,-ScheduledStartTime
, and-ScheduledStopTime
parameters have been removed and replaced with-ScheduledOperationsList
. This is a significant API change that should be properly documented in a changelog and may require migration guidance for existing users.
Type: Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IScheduledOperationsTypeUpdate[]
Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
### Example 1: {{ Add title here }} | ||
```powershell | ||
{{ Add code here }} | ||
``` | ||
|
||
```output | ||
{{ Add output here (remove the output block if the example doesn't have an output) }} | ||
``` | ||
|
||
{{ Add description here }} | ||
|
||
### Example 2: {{ Add title here }} | ||
```powershell | ||
{{ Add code here }} | ||
``` | ||
|
||
```output | ||
{{ Add output here (remove the output block if the example doesn't have an output) }} | ||
``` | ||
|
||
{{ Add description here }} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All example files contain only placeholder content with template markers like '{{ Add title here }}' and '{{ Add code here }}'. Real examples showing actual usage scenarios, parameters, and expected outputs should be provided to help users understand how to use these cmdlets effectively.
### Example 1: {{ Add title here }} | |
```powershell | |
{{ Add code here }} | |
``` | |
```output | |
{{ Add output here (remove the output block if the example doesn't have an output) }} | |
``` | |
{{ Add description here }} | |
### Example 2: {{ Add title here }} | |
```powershell | |
{{ Add code here }} | |
``` | |
```output | |
{{ Add output here (remove the output block if the example doesn't have an output) }} | |
``` | |
{{ Add description here }} | |
### Example 1: Update tags for an Oracle Resource Anchor | |
```powershell | |
Update-AzOracleResourceAnchor -ResourceGroupName "MyResourceGroup" -ResourceAnchorName "MyAnchor" -Tags @{ "Environment" = "Production"; "Owner" = "DBTeam" } |
ResourceGroupName : MyResourceGroup
Name : MyAnchor
Tags : { Environment = Production, Owner = DBTeam }
Location : eastus
Type : Microsoft.Oracle/resourceAnchors
Id : /subscriptions/xxxx/resourceGroups/MyResourceGroup/providers/Microsoft.Oracle/resourceAnchors/MyAnchor
Updates the tags of the specified Oracle Resource Anchor to include "Environment" and "Owner".
Example 2: Update the display name of an Oracle Resource Anchor
Update-AzOracleResourceAnchor -ResourceGroupName "MyResourceGroup" -ResourceAnchorName "MyAnchor" -DisplayName "Production Anchor"
ResourceGroupName : MyResourceGroup
Name : MyAnchor
DisplayName : Production Anchor
Location : eastus
Type : Microsoft.Oracle/resourceAnchors
Id : /subscriptions/xxxx/resourceGroups/MyResourceGroup/providers/Microsoft.Oracle/resourceAnchors/MyAnchor
Updates the display name of the specified Oracle Resource Anchor to "Production Anchor".
Copilot uses AI. Check for mistakes.
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
…s, DbSystem, and ADB lifecycle action
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
To the author of the pull request, |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update src/Oracle/Oracle/ChangeLog.md
as well
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.