Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion src/SignalR/SignalR.Autorest/Az.SignalR.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<copyright>Microsoft Corporation. All rights reserved.</copyright>
<tags>Azure ResourceManager ARM PSModule $(service-name)</tags>
<dependencies>
<dependency id="Az.Accounts" version="2.2.3" />
<dependency id="Az.Accounts" version="2.7.5" />
</dependencies>
</metadata>
<files>
Expand Down
26 changes: 26 additions & 0 deletions src/SignalR/SignalR.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// 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,
// 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: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - WebPubSub")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("2.3.0")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
12 changes: 7 additions & 5 deletions src/SignalR/SignalR.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,19 @@ commit: 492cf91751be945ceae53cfdd53b1ff2fb878703
# uncomment following line to support viaIdentity for these post APIs
identity-correction-for-post: true

# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option
use-extension:
"@autorest/powershell": "3.x"

directive:
# Following is two common directive which are normally required in all the RPs
# 1. Remove the unexpanded parameter set
# 2. For New-* cmdlets, ViaIdentity is not required, so CreateViaIdentityExpanded is removed as well
- where:
variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$
variant: ^(Create|Update)(?!.*?(Expanded|JsonFilePath|JsonString))
remove: true
- where:
variant: ^CreateViaIdentity$|^CreateViaIdentityExpanded$
remove: true
# - where:
# variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$
# remove: true
# Remove the set-* cmdlet
- where:
verb: Set
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Management.Automation;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20;
using Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models;

namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets
{
Expand Down
Loading
Loading