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-workloads] Updating Examples for Create flow with proper values #3165

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

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

60 changes: 52 additions & 8 deletions sdk/workloads/arm-workloads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,59 @@
# Release History

## 1.0.0-beta.3 (2022-12-22)

**Features**

## 1.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added Interface CreateAndMountFileShareConfiguration
- Added Interface DiskConfiguration
- Added Interface DiskSku
- Added Interface DiskVolumeConfiguration
- Added Interface ExternalInstallationSoftwareConfiguration
- Added Interface FileShareConfiguration
- Added Interface LoadBalancerDetails
- Added Interface MountFileShareConfiguration
- Added Interface SkipFileShareConfiguration
- Added Interface StorageConfiguration
- Added Interface StorageInformation
- Added Type Alias ConfigurationType
- Added Type Alias DiskSkuName
- Added Type Alias FileShareConfigurationUnion
- Added Type Alias SslPreference
- Interface CentralServerVmDetails has a new optional parameter storageDetails
- Interface DatabaseConfiguration has a new optional parameter diskConfiguration
- Interface DatabaseVmDetails has a new optional parameter storageDetails
- 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 SAPApplicationServerInstance has a new optional parameter storageDetails
- Interface SAPCentralServerInstance has a new optional parameter loadBalancerDetails
- Interface SAPDatabaseInstance has a new optional parameter loadBalancerDetails
- Interface SapNetWeaverProviderInstanceProperties has a new optional parameter sslCertificateUri
- Interface SapNetWeaverProviderInstanceProperties has a new optional parameter sslPreference
- Interface SingleServerConfiguration has a new optional parameter dbDiskConfiguration
- Interface ThreeTierConfiguration has a new optional parameter storageConfiguration
- Added Enum KnownConfigurationType
- Added Enum KnownDiskSkuName
- Added Enum KnownSslPreference
- Enum KnownSAPSoftwareInstallationType has a new value External
- Enum KnownSAPVirtualInstanceState has a new value SoftwareDetectionFailed
- Enum KnownSAPVirtualInstanceState has a new value SoftwareDetectionInProgress
- Added function getContinuationToken

### Other Changes
**Breaking Changes**

- Type of parameter softwareInstallationType of interface SoftwareConfiguration is changed from "ServiceInitiated" | "SAPInstallWithoutOSConfig" to "ServiceInitiated" | "SAPInstallWithoutOSConfig" | "External"


## 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": "159d7650e32647dc41ab781e9150fac517f496ce",
"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.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/workloads/resource-manager/readme.md --use=@autorest/[email protected].5",
"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.4",
"use": "@autorest/[email protected].5"
}
17 changes: 5 additions & 12 deletions sdk/workloads/arm-workloads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.5.0",
"@azure/core-client": "^1.6.1",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"tslib": "^2.2.0"
Expand All @@ -36,7 +36,7 @@
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.2.0",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
Expand All @@ -46,6 +46,7 @@
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/workloads/arm-workloads",
Expand Down Expand Up @@ -109,13 +110,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