Skip to content

Commit dd17f33

Browse files
authored
July Release Prep - Confidential Ledger (#29675)
1 parent b62fd9f commit dd17f33

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.vscode/cspell.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,14 @@
572572
"Rscript",
573573
"VCPUs"
574574
]
575-
}
575+
},
576+
{
577+
"filename": "**/sdk/reservations/**/*.cs",
578+
"words": [
579+
"Msrp",
580+
"Hana"
581+
]
582+
}
576583
],
577584
"allowCompoundWords": true
578585
}

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
</ItemGroup>
272272

273273
<PropertyGroup>
274-
<TestProxyVersion>1.0.0-dev.20220413.1</TestProxyVersion>
274+
<TestProxyVersion>1.0.0-dev.20220630.4</TestProxyVersion>
275275
</PropertyGroup>
276276

277277
</Project>

eng/pipelines/templates/jobs/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
ignoreDirectories: '.nuget'
141141

142142
- job: "Analyze"
143+
timeoutInMinutes: ${{ parameters.TestTimeoutInMinutes }}
143144
condition: and(succeededOrFailed(), ne(variables['Skip.Analyze'], true))
144145
pool:
145146
name: azsdk-pool-mms-ubuntu-2004-general

sdk/confidentialledger/Azure.Security.ConfidentialLedger/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.3 (Unreleased)
3+
## 1.0.0-beta.3 (2022-07-07)
44

55
### Breaking Changes
66

sdk/confidentialledger/Azure.Security.ConfidentialLedger/src/Azure.Security.ConfidentialLedger.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<!-- <PackageReference Include="Azure.Core" /> -->
18-
<ProjectReference Include="..\..\..\core\Azure.Core\src\Azure.Core.csproj" />
17+
<PackageReference Include="Azure.Core" />
1918
<PackageReference Include="Azure.Core.Experimental" />
2019
<PackageReference Include="System.Text.Json" />
2120
</ItemGroup>

0 commit comments

Comments
 (0)