Skip to content
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
16 changes: 7 additions & 9 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions sdk/sql/arm-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release History

## 10.1.0-beta.1 (2023-05-10)

**Features**

- Interface ElasticPool has a new optional parameter availabilityZone
- Interface ElasticPool has a new optional parameter minCapacity
- Interface ElasticPool has a new optional parameter preferredEnclaveType
- Interface ElasticPoolUpdate has a new optional parameter availabilityZone
- Interface ElasticPoolUpdate has a new optional parameter minCapacity
- Interface ElasticPoolUpdate has a new optional parameter preferredEnclaveType
- Interface ManagedDatabase has a new optional parameter isLedgerOn
- Interface ManagedDatabaseUpdate has a new optional parameter isLedgerOn


## 10.0.0 (2023-03-22)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/sql/arm-sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Azure SQL Database management API provides a RESTful set of web services tha

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/sql/arm-sql) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-sql) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-sql) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-sql?view=azure-node-preview) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)

## Getting started
Expand Down
6 changes: 3 additions & 3 deletions sdk/sql/arm-sql/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "cd2b76ce38029e1425ee024cd9403a908c60d71e",
"commit": "0b79c1a5f9b8ea40f2b592a56446bffabdf9db5f",
"readme": "specification/sql/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --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\\sql\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.10 --generate-sample=true",
"autorest_command": "autorest --version=3.9.3 --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/sql/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.10",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.0",
"use": "@autorest/typescript@6.0.0-rc.10"
}
16 changes: 4 additions & 12 deletions sdk/sql/arm-sql/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 SqlManagementClient.",
"version": "10.0.0",
"version": "10.1.0-beta.1",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -36,7 +36,7 @@
"mkdirp": "^2.1.2",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~5.0.0",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"dotenv": "^16.0.0",
Expand Down Expand Up @@ -111,13 +111,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/sql/arm-sql",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-sql?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/sql/arm-sql"
}
8 changes: 8 additions & 0 deletions sdk/sql/arm-sql/review/arm-sql.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1773,13 +1773,16 @@ export interface EditionCapability {

// @public
export interface ElasticPool extends TrackedResource {
availabilityZone?: AvailabilityZoneType;
readonly creationDate?: Date;
highAvailabilityReplicaCount?: number;
readonly kind?: string;
licenseType?: ElasticPoolLicenseType;
maintenanceConfigurationId?: string;
maxSizeBytes?: number;
minCapacity?: number;
perDatabaseSettings?: ElasticPoolPerDatabaseSettings;
preferredEnclaveType?: AlwaysEncryptedEnclaveType;
sku?: Sku;
readonly state?: ElasticPoolState;
zoneRedundant?: boolean;
Expand Down Expand Up @@ -2056,11 +2059,14 @@ export type ElasticPoolsUpdateResponse = ElasticPool;

// @public
export interface ElasticPoolUpdate {
availabilityZone?: AvailabilityZoneType;
highAvailabilityReplicaCount?: number;
licenseType?: ElasticPoolLicenseType;
maintenanceConfigurationId?: string;
maxSizeBytes?: number;
minCapacity?: number;
perDatabaseSettings?: ElasticPoolPerDatabaseSettings;
preferredEnclaveType?: AlwaysEncryptedEnclaveType;
sku?: Sku;
tags?: {
[propertyName: string]: string;
Expand Down Expand Up @@ -5141,6 +5147,7 @@ export interface ManagedDatabase extends TrackedResource {
readonly defaultSecondaryLocation?: string;
readonly earliestRestorePoint?: Date;
readonly failoverGroupId?: string;
isLedgerOn?: boolean;
lastBackupName?: string;
longTermRetentionBackupResourceId?: string;
recoverableDatabaseId?: string;
Expand Down Expand Up @@ -5782,6 +5789,7 @@ export interface ManagedDatabaseUpdate {
readonly defaultSecondaryLocation?: string;
readonly earliestRestorePoint?: Date;
readonly failoverGroupId?: string;
isLedgerOn?: boolean;
lastBackupName?: string;
longTermRetentionBackupResourceId?: string;
recoverableDatabaseId?: string;
Expand Down
Loading