Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
Expand Down
14 changes: 7 additions & 7 deletions src/Oracle/Oracle/Az.Oracle.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/13/2025
# Generated on: 11/5/2025
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.2.0'
ModuleVersion = '1.2.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -57,10 +57,10 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; })
RequiredAssemblies = 'Oracle.Autorest/bin/Az.Oracle.private.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
ScriptsToProcess = @()
# ScriptsToProcess = @()
Copy link

Copilot AI Nov 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The ScriptsToProcess assignment has been commented out. If this is intentional and no scripts need to be processed, the line should be removed entirely rather than commented out to keep the manifest file clean.

Suggested change
# ScriptsToProcess = @()

Copilot uses AI. Check for mistakes.

# Type files (.ps1xml) to be loaded when importing this module
TypesToProcess = @()
# TypesToProcess = @()
Copy link

Copilot AI Nov 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The TypesToProcess assignment has been commented out. If this is intentional and no type files need to be processed, the line should be removed entirely rather than commented out to keep the manifest file clean.

Suggested change
# TypesToProcess = @()

Copilot uses AI. Check for mistakes.

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'Oracle.Autorest/Az.Oracle.format.ps1xml'
Expand Down Expand Up @@ -135,7 +135,7 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Oracle'
Tags = 'Azure','ResourceManager','ARM','PSModule','Oracle'
Copy link

Copilot AI Nov 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The formatting of the Tags array has been changed from space-separated to comma-only separated values. This inconsistency with the previous format (line shows spaces after commas were removed) may cause issues with automated tooling that expects consistent formatting.

Suggested change
Tags = 'Azure','ResourceManager','ARM','PSModule','Oracle'
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Oracle'

Copilot uses AI. Check for mistakes.

# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
Expand All @@ -147,7 +147,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Upgraded to the stable version 2025-03-01'
ReleaseNotes = '* Preannounced breaking changes'

# Prerelease string of this module
# Prerelease = ''
Expand All @@ -160,7 +160,7 @@ PrivateData = @{

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
5 changes: 3 additions & 2 deletions src/Oracle/Oracle/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
- Additional information about change #1
-->
## Upcoming Release
* Preannounced breaking changes

* 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

## Version 1.2.1
* Preannounced breaking changes

## Version 1.2.0

Expand Down
4 changes: 2 additions & 2 deletions src/Oracle/Oracle/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("fba0df65-db03-40b2-8c2c-fe3d1d3bfcf8")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyVersion("1.2.1")]
[assembly: AssemblyFileVersion("1.2.1")]
2 changes: 1 addition & 1 deletion tools/Az/Az.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; },
@{ModuleName = 'Az.Nginx'; RequiredVersion = '1.2.1'; },
@{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '3.3.0'; },
@{ModuleName = 'Az.Oracle'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.Oracle'; RequiredVersion = '1.2.1'; },
@{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.7.1'; },
@{ModuleName = 'Az.PostgreSql'; RequiredVersion = '1.4.0'; },
@{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '2.1.0'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/AzPreview/AzPreview.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; },
@{ModuleName = 'Az.Nginx'; RequiredVersion = '1.2.1'; },
@{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '3.3.0'; },
@{ModuleName = 'Az.Oracle'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.Oracle'; RequiredVersion = '1.2.1'; },
@{ModuleName = 'Az.Orbital'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.PaloAltoNetworks'; RequiredVersion = '0.3.1'; },
@{ModuleName = 'Az.Peering'; RequiredVersion = '0.5.0'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/Docs/az-ps-latest-2.csv
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pac11,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
pac12,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Nginx.1.2.1.zip;sourceType=sa]Az.Nginx,1.2.1
pac13,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NotificationHubs.1.2.0.zip;sourceType=sa]Az.NotificationHubs,1.2.0
pac14,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.OperationalInsights.3.3.0.zip;sourceType=sa]Az.OperationalInsights,3.3.0
pac15,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Oracle.1.2.0.zip;sourceType=sa]Az.Oracle,1.2.0
pac15,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Oracle.1.2.1.zip;sourceType=sa]Az.Oracle,1.2.1
pac16,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Orbital.0.2.0.zip;sourceType=sa]Az.Orbital,0.2.0
pac17,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PaloAltoNetworks.0.3.1.zip;sourceType=sa]Az.PaloAltoNetworks,0.3.1
pac18,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Peering.0.5.0.zip;sourceType=sa]Az.Peering,0.5.0
Expand Down
5 changes: 2 additions & 3 deletions tools/NugetAuth/OneBranchNuget.Config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
Expand All @@ -8,5 +8,4 @@
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>

</configuration>
12 changes: 8 additions & 4 deletions tools/NugetAuth/ReplaceOneBranchConfig.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Exchange the contents of OneBranchNuget.Config and Nuget.Config

$oneBranchConfigPath = Join-Path $PSScriptRoot 'OneBranchNuget.Config'
$devConfigPath = Join-Path ($PSScriptRoot | Split-path -Parent | Split-path -Parent) 'Nuget.Config'

$oneBranchContent = Get-Content $oneBranchConfigPath -Raw
$devContent = Get-Content $devConfigPath -Raw
# Read content as byte arrays to preserve exact formatting
$oneBranchContent = [System.IO.File]::ReadAllText($oneBranchConfigPath, [System.Text.Encoding]::UTF8)
$devContent = [System.IO.File]::ReadAllText($devConfigPath, [System.Text.Encoding]::UTF8)

$oneBranchContent | Set-Content $devConfigPath -Force
$devContent | Set-Content $oneBranchConfigPath -Force
# Write content as byte arrays to preserve exact formatting
[System.IO.File]::WriteAllText($devConfigPath, $oneBranchContent, [System.Text.Encoding]::UTF8)
[System.IO.File]::WriteAllText($oneBranchConfigPath, $devContent, [System.Text.Encoding]::UTF8)
Loading
Loading