Skip to content

Commit

Permalink
[mgmt] containerregistry release (#27038)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazrael2119 authored Sep 19, 2023
1 parent 5a60584 commit 9a44e94
Show file tree
Hide file tree
Showing 239 changed files with 5,197 additions and 892 deletions.
63 changes: 55 additions & 8 deletions sdk/containerregistry/arm-containerregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,62 @@
# Release History

## 11.0.0-beta.1 (2023-09-07)

**Features**

## 10.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added operation group CacheRules
- Added operation group CredentialSets
- Added Interface AuthCredential
- Added Interface CacheRule
- Added Interface CacheRulesCreateHeaders
- Added Interface CacheRulesCreateOptionalParams
- Added Interface CacheRulesDeleteHeaders
- Added Interface CacheRulesDeleteOptionalParams
- Added Interface CacheRulesGetOptionalParams
- Added Interface CacheRulesListNextOptionalParams
- Added Interface CacheRulesListOptionalParams
- Added Interface CacheRulesListResult
- Added Interface CacheRulesUpdateHeaders
- Added Interface CacheRulesUpdateOptionalParams
- Added Interface CacheRuleUpdateParameters
- Added Interface CredentialHealth
- Added Interface CredentialSet
- Added Interface CredentialSetListResult
- Added Interface CredentialSetsCreateHeaders
- Added Interface CredentialSetsCreateOptionalParams
- Added Interface CredentialSetsDeleteHeaders
- Added Interface CredentialSetsDeleteOptionalParams
- Added Interface CredentialSetsGetOptionalParams
- Added Interface CredentialSetsListNextOptionalParams
- Added Interface CredentialSetsListOptionalParams
- Added Interface CredentialSetsUpdateHeaders
- Added Interface CredentialSetsUpdateOptionalParams
- Added Interface CredentialSetUpdateParameters
- Added Interface ErrorAdditionalInfo
- Added Interface ErrorDetail
- Added Interface ErrorResponseForContainerRegistry
- Added Type Alias CacheRulesCreateResponse
- Added Type Alias CacheRulesDeleteResponse
- Added Type Alias CacheRulesGetResponse
- Added Type Alias CacheRulesListNextResponse
- Added Type Alias CacheRulesListResponse
- Added Type Alias CacheRulesUpdateResponse
- Added Type Alias CredentialHealthStatus
- Added Type Alias CredentialName
- Added Type Alias CredentialSetsCreateResponse
- Added Type Alias CredentialSetsDeleteResponse
- Added Type Alias CredentialSetsGetResponse
- Added Type Alias CredentialSetsListNextResponse
- Added Type Alias CredentialSetsListResponse
- Added Type Alias CredentialSetsUpdateResponse
- Added Enum KnownCredentialHealthStatus
- Added Enum KnownCredentialName

### Other Changes
**Breaking Changes**

- Type of parameter error of interface ErrorResponse is changed from ErrorResponseBody to ErrorDetail


## 10.1.0 (2023-03-21)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/containerregistry/arm-containerregistry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerregistry/arm-containerregistry) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-containerregistry) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-containerregistry) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-containerregistry?view=azure-node-preview) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)

## Getting started
Expand Down
8 changes: 4 additions & 4 deletions sdk/containerregistry/arm-containerregistry/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "ddcde53422ff186f5b69fb32338ecac3d11c3bca",
"commit": "cee67a4b348ad227431ccb223e8945a3348be3c3",
"readme": "specification/containerregistry/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --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\\containerregistry\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.10 --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\\containerregistry\\resource-manager\\readme.md --use=@autorest/typescript@6.0.8 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/typescript@6.0.0-rc.10"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.2",
"use": "@autorest/typescript@6.0.8"
}
2 changes: 1 addition & 1 deletion sdk/containerregistry/arm-containerregistry/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/containerregistry/arm-containerregistry",
"Tag": "js/containerregistry/arm-containerregistry_5435762fc2"
"Tag": "js/containerregistry/arm-containerregistry_4e821cd910"
}
12 changes: 6 additions & 6 deletions sdk/containerregistry/arm-containerregistry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ContainerRegistryManagementClient.",
"version": "10.1.1",
"version": "11.0.0-beta.1",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.5.0",
"@azure/core-lro": "^2.5.4",
"@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.8.0",
"@azure/core-rest-pipeline": "^1.12.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand Down Expand Up @@ -48,8 +48,8 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0",
"ts-node": "^10.0.0"
"ts-node": "^10.0.0",
"@azure/dev-tool": "^1.0.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -121,4 +121,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-containerregistry?view=azure-node-preview"
}
}
}
Loading

0 comments on commit 9a44e94

Please sign in to comment.