Skip to content

Commit 4eeabeb

Browse files
Use configuration to introduce scope resources into automanage and guestconfiguration (#33745)
* regenerate * refresh samples * update source code of automanage * introduce samples for it * regenerate again * regenerate again * remove the extra samples in automation * fix issues in guestconfiguration * fix automanage
1 parent e18540f commit 4eeabeb

File tree

122 files changed

+7152
-10939
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+7152
-10939
lines changed

sdk/advisor/Azure.ResourceManager.Advisor/src/autorest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ directive:
6363
transform: >
6464
$['x-ms-skip-url-encoding'] = true;
6565
66-
```
66+
```

sdk/agrifood/Azure.ResourceManager.AgFoodPlatform/Azure.ResourceManager.AgFoodPlatform.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
32
# Visual Studio Version 17
43
VisualStudioVersion = 17.4.33213.308

sdk/automanage/Azure.ResourceManager.Automanage/Azure.ResourceManager.Automanage.sln

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.30309.148
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.4.33213.308
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{F4B88C1B-C195-4106-BCE4-7BE1DD64B743}") = "Azure.ResourceManager.Automanage", "src\Azure.ResourceManager.Automanage.csproj", "{871B13AF-B220-47E6-AE4F-AA6F7940B579}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Automanage", "src\Azure.ResourceManager.Automanage.csproj", "{871B13AF-B220-47E6-AE4F-AA6F7940B579}"
77
EndProject
8-
Project("{F4B88C1B-C195-4106-BCE4-7BE1DD64B743}") = "Azure.ResourceManager.Automanage.Tests", "tests\Azure.ResourceManager.Automanage.Tests.csproj", "{5569966E-8B03-498F-870C-D177C5A3B6C3}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Automanage.Tests", "tests\Azure.ResourceManager.Automanage.Tests.csproj", "{5569966E-8B03-498F-870C-D177C5A3B6C3}"
9+
EndProject
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Automanage.Samples", "samples\Azure.ResourceManager.Automanage.Samples.csproj", "{D1F61344-51DB-4DA5-B0C7-F7EF2C699657}"
911
EndProject
1012
Global
11-
GlobalSection(SolutionProperties) = preSolution
12-
HideSolutionNode = FALSE
13-
EndGlobalSection
14-
GlobalSection(ExtensibilityGlobals) = postSolution
15-
SolutionGuid = {7ED0253E-3F1A-405C-93C6-89D753FE23E6}
16-
EndGlobalSection
1713
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1814
Debug|Any CPU = Debug|Any CPU
1915
Debug|x64 = Debug|x64
@@ -47,5 +43,23 @@ Global
4743
{5569966E-8B03-498F-870C-D177C5A3B6C3}.Release|x64.Build.0 = Release|Any CPU
4844
{5569966E-8B03-498F-870C-D177C5A3B6C3}.Release|x86.ActiveCfg = Release|Any CPU
4945
{5569966E-8B03-498F-870C-D177C5A3B6C3}.Release|x86.Build.0 = Release|Any CPU
46+
{D1F61344-51DB-4DA5-B0C7-F7EF2C699657}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
47+
{D1F61344-51DB-4DA5-B0C7-F7EF2C699657}.Debug|Any CPU.Build.0 = Debug|Any CPU
48+
{D1F61344-51DB-4DA5-B0C7-F7EF2C699657}.Debug|x64.ActiveCfg = Debug|Any CPU
49+
{D1F61344-51DB-4DA5-B0C7-F7EF2C699657}.Debug|x64.Build.0 = Debug|Any CPU
50+
{D1F61344-51DB-4DA5-B0C7-F7EF2C699657}.Debug|x86.ActiveCfg = Debug|Any CPU
51+
{D1F61344-51DB-4DA5-B0C7-F7EF2C699657}.Debug|x86.Build.0 = Debug|Any CPU
52+
{D1F61344-51DB-4DA5-B0C7-F7EF2C699657}.Release|Any CPU.ActiveCfg = Release|Any CPU
53+
{D1F61344-51DB-4DA5-B0C7-F7EF2C699657}.Release|Any CPU.Build.0 = Release|Any CPU
54+
{D1F61344-51DB-4DA5-B0C7-F7EF2C699657}.Release|x64.ActiveCfg = Release|Any CPU
55+
{D1F61344-51DB-4DA5-B0C7-F7EF2C699657}.Release|x64.Build.0 = Release|Any CPU
56+
{D1F61344-51DB-4DA5-B0C7-F7EF2C699657}.Release|x86.ActiveCfg = Release|Any CPU
57+
{D1F61344-51DB-4DA5-B0C7-F7EF2C699657}.Release|x86.Build.0 = Release|Any CPU
58+
EndGlobalSection
59+
GlobalSection(SolutionProperties) = preSolution
60+
HideSolutionNode = FALSE
61+
EndGlobalSection
62+
GlobalSection(ExtensibilityGlobals) = postSolution
63+
SolutionGuid = {7ED0253E-3F1A-405C-93C6-89D753FE23E6}
5064
EndGlobalSection
5165
EndGlobal

sdk/automanage/Azure.ResourceManager.Automanage/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
### Breaking Changes
88

9+
- Temporarily removed two operations `ConfigurationProfileAssignments_List` and `ConfigurationProfileAssignments_ListBySubscription`
10+
911
### Bugs Fixed
1012

1113
### Other Changes

sdk/automanage/Azure.ResourceManager.Automanage/api/Azure.ResourceManager.Automanage.netstandard2.0.cs

Lines changed: 200 additions & 61 deletions
Large diffs are not rendered by default.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<ItemGroup>
3+
<ProjectReference Include="..\src\Azure.ResourceManager.Automanage.csproj" />
4+
</ItemGroup>
5+
6+
<ItemGroup>
7+
<PackageReference Include="Azure.Identity"/>
8+
<PackageReference Include="NUnit" />
9+
<PackageReference Include="NUnit3TestAdapter" />
10+
</ItemGroup>
11+
</Project>

sdk/automanage/Azure.ResourceManager.Automanage/samples/Generated/Samples/Sample_AutomanageHciClusterConfigurationProfileAssignmentCollection.cs

Lines changed: 163 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)