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 e1b10c1c3b726..b3b1e25820f78 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 @@
-
-
+