Skip to content

Commit

Permalink
Generated from eabd724
Browse files Browse the repository at this point in the history
upgrade pipeline scripts version to 0.8.0 (#9457)

Co-authored-by: Jianye Xi <[email protected]>
  • Loading branch information
SDK Automation and Jianye Xi committed May 15, 2020
1 parent 9e5990d commit 4577416
Show file tree
Hide file tree
Showing 12 changed files with 385 additions and 787 deletions.
14 changes: 14 additions & 0 deletions sdk/batch/azure-mgmt-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release History

## 8.0.0 (2020-04-10)
### REST API version
- This version targets REST API version 2020-03-01.

### Features
- Added ability to access the Batch DataPlane API without needing a public DNS entry for the account via the new `public_network_access` property on `BatchAccount`.
- Added new `PrivateLinkResource` and `PrivateEndpointConnection` resource types. These are both only used when the `public_network_access` property on `BatchAccount` is set to `Disabled`.
- When `public_network_access` is set to `Disabled` a new `PrivateLinkResource` is visible in that account, which can be used to connect to the account using an ARM Private Endpoint in your VNET.
- Added ability to encrypt `ComputeNode` disk drives using the new `disk_encryption_configuration` property of `VirtualMachineConfiguration`.
- **[Breaking]** The `id` property of `ImageReference` can now only refer to a Shared Image Gallery image.
- **[Breaking]** Pools can now be provisioned without a public IP using the new `public_ip_configuration` property of `NetworkConfiguration`.
- The `public_ips` property of `NetworkConfiguration` has moved in to `PublicIPAddressConfiguration` as well. This property can only be specified if `IPAddressProvisioningType` is `UserManaged`.


## 7.0.0 (2019-08-05)

- Added ability to specify a collection of public IPs on
Expand Down
2 changes: 1 addition & 1 deletion sdk/batch/azure-mgmt-batch/azure/mgmt/batch/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "7.0.0"
VERSION = "8.0.0"

3 changes: 2 additions & 1 deletion sdk/batch/azure-mgmt-batch/tests/mgmt_batch_preparers.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ def __init__(self,
super(KeyVaultPreparer, self).__init__(name_prefix, 24,
disable_recording=disable_recording,
playback_fake_resource=playback_fake_resource,
client_kwargs=client_kwargs)
client_kwargs=client_kwargs,
random_name_enabled=True)
self.location = location
self.resource_group_parameter_name = resource_group_parameter_name
self.parameter_name = parameter_name
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ interactions:
Content-Type:
- application/json; charset=utf-8
User-Agent:
- python/3.6.6 (Windows-10-10.0.14393-SP0) msrest/0.6.9 msrest_azure/0.4.34
azure-mgmt-batch/7.0.0 Azure-SDK-For-Python
- python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.2
azure-mgmt-batch/2020-03-01 Azure-SDK-For-Python
accept-language:
- en-US
method: POST
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/locations/westcentralus/checkNameAvailability?api-version=2019-08-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/locations/westcentralus/checkNameAvailability?api-version=2020-03-01
response:
body:
string: '{"nameAvailable":false,"reason":"Invalid","message":"Account name must
Expand All @@ -31,7 +31,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Tue, 06 Aug 2019 23:07:37 GMT
- Fri, 10 Apr 2020 18:44:56 GMT
expires:
- '-1'
pragma:
Expand All @@ -47,7 +47,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1197'
- '1199'
status:
code: 200
message: OK
Expand All @@ -65,12 +65,12 @@ interactions:
Content-Type:
- application/json; charset=utf-8
User-Agent:
- python/3.6.6 (Windows-10-10.0.14393-SP0) msrest/0.6.9 msrest_azure/0.4.34
azure-mgmt-batch/7.0.0 Azure-SDK-For-Python
- python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.2
azure-mgmt-batch/2020-03-01 Azure-SDK-For-Python
accept-language:
- en-US
method: POST
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/locations/westcentralus/checkNameAvailability?api-version=2019-08-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/locations/westcentralus/checkNameAvailability?api-version=2020-03-01
response:
body:
string: '{"nameAvailable":false,"reason":"AlreadyExists","message":"An account
Expand All @@ -83,7 +83,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Tue, 06 Aug 2019 23:07:37 GMT
- Fri, 10 Apr 2020 18:44:56 GMT
expires:
- '-1'
pragma:
Expand All @@ -99,7 +99,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1196'
- '1198'
status:
code: 200
message: OK
Expand All @@ -117,12 +117,12 @@ interactions:
Content-Type:
- application/json; charset=utf-8
User-Agent:
- python/3.6.6 (Windows-10-10.0.14393-SP0) msrest/0.6.9 msrest_azure/0.4.34
azure-mgmt-batch/7.0.0 Azure-SDK-For-Python
- python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.2
azure-mgmt-batch/2020-03-01 Azure-SDK-For-Python
accept-language:
- en-US
method: POST
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/locations/westcentralus/checkNameAvailability?api-version=2019-08-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Batch/locations/westcentralus/checkNameAvailability?api-version=2020-03-01
response:
body:
string: '{"nameAvailable":true}'
Expand All @@ -134,7 +134,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Tue, 06 Aug 2019 23:07:37 GMT
- Fri, 10 Apr 2020 18:44:56 GMT
expires:
- '-1'
pragma:
Expand All @@ -150,7 +150,7 @@ interactions:
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1195'
- '1197'
status:
code: 200
message: OK
Expand Down
Loading

0 comments on commit 4577416

Please sign in to comment.