Skip to content

Commit

Permalink
CodeGen from PR 22354 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 9aba26077500c80d6eb63b34ee03bc8b9bb94445 into 630ec444f8dd7c09b9cdd5fa99951f8a0d1ad41f
  • Loading branch information
SDKAuto committed Jan 31, 2023
1 parent c3c2cd3 commit e520f15
Show file tree
Hide file tree
Showing 19 changed files with 401 additions and 571 deletions.
54 changes: 27 additions & 27 deletions common/config/rush/pnpm-lock.yaml

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

28 changes: 8 additions & 20 deletions sdk/msi/arm-msi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
# Release History

## 2.1.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.1.0-beta.2 (2022-06-27)

## 2.1.0 (2023-01-31)

**Features**

- Added operation group FederatedIdentityCredentials
- Added operation UserAssignedIdentities.listAssociatedResources
- Added Interface AssociatedResourcesListResult
- Added Interface AzureResource
- Added Interface FederatedIdentityCredential
- Added Interface FederatedIdentityCredentialsCreateOrUpdateOptionalParams
- Added Interface FederatedIdentityCredentialsDeleteOptionalParams
Expand All @@ -28,17 +15,18 @@
- Added Interface Identity
- Added Interface IdentityUpdate
- Added Interface ProxyResource
- Added Interface ResourceAutoGenerated
- Added Interface SystemAssignedIdentity
- Added Interface SystemData
- Added Interface TrackedResource
- Added Interface UserAssignedIdentitiesListAssociatedResourcesNextOptionalParams
- Added Interface UserAssignedIdentitiesListAssociatedResourcesOptionalParams
- Added Type Alias CreatedByType
- Added Type Alias FederatedIdentityCredentialsCreateOrUpdateResponse
- Added Type Alias FederatedIdentityCredentialsGetResponse
- Added Type Alias FederatedIdentityCredentialsListNextResponse
- Added Type Alias FederatedIdentityCredentialsListResponse
- Added Type Alias UserAssignedIdentitiesListAssociatedResourcesNextResponse
- Added Type Alias UserAssignedIdentitiesListAssociatedResourcesResponse
- Class ManagedServiceIdentityClient has a new parameter federatedIdentityCredentials
- Interface Resource has a new optional parameter systemData
- Added Enum KnownCreatedByType
- Added function getContinuationToken


## 2.0.0 (2021-12-17)
Expand Down
2 changes: 1 addition & 1 deletion sdk/msi/arm-msi/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Microsoft
Copyright (c) 2023 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
2 changes: 1 addition & 1 deletion sdk/msi/arm-msi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Managed Service Identity Client.

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

## Getting started
Expand Down
8 changes: 4 additions & 4 deletions sdk/msi/arm-msi/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "fda2db441da3f1fab31bb235e97da3e33c8e3903",
"commit": "670db98d39c128c8dc41f6ca25ac5aa13cb6d2f7",
"readme": "specification/msi/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --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\\msi\\resource-manager\\readme.md --use=@autorest/[email protected].1 --generate-sample=true",
"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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/msi/resource-manager/readme.md --use=@autorest/[email protected].5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.2",
"use": "@autorest/[email protected].1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.1",
"use": "@autorest/[email protected].5"
}
19 changes: 6 additions & 13 deletions sdk/msi/arm-msi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ManagedServiceIdentityClient.",
"version": "2.1.0-beta.3",
"version": "2.1.0",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.5.0",
"@azure/core-client": "^1.6.1",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"tslib": "^2.2.0"
Expand All @@ -34,7 +34,7 @@
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.2.0",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
Expand All @@ -44,6 +44,7 @@
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/msi/arm-msi",
Expand Down Expand Up @@ -107,13 +108,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-msi?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading

0 comments on commit e520f15

Please sign in to comment.