Skip to content

Commit

Permalink
[AutoPR] containerregistry/resource-manager (#623)
Browse files Browse the repository at this point in the history
* [AutoPR containerregistry/resource-manager] [ACR] Add empty resource group name validation, minor cleanup (#529)

* Generated from 404ce04b1a1c4cac92a67328f319a021f320935a

Add empty resource group name validation, minor cleanup

* Generated from 9f8eefc2216772a9f2713725aec5ba1b92c26104

Add network rule set properties, empty resource group validation

* Generated from 4acb1b6d259fdd431a87a4d4f3ce25458432078c

Fix network rule set default value

* Generated from 43b818a4578f6fa9b0237aad66b14d896ff6a614

Fix resource group name

* Generated from 3e12549e66336e4ca6fa81b49aaf9ed7d2797cce

Add network rule set properties, empty resource group validation

* Generated from dd007e2442dd2126ce789aaad017872ea4adaa1e

Add a missing comma

* Generated from 7dae521fce44544031c25d3fcde7938dce5109c8 (#821)

Add x-ms-client-name

* [AutoPR containerregistry/resource-manager] [ACR] Add Helm actions to webhook (#767)

* Generated from a29e5ac2c16d843355e84adcd2b9c5f60dd4cbed

update ACR webhook with Helm actions

* Generated from a29e5ac2c16d843355e84adcd2b9c5f60dd4cbed

update ACR webhook with Helm actions

* Generate version 4.4.0 of the SDK

* Bump the version to 5.0.0
  • Loading branch information
AutorestCI authored and kpajdzik committed Jan 7, 2019
1 parent ddb948e commit 84b3fe3
Show file tree
Hide file tree
Showing 11 changed files with 742 additions and 1,126 deletions.
2 changes: 1 addition & 1 deletion packages/@azure/arm-containerregistry/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Microsoft
Copyright (c) 2019 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";

const packageName = "@azure/arm-containerregistry";
const packageVersion = "0.1.0";
const packageVersion = "5.0.0";

export class ContainerRegistryManagementClientContext extends msRestAzure.AzureServiceClient {
credentials: msRest.ServiceClientCredentials;
Expand Down
Loading

0 comments on commit 84b3fe3

Please sign in to comment.