Skip to content

Commit

Permalink
July Release Prep - Confidential Ledger (#29675)
Browse files Browse the repository at this point in the history
  • Loading branch information
christothes committed Jul 7, 2022
1 parent b62fd9f commit dd17f33
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,14 @@
"Rscript",
"VCPUs"
]
}
},
{
"filename": "**/sdk/reservations/**/*.cs",
"words": [
"Msrp",
"Hana"
]
}
],
"allowCompoundWords": true
}
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
</ItemGroup>

<PropertyGroup>
<TestProxyVersion>1.0.0-dev.20220413.1</TestProxyVersion>
<TestProxyVersion>1.0.0-dev.20220630.4</TestProxyVersion>
</PropertyGroup>

</Project>
1 change: 1 addition & 0 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

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

### Breaking Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
</PropertyGroup>

<ItemGroup>
<!-- <PackageReference Include="Azure.Core" /> -->
<ProjectReference Include="..\..\..\core\Azure.Core\src\Azure.Core.csproj" />
<PackageReference Include="Azure.Core" />
<PackageReference Include="Azure.Core.Experimental" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>
Expand Down

0 comments on commit dd17f33

Please sign in to comment.