Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ff9473d
Setting AMQP session incoming window size to unlimited for receivers …
yvgopal Oct 23, 2020
9fc81ef
Azure Monitor Exporter: Rename (#16056)
Oct 23, 2020
0947a96
[Service Bus Client] Shared Access Key Credential (#16085)
jsquire Oct 23, 2020
1e710b8
Update CODEOWNERS (#16200)
kasobol-msft Oct 23, 2020
50ec101
Added DataLakeDirectoryClient.GetPaths() (#16089)
seanmcc-msft Oct 23, 2020
e9f077c
Hide ability to create a ShareLeaseClient for a Share or ShareSnapsho…
seanmcc-msft Oct 23, 2020
86bc4e2
Made all Share Lease and Share Snapshot Lease tests playback-only (#1…
seanmcc-msft Oct 23, 2020
d846c82
[Event Hubs Client] Shared Key Credential + Connection String Parser …
jsquire Oct 23, 2020
cfabd4d
[MetricsAdvisor] Apply renames for cross-language consistency (#16198)
kinelski Oct 23, 2020
ff90f22
[Event Hubs Client] Incorporate Feedback (#16220)
jsquire Oct 23, 2020
6285831
Add Azure.Core to digital twins project (#16223)
timtay-microsoft Oct 23, 2020
9d72430
ADT: Rename Model(s) to DtdlModel(s) (#16226)
Oct 23, 2020
af50cfc
Azure Monitor Exporter: more renaming (#16224)
Oct 23, 2020
b2917ee
[Storage][Webjobs] Doc strings and drop Core dependency. (#16221)
kasobol-msft Oct 23, 2020
3953475
[live tests] Avoid using ${{ insert }} duplicate keys with un-rendere…
benbp Oct 23, 2020
027a99e
Rename EventRoute -> DigitalTwinsEventRoute and all corresponding typ…
azabbasi Oct 23, 2020
63f0ed1
Creating new PR for Storage Blob migration guide (#15749)
rishabpoh Oct 23, 2020
ab93aff
retarget master as the base branch for docs metadata release (#16222)
azure-sdk Oct 23, 2020
334e831
ADT: Rename "UploadTime" to "UploadedOn" for DigitalTwinsModelData (#…
Oct 23, 2020
101ee04
Added .NET SDK Support for Confluent (#16152)
alluri02 Oct 23, 2020
1c8ac3a
added tests for managed instance creation with maintenance configurat…
ulazarevic Oct 23, 2020
cde62f6
Update Delete-RemoteBranches.ps1 (#16242)
azure-sdk Oct 24, 2020
4978767
Amqp connection idle timeout2 (#16235)
yvgopal Oct 24, 2020
5fedc94
Sync eng/common directory with azure-sdk-tools for PR 1135 (#16241)
azure-sdk Oct 24, 2020
d94de0a
Update eng/common workflow docs (#16244)
azure-sdk Oct 24, 2020
c48a172
Azure Monitor Exporter - Update to Otel0.7 (#16246)
rajkumar-rangaraj Oct 25, 2020
aec8457
Fixed the http links
sima-zhu Oct 23, 2020
89b94c6
Generated from 1f91f50eff5790375e54f20ff15fbb3d3640be73
Oct 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
# PRLabel: %Storage
/sdk/storage/ @tg-msft
/sdk/storage/Azure.Storage.*/ @amishra-dev @seanmcc-msft @amnguye @kasobol-msft @tg-msft
/sdk/storage/Microsoft.Azure.WebJobs.*/ @amishra-dev @seanmcc-msft @amnguye @kasobol-msft @tg-msft @fabiocav

# PRLabel: %Tables
/sdk/tables/ @christothes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Documentation and code samples for these libraries can be found [here](https://a

## Need help?

* For reference documentation visit the [Azure SDK for .NET API Reference](http://aka.ms/net-docs).
* For reference documentation visit the [Azure SDK for .NET API Reference](https://aka.ms/net-docs).
* For tutorials, samples, quick starts, and other documentation, go to [Azure for .NET Developers](https://docs.microsoft.com/dotnet/azure/).
* File an issue via [Github Issues](https://github.com/Azure/azure-sdk-for-net/issues/new/choose).
* Check [previous questions](https://stackoverflow.com/questions/tagged/azure+.net) or ask new ones on StackOverflow using `azure` and `.net` tags.
Expand Down
8 changes: 4 additions & 4 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
<PackageReference Update="NSubstitute" Version="3.1.0" />
<PackageReference Update="nunit" Version="3.12.0" />
<PackageReference Update="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Update="OpenTelemetry" Version="0.6.0-beta.1" />
<PackageReference Update="OpenTelemetry.Extensions.Hosting" Version="0.6.0-beta.1" />
<PackageReference Update="OpenTelemetry.Instrumentation.AspNetCore" Version="0.6.0-beta.1" />
<PackageReference Update="OpenTelemetry.Instrumentation.Http" Version="0.6.0-beta.1" />
<PackageReference Update="OpenTelemetry" Version="0.7.0-beta.1" />
<PackageReference Update="OpenTelemetry.Extensions.Hosting" Version="0.7.0-beta.1" />
<PackageReference Update="OpenTelemetry.Instrumentation.AspNetCore" Version="0.7.0-beta.1" />
<PackageReference Update="OpenTelemetry.Instrumentation.Http" Version="0.7.0-beta.1" />
<PackageReference Update="Polly" Version="7.1.0" />
<PackageReference Update="Portable.BouncyCastle" Version="1.8.5" />
<PackageReference Update="PublicApiGenerator" Version="10.0.1" />
Expand Down
7 changes: 3 additions & 4 deletions eng/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ The 'Sync eng/common directory' PRs will be created in the language repositories
3. The `azure-sdk-tools - sync - eng-common` pipeline queues test runs for template pipelines in various languages. These help you test your changes in the **Tools PR**.
4. If there are changes in the **Tools PR** that will affect the release stage you should approve the release test pipelines by clicking the approval gate. The test (template) pipeline will automatically release the next eligible version without needing manual intervention for the versioning. Please approve your test releases as quickly as possible. A race condition may occur due to someone else queueing the pipeline and going all the way to release using your version while yours is still waiting. If this occurs manually rerun the pipeline that failed.
5. If you make additional changes to your **Tools PR** repeat steps 1 - 4 until you have completed the necessary testing of your changes. This includes full releases of the template package, if necessary.
6. Sign off on CreateSyncPRs stage of the sync pipeline using the approval gate. This stage will create the **Sync PRs** in the various language repos with the `auto-merge` label applied. A link to each of the **Sync PRs** will show up in the **Tools PR** for you to click and review.
7. Go review and approve each of your **Sync PRs**. The merging will happen automatically.
8. Sign off on VerifyAndMerge stage of the sync pipeline using the approval gate. This stage will merge any remaining open **Sync PRs** and also append `auto-merge` to the **Tools PR** so it will automatically merge once the pipeline finishes.
7. Sign Off on the VerifyAndMerge stage. This will merge any remaining open **Sync PR** and also append `auto-merge` to the **Tools PR**.
6. Sign off on CreateSyncPRs stage of the sync pipeline using the approval gate. This stage will create the **Sync PRs** in the various language repos. A link to each of the **Sync PRs** will show up in the **Tools PR** for you to click and review.
7. Go review and approve each of your **Sync PRs**.
8. Sign Off on the VerifyAndMerge stage. This will merge any remaining open **Sync PR** and also append `auto-merge` to the **Tools PR**.
2 changes: 1 addition & 1 deletion eng/common/TestResources/New-TestResources.ps1.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

Expand Down
2 changes: 1 addition & 1 deletion eng/common/TestResources/Remove-TestResources.ps1.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ parameters:
ScriptDirectory: eng/common/scripts
TargetDocRepoName: ''
TargetDocRepoOwner: ''
PRBranchName: 'smoke-test-rdme'
SourceBranchName: 'smoke-test'
PRBranchName: 'master-rdme'
SourceBranchName: 'master'
PRLabels: 'auto-merge'
ArtifactName: ''
Language: ''
Expand Down
8 changes: 4 additions & 4 deletions eng/common/scripts/Delete-RemoteBranches.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ param(

LogDebug "Operating on Repo [ $RepoName ]"
try{
$branches = (Get-GitHubSourceReferences -RepoOwner $RepoOwner -RepoName $RepoName -Ref "heads/$BranchPrefix").ref
$branches = (Get-GitHubSourceReferences -RepoOwner $RepoOwner -RepoName $RepoName -Ref "heads/$BranchPrefix" -AuthToken $AuthToken).ref
}
catch {
LogError "Get-GitHubSourceReferences failed with exception:`n$_"
Expand All @@ -22,17 +22,17 @@ foreach ($branch in $branches)
$branchName = $branch.Replace("refs/heads/","")
$head = "${RepoOwner}/${RepoName}:${branchName}"
LogDebug "Operating on branch [ $branchName ]"
$pullRequests = Get-GitHubPullRequests -RepoOwner $RepoOwner -RepoName $RepoName -head $head
$pullRequests = Get-GitHubPullRequests -RepoOwner $RepoOwner -RepoName $RepoName -State "all" -Head $head -AuthToken $AuthToken
}
catch
{
LogError "Get-GitHubPullRequests failed with exception:`n$_"
exit 1
}

if ($pullRequests.Count -eq 0)
if ($pullRequests -and (($pullRequests | ? { $_.State -eq "open" }).Count -eq 0))
{
LogDebug "Branch [ $branchName ] in repo [ $RepoName ] has no associated Pull Request. Deleting Branch"
LogDebug "Branch [ $branchName ] in repo [ $RepoName ] has no associated open Pull Request. Deleting Branch"
try{
Remove-GitHubSourceReferences -RepoOwner $RepoOwner -RepoName $RepoName -Ref ($branch.Remove(0,5)) -AuthToken $AuthToken
}
Expand Down
4 changes: 4 additions & 0 deletions eng/common/scripts/Verify-Links.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ function CheckLink ([System.Uri]$linkUri)
}

if ($checkLinkGuidance) {
if ($linkUri.Scheme -eq 'http') {
LogWarning "DO NOT use 'http' in $linkUri. Please use secure link with https instead. Check here for more information: https://aka.ms/azsdk/guideline/links"
$linkValid = $false
}
$link = $linkUri.ToString()
# Check if the url is relative links, suppress the archor link validation.
if (!$linkUri.IsAbsoluteUri -and !$link.StartsWith("#")) {
Expand Down
14 changes: 14 additions & 0 deletions eng/mgmt/mgmtmetadata/confluent_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Installing AutoRest version: v2
AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/confluent/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\work\azure-sdk-for-net\sdk
2020-10-09 01:08:52 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 90d8383a505528a920ad98b5a4f75f47f4aef2b9
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
1 change: 1 addition & 0 deletions eng/pipelines/mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pr:
- sdk/cdn/Microsoft.Azure.Management.Cdn
- sdk/cognitiveservices/Microsoft.Azure.Management.CognitiveServices
- sdk/compute/Microsoft.Azure.Management.Compute
- sdk/confluent/Microsoft.Azure.Management.Confluent
- sdk/consumption/Microsoft.Azure.Management.Consumption
- sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance
- sdk/containerregistry/Microsoft.Azure.Management.ContainerRegistry
Expand Down
6 changes: 4 additions & 2 deletions eng/pipelines/templates/jobs/archetype-sdk-tests-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_MULTILEVEL_LOOKUP: 0
AZURE_TEST_MODE: "${{ coalesce(platform.TestMode, 'None') }}"
${{ insert }}: ${{ parameters.EnvVars }}
${{ insert }}: ${{ cloudConfig.value.EnvVars }}
${{ each var in parameters.EnvVars }}:
${{ var.key }}: ${{ var.value }}
${{ each var in cloudConfig.value.EnvVars }}:
${{ var.key }}: ${{ var.value }}

- template: /eng/common/TestResources/remove-test-resources.yml
parameters:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading