Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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
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
2 changes: 1 addition & 1 deletion eng/pipelines/templates/stages/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parameters:
default: []
- name: TestTimeoutInMinutes
type: number
default: 60
default: 90
- name: MatrixConfigs
type: object
default:
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