Skip to content

Commit 8feae8d

Browse files
{ApiManagement} Fix #16868: Update description of ResourceId param 'New-AzApiManagementBackend' and 'Set-AzApiManagementBackend' cmdlet (#20463)
* {ApiManagement} Fix #16868: Update description of ResourceId param 'New-AzApiManagementBackend' and 'Set-AzApiManagementBackend' cmdlet Fixes #16868 * Update SetAzureApiManagementBackend.cs * Update ChangeLog.md * Update New-AzApiManagementBackend.md * Update Set-AzApiManagementBackend.md * Update src/ApiManagement/ApiManagement/ChangeLog.md Co-authored-by: Jin Lei <[email protected]>
1 parent c9b2d53 commit 8feae8d

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

src/ApiManagement/ApiManagement.ServiceManagement/Commands/NewAzureApiManagementBackend.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ public class NewAzureApiManagementBackend : AzureApiManagementCmdletBase
5858
Mandatory = false,
5959
HelpMessage = "The Azure AD resource URI of the resource for which a token should be obtained. " +
6060
"This could be one of the Azure services that support Azure AD authentication or any other resource URI." +
61-
"The absolute http URL of the Azure Resource. This parameter is optional." +
62-
"This url can be the Arm Resource Id of Logic Apps, Function Apps or Api Apps. ")]
61+
"The absolute http URL of the Azure Resource. This parameter is optional.")]
6362
[ValidateLength(1, 2000)]
6463
public String ResourceId { get; set; }
6564

src/ApiManagement/ApiManagement.ServiceManagement/Commands/SetAzureApiManagementBackend.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class SetAzureApiManagementBackend : AzureApiManagementCmdletBase
7171
[Parameter(
7272
ValueFromPipelineByPropertyName = true,
7373
Mandatory = false,
74-
HelpMessage = "Original uri of entity in external system backend points to. This parameter is optional.")]
74+
HelpMessage = "The absolute http URL of the Azure Resource. This parameter is optional.")]
7575
public String ResourceId { get; set; }
7676

7777
[Parameter(

src/ApiManagement/ApiManagement/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Updated description of ResourceId param 'New-AzApiManagementBackend' and 'Set-AzApiManagementBackend' cmdlet [#16868]
2122

2223
## Version 4.0.1
2324
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]

src/ApiManagement/ApiManagement/help/New-AzApiManagementBackend.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ Accept wildcard characters: False
154154
155155
### -ResourceId
156156
Management Uri of the Resource in External System.
157-
This parameter is optional.
158-
This url can be the Arm Resource Id of Logic Apps, Function Apps or Api Apps.
157+
The absolute http URL of the Azure Resource. This parameter is optional.
159158
160159
```yaml
161160
Type: System.String

src/ApiManagement/ApiManagement/help/Set-AzApiManagementBackend.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ Accept wildcard characters: False
197197
198198
### -ResourceId
199199
Management Uri of the Resource in External System.
200-
This parameter is optional.
201-
This url can be the Arm Resource Id of Logic Apps, Function Apps or Api Apps.
200+
The absolute http URL of the Azure Resource. This parameter is optional.
202201
203202
```yaml
204203
Type: System.String

0 commit comments

Comments
 (0)