Skip to content

Commit 73ad592

Browse files
authored
Merge pull request Azure#36 from bganapa/MergeBranch
Adding warnings, editing stack.sln, azurerm.psd1 and azurestack.psd1
2 parents 7b151fa + 956ec03 commit 73ad592

File tree

18 files changed

+49
-98
lines changed

18 files changed

+49
-98
lines changed

src/ResourceManager/Network/Stack/AzureRM.Network.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ PrivateData = @{
337337

338338
# ReleaseNotes of this module
339339
ReleaseNotes = '* New-AzureRmIpsecPolicy: SALifeTimeSeconds and SADataSizeKilobytes are no longer mandatory parameters
340-
   - SALifeTimeSeconds defaults to 27000 seconds
341-
   - SADataSizeKilobytes defaults to 102400000 KB
340+
- SALifeTimeSeconds defaults to 27000 seconds
341+
- SADataSizeKilobytes defaults to 102400000 KB
342342
* Added support for custom cipher suite configuration using ssl policy and listing all ssl options api in Application Gateway
343343
- Added optional parameter -PolicyType, -PolicyName, -MinProtocolVersion, -Ciphersuite
344344
- Add-AzureRmApplicationGatewaySslPolicy

src/Stack.sln

Lines changed: 0 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED
1313
EndProject
1414
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ResourceManager.Common", "ResourceManager\Common\Commands.ResourceManager.Common\Commands.ResourceManager.Common.csproj", "{3819D8A7-C62C-4C47-8DDD-0332D9CE1252}"
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Resources", "ResourceManager\Resources\Commands.Resources\Commands.Resources.csproj", "{E1F5201D-6067-430E-B303-4E367652991B}"
17-
EndProject
18-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Tags", "ResourceManager\Tags\Commands.Tags\Commands.Tags.csproj", "{2493A8F7-1949-4F29-8D53-9D459046C3B8}"
19-
EndProject
20-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Resources.Rest", "ResourceManager\Resources\Commands.ResourceManager\Cmdlets\Commands.Resources.Rest.csproj", "{8058D403-06E3-4BED-8924-D166CE303961}"
21-
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.UsageAggregates", "ResourceManager\UsageAggregates\Commands.UsageAggregates\Commands.UsageAggregates.csproj", "{1A131D3A-EAC4-420C-A1C0-5490ED68EF67}"
23-
EndProject
2416
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Common.Storage", "Common\Commands.Common.Storage\Commands.Common.Storage.csproj", "{65C3A86A-716D-4E7D-AB67-1DB00B3BF72D}"
2517
EndProject
2618
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Profile", "ResourceManager\Profile\Commands.Profile\Commands.Profile.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
@@ -45,8 +37,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Common.Graph.RBAC"
4537
EndProject
4638
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Common.Network", "Common\Commands.Common.Network\Commands.Common.Network.csproj", "{1338F7AE-7111-4ED3-8916-2D0FECC876F4}"
4739
EndProject
48-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.KeyVault", "ResourceManager\KeyVault\Commands.KeyVault\Commands.KeyVault.csproj", "{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}"
49-
EndProject
5040
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Storage", "Storage\Stack\Commands.Storage\Commands.Storage.csproj", "{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}"
5141
EndProject
5242
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Management.Storage", "ResourceManager\Storage\Stack\Commands.Management.Storage\Commands.Management.Storage.csproj", "{A50AB133-5C04-4A17-9054-F8343683EC23}"
@@ -117,8 +107,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azs.Storage.Admin", "StackA
117107
EndProject
118108
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azs.Storage.Admin.Tests", "StackAdmin\Azs.Storage.Admin\Tests\Azs.Storage.Admin.Tests.csproj", "{BDF9F606-E419-4F24-B84F-B3BE6A92E9FA}"
119109
EndProject
120-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Dns", "ResourceManager\Dns\Commands.Dns\Commands.Dns.csproj", "{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}"
121-
EndProject
122110
Global
123111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
124112
Debug|Any CPU = Debug|Any CPU
@@ -141,54 +129,6 @@ Global
141129
{3819D8A7-C62C-4C47-8DDD-0332D9CE1252}.Release|x64.Build.0 = Release|Any CPU
142130
{3819D8A7-C62C-4C47-8DDD-0332D9CE1252}.Release|x86.ActiveCfg = Release|Any CPU
143131
{3819D8A7-C62C-4C47-8DDD-0332D9CE1252}.Release|x86.Build.0 = Release|Any CPU
144-
{E1F5201D-6067-430E-B303-4E367652991B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
145-
{E1F5201D-6067-430E-B303-4E367652991B}.Debug|Any CPU.Build.0 = Debug|Any CPU
146-
{E1F5201D-6067-430E-B303-4E367652991B}.Debug|x64.ActiveCfg = Debug|Any CPU
147-
{E1F5201D-6067-430E-B303-4E367652991B}.Debug|x64.Build.0 = Debug|Any CPU
148-
{E1F5201D-6067-430E-B303-4E367652991B}.Debug|x86.ActiveCfg = Debug|Any CPU
149-
{E1F5201D-6067-430E-B303-4E367652991B}.Debug|x86.Build.0 = Debug|Any CPU
150-
{E1F5201D-6067-430E-B303-4E367652991B}.Release|Any CPU.ActiveCfg = Release|Any CPU
151-
{E1F5201D-6067-430E-B303-4E367652991B}.Release|Any CPU.Build.0 = Release|Any CPU
152-
{E1F5201D-6067-430E-B303-4E367652991B}.Release|x64.ActiveCfg = Release|Any CPU
153-
{E1F5201D-6067-430E-B303-4E367652991B}.Release|x64.Build.0 = Release|Any CPU
154-
{E1F5201D-6067-430E-B303-4E367652991B}.Release|x86.ActiveCfg = Release|Any CPU
155-
{E1F5201D-6067-430E-B303-4E367652991B}.Release|x86.Build.0 = Release|Any CPU
156-
{2493A8F7-1949-4F29-8D53-9D459046C3B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
157-
{2493A8F7-1949-4F29-8D53-9D459046C3B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
158-
{2493A8F7-1949-4F29-8D53-9D459046C3B8}.Debug|x64.ActiveCfg = Debug|Any CPU
159-
{2493A8F7-1949-4F29-8D53-9D459046C3B8}.Debug|x64.Build.0 = Debug|Any CPU
160-
{2493A8F7-1949-4F29-8D53-9D459046C3B8}.Debug|x86.ActiveCfg = Debug|Any CPU
161-
{2493A8F7-1949-4F29-8D53-9D459046C3B8}.Debug|x86.Build.0 = Debug|Any CPU
162-
{2493A8F7-1949-4F29-8D53-9D459046C3B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
163-
{2493A8F7-1949-4F29-8D53-9D459046C3B8}.Release|Any CPU.Build.0 = Release|Any CPU
164-
{2493A8F7-1949-4F29-8D53-9D459046C3B8}.Release|x64.ActiveCfg = Release|Any CPU
165-
{2493A8F7-1949-4F29-8D53-9D459046C3B8}.Release|x64.Build.0 = Release|Any CPU
166-
{2493A8F7-1949-4F29-8D53-9D459046C3B8}.Release|x86.ActiveCfg = Release|Any CPU
167-
{2493A8F7-1949-4F29-8D53-9D459046C3B8}.Release|x86.Build.0 = Release|Any CPU
168-
{8058D403-06E3-4BED-8924-D166CE303961}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
169-
{8058D403-06E3-4BED-8924-D166CE303961}.Debug|Any CPU.Build.0 = Debug|Any CPU
170-
{8058D403-06E3-4BED-8924-D166CE303961}.Debug|x64.ActiveCfg = Debug|Any CPU
171-
{8058D403-06E3-4BED-8924-D166CE303961}.Debug|x64.Build.0 = Debug|Any CPU
172-
{8058D403-06E3-4BED-8924-D166CE303961}.Debug|x86.ActiveCfg = Debug|Any CPU
173-
{8058D403-06E3-4BED-8924-D166CE303961}.Debug|x86.Build.0 = Debug|Any CPU
174-
{8058D403-06E3-4BED-8924-D166CE303961}.Release|Any CPU.ActiveCfg = Release|Any CPU
175-
{8058D403-06E3-4BED-8924-D166CE303961}.Release|Any CPU.Build.0 = Release|Any CPU
176-
{8058D403-06E3-4BED-8924-D166CE303961}.Release|x64.ActiveCfg = Release|Any CPU
177-
{8058D403-06E3-4BED-8924-D166CE303961}.Release|x64.Build.0 = Release|Any CPU
178-
{8058D403-06E3-4BED-8924-D166CE303961}.Release|x86.ActiveCfg = Release|Any CPU
179-
{8058D403-06E3-4BED-8924-D166CE303961}.Release|x86.Build.0 = Release|Any CPU
180-
{1A131D3A-EAC4-420C-A1C0-5490ED68EF67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
181-
{1A131D3A-EAC4-420C-A1C0-5490ED68EF67}.Debug|Any CPU.Build.0 = Debug|Any CPU
182-
{1A131D3A-EAC4-420C-A1C0-5490ED68EF67}.Debug|x64.ActiveCfg = Debug|Any CPU
183-
{1A131D3A-EAC4-420C-A1C0-5490ED68EF67}.Debug|x64.Build.0 = Debug|Any CPU
184-
{1A131D3A-EAC4-420C-A1C0-5490ED68EF67}.Debug|x86.ActiveCfg = Debug|Any CPU
185-
{1A131D3A-EAC4-420C-A1C0-5490ED68EF67}.Debug|x86.Build.0 = Debug|Any CPU
186-
{1A131D3A-EAC4-420C-A1C0-5490ED68EF67}.Release|Any CPU.ActiveCfg = Release|Any CPU
187-
{1A131D3A-EAC4-420C-A1C0-5490ED68EF67}.Release|Any CPU.Build.0 = Release|Any CPU
188-
{1A131D3A-EAC4-420C-A1C0-5490ED68EF67}.Release|x64.ActiveCfg = Release|Any CPU
189-
{1A131D3A-EAC4-420C-A1C0-5490ED68EF67}.Release|x64.Build.0 = Release|Any CPU
190-
{1A131D3A-EAC4-420C-A1C0-5490ED68EF67}.Release|x86.ActiveCfg = Release|Any CPU
191-
{1A131D3A-EAC4-420C-A1C0-5490ED68EF67}.Release|x86.Build.0 = Release|Any CPU
192132
{65C3A86A-716D-4E7D-AB67-1DB00B3BF72D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
193133
{65C3A86A-716D-4E7D-AB67-1DB00B3BF72D}.Debug|Any CPU.Build.0 = Debug|Any CPU
194134
{65C3A86A-716D-4E7D-AB67-1DB00B3BF72D}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -333,18 +273,6 @@ Global
333273
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Release|x64.Build.0 = Release|Any CPU
334274
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Release|x86.ActiveCfg = Release|Any CPU
335275
{1338F7AE-7111-4ED3-8916-2D0FECC876F4}.Release|x86.Build.0 = Release|Any CPU
336-
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
337-
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Debug|Any CPU.Build.0 = Debug|Any CPU
338-
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Debug|x64.ActiveCfg = Debug|Any CPU
339-
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Debug|x64.Build.0 = Debug|Any CPU
340-
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Debug|x86.ActiveCfg = Debug|Any CPU
341-
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Debug|x86.Build.0 = Debug|Any CPU
342-
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Release|Any CPU.ActiveCfg = Release|Any CPU
343-
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Release|Any CPU.Build.0 = Release|Any CPU
344-
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Release|x64.ActiveCfg = Release|Any CPU
345-
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Release|x64.Build.0 = Release|Any CPU
346-
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Release|x86.ActiveCfg = Release|Any CPU
347-
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Release|x86.Build.0 = Release|Any CPU
348276
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
349277
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}.Debug|Any CPU.Build.0 = Debug|Any CPU
350278
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -765,18 +693,6 @@ Global
765693
{BDF9F606-E419-4F24-B84F-B3BE6A92E9FA}.Release|x64.Build.0 = Release|Any CPU
766694
{BDF9F606-E419-4F24-B84F-B3BE6A92E9FA}.Release|x86.ActiveCfg = Release|Any CPU
767695
{BDF9F606-E419-4F24-B84F-B3BE6A92E9FA}.Release|x86.Build.0 = Release|Any CPU
768-
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
769-
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
770-
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Debug|x64.ActiveCfg = Debug|Any CPU
771-
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Debug|x64.Build.0 = Debug|Any CPU
772-
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Debug|x86.ActiveCfg = Debug|Any CPU
773-
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Debug|x86.Build.0 = Debug|Any CPU
774-
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
775-
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Release|Any CPU.Build.0 = Release|Any CPU
776-
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Release|x64.ActiveCfg = Release|Any CPU
777-
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Release|x64.Build.0 = Release|Any CPU
778-
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Release|x86.ActiveCfg = Release|Any CPU
779-
{3CAE1B57-FFEC-4945-A6C5-6E5E8DEA4BA9}.Release|x86.Build.0 = Release|Any CPU
780696
EndGlobalSection
781697
GlobalSection(SolutionProperties) = preSolution
782698
HideSolutionNode = FALSE

src/StackAdmin/Azs.AzureBridge.Admin/Module/Azs.AzureBridge.Admin/Azs.Azurebridge.Admin.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Licensed under the MIT License. See License.txt in the project root for license
55

66
Microsoft.PowerShell.Core\Set-StrictMode -Version Latest
77

8+
Write-Warning "Preview version of the module Azs.Azurebridge.Admin loaded. Future release of this module may have breaking changes."
9+
810
# If the user supplied -Prefix to Import-Module, that applies to the nested module as well
911
# Force import the nested module again without -Prefix
1012
if (-not (Get-Command Get-OperatingSystemInfo -Module PSSwaggerUtility -ErrorAction Ignore)) {

src/StackAdmin/Azs.Backup.Admin/Module/Azs.Backup.Admin/Azs.Backup.Admin.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Licensed under the MIT License. See License.txt in the project root for license
55

66
Microsoft.PowerShell.Core\Set-StrictMode -Version Latest
77

8+
Write-Warning "Preview version of the module Azs.Backup.Admin loaded. Future release of this module may have breaking changes."
9+
810
# If the user supplied -Prefix to Import-Module, that applies to the nested module as well
911
# Force import the nested module again without -Prefix
1012
if (-not (Get-Command Get-OperatingSystemInfo -Module PSSwaggerUtility -ErrorAction Ignore)) {

src/StackAdmin/Azs.Commerce.Admin/Module/Azs.Commerce.Admin/Azs.Commerce.Admin.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Licensed under the MIT License. See License.txt in the project root for license
55

66
Microsoft.PowerShell.Core\Set-StrictMode -Version Latest
77

8+
Write-Warning "Preview version of the module Azs.Commerce.Admin loaded. Future release of this module may have breaking changes."
9+
810
# If the user supplied -Prefix to Import-Module, that applies to the nested module as well
911
# Force import the nested module again without -Prefix
1012
if (-not (Get-Command Get-OperatingSystemInfo -Module PSSwaggerUtility -ErrorAction Ignore)) {

src/StackAdmin/Azs.Compute.Admin/Module/Azs.Compute.Admin/Azs.Compute.Admin.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Licensed under the MIT License. See License.txt in the project root for license
55

66
Microsoft.PowerShell.Core\Set-StrictMode -Version Latest
77

8+
Write-Warning "Preview version of the module Azs.Compute.Admin loaded. Future release of this module may have breaking changes."
9+
810
# If the user supplied -Prefix to Import-Module, that applies to the nested module as well
911
# Force import the nested module again without -Prefix
1012
if (-not (Get-Command Get-OperatingSystemInfo -Module PSSwaggerUtility -ErrorAction Ignore)) {

src/StackAdmin/Azs.Fabric.Admin/Module/Azs.Fabric.Admin/Azs.Fabric.Admin.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Licensed under the MIT License. See License.txt in the project root for license
55

66
Microsoft.PowerShell.Core\Set-StrictMode -Version Latest
77

8+
Write-Warning "Preview version of the module Azs.Fabric.Admin loaded. Future release of this module may have breaking changes."
9+
810
# If the user supplied -Prefix to Import-Module, that applies to the nested module as well
911
# Force import the nested module again without -Prefix
1012
if (-not (Get-Command Get-OperatingSystemInfo -Module PSSwaggerUtility -ErrorAction Ignore)) {

src/StackAdmin/Azs.Gallery.Admin/Module/Azs.Gallery.Admin/Azs.Gallery.Admin.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Licensed under the MIT License. See License.txt in the project root for license
55

66
Microsoft.PowerShell.Core\Set-StrictMode -Version Latest
77

8+
Write-Warning "Preview version of the module Azs.Gallery.Admin loaded. Future release of this module may have breaking changes."
9+
810
# If the user supplied -Prefix to Import-Module, that applies to the nested module as well
911
# Force import the nested module again without -Prefix
1012
if (-not (Get-Command Get-OperatingSystemInfo -Module PSSwaggerUtility -ErrorAction Ignore)) {

src/StackAdmin/Azs.InfrastructureInsights.Admin/Module/Azs.InfrastructureInsights.Admin/Azs.Infrastructureinsights.Admin.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Licensed under the MIT License. See License.txt in the project root for license
55

66
Microsoft.PowerShell.Core\Set-StrictMode -Version Latest
77

8+
Write-Warning "Preview version of the module Azs.Infrastructureinsights.Admin loaded. Future release of this module may have breaking changes."
9+
810
# If the user supplied -Prefix to Import-Module, that applies to the nested module as well
911
# Force import the nested module again without -Prefix
1012
if (-not (Get-Command Get-OperatingSystemInfo -Module PSSwaggerUtility -ErrorAction Ignore)) {

src/StackAdmin/Azs.KeyVault.Admin/Module/Azs.KeyVault.Admin/Azs.Keyvault.Admin.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Licensed under the MIT License. See License.txt in the project root for license
55

66
Microsoft.PowerShell.Core\Set-StrictMode -Version Latest
77

8+
Write-Warning "Preview version of the module Azs.Keyvault.Admin loaded. Future release of this module may have breaking changes."
9+
810
# If the user supplied -Prefix to Import-Module, that applies to the nested module as well
911
# Force import the nested module again without -Prefix
1012
if (-not (Get-Command Get-OperatingSystemInfo -Module PSSwaggerUtility -ErrorAction Ignore)) {

0 commit comments

Comments
 (0)