Родитель
25caf586ab
Коммит
ef323b7ffa
|
@ -362,6 +362,36 @@ packages:
|
|||
util: 0.11.1
|
||||
dev: false
|
||||
|
||||
/@azure/arm-network/30.0.0-beta.3:
|
||||
resolution: {integrity: sha512-+wjvjsWQ4CNsA96jvQxbWkRQrkbPqf7rHUuV9O3aj5wD2ECkDVvhvy8TjRE2UWuEPJoFkJkKrpaAwx2xNIZJBg==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
dependencies:
|
||||
'@azure/abort-controller': 1.0.4
|
||||
'@azure/core-auth': 1.3.2
|
||||
'@azure/core-client': 1.3.1
|
||||
'@azure/core-lro': 2.2.1
|
||||
'@azure/core-paging': 1.2.0
|
||||
'@azure/core-rest-pipeline': 1.3.1
|
||||
tslib: 2.3.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@azure/arm-storage/30.0.0-beta.2:
|
||||
resolution: {integrity: sha512-KCmM5z3HlWZI6SXxwqoCi8V9Toau99EDSv/3t4zUTGrSv1v4UmuwKemsuvukvaEeOu6Y1gR9jO71snCJolD/yg==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
dependencies:
|
||||
'@azure/abort-controller': 1.0.4
|
||||
'@azure/core-auth': 1.3.2
|
||||
'@azure/core-client': 1.3.1
|
||||
'@azure/core-lro': 2.2.1
|
||||
'@azure/core-paging': 1.2.0
|
||||
'@azure/core-rest-pipeline': 1.3.1
|
||||
tslib: 2.3.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@azure/communication-common/1.1.0:
|
||||
resolution: {integrity: sha512-vqTtzDtb4NG3LWoWoqlOOJApZRRIIImNUKlGyTa6c1YC+v5A7UEOL9TX8NRDxvFVUF2wDHsSnkhLBVBgkcAhIQ==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
|
@ -8617,10 +8647,12 @@ packages:
|
|||
dev: false
|
||||
|
||||
file:projects/arm-eventhub.tgz:
|
||||
resolution: {integrity: sha512-88PFgvsnG/19VeBi62EUvBf9VVCtDlgv3KVnAx4Nu5IQGz29cW58EAQgPk+j1IXuwNKOLTi2QSW6Sx+LzXEBGw==, tarball: file:projects/arm-eventhub.tgz}
|
||||
resolution: {integrity: sha512-MNqGzCH0KHNhb9glqTIUDk71zsQho3XkP1YVS5uAdBHxG52vls0PyuN07mfJMSStuVPycEf1Rgk8zYW6Vx7F1w==, tarball: file:projects/arm-eventhub.tgz}
|
||||
name: '@rush-temp/arm-eventhub'
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
'@azure/arm-network': 30.0.0-beta.3
|
||||
'@azure/arm-storage': 30.0.0-beta.2
|
||||
'@azure/identity': 2.0.0-beta.6
|
||||
'@microsoft/api-extractor': 7.7.11
|
||||
'@rollup/plugin-commonjs': 11.0.2_rollup@1.32.1
|
||||
|
@ -8839,10 +8871,11 @@ packages:
|
|||
dev: false
|
||||
|
||||
file:projects/arm-rediscache.tgz:
|
||||
resolution: {integrity: sha512-Yl7pHqZkwRoVW+qpmcxEuwqyrvsm+88gPuDVmaMIrZq2y/wmbnkEah6sHl0kM0tM5RWJ+SinUHJ1+FMbQlVGHQ==, tarball: file:projects/arm-rediscache.tgz}
|
||||
resolution: {integrity: sha512-lxycTfI2J1fQKfUqMqJkoin1HXiLCR6JHpyQYG1uce815GRijebyNYo97vfq/e6XoWiubRlNxd6FHXSo2QHvbw==, tarball: file:projects/arm-rediscache.tgz}
|
||||
name: '@rush-temp/arm-rediscache'
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
'@azure/arm-network': 30.0.0-beta.3
|
||||
'@azure/identity': 2.0.0-beta.6
|
||||
'@microsoft/api-extractor': 7.18.13
|
||||
'@rollup/plugin-commonjs': 11.0.2_rollup@1.32.1
|
||||
|
|
|
@ -1,16 +1,6 @@
|
|||
## Release History
|
||||
# Release History
|
||||
|
||||
### 30.0.0-beta.2 (Unreleased)
|
||||
|
||||
#### Features Added
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
#### Bugs Fixed
|
||||
|
||||
#### Other Changes
|
||||
|
||||
### 30.0.0-beta.1 (2021-09-24)
|
||||
## 8.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-apimanagement` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for ApiManagementClient.",
|
||||
"version": "30.0.0-beta.2",
|
||||
"version": "8.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -43,7 +43,7 @@ export class ApiManagementClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-apimanagement/30.0.0-beta.1`;
|
||||
const packageDetails = `azsdk-js-arm-apimanagement/8.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,17 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 30.0.0-beta.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
- fix package issues
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 30.0.0-beta.1 (2021-08-13)
|
||||
## 10.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-appservice` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for WebSiteManagementClient.",
|
||||
"version": "30.0.0-beta.2",
|
||||
"version": "10.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -43,7 +43,7 @@ export class WebSiteManagementClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-appservice/30.0.0-beta.2`;
|
||||
const packageDetails = `azsdk-js-arm-appservice/10.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,16 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 30.0.0-beta.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 30.0.0-beta.1 (2021-08-31)
|
||||
## 9.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-authorization` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for AuthorizationManagementClient.",
|
||||
"version": "30.0.0-beta.2",
|
||||
"version": "9.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -42,7 +42,7 @@ export class AuthorizationManagementClientContext extends coreClient.ServiceClie
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-authorization/30.0.0-beta.1`;
|
||||
const packageDetails = `azsdk-js-arm-authorization/9.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,110 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 30.0.0-beta.4 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 30.0.0-beta.3 (2021-08-31)
|
||||
|
||||
**Features**
|
||||
|
||||
- Added Interface ApplicationProfile
|
||||
- Added Interface SoftDeletePolicy
|
||||
- Added Interface VMGalleryApplication
|
||||
- Added Interface VMSizeProperties
|
||||
- Added Type Alias ExtendedLocationType
|
||||
- Added Type Alias ReplicationMode
|
||||
- Interface AdditionalCapabilities has a new optional parameter hibernationEnabled
|
||||
- Interface GalleryArtifactPublishingProfileBase has a new optional parameter replicationMode
|
||||
- Interface HardwareProfile has a new optional parameter vmSizeProperties
|
||||
- Interface ResourceSkuLocationInfo has a new optional parameter extendedLocations
|
||||
- Interface ResourceSkuLocationInfo has a new optional parameter type
|
||||
- Interface ResourceSkusListNextOptionalParams has a new optional parameter includeExtendedLocations
|
||||
- Interface ResourceSkusListOptionalParams has a new optional parameter includeExtendedLocations
|
||||
- Interface ScaleInPolicy has a new optional parameter forceDeletion
|
||||
- Interface VirtualMachineScaleSetVMProfile has a new optional parameter applicationProfile
|
||||
- Interface VirtualMachinesDeallocateOptionalParams has a new optional parameter hibernate
|
||||
- Type Alias Gallery has a new parameter softDeletePolicy
|
||||
- Type Alias GalleryUpdate has a new parameter softDeletePolicy
|
||||
- Type Alias ImageReference has a new parameter sharedGalleryImageId
|
||||
- Type Alias VirtualMachine has a new parameter applicationProfile
|
||||
- Type Alias VirtualMachineExtension has a new parameter suppressFailures
|
||||
- Type Alias VirtualMachineExtensionUpdate has a new parameter suppressFailures
|
||||
- Type Alias VirtualMachineScaleSetExtension has a new parameter suppressFailures
|
||||
- Type Alias VirtualMachineScaleSetExtensionUpdate has a new parameter suppressFailures
|
||||
- Type Alias VirtualMachineScaleSetVMExtension has a new parameter suppressFailures
|
||||
- Type Alias VirtualMachineScaleSetVMExtensionUpdate has a new parameter suppressFailures
|
||||
- Type Alias VirtualMachineUpdate has a new parameter applicationProfile
|
||||
- Added Enum KnownExtendedLocationType
|
||||
- Added Enum KnownReplicationMode
|
||||
|
||||
## 30.0.0-beta.2 (2021-07-27)
|
||||
|
||||
**Features**
|
||||
|
||||
- Added operation group CapacityReservationGroups
|
||||
- Added operation group CapacityReservations
|
||||
- Added Interface CapacityReservationGroupInstanceView
|
||||
- Added Interface CapacityReservationGroupListResult
|
||||
- Added Interface CapacityReservationGroupsCreateOrUpdateOptionalParams
|
||||
- Added Interface CapacityReservationGroupsDeleteOptionalParams
|
||||
- Added Interface CapacityReservationGroupsGetOptionalParams
|
||||
- Added Interface CapacityReservationGroupsListByResourceGroupNextOptionalParams
|
||||
- Added Interface CapacityReservationGroupsListByResourceGroupOptionalParams
|
||||
- Added Interface CapacityReservationGroupsListBySubscriptionNextOptionalParams
|
||||
- Added Interface CapacityReservationGroupsListBySubscriptionOptionalParams
|
||||
- Added Interface CapacityReservationGroupsUpdateOptionalParams
|
||||
- Added Interface CapacityReservationInstanceView
|
||||
- Added Interface CapacityReservationListResult
|
||||
- Added Interface CapacityReservationProfile
|
||||
- Added Interface CapacityReservationsCreateOrUpdateOptionalParams
|
||||
- Added Interface CapacityReservationsDeleteOptionalParams
|
||||
- Added Interface CapacityReservationsGetOptionalParams
|
||||
- Added Interface CapacityReservationsListByCapacityReservationGroupNextOptionalParams
|
||||
- Added Interface CapacityReservationsListByCapacityReservationGroupOptionalParams
|
||||
- Added Interface CapacityReservationsUpdateOptionalParams
|
||||
- Added Interface CapacityReservationUtilization
|
||||
- Added Interface SpotRestorePolicy
|
||||
- Added Type Alias CapacityReservation
|
||||
- Added Type Alias CapacityReservationGroup
|
||||
- Added Type Alias CapacityReservationGroupInstanceViewTypes
|
||||
- Added Type Alias CapacityReservationGroupsCreateOrUpdateResponse
|
||||
- Added Type Alias CapacityReservationGroupsGetResponse
|
||||
- Added Type Alias CapacityReservationGroupsListByResourceGroupNextResponse
|
||||
- Added Type Alias CapacityReservationGroupsListByResourceGroupResponse
|
||||
- Added Type Alias CapacityReservationGroupsListBySubscriptionNextResponse
|
||||
- Added Type Alias CapacityReservationGroupsListBySubscriptionResponse
|
||||
- Added Type Alias CapacityReservationGroupsUpdateResponse
|
||||
- Added Type Alias CapacityReservationGroupUpdate
|
||||
- Added Type Alias CapacityReservationInstanceViewTypes
|
||||
- Added Type Alias CapacityReservationInstanceViewWithName
|
||||
- Added Type Alias CapacityReservationsCreateOrUpdateResponse
|
||||
- Added Type Alias CapacityReservationsGetResponse
|
||||
- Added Type Alias CapacityReservationsListByCapacityReservationGroupNextResponse
|
||||
- Added Type Alias CapacityReservationsListByCapacityReservationGroupResponse
|
||||
- Added Type Alias CapacityReservationsUpdateResponse
|
||||
- Added Type Alias CapacityReservationUpdate
|
||||
- Added Type Alias ExpandTypesForGetCapacityReservationGroups
|
||||
- Interface VirtualMachineScaleSetVMProfile has a new optional parameter capacityReservation
|
||||
- Type Alias VirtualMachine has a new parameter capacityReservation
|
||||
- Type Alias VirtualMachineScaleSet has a new parameter spotRestorePolicy
|
||||
- Type Alias VirtualMachineUpdate has a new parameter capacityReservation
|
||||
- Added Enum KnownCapacityReservationGroupInstanceViewTypes
|
||||
- Added Enum KnownCapacityReservationInstanceViewTypes
|
||||
- Added Enum KnownExpandTypesForGetCapacityReservationGroups
|
||||
|
||||
**Breaking Changes**
|
||||
|
||||
- Class ComputeManagementClient has a new required parameter capacityReservationGroups
|
||||
- Class ComputeManagementClient has a new required parameter capacityReservations
|
||||
|
||||
## 30.0.0-beta.1 (2021-07-15)
|
||||
## 17.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-compute` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for ComputeManagementClient.",
|
||||
"version": "30.0.0-beta.4",
|
||||
"version": "17.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -42,7 +42,7 @@ export class ComputeManagementClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-compute/30.0.0-beta.3`;
|
||||
const packageDetails = `azsdk-js-arm-compute/17.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
## 30.0.0-beta.1 (2021-09-28)
|
||||
# Release History
|
||||
|
||||
## 12.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-eventgrid` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for EventGridManagementClient.",
|
||||
"version": "30.0.0-beta.1",
|
||||
"version": "12.0.0-beta.1",
|
||||
"engines": { "node": ">=12.0.0" },
|
||||
"dependencies": {
|
||||
"@azure/core-lro": "^2.2.0",
|
||||
|
|
|
@ -43,7 +43,7 @@ export class EventGridManagementClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-eventgrid/30.0.0-beta.1`;
|
||||
const packageDetails = `azsdk-js-arm-eventgrid/12.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,52 +1,6 @@
|
|||
## 30.0.0-beta.2 (2021-10-08)
|
||||
|
||||
**Features**
|
||||
# Release History
|
||||
|
||||
- Added operation Clusters.listBySubscription
|
||||
- Added Interface ClustersListBySubscriptionNextOptionalParams
|
||||
- Added Interface ClustersListBySubscriptionOptionalParams
|
||||
- Added Interface SystemData
|
||||
- Added Interface UserAssignedIdentity
|
||||
- Added Interface UserAssignedIdentityProperties
|
||||
- Added Type Alias ClustersListBySubscriptionNextResponse
|
||||
- Added Type Alias ClustersListBySubscriptionResponse
|
||||
- Added Type Alias CreatedByType
|
||||
- Added Type Alias ManagedServiceIdentityType
|
||||
- Added Type Alias PublicNetworkAccessFlag
|
||||
- Interface Encryption has a new optional parameter requireInfrastructureEncryption
|
||||
- Interface Identity has a new optional parameter userAssignedIdentities
|
||||
- Interface KeyVaultProperties has a new optional parameter identity
|
||||
- Type Alias ArmDisasterRecovery has a new parameter systemData
|
||||
- Type Alias AuthorizationRule has a new parameter systemData
|
||||
- Type Alias Cluster has a new parameter systemData
|
||||
- Type Alias ConsumerGroup has a new parameter systemData
|
||||
- Type Alias EHNamespace has a new parameter systemData
|
||||
- Type Alias EHNamespace has a new parameter privateEndpointConnections
|
||||
- Type Alias EHNamespace has a new parameter disableLocalAuth
|
||||
- Type Alias Eventhub has a new parameter systemData
|
||||
- Type Alias NetworkRuleSet has a new parameter systemData
|
||||
- Type Alias NetworkRuleSet has a new parameter publicNetworkAccess
|
||||
- Type Alias PrivateEndpointConnection has a new parameter systemData
|
||||
- Added Enum KnownCreatedByType
|
||||
- Added Enum KnownPublicNetworkAccessFlag
|
||||
- Enum KnownSkuName has a new value Premium
|
||||
- Enum KnownSkuTier has a new value Premium
|
||||
|
||||
**Breaking Changes**
|
||||
|
||||
- Removed operation group Regions
|
||||
- Removed operation Namespaces.createOrUpdateIpFilterRule
|
||||
- Removed operation Namespaces.createOrUpdateVirtualNetworkRule
|
||||
- Removed operation Namespaces.deleteIpFilterRule
|
||||
- Removed operation Namespaces.deleteVirtualNetworkRule
|
||||
- Removed operation Namespaces.getIpFilterRule
|
||||
- Removed operation Namespaces.getVirtualNetworkRule
|
||||
- Removed operation Namespaces.listIPFilterRules
|
||||
- Removed operation Namespaces.listVirtualNetworkRules
|
||||
- Class EventHubManagementClient no longer has parameter regions
|
||||
- Removed Enum KnownIPAction
|
||||
|
||||
## 30.0.0-beta.1 (2021-09-07)
|
||||
## 5.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-eventhub` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for EventHubManagementClient.",
|
||||
"version": "30.0.0-beta.2",
|
||||
"version": "5.0.0-beta.1",
|
||||
"engines": { "node": ">=12.0.0" },
|
||||
"dependencies": {
|
||||
"@azure/core-lro": "^2.2.0",
|
||||
|
|
|
@ -43,7 +43,7 @@ export class EventHubManagementClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-eventhub/30.0.0-beta.2`;
|
||||
const packageDetails = `azsdk-js-arm-eventhub/5.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,58 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 30.0.0-beta.5 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 30.0.0-beta.4 (2021-09-07)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- readme samples update
|
||||
|
||||
## 30.0.0-beta.3 (2021-07-27)
|
||||
|
||||
**Features**
|
||||
|
||||
- Added operation group SubscriptionFeatureRegistrations
|
||||
- Added Interface AuthorizationProfile
|
||||
- Added Interface ErrorDefinition
|
||||
- Added Interface ErrorResponse
|
||||
- Added Interface ProxyResource
|
||||
- Added Interface SubscriptionFeatureRegistrationList
|
||||
- Added Interface SubscriptionFeatureRegistrationProperties
|
||||
- Added Interface SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams
|
||||
- Added Interface SubscriptionFeatureRegistrationsDeleteOptionalParams
|
||||
- Added Interface SubscriptionFeatureRegistrationsGetOptionalParams
|
||||
- Added Interface SubscriptionFeatureRegistrationsListAllBySubscriptionNextOptionalParams
|
||||
- Added Interface SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams
|
||||
- Added Interface SubscriptionFeatureRegistrationsListBySubscriptionNextOptionalParams
|
||||
- Added Interface SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams
|
||||
- Added Type Alias SubscriptionFeatureRegistration
|
||||
- Added Type Alias SubscriptionFeatureRegistrationApprovalType
|
||||
- Added Type Alias SubscriptionFeatureRegistrationsCreateOrUpdateResponse
|
||||
- Added Type Alias SubscriptionFeatureRegistrationsGetResponse
|
||||
- Added Type Alias SubscriptionFeatureRegistrationsListAllBySubscriptionNextResponse
|
||||
- Added Type Alias SubscriptionFeatureRegistrationsListAllBySubscriptionResponse
|
||||
- Added Type Alias SubscriptionFeatureRegistrationsListBySubscriptionNextResponse
|
||||
- Added Type Alias SubscriptionFeatureRegistrationsListBySubscriptionResponse
|
||||
- Added Type Alias SubscriptionFeatureRegistrationState
|
||||
- Added Enum KnownSubscriptionFeatureRegistrationApprovalType
|
||||
- Added Enum KnownSubscriptionFeatureRegistrationState
|
||||
|
||||
**Breaking Changes**
|
||||
|
||||
- Removed operation Features.listAllNext
|
||||
- Removed operation Features.listNext
|
||||
- Class FeatureClient has a new required parameter subscriptionFeatureRegistrations
|
||||
|
||||
## 30.0.0-beta.2 (2021-07-16)
|
||||
## 3.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-features` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for FeatureClient.",
|
||||
"version": "30.0.0-beta.5",
|
||||
"version": "3.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -42,7 +42,7 @@ export class FeatureClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-features/30.0.0-beta.4`;
|
||||
const packageDetails = `azsdk-js-arm-features/3.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,28 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 30.0.0-beta.4 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 30.0.0-beta.3 (2021-09-06)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix homepage issues
|
||||
|
||||
## 30.0.0-beta.2 (2021-08-20)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix package issues
|
||||
|
||||
## 30.0.0-beta.1 (2021-08-12)
|
||||
## 2.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-keyvault` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for KeyVaultManagementClient.",
|
||||
"version": "30.0.0-beta.4",
|
||||
"version": "2.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -43,7 +43,7 @@ export class KeyVaultManagementClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-keyvault/30.0.0-beta.3`;
|
||||
const packageDetails = `azsdk-js-arm-keyvault/2.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,22 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 30.0.0-beta.3 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 30.0.0-beta.2 (2021-09-06)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix homepage issues
|
||||
|
||||
## 30.0.0-beta.1 (2021-07-15)
|
||||
## 2.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-links` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for ManagementLinkClient.",
|
||||
"version": "30.0.0-beta.3",
|
||||
"version": "2.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -42,7 +42,7 @@ export class ManagementLinkClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-links/30.0.0-beta.2`;
|
||||
const packageDetails = `azsdk-js-arm-links/2.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,22 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 30.0.0-beta.3 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 30.0.0-beta.2 (2021-09-06)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix homepage issues
|
||||
|
||||
## 30.0.0-beta.1 (2021-07-15)
|
||||
## 2.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-locks` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for ManagementLockClient.",
|
||||
"version": "30.0.0-beta.3",
|
||||
"version": "2.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -42,7 +42,7 @@ export class ManagementLockClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-locks/30.0.0-beta.2`;
|
||||
const packageDetails = `azsdk-js-arm-locks/2.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,22 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 30.0.0-beta.3 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 30.0.0-beta.2 (2021-09-06)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix homepage issues
|
||||
|
||||
## 30.0.0-beta.1 (2021-07-15)
|
||||
## 2.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-managedapplications` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for ApplicationClient.",
|
||||
"version": "30.0.0-beta.3",
|
||||
"version": "2.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -42,7 +42,7 @@ export class ApplicationClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-managedapplications/30.0.0-beta.2`;
|
||||
const packageDetails = `azsdk-js-arm-managedapplications/2.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,76 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 30.0.0-beta.4 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 30.0.0-beta.3 (2021-09-08)
|
||||
|
||||
**Features**
|
||||
|
||||
- Added operation group ServiceTagInformationOperations
|
||||
- Added operation BastionHosts.beginUpdateTags
|
||||
- Added operation BastionHosts.beginUpdateTagsAndWait
|
||||
- Added Interface ApplicationGatewayGlobalConfiguration
|
||||
- Added Interface BastionHostsUpdateTagsOptionalParams
|
||||
- Added Interface ExplicitProxySettings
|
||||
- Added Interface FirewallPolicySQL
|
||||
- Added Interface PrivateEndpointIPConfiguration
|
||||
- Added Interface QosDefinition
|
||||
- Added Interface ServiceTagInformationListResult
|
||||
- Added Interface ServiceTagInformationOperationsListNextOptionalParams
|
||||
- Added Interface ServiceTagInformationOperationsListOptionalParams
|
||||
- Added Type Alias ApplicationGatewayLoadDistributionAlgorithm
|
||||
- Added Type Alias ApplicationGatewayLoadDistributionPolicy
|
||||
- Added Type Alias ApplicationGatewayLoadDistributionTarget
|
||||
- Added Type Alias BastionHostsUpdateTagsResponse
|
||||
- Added Type Alias ServiceTagInformationOperationsListNextResponse
|
||||
- Added Type Alias ServiceTagInformationOperationsListResponse
|
||||
- Interface ServiceTagInformation has a new optional parameter serviceTagChangeNumber
|
||||
- Interface VnetRoute has a new optional parameter bgpConnections
|
||||
- Class NetworkManagementClient has a new parameter serviceTagInformationOperations
|
||||
- Type Alias ApplicationGateway has a new parameter loadDistributionPolicies
|
||||
- Type Alias ApplicationGateway has a new parameter globalConfiguration
|
||||
- Type Alias ApplicationGatewayPathRule has a new parameter loadDistributionPolicy
|
||||
- Type Alias ApplicationGatewayRequestRoutingRule has a new parameter loadDistributionPolicy
|
||||
- Type Alias ApplicationGatewayUrlPathMap has a new parameter defaultLoadDistributionPolicy
|
||||
- Type Alias BastionHost has a new parameter scaleUnits
|
||||
- Type Alias BastionHost has a new parameter disableCopyPaste
|
||||
- Type Alias BastionHost has a new parameter enableFileCopy
|
||||
- Type Alias BastionHost has a new parameter enableIpConnect
|
||||
- Type Alias BastionHost has a new parameter enableShareableLink
|
||||
- Type Alias BastionHost has a new parameter enableTunneling
|
||||
- Type Alias BgpConnection has a new parameter hubVirtualNetworkConnection
|
||||
- Type Alias DscpConfiguration has a new parameter qosDefinitionCollection
|
||||
- Type Alias FirewallPolicy has a new parameter sql
|
||||
- Type Alias FirewallPolicy has a new parameter explicitProxySettings
|
||||
- Type Alias InboundNatRule has a new parameter frontendPortRangeStart
|
||||
- Type Alias InboundNatRule has a new parameter frontendPortRangeEnd
|
||||
- Type Alias InboundNatRule has a new parameter backendAddressPool
|
||||
- Type Alias NetworkVirtualAppliance has a new parameter sshPublicKey
|
||||
- Type Alias PrivateEndpoint has a new parameter applicationSecurityGroups
|
||||
- Type Alias PrivateEndpoint has a new parameter ipConfigurations
|
||||
- Type Alias PrivateEndpoint has a new parameter customNetworkInterfaceName
|
||||
- Type Alias ServiceEndpointPolicy has a new parameter serviceAlias
|
||||
- Type Alias ServiceEndpointPolicy has a new parameter contextualServiceEndpointPolicies
|
||||
- Type Alias ServiceEndpointPolicyDefinition has a new parameter type
|
||||
- Type Alias VirtualHub has a new parameter kind
|
||||
- Type Alias VpnGateway has a new parameter enableBgpRouteTranslationForNat
|
||||
- Added Enum KnownApplicationGatewayLoadDistributionAlgorithm
|
||||
|
||||
## 30.0.0-beta.2 (2021-09-06)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix homepage issues
|
||||
|
||||
## 30.0.0-beta.1 (2021-07-15)
|
||||
## 26.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-network` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for NetworkManagementClient.",
|
||||
"version": "30.0.0-beta.4",
|
||||
"version": "26.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -42,7 +42,7 @@ export class NetworkManagementClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-network/30.0.0-beta.3`;
|
||||
const packageDetails = `azsdk-js-arm-network/26.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,22 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 30.0.0-beta.3 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 30.0.0-beta.2 (2021-09-06)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix homepage issues
|
||||
|
||||
## 30.0.0-beta.1 (2021-07-15)
|
||||
## 5.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-policy` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for PolicyClient.",
|
||||
"version": "30.0.0-beta.3",
|
||||
"version": "5.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -41,7 +41,7 @@ export class PolicyClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-policy/30.0.0-beta.2`;
|
||||
const packageDetails = `azsdk-js-arm-policy/5.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,16 +1,6 @@
|
|||
## Release History
|
||||
# Release History
|
||||
|
||||
### 30.0.0-beta.2 (Unreleased)
|
||||
|
||||
#### Features Added
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
#### Bugs Fixed
|
||||
|
||||
#### Other Changes
|
||||
|
||||
### 30.0.0-beta.1 (2021-09-28)
|
||||
## 6.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-rediscache` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for RedisManagementClient.",
|
||||
"version": "30.0.0-beta.2",
|
||||
"version": "6.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -43,7 +43,7 @@ export class RedisManagementClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-rediscache/30.0.0-beta.1`;
|
||||
const packageDetails = `azsdk-js-arm-rediscache/6.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,22 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 30.0.0-beta.3 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 30.0.0-beta.2 (2021-09-06)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix homepage issues
|
||||
|
||||
## 30.0.0-beta.1 (2021-07-15)
|
||||
## 5.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-resources` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for ResourceManagementClient.",
|
||||
"version": "30.0.0-beta.3",
|
||||
"version": "5.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -42,7 +42,7 @@ export class ResourceManagementClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-resources/30.0.0-beta.2`;
|
||||
const packageDetails = `azsdk-js-arm-resources/5.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,16 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 30.0.0-beta.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 30.0.0-beta.1 (2021-09-09)
|
||||
## 5.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-servicebus` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for ServiceBusManagementClient.",
|
||||
"version": "30.0.0-beta.2",
|
||||
"version": "5.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -43,7 +43,7 @@ export class ServiceBusManagementClientContext extends coreClient.ServiceClient
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-servicebus/30.0.0-beta.1`;
|
||||
const packageDetails = `azsdk-js-arm-servicebus/5.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,47 +1,6 @@
|
|||
## Release History
|
||||
# Release History
|
||||
|
||||
### 30.0.0-beta.5 (Unreleased)
|
||||
|
||||
#### Features Added
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
#### Bugs Fixed
|
||||
|
||||
#### Other Changes
|
||||
|
||||
### 30.0.0-beta.4 (2021-09-17)
|
||||
|
||||
**Features**
|
||||
|
||||
- Added Type Alias Enum76
|
||||
- Added Enum KnownEnum76
|
||||
|
||||
**Breaking Changes**
|
||||
|
||||
- Operation ManagedServerSecurityAlertPolicies.beginCreateOrUpdate has a new signature
|
||||
- Operation ManagedServerSecurityAlertPolicies.beginCreateOrUpdateAndWait has a new signature
|
||||
- Operation ManagedServerSecurityAlertPolicies.get has a new signature
|
||||
- Operation ServerSecurityAlertPolicies.beginCreateOrUpdate has a new signature
|
||||
- Operation ServerSecurityAlertPolicies.beginCreateOrUpdateAndWait has a new signature
|
||||
- Operation ServerSecurityAlertPolicies.get has a new signature
|
||||
- Operation SyncGroups.listLogs has a new signature
|
||||
- Removed Enum KnownEnum77
|
||||
- Removed Enum KnownSecurityAlertPolicyNameAutoGenerated
|
||||
|
||||
### 30.0.0-beta.3 (2021-09-06)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix homepage issues
|
||||
|
||||
### 30.0.0-beta.2 (2021-08-20)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix package issues
|
||||
|
||||
### 30.0.0-beta.1 (2021-08-13)
|
||||
## 9.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-sql` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for SqlManagementClient.",
|
||||
"version": "30.0.0-beta.5",
|
||||
"version": "9.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -41,7 +41,7 @@ export class SqlManagementClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-sql/30.0.0-beta.4`;
|
||||
const packageDetails = `azsdk-js-arm-sql/9.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -1,22 +1,6 @@
|
|||
# Release History
|
||||
|
||||
## 30.0.0-beta.3 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 30.0.0-beta.2 (2021-09-06)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix homepage issues
|
||||
|
||||
## 30.0.0-beta.1 (2021-07-15)
|
||||
## 17.0.0-beta.1 (2021-10-09)
|
||||
|
||||
This is the first preview for the new version of the `@azure/arm-storage` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for StorageManagementClient.",
|
||||
"version": "30.0.0-beta.3",
|
||||
"version": "17.0.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
|
|
|
@ -42,7 +42,7 @@ export class StorageManagementClientContext extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-storage/30.0.0-beta.2`;
|
||||
const packageDetails = `azsdk-js-arm-storage/17.0.0-beta.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
Загрузка…
Ссылка в новой задаче