From dd17f33e411562517144e4b6b16f5ea910e5c5ae Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Thu, 7 Jul 2022 18:49:40 -0500 Subject: [PATCH] July Release Prep - Confidential Ledger (#29675) --- .vscode/cspell.json | 9 ++++++++- eng/Packages.Data.props | 2 +- eng/pipelines/templates/jobs/ci.yml | 1 + .../Azure.Security.ConfidentialLedger/CHANGELOG.md | 2 +- .../src/Azure.Security.ConfidentialLedger.csproj | 3 +-- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 9596993b049e0..cb15f9a5b37f0 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -572,7 +572,14 @@ "Rscript", "VCPUs" ] - } + }, + { + "filename": "**/sdk/reservations/**/*.cs", + "words": [ + "Msrp", + "Hana" + ] + } ], "allowCompoundWords": true } diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index 87bfc81b41ac4..e351333485567 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -271,7 +271,7 @@ - 1.0.0-dev.20220413.1 + 1.0.0-dev.20220630.4 diff --git a/eng/pipelines/templates/jobs/ci.yml b/eng/pipelines/templates/jobs/ci.yml index f1187cb64659f..3347f2d66d6ea 100644 --- a/eng/pipelines/templates/jobs/ci.yml +++ b/eng/pipelines/templates/jobs/ci.yml @@ -140,6 +140,7 @@ jobs: ignoreDirectories: '.nuget' - job: "Analyze" + timeoutInMinutes: ${{ parameters.TestTimeoutInMinutes }} condition: and(succeededOrFailed(), ne(variables['Skip.Analyze'], true)) pool: name: azsdk-pool-mms-ubuntu-2004-general diff --git a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/CHANGELOG.md b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/CHANGELOG.md index 5c84721ad2717..d9257ae88d6a7 100644 --- a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/CHANGELOG.md +++ b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0-beta.3 (Unreleased) +## 1.0.0-beta.3 (2022-07-07) ### Breaking Changes diff --git a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Azure.Security.ConfidentialLedger.csproj b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Azure.Security.ConfidentialLedger.csproj index aa8b14358e396..320c666a8b1d5 100644 --- a/sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Azure.Security.ConfidentialLedger.csproj +++ b/sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Azure.Security.ConfidentialLedger.csproj @@ -14,8 +14,7 @@ - - +