Skip to content

Commit

Permalink
merging with main
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobopac committed Nov 2, 2023
2 parents ed83384 + 6720602 commit fe17602
Show file tree
Hide file tree
Showing 1,379 changed files with 151,505 additions and 13,664 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,15 @@ have issues with Azure PowerShell or Azure services.
If there is a feature you would like to see in Azure PowerShell, use the
[`Send-Feedback`][SendFeedback] cmdlet, or file an issue in our [GitHub repo][GitHubRepo].

## Contribute Code
## Contributing
For details on contributing to this repository, see the [contributing guide][Contributing] and the [_Azure PowerShell Developer Guide_][DeveloperGuide].

If you would like to become a contributor to this project, see the instructions provided in
[Microsoft Azure Projects Contribution Guidelines][ContributionGuidelines].
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.

Additional information about contributing to this repository can be found in
[`CONTRIBUTING.md`][Contributing] and the [_Azure PowerShell Developer Guide_][DeveloperGuide].
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

## Telemetry

Expand Down
Binary file modified VersionInfo.json
Binary file not shown.
432 changes: 184 additions & 248 deletions src/CloudService/Az.CloudService.format.ps1xml

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions src/CloudService/Az.CloudService.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 3/6/2023
# Generated on: 10/16/2023
#

@{
Expand Down Expand Up @@ -127,8 +127,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Upgraded the api version to 2022-09-04.
* Upgraded the api version of referenced network to 2022-07-01.'
# ReleaseNotes = ''

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 1 addition & 1 deletion src/CloudService/Az.CloudService.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}

if(-not $accountsModule) {
Write-Error "`nThis module requires $accountsName version 2.7.5 or greater. For installation instructions, please see: https://docs.microsoft.com/powershell/azure/install-az-ps" -ErrorAction Stop
Write-Error "`nThis module requires $accountsName version 2.7.5 or greater. For installation instructions, please see: https://learn.microsoft.com/powershell/azure/install-az-ps" -ErrorAction Stop
} elseif (($accountsModule.Version -lt [System.Version]'2.7.5') -and (-not $localAccounts)) {
Write-Error "`nThis module requires $accountsName version 2.7.5 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to add the switch '-RegenerateSupportModule' when executing 'test-module.ps1'. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop
}
Expand Down
1 change: 1 addition & 0 deletions src/CloudService/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Downgraded the api version of referenced network to 2021-03-01.

## Version 1.2.0
* Upgraded the api version to 2022-09-04.
Expand Down
70 changes: 35 additions & 35 deletions src/CloudService/CloudService.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{5BA1F5E0-6241-429C-AE13-C8D17BD86FCB}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{CA365FDC-5D37-46E0-83DF-959D516461C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{551D9271-A044-4D5E-91F5-51E45955E71A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{0FD1F4BB-D677-40C6-B183-6A5232AC9F6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{C9EB2AB2-C4D1-4F2F-8364-F5743934AEAC}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{AA85A6D3-FBDC-4CB0-97D1-E2006D33947F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{D27EC000-6861-43C9-8174-0E0C79720271}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{11F9D546-FCD3-4B5E-AFB4-767A8016C6A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{B409D93A-8AB9-46AE-BF53-9286F38858A5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{ABD80A82-1139-4490-B0B0-8B402D9D7A7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{82D8C66D-91A1-47D2-B307-316E3351F2A3}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{253B6AE4-DC22-46B5-BDAC-3D0F2CF83853}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.CloudService", "Az.CloudService.csproj", "{1E7DC21D-03B5-4F6D-8605-AAA577C157FC}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.CloudService", "Az.CloudService.csproj", "{98CEDC41-EC29-4076-83CC-10DBE5DDCDDC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -26,33 +26,33 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BA1F5E0-6241-429C-AE13-C8D17BD86FCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BA1F5E0-6241-429C-AE13-C8D17BD86FCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BA1F5E0-6241-429C-AE13-C8D17BD86FCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BA1F5E0-6241-429C-AE13-C8D17BD86FCB}.Release|Any CPU.Build.0 = Release|Any CPU
{551D9271-A044-4D5E-91F5-51E45955E71A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{551D9271-A044-4D5E-91F5-51E45955E71A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{551D9271-A044-4D5E-91F5-51E45955E71A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{551D9271-A044-4D5E-91F5-51E45955E71A}.Release|Any CPU.Build.0 = Release|Any CPU
{C9EB2AB2-C4D1-4F2F-8364-F5743934AEAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9EB2AB2-C4D1-4F2F-8364-F5743934AEAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9EB2AB2-C4D1-4F2F-8364-F5743934AEAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9EB2AB2-C4D1-4F2F-8364-F5743934AEAC}.Release|Any CPU.Build.0 = Release|Any CPU
{D27EC000-6861-43C9-8174-0E0C79720271}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D27EC000-6861-43C9-8174-0E0C79720271}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D27EC000-6861-43C9-8174-0E0C79720271}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D27EC000-6861-43C9-8174-0E0C79720271}.Release|Any CPU.Build.0 = Release|Any CPU
{B409D93A-8AB9-46AE-BF53-9286F38858A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B409D93A-8AB9-46AE-BF53-9286F38858A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B409D93A-8AB9-46AE-BF53-9286F38858A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B409D93A-8AB9-46AE-BF53-9286F38858A5}.Release|Any CPU.Build.0 = Release|Any CPU
{82D8C66D-91A1-47D2-B307-316E3351F2A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82D8C66D-91A1-47D2-B307-316E3351F2A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82D8C66D-91A1-47D2-B307-316E3351F2A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82D8C66D-91A1-47D2-B307-316E3351F2A3}.Release|Any CPU.Build.0 = Release|Any CPU
{1E7DC21D-03B5-4F6D-8605-AAA577C157FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E7DC21D-03B5-4F6D-8605-AAA577C157FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E7DC21D-03B5-4F6D-8605-AAA577C157FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E7DC21D-03B5-4F6D-8605-AAA577C157FC}.Release|Any CPU.Build.0 = Release|Any CPU
{CA365FDC-5D37-46E0-83DF-959D516461C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA365FDC-5D37-46E0-83DF-959D516461C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA365FDC-5D37-46E0-83DF-959D516461C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA365FDC-5D37-46E0-83DF-959D516461C5}.Release|Any CPU.Build.0 = Release|Any CPU
{0FD1F4BB-D677-40C6-B183-6A5232AC9F6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FD1F4BB-D677-40C6-B183-6A5232AC9F6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FD1F4BB-D677-40C6-B183-6A5232AC9F6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FD1F4BB-D677-40C6-B183-6A5232AC9F6D}.Release|Any CPU.Build.0 = Release|Any CPU
{AA85A6D3-FBDC-4CB0-97D1-E2006D33947F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA85A6D3-FBDC-4CB0-97D1-E2006D33947F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA85A6D3-FBDC-4CB0-97D1-E2006D33947F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA85A6D3-FBDC-4CB0-97D1-E2006D33947F}.Release|Any CPU.Build.0 = Release|Any CPU
{11F9D546-FCD3-4B5E-AFB4-767A8016C6A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11F9D546-FCD3-4B5E-AFB4-767A8016C6A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11F9D546-FCD3-4B5E-AFB4-767A8016C6A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11F9D546-FCD3-4B5E-AFB4-767A8016C6A0}.Release|Any CPU.Build.0 = Release|Any CPU
{ABD80A82-1139-4490-B0B0-8B402D9D7A7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABD80A82-1139-4490-B0B0-8B402D9D7A7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABD80A82-1139-4490-B0B0-8B402D9D7A7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABD80A82-1139-4490-B0B0-8B402D9D7A7E}.Release|Any CPU.Build.0 = Release|Any CPU
{253B6AE4-DC22-46B5-BDAC-3D0F2CF83853}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{253B6AE4-DC22-46B5-BDAC-3D0F2CF83853}.Debug|Any CPU.Build.0 = Debug|Any CPU
{253B6AE4-DC22-46B5-BDAC-3D0F2CF83853}.Release|Any CPU.ActiveCfg = Release|Any CPU
{253B6AE4-DC22-46B5-BDAC-3D0F2CF83853}.Release|Any CPU.Build.0 = Release|Any CPU
{98CEDC41-EC29-4076-83CC-10DBE5DDCDDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98CEDC41-EC29-4076-83CC-10DBE5DDCDDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98CEDC41-EC29-4076-83CC-10DBE5DDCDDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98CEDC41-EC29-4076-83CC-10DBE5DDCDDC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions src/CloudService/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ require:
- $(this-folder)/../readme.azure.noprofile.md
input-file:
- https://github.com/Azure/azure-rest-api-specs/blob/afc91d411dc6f5b8f6c6e6d5abbc46da096729e0/specification/compute/resource-manager/Microsoft.Compute/CloudserviceRP/stable/2022-09-04/cloudService.json
- https://github.com/Azure/azure-rest-api-specs/blob/0c90b40551dfbfe6efea2e15494cbf2ef52150b4/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/cloudServiceNetworkInterface.json
- https://github.com/Azure/azure-rest-api-specs/blob/0c90b40551dfbfe6efea2e15494cbf2ef52150b4/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/cloudServicePublicIpAddress.json
- https://github.com/Azure/azure-rest-api-specs/blob/b69b3fa5c26c94aa6efe6dadb76f599c204f297b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/cloudServiceNetworkInterface.json
- https://github.com/Azure/azure-rest-api-specs/blob/b69b3fa5c26c94aa6efe6dadb76f599c204f297b/specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/cloudServicePublicIpAddress.json

title: CloudService
module-version: 0.1.0
Expand Down

This file was deleted.

Loading

0 comments on commit fe17602

Please sign in to comment.