You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-14Lines changed: 28 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
2
2
# Azure Management Libraries for .NET #
3
3
4
-
This README is based on the released stable version (1.2). If you are looking for other releases, see [More Information](#more-information)
4
+
This README is based on the released stable version (1.3). If you are looking for other releases, see [More Information](#more-information)
5
5
6
6
The Azure Management Libraries for .NET is a higher-level, object-oriented API for managing Azure resources. Libraries are built on the lower-level, request-response style [auto generated clients](https://github.com/Azure/azure-sdk-for-net/tree/AutoRest) and can run side-by-side with [auto generated clients](https://github.com/Azure/azure-sdk-for-net/tree/AutoRest).
7
7
8
-
## Feature Availability and Road Map as of Version 1.2 ##
8
+
## Feature Availability and Road Map as of Version 1.3 ##
9
9
10
10
<table>
11
11
<tr>
@@ -17,7 +17,7 @@ The Azure Management Libraries for .NET is a higher-level, object-oriented API f
17
17
<tr>
18
18
<td>Compute</td>
19
19
<td>Virtual machines and VM extensions<br>Virtual machine scale sets<br>Managed disks</td>
20
-
<td valign="top">Azure container service and registry</td>
20
+
<td valign="top">Azure container service + registry + instances<br>Availability Zones</td>
@@ -221,7 +221,7 @@ var database = sqlServer.Databases.Define(databaseName)
221
221
222
222
# Sample Code #
223
223
224
-
You can find plenty of sample code that illustrates management scenarios (80+ end-to-end scenarios) for Azure Virtual Machines, Virtual Machine Scale Sets, Managed Disks, Active Directory Azure Container Service and Registry, Storage, Networking, Resource Manager, SQL Database, Cosmos DB, App Service (Web Apps on Windows and Linux), Functions, Service Bus, Key Vault, Redis, CDN and Batch …
224
+
You can find plenty of sample code that illustrates management scenarios (95+ end-to-end scenarios) for Azure Virtual Machines, Virtual Machine Scale Sets, Managed Disks, Active Directory Azure Container Service and Registry, Storage, Networking, Resource Manager, SQL Database, Cosmos DB, App Service (Web Apps on Windows and Linux), Functions, Service Bus, Key Vault, Redis, CDN and Batch …
225
225
226
226
<table>
227
227
<tr>
@@ -244,9 +244,10 @@ You can find plenty of sample code that illustrates management scenarios (80+ en
244
244
<li><ahref="https://github.com/Azure-Samples/managed-disk-dotnet-create-virtual-machine-using-specialized-disk-from-snapshot">Create virtual machine using specialized VHD from snapshot</a></li>
245
245
<li><ahref="https://github.com/Azure-Samples/managed-disk-dotnet-convert-existing-virtual-machines-to-use-managed-disks">Convert virtual machines to use managed disks</a></li>
246
246
<li><ahref="https://github.com/Azure-Samples/compute-dotnet-manage-virtual-machine-with-unmanaged-disks">Manage virtual machine with unmanaged disks</a></li>
247
-
<li><ahref="https://github.com/Azure-Samples/aad-dotnet-manage-resources-from-vm-with-msi">Manage Azure resources from a virtual machine with managed service identity (MSI)</a></li></ul></td>
248
-
</ul>
249
-
</td>
247
+
<li><ahref="https://github.com/Azure-Samples/aad-dotnet-manage-resources-from-vm-with-msi">Manage Azure resources from a virtual machine with managed service identity (MSI)</a></li>
248
+
<li><ahref="https://github.com/Azure-Samples/compute-dotnet-manage-vms-in-availability-zones">Manage virtual machines in availability zones</a></li>
249
+
<li><ahref="https://github.com/Azure-Samples/compute-dotnet-manage-vmss-in-availability-zones">Manage virtual machine scale sets in availability zones</a></li>
250
+
</ul></td>
250
251
</tr>
251
252
<tr>
252
253
<td>Virtual Machines - parallel execution</td>
@@ -273,14 +274,21 @@ You can find plenty of sample code that illustrates management scenarios (80+ en
273
274
</ul></td>
274
275
</tr>
275
276
<tr>
276
-
<td>Container Serviceand Container Registry</td>
277
+
<td>Container Service<br>Container Registry and <br>Container Instances</td>
<!-- <li><a href="https://github.com/Azure-Samples/acs-dotnet-deploy-image-from-acr-to-kubernetes">Deploy an image from container registry to Kubernetes cluster</a></li>
280
281
<li><a href="https://github.com/Azure-Samples/acs-dotnet-deploy-image-from-acr-to-swarm">Deploy an image from container registry to Swarm cluster</li>
281
282
<li><a href="https://github.com/Azure-Samples/acs-dotnet-deploy-image-from-docker-hub-to-kubernetes">Deploy an image from Docker hub to Kubernetes cluster</a></li>
282
283
<li><a href="https://github.com/Azure-Samples/acs-dotnet-deploy-image-from-docker-hub-to-swarm">Deploy an image from Docker hub to Swarm cluster</li> -->
<li><ahref="https://github.com/Azure-Samples/aci-dotnet-manage-container-instances-1">Manage Azure Container Instances with new Azure File Share</li>
286
+
<li><ahref="https://github.com/Azure-Samples/aci-dotnet-manage-container-instances-2">Manage Azure Container Instances with an existing Azure File Share</li>
287
+
<li><ahref="https://github.com/Azure-Samples/aci-dotnet-create-container-groups">Create Container Group with multiple instances and container images</li>
288
+
<li><ahref="https://github.com/Azure-Samples/aci-dotnet-create-container-groups-using-private-registry">Create Container Group using images from a private registry</li>
289
+
<!--
290
+
<li><a href="https://github.com/Azure-Samples/aci-dotnet-scale-up-containers-using-kubernetes-in-acs">Create Container Group and scale up containers using Kubernetes in ACS</li>
291
+
-->
284
292
</ul></td>
285
293
</tr>
286
294
<tr>
@@ -301,8 +309,12 @@ You can find plenty of sample code that illustrates management scenarios (80+ en
301
309
<li><ahref="https://github.com/Azure-Samples/network-dotnet-manage-ip-address">Manage IP address</a></li>
302
310
<li><ahref="https://github.com/Azure-Samples/network-dotnet-manage-internet-facing-load-balancers">Manage Internet facing load balancers</a></li>
<li><ahref="https://github.com/Azure-Samples/network-dotnet-use-new-watcher">Use net watcher</a></li>
305
312
<li><ahref="https://github.com/Azure-Samples/network-dotnet-create-simple-internet-facing-load-balancer">Create simple Internet facing load balancer</a></li>
313
+
<li><ahref="https://github.com/Azure-Samples/network-dotnet-use-new-watcher">Use net watcher</a>
314
+
<li><ahref="https://github.com/Azure-Samples/network-dotnet-manage-network-peering">Manage network peering between two virtual networks</a></li>
315
+
<li><ahref="https://github.com/Azure-Samples/network-dotnet-use-network-watcher-to-check-connectivity">Use network watcher to check connectivity between virtual machines in peered networks</a></li>
316
+
<li><ahref="https://github.com/Azure-Samples/network-dotnet-manage-virtual-network-with-site-to-site-vpn-connection">Manage virtual network with site-to-site VPN connection</a></li>
317
+
<li><ahref="https://github.com/Azure-Samples/network-dotnet-manage-virtual-network-to-virtual-network-vpn-connection">Manage virtual network to virtual network VPN connection</a></li>
306
318
</ul>
307
319
</td>
308
320
</tr>
@@ -448,15 +460,16 @@ You can find plenty of sample code that illustrates management scenarios (80+ en
|App Service (Web Apps and Functions) |`Microsoft.Azure.Management.AppService.Fluent`|[](https://www.nuget.org/packages/Microsoft.Azure.Management.AppService.Fluent/)|
|Cosmos DB |`Microsoft.Azure.Management.CosmosDB.Fluent`|[](https://www.nuget.org/packages/Microsoft.Azure.Management.CosmosDB.Fluent/)|
@@ -480,7 +493,7 @@ You can find plenty of sample code that illustrates management scenarios (80+ en
480
493
481
494
# Help
482
495
483
-
If you are migrating your code to 1.2, you can use these notes for [preparing your code for 1.2 from 1.1](./notes/prepare-for-1.2.md).
496
+
If you are migrating your code to 1.3, you can use these notes for [preparing your code for 1.3 from 1.2](./notes/prepare-for-1.3.md).
484
497
485
498
If you encounter any bugs with these libraries, please file issues via [Issues](https://github.com/Azure/azure-libraries-for-net/issues) or checkout [StackOverflow for Azure Management Libraries for .NET](http://stackoverflow.com/questions/tagged/azure-sdk).
486
499
@@ -504,6 +517,7 @@ If you would like to become an active contributor to this project please follow
| 1.3 |[1.3](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.3)| Tagged release for 1.3 version of Azure management libraries |
507
521
| 1.2 |[1.2](https://github.com/Azure/azure-sdk-for-net/releases/tag/Fluent-v1.2)| Tagged release for 1.2 version of Azure management libraries |
508
522
| 1.1 |[1.1](https://github.com/Azure/azure-sdk-for-net/releases/tag/Fluent-v1.1)| Tagged release for 1.1 version of Azure management libraries |
509
523
| 1.0 |[1.0](https://github.com/Azure/azure-sdk-for-net/releases/tag/Fluent-v1.0.0-stable)| Tagged release for 1.0 version of Azure management libraries |
0 commit comments