Skip to content

Commit

Permalink
[mgmt] dataprotection release (Azure#30314)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazrael2119 authored Jul 26, 2024
1 parent 128c4db commit df20dc9
Show file tree
Hide file tree
Showing 280 changed files with 6,652 additions and 4,961 deletions.
23 changes: 12 additions & 11 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 45 additions & 13 deletions sdk/dataprotection/arm-dataprotection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,50 @@
# Release History

## 2.0.1 (Unreleased)

## 2.1.0 (2024-07-08)
### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group BackupInstancesExtensionRouting
- Added Interface BackupInstancesExtensionRoutingListNextOptionalParams
- Added Interface BackupInstancesExtensionRoutingListOptionalParams
- Added Interface CmkKekIdentity
- Added Interface CmkKeyVaultProperties
- Added Interface EncryptionSettings
- Added Interface StopProtectionRequest
- Added Interface SuspendBackupRequest
- Added Type Alias BackupInstancesExtensionRoutingListNextResponse
- Added Type Alias BackupInstancesExtensionRoutingListResponse
- Added Type Alias BcdrSecurityLevel
- Added Type Alias EncryptionState
- Added Type Alias IdentityType
- Added Type Alias InfrastructureEncryptionState
- Interface AzureBackupRestoreRequest has a new optional parameter resourceGuardOperationRequests
- Interface BackupInstance has a new optional parameter resourceGuardOperationRequests
- Interface BackupInstancesCreateOrUpdateOptionalParams has a new optional parameter xMsAuthorizationAuxiliary
- Interface BackupInstancesDeleteOptionalParams has a new optional parameter xMsAuthorizationAuxiliary
- Interface BackupInstancesStopProtectionOptionalParams has a new optional parameter parameters
- Interface BackupInstancesStopProtectionOptionalParams has a new optional parameter xMsAuthorizationAuxiliary
- Interface BackupInstancesSuspendBackupsOptionalParams has a new optional parameter parameters
- Interface BackupInstancesSuspendBackupsOptionalParams has a new optional parameter xMsAuthorizationAuxiliary
- Interface BackupInstancesTriggerRestoreOptionalParams has a new optional parameter xMsAuthorizationAuxiliary
- Interface BackupVault has a new optional parameter bcdrSecurityLevel
- Interface BackupVault has a new optional parameter resourceGuardOperationRequests
- Interface BackupVaultsCreateOrUpdateOptionalParams has a new optional parameter xMsAuthorizationAuxiliary
- Interface BackupVaultsUpdateOptionalParams has a new optional parameter xMsAuthorizationAuxiliary
- Interface DppResourceGuardProxyUnlockDeleteOptionalParams has a new optional parameter xMsAuthorizationAuxiliary
- Interface KubernetesClusterRestoreCriteria has a new optional parameter resourceModifierReference
- Interface KubernetesClusterVaultTierRestoreCriteria has a new optional parameter resourceModifierReference
- Interface PatchBackupVaultInput has a new optional parameter resourceGuardOperationRequests
- Interface SecuritySettings has a new optional parameter encryptionSettings
- Added Enum KnownBcdrSecurityLevel
- Added Enum KnownEncryptionState
- Added Enum KnownIdentityType
- Added Enum KnownInfrastructureEncryptionState


## 2.0.0 (2023-12-05)

**Features**
### Features Added

- Added operation group FetchCrossRegionRestoreJob
- Added operation group FetchCrossRegionRestoreJobs
Expand Down Expand Up @@ -58,7 +90,7 @@
- Added Enum KnownRecoveryPointCompletionState
- Added Enum KnownResourcePropertiesObjectType

**Breaking Changes**
### Breaking Changes

- Type of parameter objectType of interface BaseResourceProperties is changed from "BaseResourceProperties" to "DefaultResourceProperties"
- Type of parameter resourceProperties of interface Datasource is changed from BaseResourceProperties to BaseResourcePropertiesUnion
Expand All @@ -67,7 +99,7 @@

## 1.2.0 (2023-07-10)

**Features**
### Features Added

- Added Interface BaseResourceProperties
- Added Interface CrossRegionRestoreSettings
Expand All @@ -93,7 +125,7 @@

## 1.1.0 (2023-06-12)

**Features**
### Features Added

- Added operation group DppResourceGuardProxy
- Added Interface DppResourceGuardProxyCreateOrUpdateOptionalParams
Expand Down
2 changes: 1 addition & 1 deletion sdk/dataprotection/arm-dataprotection/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Microsoft
Copyright (c) 2024 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
8 changes: 4 additions & 4 deletions sdk/dataprotection/arm-dataprotection/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "cb798ffa99c193a88388f358965f377fde3699e8",
"commit": "6d47e106e5dbe91ee5d124785fe1779fc170cac9",
"readme": "specification/dataprotection/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\dataprotection\\resource-manager\\readme.md --use=@autorest/typescript@6.0.12 --generate-sample=true",
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\dataprotection\\resource-manager\\readme.md --use=@autorest/typescript@6.0.23 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.4",
"use": "@autorest/typescript@6.0.12"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.11",
"use": "@autorest/typescript@6.0.23"
}
2 changes: 1 addition & 1 deletion sdk/dataprotection/arm-dataprotection/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "js",
"TagPrefix": "js/dataprotection/arm-dataprotection",
"Tag": "js/dataprotection/arm-dataprotection_3313c3682c"
"Tag": "js/dataprotection/arm-dataprotection_9faa096dfd"
}
14 changes: 7 additions & 7 deletions sdk/dataprotection/arm-dataprotection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for DataProtectionClient.",
"version": "2.0.1",
"version": "2.1.0",
"engines": {
"node": ">=18.0.0"
},
Expand All @@ -12,8 +12,8 @@
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.12.0",
"@azure/core-auth": "^1.6.0",
"@azure/core-rest-pipeline": "^1.14.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand All @@ -30,16 +30,17 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^3.0.1",
"typescript": "~5.5.3",
"typescript": "~5.4.5",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.0.1",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.0.0",
"@azure-tools/test-credential": "^1.1.0",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"tsx": "^4.7.1",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
Expand Down Expand Up @@ -77,7 +78,6 @@
"pack": "npm pack 2>&1",
"extract-api": "dev-tool run extract-api",
"lint": "echo skipped",
"audit": "echo skipped",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:node": "echo skipped",
"build:browser": "echo skipped",
Expand Down Expand Up @@ -115,4 +115,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-dataprotection?view=azure-node-preview"
}
}
}
Loading

0 comments on commit df20dc9

Please sign in to comment.