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
69 changes: 35 additions & 34 deletions common/config/rush/pnpm-lock.yaml

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

36 changes: 26 additions & 10 deletions sdk/workloads/arm-workloads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
# Release History

## 1.0.0-beta.3 (2022-11-08)

**Features**

## 1.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added Interface ExternalInstallationSoftwareConfiguration
- Added Type Alias SslPreference
- Interface DB2ProviderInstanceProperties has a new optional parameter sslCertificateUri
- Interface DB2ProviderInstanceProperties has a new optional parameter sslPreference
- Interface HanaDbProviderInstanceProperties has a new optional parameter sslCertificateUri
- Interface HanaDbProviderInstanceProperties has a new optional parameter sslPreference
- Interface Monitor has a new optional parameter storageAccountArmId
- Interface Monitor has a new optional parameter zoneRedundancyPreference
- Interface MsSqlServerProviderInstanceProperties has a new optional parameter sslCertificateUri
- Interface MsSqlServerProviderInstanceProperties has a new optional parameter sslPreference
- Interface PrometheusHaClusterProviderInstanceProperties has a new optional parameter sslCertificateUri
- Interface PrometheusHaClusterProviderInstanceProperties has a new optional parameter sslPreference
- Interface PrometheusOSProviderInstanceProperties has a new optional parameter sslCertificateUri
- Interface PrometheusOSProviderInstanceProperties has a new optional parameter sslPreference
- Interface SapNetWeaverProviderInstanceProperties has a new optional parameter sslCertificateUri
- Interface SapNetWeaverProviderInstanceProperties has a new optional parameter sslPreference
- Added Enum KnownSslPreference
- Enum KnownSAPSoftwareInstallationType has a new value External
- Enum KnownSAPVirtualInstanceState has a new value SoftwareDetectionFailed
- Enum KnownSAPVirtualInstanceState has a new value SoftwareDetectionInProgress


## 1.0.0-beta.2 (2022-07-14)

**Features**
Expand Down
8 changes: 4 additions & 4 deletions sdk/workloads/arm-workloads/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "57607cb7f9afbc11e611ef6e5dd00f14ed1b0be9",
"commit": "c6f5b9c2641c89f910e1fd01f0bab889d967840c",
"readme": "specification/workloads/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.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\\workloads\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.1 --generate-sample=true",
"autorest_command": "autorest --version=3.8.4 --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/workloads/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.2",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.0",
"use": "@autorest/typescript@6.0.0-rc.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.1",
"use": "@autorest/typescript@6.0.0-rc.2"
}
14 changes: 3 additions & 11 deletions sdk/workloads/arm-workloads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.2.0",
"typescript": "~4.6.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
Expand Down Expand Up @@ -109,13 +109,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-workloads?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading