Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 14 additions & 16 deletions generated/Websites/Websites.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache License, Version 2.0 (the ""License"");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// distributed under the License is distributed on an ""AS IS"" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// ----------------------------------------------------------------------------------
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
// is regenerated.

using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Microsoft Azure Powershell - Websites")]
[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)]
[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)]
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]

[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("0725d62c-9555-4db5-b36c-b0156e4f88b8")]
[assembly: AssemblyVersion("3.3.0")]
[assembly: AssemblyFileVersion("3.3.0")]
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Websites")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.4.1")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.4.1")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Description for Creates or updates the app settings of a static site build.
.Example
New-AzStaticWebAppBuildAppSetting -ResourceGroupName azure-rg-test -Name staticweb-pwsh01 -EnvironmentName 'default' -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' }
.Example
Get-AzStaticWebAppBuildAppSetting -ResourceGroupName resourceGroup -Name taticweb00 -EnvironmentName 'default' | New-AzStaticWebAppBuildAppSetting -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' }
Get-AzStaticWebAppBuildAppSetting -ResourceGroupName resourceGroup -Name staticweb00 -EnvironmentName 'default' | New-AzStaticWebAppBuildAppSetting -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' }

.Inputs
Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4253,7 +4253,7 @@ Description for Creates or updates the app settings of a static site build.
.Example
New-AzStaticWebAppBuildAppSetting -ResourceGroupName azure-rg-test -Name staticweb-pwsh01 -EnvironmentName 'default' -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' }
.Example
Get-AzStaticWebAppBuildAppSetting -ResourceGroupName resourceGroup -Name taticweb00 -EnvironmentName 'default' | New-AzStaticWebAppBuildAppSetting -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' }
Get-AzStaticWebAppBuildAppSetting -ResourceGroupName resourceGroup -Name staticweb00 -EnvironmentName 'default' | New-AzStaticWebAppBuildAppSetting -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' }

.Inputs
Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity
Expand Down
2 changes: 1 addition & 1 deletion generated/Websites/Websites.Autorest/generate-info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"generate_Id": "fde66cdb-a71d-4477-a53e-b9889e16c976"
"generate_Id": "f7fad915-3b94-4559-9cba-f921fac8932e"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Websites.Cmdlets
/// [OpenAPI] ListStaticSiteBuildAppSettings=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}/listAppSettings"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStaticWebAppBuildAppSetting_List", SupportsShouldProcess = true)]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary))]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Description(@"Description for Gets the application settings of a static site build.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Websites.Cmdlets
/// [OpenAPI] ListStaticSiteBuildFunctionAppSettings=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}/listFunctionAppSettings"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStaticWebAppBuildFunctionAppSetting_List", SupportsShouldProcess = true)]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary))]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Description(@"Description for Gets the application settings of a static site build.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Websites.Cmdlets
/// [OpenAPI] ListStaticSiteBuildFunctions=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}/functions"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStaticWebAppBuildFunction_List")]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteFunctionOverviewArmResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Description(@"Description for Gets the functions of a particular static site build.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Websites.Cmdlets
/// [OpenAPI] GetStaticSiteBuild=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStaticWebAppBuild_Get")]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteBuildArmResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Description(@"Description for Gets the details of a static site build.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Websites.Cmdlets
/// [OpenAPI] GetStaticSiteBuild=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStaticWebAppBuild_GetViaIdentity")]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteBuildArmResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Description(@"Description for Gets the details of a static site build.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Websites.Cmdlets
/// [OpenAPI] ListStaticSiteBuilds=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStaticWebAppBuild_List")]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteBuildArmResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Description(@"Description for Gets all static site builds for a particular static site.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Websites.Cmdlets
/// [OpenAPI] ListStaticSiteConfiguredRoles=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/listConfiguredRoles"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStaticWebAppConfiguredRole_List", SupportsShouldProcess = true)]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringList))]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Description(@"Description for Lists the roles configured for the static site.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Websites.Cmdlets
/// [OpenAPI] GetStaticSiteCustomDomain=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/customDomains/{domainName}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStaticWebAppCustomDomain_Get")]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteCustomDomainOverviewArmResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Description(@"Description for Gets an existing custom domain for a particular static site.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Websites.Cmdlets
/// [OpenAPI] GetStaticSiteCustomDomain=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/customDomains/{domainName}"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStaticWebAppCustomDomain_GetViaIdentity")]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteCustomDomainOverviewArmResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Description(@"Description for Gets an existing custom domain for a particular static site.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Websites.Cmdlets
/// [OpenAPI] ListStaticSiteCustomDomains=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/customDomains"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStaticWebAppCustomDomain_List")]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteCustomDomainOverviewArmResource))]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Description(@"Description for Gets all static site custom domains for a particular static site.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Websites.Cmdlets
/// [OpenAPI] ListStaticSiteFunctionAppSettings=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/listFunctionAppSettings"
/// </remarks>
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzStaticWebAppFunctionAppSetting_List", SupportsShouldProcess = true)]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary))]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Description(@"Description for Gets the application settings of a static site.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated]
Expand Down
Loading