@@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.CustomLocation
14
14
public partial class CustomLocation
15
15
{
16
16
17
- /// <summary>Create a Custom Location in the specified Subscription and Resource Group</summary>
17
+ /// <summary>Update a Custom Location in the specified Subscription and Resource Group</summary>
18
18
/// <param name="subscriptionId">The ID of the target subscription.</param>
19
19
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
20
20
/// <param name="resourceName">Custom Locations name.</param>
@@ -63,7 +63,7 @@ public partial class CustomLocation
63
63
}
64
64
}
65
65
66
- /// <summary>Create a Custom Location in the specified Subscription and Resource Group</summary>
66
+ /// <summary>Update a Custom Location in the specified Subscription and Resource Group</summary>
67
67
/// <param name="viaIdentity"></param>
68
68
/// <param name="body">Parameters supplied to create or update a Custom Location.</param>
69
69
/// <param name="onOk">a delegate that is called when the remote service returns 200 (OK).</param>
@@ -122,7 +122,7 @@ public partial class CustomLocation
122
122
}
123
123
}
124
124
125
- /// <summary>Create a Custom Location in the specified Subscription and Resource Group</summary>
125
+ /// <summary>Update a Custom Location in the specified Subscription and Resource Group</summary>
126
126
/// <param name="viaIdentity"></param>
127
127
/// <param name="body">Parameters supplied to create or update a Custom Location.</param>
128
128
/// <param name="eventListener">an <see cref="Microsoft.Azure.PowerShell.Cmdlets.CustomLocation.Runtime.IEventListener" /> instance that will receive events.</param>
@@ -179,7 +179,7 @@ public partial class CustomLocation
179
179
}
180
180
}
181
181
182
- /// <summary>Create a Custom Location in the specified Subscription and Resource Group</summary>
182
+ /// <summary>Update a Custom Location in the specified Subscription and Resource Group</summary>
183
183
/// <param name="subscriptionId">The ID of the target subscription.</param>
184
184
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
185
185
/// <param name="resourceName">Custom Locations name.</param>
@@ -227,7 +227,7 @@ public partial class CustomLocation
227
227
}
228
228
}
229
229
230
- /// <summary>Create a Custom Location in the specified Subscription and Resource Group</summary>
230
+ /// <summary>Update a Custom Location in the specified Subscription and Resource Group</summary>
231
231
/// <param name="subscriptionId">The ID of the target subscription.</param>
232
232
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
233
233
/// <param name="resourceName">Custom Locations name.</param>
@@ -273,7 +273,7 @@ public partial class CustomLocation
273
273
}
274
274
}
275
275
276
- /// <summary>Create a Custom Location in the specified Subscription and Resource Group</summary>
276
+ /// <summary>Update a Custom Location in the specified Subscription and Resource Group</summary>
277
277
/// <param name="subscriptionId">The ID of the target subscription.</param>
278
278
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
279
279
/// <param name="resourceName">Custom Locations name.</param>
@@ -2985,7 +2985,7 @@ public partial class CustomLocation
2985
2985
}
2986
2986
2987
2987
/// <summary>
2988
- /// Updates a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
2988
+ /// Update a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
2989
2989
/// </summary>
2990
2990
/// <param name="subscriptionId">The ID of the target subscription.</param>
2991
2991
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
@@ -3036,7 +3036,7 @@ public partial class CustomLocation
3036
3036
}
3037
3037
3038
3038
/// <summary>
3039
- /// Updates a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
3039
+ /// Update a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
3040
3040
/// </summary>
3041
3041
/// <param name="viaIdentity"></param>
3042
3042
/// <param name="body">The updatable fields of an existing Custom Location.</param>
@@ -3097,7 +3097,7 @@ public partial class CustomLocation
3097
3097
}
3098
3098
3099
3099
/// <summary>
3100
- /// Updates a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
3100
+ /// Update a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
3101
3101
/// </summary>
3102
3102
/// <param name="viaIdentity"></param>
3103
3103
/// <param name="body">The updatable fields of an existing Custom Location.</param>
@@ -3156,7 +3156,7 @@ public partial class CustomLocation
3156
3156
}
3157
3157
3158
3158
/// <summary>
3159
- /// Updates a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
3159
+ /// Update a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
3160
3160
/// </summary>
3161
3161
/// <param name="subscriptionId">The ID of the target subscription.</param>
3162
3162
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
@@ -3206,7 +3206,7 @@ public partial class CustomLocation
3206
3206
}
3207
3207
3208
3208
/// <summary>
3209
- /// Updates a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
3209
+ /// Update a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
3210
3210
/// </summary>
3211
3211
/// <param name="subscriptionId">The ID of the target subscription.</param>
3212
3212
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
@@ -3254,7 +3254,7 @@ public partial class CustomLocation
3254
3254
}
3255
3255
3256
3256
/// <summary>
3257
- /// Updates a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
3257
+ /// Update a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
3258
3258
/// </summary>
3259
3259
/// <param name="subscriptionId">The ID of the target subscription.</param>
3260
3260
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
@@ -3443,7 +3443,7 @@ public partial class CustomLocation
3443
3443
}
3444
3444
3445
3445
/// <summary>
3446
- /// Create a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
3446
+ /// Update a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
3447
3447
/// </summary>
3448
3448
/// <param name="subscriptionId">The ID of the target subscription.</param>
3449
3449
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
@@ -3497,7 +3497,7 @@ public partial class CustomLocation
3497
3497
}
3498
3498
3499
3499
/// <summary>
3500
- /// Create a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
3500
+ /// Update a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
3501
3501
/// </summary>
3502
3502
/// <param name="viaIdentity"></param>
3503
3503
/// <param name="body">Parameters supplied to create or update a Resource Sync Rule.</param>
@@ -3561,7 +3561,7 @@ public partial class CustomLocation
3561
3561
}
3562
3562
3563
3563
/// <summary>
3564
- /// Create a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
3564
+ /// Update a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
3565
3565
/// </summary>
3566
3566
/// <param name="viaIdentity"></param>
3567
3567
/// <param name="body">Parameters supplied to create or update a Resource Sync Rule.</param>
@@ -3623,7 +3623,7 @@ public partial class CustomLocation
3623
3623
}
3624
3624
3625
3625
/// <summary>
3626
- /// Create a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
3626
+ /// Update a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
3627
3627
/// </summary>
3628
3628
/// <param name="subscriptionId">The ID of the target subscription.</param>
3629
3629
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
@@ -3676,7 +3676,7 @@ public partial class CustomLocation
3676
3676
}
3677
3677
3678
3678
/// <summary>
3679
- /// Create a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
3679
+ /// Update a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
3680
3680
/// </summary>
3681
3681
/// <param name="subscriptionId">The ID of the target subscription.</param>
3682
3682
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
@@ -3727,7 +3727,7 @@ public partial class CustomLocation
3727
3727
}
3728
3728
3729
3729
/// <summary>
3730
- /// Create a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
3730
+ /// Update a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
3731
3731
/// </summary>
3732
3732
/// <param name="subscriptionId">The ID of the target subscription.</param>
3733
3733
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
@@ -5000,8 +5000,8 @@ public partial class CustomLocation
5000
5000
}
5001
5001
5002
5002
/// <summary>
5003
- /// Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription
5004
- /// and Custom Location name.
5003
+ /// Update a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription and
5004
+ /// Custom Location name.
5005
5005
/// </summary>
5006
5006
/// <param name="subscriptionId">The ID of the target subscription.</param>
5007
5007
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
@@ -5055,8 +5055,8 @@ public partial class CustomLocation
5055
5055
}
5056
5056
5057
5057
/// <summary>
5058
- /// Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription
5059
- /// and Custom Location name.
5058
+ /// Update a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription and
5059
+ /// Custom Location name.
5060
5060
/// </summary>
5061
5061
/// <param name="viaIdentity"></param>
5062
5062
/// <param name="body">The updatable fields of an existing Resource Sync Rule.</param>
@@ -5120,8 +5120,8 @@ public partial class CustomLocation
5120
5120
}
5121
5121
5122
5122
/// <summary>
5123
- /// Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription
5124
- /// and Custom Location name.
5123
+ /// Update a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription and
5124
+ /// Custom Location name.
5125
5125
/// </summary>
5126
5126
/// <param name="viaIdentity"></param>
5127
5127
/// <param name="body">The updatable fields of an existing Resource Sync Rule.</param>
@@ -5183,8 +5183,8 @@ public partial class CustomLocation
5183
5183
}
5184
5184
5185
5185
/// <summary>
5186
- /// Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription
5187
- /// and Custom Location name.
5186
+ /// Update a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription and
5187
+ /// Custom Location name.
5188
5188
/// </summary>
5189
5189
/// <param name="subscriptionId">The ID of the target subscription.</param>
5190
5190
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
@@ -5237,8 +5237,8 @@ public partial class CustomLocation
5237
5237
}
5238
5238
5239
5239
/// <summary>
5240
- /// Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription
5241
- /// and Custom Location name.
5240
+ /// Update a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription and
5241
+ /// Custom Location name.
5242
5242
/// </summary>
5243
5243
/// <param name="subscriptionId">The ID of the target subscription.</param>
5244
5244
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
@@ -5289,8 +5289,8 @@ public partial class CustomLocation
5289
5289
}
5290
5290
5291
5291
/// <summary>
5292
- /// Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription
5293
- /// and Custom Location name.
5292
+ /// Update a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource Group, Subscription and
5293
+ /// Custom Location name.
5294
5294
/// </summary>
5295
5295
/// <param name="subscriptionId">The ID of the target subscription.</param>
5296
5296
/// <param name="resourceGroupName">The name of the resource group. The name is case insensitive.</param>
0 commit comments