Skip to content

Commit

Permalink
CodeGen from PR 21470 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
changes to support secure communication for all providers (Azure#21470)
  • Loading branch information
SDKAuto committed Nov 9, 2022
1 parent 2567ec7 commit e958915
Show file tree
Hide file tree
Showing 179 changed files with 677 additions and 16,320 deletions.
10 changes: 5 additions & 5 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-09)

**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": "3c560b167d153ca3f3d7a8dee387465289f143dd",
"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/[email protected].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/[email protected].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/[email protected].1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.1",
"use": "@autorest/[email protected].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

0 comments on commit e958915

Please sign in to comment.