Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
28fb23d
update readme and generate sdk
mwesigwaguma Jan 26, 2024
925ccca
modifications to match generated code
mwesigwaguma Jan 31, 2024
a5bf43b
update polling method
mwesigwaguma Feb 1, 2024
328034a
testbasic cluster sfmc
mwesigwaguma Feb 5, 2024
0a98360
more test recordings
mwesigwaguma Feb 6, 2024
ffe83f2
apptype test recordings
mwesigwaguma Feb 6, 2024
bdd2abd
add managed service test
mwesigwaguma Feb 7, 2024
c2c40c5
adding managedapptypeversion recording
mwesigwaguma Feb 7, 2024
0b519af
add manaegdApp recording
mwesigwaguma Feb 7, 2024
ea96ed2
add managedAppType recording
mwesigwaguma Feb 8, 2024
5312284
update readme
mwesigwaguma Feb 8, 2024
79a41ad
undo breaking changes
mwesigwaguma Feb 19, 2024
eb00ebb
undo breaking change
mwesigwaguma Feb 19, 2024
7db34c3
Fix Readme.md
Feb 20, 2024
6314026
generate code
mwesigwaguma Feb 20, 2024
9dc106f
update commands
mwesigwaguma Feb 20, 2024
796e49c
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mwesigwaguma Feb 20, 2024
765cff2
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mwesigwaguma Feb 21, 2024
aa21c8a
undo generated code changes
mwesigwaguma Feb 21, 2024
797df8c
remove unnecessary cast
mwesigwaguma Feb 21, 2024
1f236a8
remove unnecessary casting
mwesigwaguma Feb 21, 2024
7d2f368
update iptag
mwesigwaguma Feb 21, 2024
19d8759
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mwesigwaguma Mar 6, 2024
be3d313
revert iptag change
mwesigwaguma Mar 6, 2024
ee37754
unchanged sdk
mwesigwaguma Mar 7, 2024
0400a10
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mwesigwaguma Mar 15, 2024
a6262de
updates
mwesigwaguma Mar 15, 2024
9bfce4b
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mwesigwaguma Mar 20, 2024
61cc2a0
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mwesigwaguma Mar 22, 2024
dbc1df3
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mwesigwaguma Apr 26, 2024
2aa3038
update sdk
mwesigwaguma May 6, 2024
61e11b7
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mwesigwaguma May 6, 2024
c8a17c8
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mwesigwaguma May 9, 2024
8f23ea9
generate sfrp sdk
mwesigwaguma May 9, 2024
c868990
update test recordings
mwesigwaguma May 10, 2024
15eaa67
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mwesigwaguma May 10, 2024
4223185
update resource values
mwesigwaguma May 15, 2024
f41c456
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mwesigwaguma May 15, 2024
b109411
update all tests
mwesigwaguma May 23, 2024
8e8e262
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mwesigwaguma May 23, 2024
f60d092
updated sdk
mwesigwaguma May 24, 2024
2d6d7a3
update sfmc sdk
mwesigwaguma May 24, 2024
1957fc2
Update README.md
NoriZC Jun 13, 2024
9d84ac1
Update README.md
NoriZC Jun 13, 2024
7627264
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mwesigwaguma Jun 15, 2024
81045c2
add breaking.csv file
mwesigwaguma Jun 17, 2024
4dc4774
update breakinchanges.csv
mwesigwaguma Jun 18, 2024
842e069
more updates
mwesigwaguma Jun 18, 2024
575761d
target Pr
mwesigwaguma Jun 20, 2024
570307f
Update ChangeLog.md
NoriZC Jun 27, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
public ServiceFabricManagementClient Client { get; private set; }

/// <summary>
/// Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource.
/// Get a Service Fabric application type version resource created or in the
/// process of being created in the Service Fabric application type name
/// resource.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -267,7 +269,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client

}
/// <summary>
/// Create or update a Service Fabric application type version resource with the specified name.
/// Create or update a Service Fabric application type version resource with
/// the specified name.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -298,7 +301,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
}

/// <summary>
/// Delete a Service Fabric application type version resource with the specified name.
/// Delete a Service Fabric application type version resource with the
/// specified name.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -326,7 +330,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
}

/// <summary>
/// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
/// Gets all application type version resources created or in the process of
/// being created in the Service Fabric application type name resource.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -544,7 +549,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client

}
/// <summary>
/// Create or update a Service Fabric application type version resource with the specified name.
/// Create or update a Service Fabric application type version resource with
/// the specified name.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -787,7 +793,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client

}
/// <summary>
/// Delete a Service Fabric application type version resource with the specified name.
/// Delete a Service Fabric application type version resource with the
/// specified name.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -994,7 +1001,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client

}
/// <summary>
/// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
/// Gets all application type version resources created or in the process of
/// being created in the Service Fabric application type name resource.
/// </summary>
/// <param name='nextPageLink'>
/// The NextLink from the previous successful call to List operation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ namespace Microsoft.Azure.Management.ServiceFabric
public static partial class ApplicationTypeVersionsOperationsExtensions
{
/// <summary>
/// Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource.
/// Get a Service Fabric application type version resource created or in the
/// process of being created in the Service Fabric application type name
/// resource.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -36,7 +38,9 @@ public static ApplicationTypeVersionResource Get(this IApplicationTypeVersionsOp
}

/// <summary>
/// Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource.
/// Get a Service Fabric application type version resource created or in the
/// process of being created in the Service Fabric application type name
/// resource.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -64,7 +68,8 @@ public static ApplicationTypeVersionResource Get(this IApplicationTypeVersionsOp
}
}
/// <summary>
/// Create or update a Service Fabric application type version resource with the specified name.
/// Create or update a Service Fabric application type version resource with
/// the specified name.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -87,7 +92,8 @@ public static ApplicationTypeVersionResource CreateOrUpdate(this IApplicationTyp
}

/// <summary>
/// Create or update a Service Fabric application type version resource with the specified name.
/// Create or update a Service Fabric application type version resource with
/// the specified name.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -115,7 +121,8 @@ public static ApplicationTypeVersionResource CreateOrUpdate(this IApplicationTyp
}
}
/// <summary>
/// Delete a Service Fabric application type version resource with the specified name.
/// Delete a Service Fabric application type version resource with the
/// specified name.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -138,7 +145,8 @@ public static void Delete(this IApplicationTypeVersionsOperations operations, st
}

/// <summary>
/// Delete a Service Fabric application type version resource with the specified name.
/// Delete a Service Fabric application type version resource with the
/// specified name.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -163,7 +171,8 @@ public static void Delete(this IApplicationTypeVersionsOperations operations, st
(await operations.DeleteWithHttpMessagesAsync(resourceGroupName, clusterName, applicationTypeName, version, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
/// <summary>
/// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
/// Gets all application type version resources created or in the process of
/// being created in the Service Fabric application type name resource.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -183,7 +192,8 @@ public static Microsoft.Rest.Azure.IPage<ApplicationTypeVersionResource> List(th
}

/// <summary>
/// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
/// Gets all application type version resources created or in the process of
/// being created in the Service Fabric application type name resource.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -208,7 +218,8 @@ public static Microsoft.Rest.Azure.IPage<ApplicationTypeVersionResource> List(th
}
}
/// <summary>
/// Create or update a Service Fabric application type version resource with the specified name.
/// Create or update a Service Fabric application type version resource with
/// the specified name.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -231,7 +242,8 @@ public static ApplicationTypeVersionResource BeginCreateOrUpdate(this IApplicati
}

/// <summary>
/// Create or update a Service Fabric application type version resource with the specified name.
/// Create or update a Service Fabric application type version resource with
/// the specified name.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -259,7 +271,8 @@ public static ApplicationTypeVersionResource BeginCreateOrUpdate(this IApplicati
}
}
/// <summary>
/// Delete a Service Fabric application type version resource with the specified name.
/// Delete a Service Fabric application type version resource with the
/// specified name.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -282,7 +295,8 @@ public static void BeginDelete(this IApplicationTypeVersionsOperations operation
}

/// <summary>
/// Delete a Service Fabric application type version resource with the specified name.
/// Delete a Service Fabric application type version resource with the
/// specified name.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -307,7 +321,8 @@ public static void BeginDelete(this IApplicationTypeVersionsOperations operation
(await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, clusterName, applicationTypeName, version, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
/// <summary>
/// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
/// Gets all application type version resources created or in the process of
/// being created in the Service Fabric application type name resource.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -321,7 +336,8 @@ public static Microsoft.Rest.Azure.IPage<ApplicationTypeVersionResource> ListNex
}

/// <summary>
/// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
/// Gets all application type version resources created or in the process of
/// being created in the Service Fabric application type name resource.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
public ServiceFabricManagementClient Client { get; private set; }

/// <summary>
/// Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource.
/// Get a Service Fabric application type name resource created or in the
/// process of being created in the Service Fabric cluster resource.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -257,7 +258,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)

}
/// <summary>
/// Create or update a Service Fabric application type name resource with the specified name.
/// Create or update a Service Fabric application type name resource with the
/// specified name.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand All @@ -269,7 +271,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
/// The name of the application type name resource.
/// </param>
/// <param name='location'>
/// It will be deprecated in New API, resource location depends on the parent resource.
/// It will be deprecated in New API, resource location depends on the parent
/// resource.
/// </param>
/// <param name='tags'>
/// Azure resource tags.
Expand Down Expand Up @@ -494,7 +497,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)

}
/// <summary>
/// Delete a Service Fabric application type name resource with the specified name.
/// Delete a Service Fabric application type name resource with the specified
/// name.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand All @@ -519,7 +523,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
}

/// <summary>
/// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
/// Gets all application type name resources created or in the process of being
/// created in the Service Fabric cluster resource.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -727,7 +732,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)

}
/// <summary>
/// Delete a Service Fabric application type name resource with the specified name.
/// Delete a Service Fabric application type name resource with the specified
/// name.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -924,7 +930,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)

}
/// <summary>
/// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
/// Gets all application type name resources created or in the process of being
/// created in the Service Fabric cluster resource.
/// </summary>
/// <param name='nextPageLink'>
/// The NextLink from the previous successful call to List operation.
Expand Down
Loading