Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.1 (2023-07-26)

- Azure Resource Manager ManagementGroups client library for Java. This package contains Microsoft Azure SDK for ManagementGroups Management SDK. The Azure Management Groups API enables consolidation of multiple
subscriptions/resources into an organizational hierarchy and centrally
manage access control, policies, alerting and reporting for those resources.
. Package tag package-2023-04. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Features Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Azure Resource Manager ManagementGroups client library for Java.
This package contains Microsoft Azure SDK for ManagementGroups Management SDK. The Azure Management Groups API enables consolidation of multiple
subscriptions/resources into an organizational hierarchy and centrally
manage access control, policies, alerting and reporting for those resources.
. Package tag package-2021-04. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
. Package tag package-2023-04. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down Expand Up @@ -35,7 +35,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-managementgroups</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -106,3 +106,5 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fmanagementgroups%2Fazure-resourcemanager-managementgroups%2FREADME.png)
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
/** Samples for Entities List. */
public final class EntitiesListSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/GetEntities.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/GetEntities.json
*/
/**
* Sample code: GetEntities.
Expand All @@ -65,7 +65,7 @@ import com.azure.resourcemanager.managementgroups.models.CreateOrUpdateSettingsR
/** Samples for HierarchySettingsOperation CreateOrUpdate. */
public final class HierarchySettingsOperationCreateOrUpdateSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/PutHierarchySettings.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/PutHierarchySettings.json
*/
/**
* Sample code: GetGroupSettings.
Expand All @@ -91,7 +91,7 @@ public final class HierarchySettingsOperationCreateOrUpdateSamples {
/** Samples for HierarchySettingsOperation Delete. */
public final class HierarchySettingsOperationDeleteSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/DeleteHierarchySettings.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/DeleteHierarchySettings.json
*/
/**
* Sample code: GetGroupSettings.
Expand All @@ -110,7 +110,7 @@ public final class HierarchySettingsOperationDeleteSamples {
/** Samples for HierarchySettingsOperation Get. */
public final class HierarchySettingsOperationGetSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/GetHierarchySettings.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/GetHierarchySettings.json
*/
/**
* Sample code: GetGroupSettings.
Expand All @@ -129,7 +129,7 @@ public final class HierarchySettingsOperationGetSamples {
/** Samples for HierarchySettingsOperation List. */
public final class HierarchySettingsOperationListSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/ListHierarchySettings.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/ListHierarchySettings.json
*/
/**
* Sample code: ListGroupSettings.
Expand All @@ -150,7 +150,7 @@ import com.azure.resourcemanager.managementgroups.models.CreateOrUpdateSettingsR
/** Samples for HierarchySettingsOperation Update. */
public final class HierarchySettingsOperationUpdateSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/PatchHierarchySettings.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/PatchHierarchySettings.json
*/
/**
* Sample code: GetGroupSettings.
Expand All @@ -176,7 +176,7 @@ public final class HierarchySettingsOperationUpdateSamples {
/** Samples for ManagementGroupSubscriptions Create. */
public final class ManagementGroupSubscriptionsCreateSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/AddManagementGroupSubscription.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/AddManagementGroupSubscription.json
*/
/**
* Sample code: AddSubscriptionToManagementGroup.
Expand All @@ -199,7 +199,7 @@ public final class ManagementGroupSubscriptionsCreateSamples {
/** Samples for ManagementGroupSubscriptions Delete. */
public final class ManagementGroupSubscriptionsDeleteSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/RemoveManagementGroupSubscription.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/RemoveManagementGroupSubscription.json
*/
/**
* Sample code: DeleteSubscriptionFromManagementGroup.
Expand All @@ -222,7 +222,7 @@ public final class ManagementGroupSubscriptionsDeleteSamples {
/** Samples for ManagementGroupSubscriptions GetSubscription. */
public final class ManagementGroupSubscriptionsGetSubscriptionSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/GetSubscriptionFromManagementGroup.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/GetSubscriptionFromManagementGroup.json
*/
/**
* Sample code: GetSubscriptionFromManagementGroup.
Expand All @@ -245,7 +245,7 @@ public final class ManagementGroupSubscriptionsGetSubscriptionSamples {
/** Samples for ManagementGroupSubscriptions GetSubscriptionsUnderManagementGroup. */
public final class ManagementGroupSubscriptionsGetSubscriptionsUnderManagementGroupSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/GetAllSubscriptionsFromManagementGroup.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/GetAllSubscriptionsFromManagementGroup.json
*/
/**
* Sample code: GetAllSubscriptionsFromManagementGroup.
Expand All @@ -271,7 +271,7 @@ import com.azure.resourcemanager.managementgroups.models.CreateParentGroupInfo;
/** Samples for ManagementGroups CreateOrUpdate. */
public final class ManagementGroupsCreateOrUpdateSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/PutManagementGroup.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/PutManagementGroup.json
*/
/**
* Sample code: PutManagementGroup.
Expand Down Expand Up @@ -302,7 +302,7 @@ public final class ManagementGroupsCreateOrUpdateSamples {
/** Samples for ManagementGroups Delete. */
public final class ManagementGroupsDeleteSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/DeleteManagementGroup.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/DeleteManagementGroup.json
*/
/**
* Sample code: DeleteManagementGroup.
Expand All @@ -324,7 +324,7 @@ import com.azure.resourcemanager.managementgroups.models.ManagementGroupExpandTy
/** Samples for ManagementGroups Get. */
public final class ManagementGroupsGetSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/GetManagementGroupWithPath.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/GetManagementGroupWithPath.json
*/
/**
* Sample code: GetManagementGroupWithPath.
Expand All @@ -345,7 +345,7 @@ public final class ManagementGroupsGetSamples {
}

/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/GetManagementGroupWithAncestors.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/GetManagementGroupWithAncestors.json
*/
/**
* Sample code: GetManagementGroupWithAncestors.
Expand All @@ -366,7 +366,7 @@ public final class ManagementGroupsGetSamples {
}

/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/GetManagementGroupWithExpand.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/GetManagementGroupWithExpand.json
*/
/**
* Sample code: GetManagementGroupWithExpand.
Expand All @@ -387,7 +387,7 @@ public final class ManagementGroupsGetSamples {
}

/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/GetManagementGroup.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/GetManagementGroup.json
*/
/**
* Sample code: GetManagementGroup.
Expand All @@ -402,7 +402,7 @@ public final class ManagementGroupsGetSamples {
}

/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/GetManagementGroupWithExpandAndRecurse.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/GetManagementGroupWithExpandAndRecurse.json
*/
/**
* Sample code: GetManagementGroupsWithExpandAndRecurse.
Expand Down Expand Up @@ -430,7 +430,7 @@ public final class ManagementGroupsGetSamples {
/** Samples for ManagementGroups GetDescendants. */
public final class ManagementGroupsGetDescendantsSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/GetDescendants.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/GetDescendants.json
*/
/**
* Sample code: GetDescendants.
Expand All @@ -451,7 +451,7 @@ public final class ManagementGroupsGetDescendantsSamples {
/** Samples for ManagementGroups List. */
public final class ManagementGroupsListSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/ListManagementGroups.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/ListManagementGroups.json
*/
/**
* Sample code: ListManagementGroups.
Expand All @@ -473,7 +473,7 @@ import com.azure.resourcemanager.managementgroups.models.PatchManagementGroupReq
/** Samples for ManagementGroups Update. */
public final class ManagementGroupsUpdateSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/PatchManagementGroup.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/PatchManagementGroup.json
*/
/**
* Sample code: PatchManagementGroup.
Expand Down Expand Up @@ -501,7 +501,7 @@ public final class ManagementGroupsUpdateSamples {
/** Samples for Operations List. */
public final class OperationsListSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/ListOperations.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/ListOperations.json
*/
/**
* Sample code: List Operations.
Expand All @@ -523,7 +523,7 @@ import com.azure.resourcemanager.managementgroups.models.Type;
/** Samples for ResourceProvider CheckNameAvailability. */
public final class ResourceProviderCheckNameAvailabilitySamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/CheckManagementGroupNameAvailability.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/CheckManagementGroupNameAvailability.json
*/
/**
* Sample code: CheckManagementGroupNameAvailability.
Expand All @@ -549,7 +549,7 @@ public final class ResourceProviderCheckNameAvailabilitySamples {
/** Samples for ResourceProvider StartTenantBackfill. */
public final class ResourceProviderStartTenantBackfillSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/StartTenantBackfillRequest.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/StartTenantBackfillRequest.json
*/
/**
* Sample code: StartTenantBackfill.
Expand All @@ -568,7 +568,7 @@ public final class ResourceProviderStartTenantBackfillSamples {
/** Samples for ResourceProvider TenantBackfillStatus. */
public final class ResourceProviderTenantBackfillStatusSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/TenantBackfillStatusRequest.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/TenantBackfillStatusRequest.json
*/
/**
* Sample code: TenantBackfillStatus.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<description>This package contains Microsoft Azure SDK for ManagementGroups Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. The Azure Management Groups API enables consolidation of multiple
subscriptions/resources into an organizational hierarchy and centrally
manage access control, policies, alerting and reporting for those resources.
. Package tag package-2021-04.</description>
. Package tag package-2023-04.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public EntitiesClient getEntities() {
this.serializerAdapter = serializerAdapter;
this.defaultPollInterval = defaultPollInterval;
this.endpoint = endpoint;
this.apiVersion = "2021-04-01";
this.apiVersion = "2023-04-01";
this.managementGroups = new ManagementGroupsClientImpl(this);
this.managementGroupSubscriptions = new ManagementGroupSubscriptionsClientImpl(this);
this.hierarchySettingsOperations = new HierarchySettingsOperationsClientImpl(this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/** Samples for Entities List. */
public final class EntitiesListSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/GetEntities.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/GetEntities.json
*/
/**
* Sample code: GetEntities.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/** Samples for HierarchySettingsOperation CreateOrUpdate. */
public final class HierarchySettingsOperationCreateOrUpdateSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/PutHierarchySettings.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/PutHierarchySettings.json
*/
/**
* Sample code: GetGroupSettings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/** Samples for HierarchySettingsOperation Delete. */
public final class HierarchySettingsOperationDeleteSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/DeleteHierarchySettings.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/DeleteHierarchySettings.json
*/
/**
* Sample code: GetGroupSettings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/** Samples for HierarchySettingsOperation Get. */
public final class HierarchySettingsOperationGetSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/GetHierarchySettings.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/GetHierarchySettings.json
*/
/**
* Sample code: GetGroupSettings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/** Samples for HierarchySettingsOperation List. */
public final class HierarchySettingsOperationListSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/ListHierarchySettings.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/ListHierarchySettings.json
*/
/**
* Sample code: ListGroupSettings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/** Samples for HierarchySettingsOperation Update. */
public final class HierarchySettingsOperationUpdateSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/PatchHierarchySettings.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/PatchHierarchySettings.json
*/
/**
* Sample code: GetGroupSettings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/** Samples for ManagementGroupSubscriptions Create. */
public final class ManagementGroupSubscriptionsCreateSamples {
/*
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/AddManagementGroupSubscription.json
* x-ms-original-file: specification/managementgroups/resource-manager/Microsoft.Management/stable/2023-04-01/examples/AddManagementGroupSubscription.json
*/
/**
* Sample code: AddSubscriptionToManagementGroup.
Expand Down
Loading