Skip to content
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

[AutoPR @azure/arm-oracledatabase] [Oracle Database@Azure] Add new preview and stable API versions for 2024-06-01 #10444

Closed
wants to merge 1 commit into from
Closed
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
830 changes: 427 additions & 403 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

29 changes: 18 additions & 11 deletions sdk/oracledatabase/arm-oracledatabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Release History

## 1.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes


## 1.1.0 (2024-07-11)

**Features**

- Added operation OracleSubscriptions.beginAddAzureSubscriptions
- Added operation OracleSubscriptions.beginAddAzureSubscriptionsAndWait
- Added Interface AzureSubscriptions
- Added Interface OracleSubscriptionsAddAzureSubscriptionsHeaders
- Added Interface OracleSubscriptionsAddAzureSubscriptionsOptionalParams
- Added Type Alias AddSubscriptionOperationState
- Added Type Alias OracleSubscriptionsAddAzureSubscriptionsResponse
- Interface OracleSubscriptionProperties has a new optional parameter addSubscriptionOperationState
- Interface OracleSubscriptionProperties has a new optional parameter azureSubscriptionIds
- Interface OracleSubscriptionProperties has a new optional parameter lastOperationStatusDetail
- Added Enum KnownAddSubscriptionOperationState


## 1.0.0 (2024-06-25)

### Features Added
Expand Down
8 changes: 4 additions & 4 deletions sdk/oracledatabase/arm-oracledatabase/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "3aef2f96202eec656fca4abc4df0fbfe10b89ac0",
"commit": "36872bf2a5ea3408cb52718a1a4696fa24d39a59",
"readme": "specification/oracle/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\oracle\\resource-manager\\readme.md --use=@autorest/[email protected].23 --generate-sample=true",
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/oracle/resource-manager/readme.md --use=@autorest/typescript@^6.0.12",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].11",
"use": "@autorest/[email protected].23"
"release_tool": "@azure-tools/[email protected].10",
"use": "@autorest/typescript@^6.0.12"
}
6 changes: 0 additions & 6 deletions sdk/oracledatabase/arm-oracledatabase/assets.json

This file was deleted.

16 changes: 4 additions & 12 deletions sdk/oracledatabase/arm-oracledatabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for OracleDatabaseManagementClient.",
"version": "1.0.1",
"version": "1.1.0",
"engines": {
"node": ">=18.0.0"
},
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^3.0.1",
"typescript": "~5.5.3",
"typescript": "~5.4.5",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
Expand Down Expand Up @@ -106,13 +106,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/oracledatabase/arm-oracledatabase",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-oracledatabase?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/oracledatabase/arm-oracledatabase"
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ export interface AddRemoveDbNode {
dbServers: string[];
}

// @public
export type AddSubscriptionOperationState = string;

// @public
export interface AllConnectionStringType {
high?: string;
Expand Down Expand Up @@ -261,7 +264,7 @@ export interface AutonomousDatabaseCharacterSetListResult {

// @public
export interface AutonomousDatabaseCharacterSetProperties {
readonly characterSet: string;
readonly characterSet?: string;
}

// @public
Expand Down Expand Up @@ -326,7 +329,7 @@ export interface AutonomousDatabaseNationalCharacterSetListResult {

// @public
export interface AutonomousDatabaseNationalCharacterSetProperties {
readonly characterSet: string;
readonly characterSet?: string;
}

// @public
Expand Down Expand Up @@ -623,7 +626,7 @@ export interface AutonomousDbVersionProperties {
readonly isDefaultForPaid?: boolean;
readonly isFreeTierEnabled?: boolean;
readonly isPaidEnabled?: boolean;
readonly version: string;
readonly version?: string;
}

// @public
Expand All @@ -632,6 +635,11 @@ export type AutonomousMaintenanceScheduleType = string;
// @public
export type AzureResourceProvisioningState = string;

// @public
export interface AzureSubscriptions {
azureSubscriptionIds: string[];
}

// @public
export type CloneType = string;

Expand Down Expand Up @@ -1146,15 +1154,15 @@ export interface DbNodeProperties {
readonly cpuCoreCount?: number;
readonly dbNodeStorageSizeInGbs?: number;
readonly dbServerId?: string;
readonly dbSystemId: string;
readonly dbSystemId?: string;
readonly faultDomain?: string;
readonly hostIpId?: string;
readonly hostname?: string;
readonly lifecycleDetails?: string;
readonly lifecycleState?: DbNodeProvisioningState;
readonly maintenanceType?: DbNodeMaintenanceType;
readonly memorySizeInGbs?: number;
readonly ocid: string;
readonly ocid?: string;
readonly provisioningState?: ResourceProvisioningState;
readonly softwareStorageSizeInGb?: number;
readonly timeCreated?: Date;
Expand Down Expand Up @@ -1300,7 +1308,7 @@ export interface DbSystemShapeListResult {

// @public
export interface DbSystemShapeProperties {
readonly availableCoreCount: number;
readonly availableCoreCount?: number;
readonly availableCoreCountPerNode?: number;
readonly availableDataStorageInTbs?: number;
readonly availableDataStoragePerServerInTbs?: number;
Expand Down Expand Up @@ -1369,13 +1377,13 @@ export interface DnsPrivateViewListResult {
// @public
export interface DnsPrivateViewProperties {
readonly displayName?: string;
readonly isProtected: boolean;
readonly isProtected?: boolean;
readonly lifecycleState?: DnsPrivateViewsLifecycleState;
readonly ocid: string;
readonly ocid?: string;
readonly provisioningState?: ResourceProvisioningState;
readonly self: string;
readonly timeCreated: Date;
readonly timeUpdated: Date;
readonly self?: string;
readonly timeCreated?: Date;
readonly timeUpdated?: Date;
}

// @public
Expand Down Expand Up @@ -1421,16 +1429,16 @@ export interface DnsPrivateZoneListResult {

// @public
export interface DnsPrivateZoneProperties {
readonly isProtected: boolean;
readonly isProtected?: boolean;
readonly lifecycleState?: DnsPrivateZonesLifecycleState;
readonly ocid: string;
readonly ocid?: string;
readonly provisioningState?: ResourceProvisioningState;
readonly self: string;
readonly serial: number;
readonly timeCreated: Date;
readonly version: string;
readonly self?: string;
readonly serial?: number;
readonly timeCreated?: Date;
readonly version?: string;
readonly viewId?: string;
readonly zoneType: ZoneType;
readonly zoneType?: ZoneType;
}

// @public
Expand Down Expand Up @@ -1525,7 +1533,7 @@ export interface GiVersionListResult {

// @public
export interface GiVersionProperties {
readonly version: string;
readonly version?: string;
}

// @public
Expand Down Expand Up @@ -1569,6 +1577,13 @@ export enum KnownActionType {
Internal = "Internal"
}

// @public
export enum KnownAddSubscriptionOperationState {
Failed = "Failed",
Succeeded = "Succeeded",
Updating = "Updating"
}

// @public
export enum KnownAutonomousDatabaseBackupLifecycleState {
Active = "Active",
Expand Down Expand Up @@ -2158,9 +2173,12 @@ export interface OracleSubscriptionListResult {

// @public
export interface OracleSubscriptionProperties {
readonly addSubscriptionOperationState?: AddSubscriptionOperationState;
readonly azureSubscriptionIds?: string[];
readonly cloudAccountId?: string;
readonly cloudAccountState?: CloudAccountProvisioningState;
intent?: Intent;
readonly lastOperationStatusDetail?: string;
productCode?: string;
readonly provisioningState?: OracleSubscriptionProvisioningState;
readonly saasSubscriptionId?: string;
Expand All @@ -2172,6 +2190,8 @@ export type OracleSubscriptionProvisioningState = string;

// @public
export interface OracleSubscriptions {
beginAddAzureSubscriptions(body: AzureSubscriptions, options?: OracleSubscriptionsAddAzureSubscriptionsOptionalParams): Promise<SimplePollerLike<OperationState<OracleSubscriptionsAddAzureSubscriptionsResponse>, OracleSubscriptionsAddAzureSubscriptionsResponse>>;
beginAddAzureSubscriptionsAndWait(body: AzureSubscriptions, options?: OracleSubscriptionsAddAzureSubscriptionsOptionalParams): Promise<OracleSubscriptionsAddAzureSubscriptionsResponse>;
beginCreateOrUpdate(resource: OracleSubscription, options?: OracleSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OracleSubscriptionsCreateOrUpdateResponse>, OracleSubscriptionsCreateOrUpdateResponse>>;
beginCreateOrUpdateAndWait(resource: OracleSubscription, options?: OracleSubscriptionsCreateOrUpdateOptionalParams): Promise<OracleSubscriptionsCreateOrUpdateResponse>;
beginDelete(options?: OracleSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OracleSubscriptionsDeleteResponse>, OracleSubscriptionsDeleteResponse>>;
Expand All @@ -2188,6 +2208,21 @@ export interface OracleSubscriptions {
listBySubscription(options?: OracleSubscriptionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<OracleSubscription>;
}

// @public
export interface OracleSubscriptionsAddAzureSubscriptionsHeaders {
location?: string;
retryAfter?: number;
}

// @public
export interface OracleSubscriptionsAddAzureSubscriptionsOptionalParams extends coreClient.OperationOptions {
resumeFrom?: string;
updateIntervalInMs?: number;
}

// @public
export type OracleSubscriptionsAddAzureSubscriptionsResponse = OracleSubscriptionsAddAzureSubscriptionsHeaders;

// @public
export interface OracleSubscriptionsCreateOrUpdateHeaders {
retryAfter?: number;
Expand Down Expand Up @@ -2476,7 +2511,7 @@ export interface SystemVersionListResult {

// @public
export interface SystemVersionProperties {
readonly systemVersion: string;
readonly systemVersion?: string;
}

// @public
Expand Down

This file was deleted.

Loading