-
Notifications
You must be signed in to change notification settings - Fork 5k
Attempt at code generation for APC SDK #50180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
SallyAnneBennett
wants to merge
1
commit into
Azure:main
Choose a base branch
from
SallyAnneBennett:devwork
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
65 changes: 65 additions & 0 deletions
65
...sourceManager.ProgrammableConnectivity/Azure.ResourceManager.ProgrammableConnectivity.sln
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
| ||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.30309.148 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{7A6FCC00-C184-4E28-8110-EB8337008515}") = "Azure.ResourceManager.ProgrammableConnectivity", "src\Azure.ResourceManager.ProgrammableConnectivity.csproj", "{B3B33D15-D51B-4314-AEC4-E658F172EF06}" | ||
EndProject | ||
Project("{7A6FCC00-C184-4E28-8110-EB8337008515}") = "Azure.ResourceManager.ProgrammableConnectivity.Tests", "tests\Azure.ResourceManager.ProgrammableConnectivity.Tests.csproj", "{4822E3DC-1493-4687-869F-C6E706C5F4E0}" | ||
EndProject | ||
Project("{7A6FCC00-C184-4E28-8110-EB8337008515}") = "Azure.ResourceManager.ProgrammableConnectivity.Samples", "samples\Azure.ResourceManager.ProgrammableConnectivity.Samples.csproj", "{BB4E50F1-0EAB-44BE-B8D7-4A91407A9FDD}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {E53478CC-2605-41A6-A134-F5916B32D2FA} | ||
EndGlobalSection | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|Any CPU = Release|Any CPU | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{B3B33D15-D51B-4314-AEC4-E658F172EF06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{B3B33D15-D51B-4314-AEC4-E658F172EF06}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{B3B33D15-D51B-4314-AEC4-E658F172EF06}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{B3B33D15-D51B-4314-AEC4-E658F172EF06}.Debug|x64.Build.0 = Debug|Any CPU | ||
{B3B33D15-D51B-4314-AEC4-E658F172EF06}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{B3B33D15-D51B-4314-AEC4-E658F172EF06}.Debug|x86.Build.0 = Debug|Any CPU | ||
{B3B33D15-D51B-4314-AEC4-E658F172EF06}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{B3B33D15-D51B-4314-AEC4-E658F172EF06}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{B3B33D15-D51B-4314-AEC4-E658F172EF06}.Release|x64.ActiveCfg = Release|Any CPU | ||
{B3B33D15-D51B-4314-AEC4-E658F172EF06}.Release|x64.Build.0 = Release|Any CPU | ||
{B3B33D15-D51B-4314-AEC4-E658F172EF06}.Release|x86.ActiveCfg = Release|Any CPU | ||
{B3B33D15-D51B-4314-AEC4-E658F172EF06}.Release|x86.Build.0 = Release|Any CPU | ||
{4822E3DC-1493-4687-869F-C6E706C5F4E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{4822E3DC-1493-4687-869F-C6E706C5F4E0}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{4822E3DC-1493-4687-869F-C6E706C5F4E0}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{4822E3DC-1493-4687-869F-C6E706C5F4E0}.Debug|x64.Build.0 = Debug|Any CPU | ||
{4822E3DC-1493-4687-869F-C6E706C5F4E0}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{4822E3DC-1493-4687-869F-C6E706C5F4E0}.Debug|x86.Build.0 = Debug|Any CPU | ||
{4822E3DC-1493-4687-869F-C6E706C5F4E0}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{4822E3DC-1493-4687-869F-C6E706C5F4E0}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{4822E3DC-1493-4687-869F-C6E706C5F4E0}.Release|x64.ActiveCfg = Release|Any CPU | ||
{4822E3DC-1493-4687-869F-C6E706C5F4E0}.Release|x64.Build.0 = Release|Any CPU | ||
{4822E3DC-1493-4687-869F-C6E706C5F4E0}.Release|x86.ActiveCfg = Release|Any CPU | ||
{4822E3DC-1493-4687-869F-C6E706C5F4E0}.Release|x86.Build.0 = Release|Any CPU | ||
{BB4E50F1-0EAB-44BE-B8D7-4A91407A9FDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{BB4E50F1-0EAB-44BE-B8D7-4A91407A9FDD}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{BB4E50F1-0EAB-44BE-B8D7-4A91407A9FDD}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{BB4E50F1-0EAB-44BE-B8D7-4A91407A9FDD}.Debug|x64.Build.0 = Debug|Any CPU | ||
{BB4E50F1-0EAB-44BE-B8D7-4A91407A9FDD}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{BB4E50F1-0EAB-44BE-B8D7-4A91407A9FDD}.Debug|x86.Build.0 = Debug|Any CPU | ||
{BB4E50F1-0EAB-44BE-B8D7-4A91407A9FDD}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{BB4E50F1-0EAB-44BE-B8D7-4A91407A9FDD}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{BB4E50F1-0EAB-44BE-B8D7-4A91407A9FDD}.Release|x64.ActiveCfg = Release|Any CPU | ||
{BB4E50F1-0EAB-44BE-B8D7-4A91407A9FDD}.Release|x64.Build.0 = Release|Any CPU | ||
{BB4E50F1-0EAB-44BE-B8D7-4A91407A9FDD}.Release|x86.ActiveCfg = Release|Any CPU | ||
{BB4E50F1-0EAB-44BE-B8D7-4A91407A9FDD}.Release|x86.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
EndGlobal |
19 changes: 19 additions & 0 deletions
19
...ammableconnectivity/Azure.ResourceManager.ProgrammableConnectivity/CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.1 (Unreleased) | ||
|
||
|
||
|
||
### Features Added | ||
|
||
This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities: | ||
|
||
- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET. | ||
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing. | ||
- HTTP pipeline with custom policies. | ||
- Better error-handling. | ||
- Support uniform telemetry across all languages. | ||
|
||
This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues). | ||
|
||
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet). |
6 changes: 6 additions & 0 deletions
6
...rammableconnectivity/Azure.ResourceManager.ProgrammableConnectivity/Directory.Build.props
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!-- | ||
Add any shared properties you want for the projects under this package directory that need to be set before the auto imported Directory.Build.props | ||
--> | ||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., Directory.Build.props))\Directory.Build.props" /> | ||
</Project> |
80 changes: 80 additions & 0 deletions
80
...ogrammableconnectivity/Azure.ResourceManager.ProgrammableConnectivity/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
# Microsoft Azure ProgrammableConnectivity management client library for .NET | ||
|
||
**[Describe the service briefly first.]** | ||
|
||
This library follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities: | ||
|
||
- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET. | ||
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing. | ||
- HTTP pipeline with custom policies. | ||
- Better error-handling. | ||
- Support uniform telemetry across all languages. | ||
|
||
## Getting started | ||
|
||
### Install the package | ||
|
||
Install the Microsoft Azure ProgrammableConnectivity management library for .NET with [NuGet](https://www.nuget.org/): | ||
|
||
```dotnetcli | ||
dotnet add package Azure.ResourceManager.ProgrammableConnectivity --prerelease | ||
``` | ||
|
||
### Prerequisites | ||
|
||
* You must have an [Microsoft Azure subscription](https://azure.microsoft.com/free/dotnet/). | ||
|
||
### Authenticate the Client | ||
|
||
To create an authenticated client and start interacting with Microsoft Azure resources, see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/dev/mgmt_quickstart.md). | ||
|
||
## Key concepts | ||
|
||
Key concepts of the Microsoft Azure SDK for .NET can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html) | ||
|
||
## Documentation | ||
|
||
Documentation is available to help you learn how to use this package: | ||
|
||
- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/dev/mgmt_quickstart.md). | ||
- [API References](https://docs.microsoft.com/dotnet/api/?view=azure-dotnet). | ||
- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md). | ||
|
||
## Examples | ||
|
||
Code samples for using the management library for .NET can be found in the following locations | ||
- [.NET Management Library Code Samples](https://aka.ms/azuresdk-net-mgmt-samples) | ||
|
||
## Troubleshooting | ||
|
||
- File an issue via [GitHub Issues](https://github.com/Azure/azure-sdk-for-net/issues). | ||
- Check [previous questions](https://stackoverflow.com/questions/tagged/azure+.net) or ask new ones on Stack Overflow using Azure and .NET tags. | ||
|
||
## Next steps | ||
|
||
For more information about Microsoft Azure SDK, see [this website](https://azure.github.io/azure-sdk/). | ||
|
||
## Contributing | ||
|
||
For details on contributing to this repository, see the [contributing | ||
guide][cg]. | ||
|
||
This project welcomes contributions and suggestions. Most contributions | ||
require you to agree to a Contributor License Agreement (CLA) declaring | ||
that you have the right to, and actually do, grant us the rights to use | ||
your contribution. For details, visit <https://cla.microsoft.com>. | ||
|
||
When you submit a pull request, a CLA-bot will automatically determine | ||
whether you need to provide a CLA and decorate the PR appropriately | ||
(for example, label, comment). Follow the instructions provided by the | ||
bot. You'll only need to do this action once across all repositories | ||
using our CLA. | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For | ||
more information, see the [Code of Conduct FAQ][coc_faq] or contact | ||
<[email protected]> with any other questions or comments. | ||
|
||
<!-- LINKS --> | ||
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md | ||
[coc]: https://opensource.microsoft.com/codeofconduct/ | ||
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/ |
Empty file.
Empty file.
6 changes: 6 additions & 0 deletions
6
sdk/programmableconnectivity/Azure.ResourceManager.ProgrammableConnectivity/assets.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"AssetsRepo": "Azure/azure-sdk-assets", | ||
"AssetsRepoPrefixPath": "net", | ||
"TagPrefix": "net/programmableconnectivity/Azure.ResourceManager.ProgrammableConnectivity", | ||
"Tag": "" | ||
} |
10 changes: 10 additions & 0 deletions
10
...ammableConnectivity/samples/Azure.ResourceManager.ProgrammableConnectivity.Samples.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<ItemGroup> | ||
<PackageReference Include="Azure.Identity"/> | ||
<PackageReference Include="NUnit" /> | ||
<PackageReference Include="NUnit3TestAdapter" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\src\Azure.ResourceManager.ProgrammableConnectivity.csproj" /> | ||
</ItemGroup> | ||
</Project> |
8 changes: 8 additions & 0 deletions
8
...anager.ProgrammableConnectivity/src/Azure.ResourceManager.ProgrammableConnectivity.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<Version>1.0.0-beta.1</Version> | ||
<PackageId>Azure.ResourceManager.ProgrammableConnectivity</PackageId> | ||
<Description>Azure Resource Manager client SDK for Azure resource provider ProgrammableConnectivity.</Description> | ||
<PackageTags>azure;management;arm;resource manager;programmableconnectivity</PackageTags> | ||
</PropertyGroup> | ||
</Project> |
9 changes: 9 additions & 0 deletions
9
...onnectivity/Azure.ResourceManager.ProgrammableConnectivity/src/Properties/AssemblyInfo.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: Azure.Core.AzureResourceProviderNamespace("ProgrammableConnectivity")] | ||
|
||
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] | ||
[assembly: InternalsVisibleTo("Azure.ResourceManager.ProgrammableConnectivity.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] |
5 changes: 5 additions & 0 deletions
5
...rogrammableConnectivity/tests/Azure.ResourceManager.ProgrammableConnectivity.Tests.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<ItemGroup> | ||
<ProjectReference Include="..\src\Azure.ResourceManager.ProgrammableConnectivity.csproj" /> | ||
</ItemGroup> | ||
</Project> |
43 changes: 43 additions & 0 deletions
43
...ourceManager.ProgrammableConnectivity/tests/ProgrammableConnectivityManagementTestBase.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
using Azure.Core; | ||
using Azure.Core.TestFramework; | ||
using Azure.ResourceManager.Resources; | ||
using Azure.ResourceManager.TestFramework; | ||
using NUnit.Framework; | ||
using System.Threading.Tasks; | ||
|
||
namespace Azure.ResourceManager.ProgrammableConnectivity.Tests | ||
{ | ||
public class ProgrammableConnectivityManagementTestBase : ManagementRecordedTestBase<ProgrammableConnectivityManagementTestEnvironment> | ||
{ | ||
protected ArmClient Client { get; private set; } | ||
protected SubscriptionResource DefaultSubscription { get; private set; } | ||
|
||
protected ProgrammableConnectivityManagementTestBase(bool isAsync, RecordedTestMode mode) | ||
: base(isAsync, mode) | ||
{ | ||
} | ||
|
||
protected ProgrammableConnectivityManagementTestBase(bool isAsync) | ||
: base(isAsync) | ||
{ | ||
} | ||
|
||
[SetUp] | ||
public async Task CreateCommonClient() | ||
{ | ||
Client = GetArmClient(); | ||
DefaultSubscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); | ||
} | ||
|
||
protected async Task<ResourceGroupResource> CreateResourceGroup(SubscriptionResource subscription, string rgNamePrefix, AzureLocation location) | ||
{ | ||
string rgName = Recording.GenerateAssetName(rgNamePrefix); | ||
ResourceGroupData input = new ResourceGroupData(location); | ||
var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(WaitUntil.Completed, rgName, input); | ||
return lro.Value; | ||
} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...nager.ProgrammableConnectivity/tests/ProgrammableConnectivityManagementTestEnvironment.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
using Azure.Core.TestFramework; | ||
|
||
namespace Azure.ResourceManager.ProgrammableConnectivity.Tests | ||
{ | ||
public class ProgrammableConnectivityManagementTestEnvironment : TestEnvironment | ||
{ | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
...programmableconnectivity/Azure.ResourceManager.ProgrammableConnectivity/tsp-location.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
directory: specification/programmableconnectivity/ProgrammableConnectivity.Management | ||
commit: e6d3b34586c6b12c2a2e0d9aa648ff32c9c3b38b | ||
repo: Azure/azure-rest-api-specs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. | ||
|
||
trigger: none | ||
pr: | ||
branches: | ||
include: | ||
- main | ||
- feature/* | ||
- hotfix/* | ||
- release/* | ||
paths: | ||
include: | ||
- sdk/programmableconnectivity/ci.mgmt.yml | ||
- sdk/programmableconnectivity/Azure.ResourceManager.ProgrammableConnectivity/ | ||
|
||
extends: | ||
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml | ||
parameters: | ||
ServiceDirectory: programmableconnectivity | ||
LimitForPullRequest: true | ||
Artifacts: | ||
- name: Azure.ResourceManager.ProgrammableConnectivity | ||
safeName: AzureResourceManagerProgrammableConnectivity |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -12,6 +12,8 @@ trigger: | |||||
- sdk/storage/Azure.Storage.DataMovement/ | ||||||
- sdk/storage/Azure.Storage.DataMovement.Blobs/ | ||||||
- sdk/storage/Azure.Storage.DataMovement.Files/ | ||||||
exclude: | ||||||
- sdk/storage/Azure.ResourceManager.Storage/ | ||||||
- sdk/storage/Azure.Storage.DataMovement.Blobs.Files.Shares/ | ||||||
exclude: | ||||||
- sdk/storage/Azure.ResourceManager.Storage/ | ||||||
Comment on lines
18
to
19
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplicate
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change should be reverted. You shouldn't be altering files outside of your /sdk area.